:py:mod:`spark_auto_mapper_fhir.value_sets.allergy_intolerance_certainty` ========================================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.allergy_intolerance_certainty Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.allergy_intolerance_certainty.AllergyIntoleranceCertaintyCode spark_auto_mapper_fhir.value_sets.allergy_intolerance_certainty.AllergyIntoleranceCertaintyCodeValues .. py:class:: AllergyIntoleranceCertaintyCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` AllergyIntoleranceCertainty From: http://terminology.hl7.org/CodeSystem/reaction-event-certainty in valuesets.xml Statement about the degree of clinical certainty that a specific substance was the cause of the manifestation in a reaction event. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/reaction-event-certainty .. py:class:: AllergyIntoleranceCertaintyCodeValues There is a low level of clinical certainty that the reaction was caused by the identified substance. From: http://terminology.hl7.org/CodeSystem/reaction-event-certainty in valuesets.xml .. py:attribute:: Unlikely There is a high level of clinical certainty that the reaction was caused by the identified substance. From: http://terminology.hl7.org/CodeSystem/reaction-event-certainty in valuesets.xml .. py:attribute:: Likely There is a very high level of clinical certainty that the reaction was due to the identified substance, which may include clinical evidence by testing or rechallenge. From: http://terminology.hl7.org/CodeSystem/reaction-event-certainty in valuesets.xml .. py:attribute:: Confirmed The clinical certainty that the reaction was caused by the identified substance is unknown. It is an explicit assertion that certainty is not known. From: http://terminology.hl7.org/CodeSystem/reaction-event-certainty in valuesets.xml .. py:attribute:: Unknown