:py:mod:`spark_auto_mapper_fhir.value_sets.match_grade` ======================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.match_grade Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.match_grade.MatchGradeCode spark_auto_mapper_fhir.value_sets.match_grade.MatchGradeCodeValues .. py:class:: MatchGradeCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` MatchGrade From: http://terminology.hl7.org/CodeSystem/match-grade in valuesets.xml A Master Patient Index (MPI) assessment of whether a candidate patient record is a match or not. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/match-grade .. py:class:: MatchGradeCodeValues This record meets the matching criteria to be automatically considered as a full match. From: http://terminology.hl7.org/CodeSystem/match-grade in valuesets.xml .. py:attribute:: CertainMatch This record is a close match, but not a certain match. Additional review (e.g. by a human) may be required before using this as a match. From: http://terminology.hl7.org/CodeSystem/match-grade in valuesets.xml .. py:attribute:: ProbableMatch This record may be a matching one. Additional review (e.g. by a human) SHOULD be performed before using this as a match. From: http://terminology.hl7.org/CodeSystem/match-grade in valuesets.xml .. py:attribute:: PossibleMatch This record is known not to be a match. Note that usually non-matching records are not returned, but in some cases records previously or likely considered as a match may specifically be negated by the matching engine. From: http://terminology.hl7.org/CodeSystem/match-grade in valuesets.xml .. py:attribute:: CertainlyNotAMatch