spark_auto_mapper_fhir.value_sets.match_grade

Module Contents

Classes

MatchGradeCode

MatchGrade

MatchGradeCodeValues

This record meets the matching criteria to be automatically considered as a

class spark_auto_mapper_fhir.value_sets.match_grade.MatchGradeCode(value)

Bases: 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.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/match-grade
class spark_auto_mapper_fhir.value_sets.match_grade.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

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

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

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

CertainlyNotAMatch