:py:mod:`spark_auto_mapper_fhir.value_sets.identifier_use` ========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.identifier_use Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.identifier_use.IdentifierUseCode spark_auto_mapper_fhir.value_sets.identifier_use.IdentifierUseCodeValues .. py:class:: IdentifierUseCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` IdentifierUse From: http://hl7.org/fhir/identifier-use in valuesets.xml Identifies the purpose for this identifier, if known . .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/identifier-use .. py:class:: IdentifierUseCodeValues The identifier recommended for display and use in real-world interactions. From: http://hl7.org/fhir/identifier-use in valuesets.xml .. py:attribute:: Usual The identifier considered to be most trusted for the identification of this item. Sometimes also known as "primary" and "main". The determination of "official" is subjective and implementation guides often provide additional guidelines for use. From: http://hl7.org/fhir/identifier-use in valuesets.xml .. py:attribute:: Official A temporary identifier. From: http://hl7.org/fhir/identifier-use in valuesets.xml .. py:attribute:: Temp An identifier that was assigned in secondary use - it serves to identify the object in a relative context, but cannot be consistently assigned to the same object again in a different context. From: http://hl7.org/fhir/identifier-use in valuesets.xml .. py:attribute:: Secondary The identifier id no longer considered valid, but may be relevant for search purposes. E.g. Changes to identifier schemes, account merges, etc. From: http://hl7.org/fhir/identifier-use in valuesets.xml .. py:attribute:: Old