:py:mod:`spark_auto_mapper_fhir.value_sets.identifier_reliability` ================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.identifier_reliability Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.identifier_reliability.IdentifierReliability spark_auto_mapper_fhir.value_sets.identifier_reliability.IdentifierReliabilityValues .. py:class:: IdentifierReliability(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability .. py:class:: 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 .. py:attribute:: 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 .. py:attribute:: 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 .. py:attribute:: VerifiedBySystem