:py:mod:`spark_auto_mapper_fhir.value_sets.search_entry_mode` ============================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.search_entry_mode Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.search_entry_mode.SearchEntryModeCode spark_auto_mapper_fhir.value_sets.search_entry_mode.SearchEntryModeCodeValues .. py:class:: SearchEntryModeCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` SearchEntryMode From: http://hl7.org/fhir/search-entry-mode in valuesets.xml Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/search-entry-mode .. py:class:: SearchEntryModeCodeValues This resource matched the search specification. From: http://hl7.org/fhir/search-entry-mode in valuesets.xml .. py:attribute:: Match This resource is returned because it is referred to from another resource in the search set. From: http://hl7.org/fhir/search-entry-mode in valuesets.xml .. py:attribute:: Include An OperationOutcome that provides additional information about the processing of a search. From: http://hl7.org/fhir/search-entry-mode in valuesets.xml .. py:attribute:: Outcome