spark_auto_mapper_fhir.value_sets.identifier_use
¶
Module Contents¶
Classes¶
IdentifierUse |
|
The identifier recommended for display and use in real-world interactions. |
- class spark_auto_mapper_fhir.value_sets.identifier_use.IdentifierUseCode(value)¶
Bases:
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 .
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/identifier-use¶
- class spark_auto_mapper_fhir.value_sets.identifier_use.IdentifierUseCodeValues¶
The identifier recommended for display and use in real-world interactions. From: http://hl7.org/fhir/identifier-use in valuesets.xml
- 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
- Official¶
A temporary identifier. From: http://hl7.org/fhir/identifier-use in valuesets.xml
- 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
- 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
- Old¶