AllergyIntoleranceCertainty
public enum AllergyIntoleranceCertainty: String
Statement about the degree of clinical certainty that a specific substance was the cause of the manifestation in a reaction event.
URL: http://hl7.org/fhir/reaction-event-certainty ValueSet: http://hl7.org/fhir/ValueSet/reaction-event-certainty
-
There is a low level of clinical certainty that the reaction was caused by the identified substance.
Declaration
Swift
case unlikely = "unlikely"
-
There is a high level of clinical certainty that the reaction was caused by the identified substance.
Declaration
Swift
case likely = "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.
Declaration
Swift
case confirmed = "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.
Declaration
Swift
case unknown = "unknown"