spark_auto_mapper_fhir.value_sets.identifier_reliability
¶
Module Contents¶
Classes¶
v3.IdentifierReliability |
|
Description: The identifier was issued by the system responsible for |
- class spark_auto_mapper_fhir.value_sets.identifier_reliability.IdentifierReliability(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.IdentifierReliability From: http://terminology.hl7.org/ValueSet/v3-IdentifierReliability in v3-codesystems.xml
Specifies the reliability with which the identifier is known. This attribute
MAY be used to assist with identifier matching algorithms.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability¶
- class spark_auto_mapper_fhir.value_sets.identifier_reliability.IdentifierReliabilityValues¶
Description: The identifier was issued by the system responsible for constructing the instance. From: http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability in v3-codesystems.xml
- IssuedBySystem¶
Description: The identifier was provided to the system that constructed the instance, but has not been verified. e.g. a Drivers license entered manually into a system by a user. From: http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability in v3-codesystems.xml
- UnverifiedBySystem¶
Description: The identifier was not issued by the system responsible for constructing the instance, but the system that captured the id has verified the identifier with the issuing authority, or with another system that has verified the identifier. From: http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability in v3-codesystems.xml
- VerifiedBySystem¶