SearchEntryMode

public enum SearchEntryMode: String

Why an entry is in the result set - whether it’s included as a match or because of an _include requirement.

URL: http://hl7.org/fhir/search-entry-mode ValueSet: http://hl7.org/fhir/ValueSet/search-entry-mode

  • This resource matched the search specification.

    Declaration

    Swift

    case match = "match"
  • This resource is returned because it is referred to from another resource in the search set.

    Declaration

    Swift

    case include = "include"
  • An OperationOutcome that provides additional information about the processing of a search.

    Declaration

    Swift

    case outcome = "outcome"