AllergyIntoleranceType
public enum AllergyIntoleranceType: String
Identification of the underlying physiological mechanism for a Reaction Risk.
URL: http://hl7.org/fhir/allergy-intolerance-type ValueSet: http://hl7.org/fhir/ValueSet/allergy-intolerance-type
-
A propensity for hypersensitivity reaction(s) to a substance. These reactions are most typically type I hypersensitivity, plus other
allergy-like
reactions, including pseudoallergy.Declaration
Swift
case allergy = "allergy"
-
A propensity for adverse reactions to a substance that is not judged to be allergic or
allergy-like
. These reactions are typically (but not necessarily) non-immune. They are to some degree idiosyncratic and/or individually specific (i.e. are not a reaction that is expected to occur with most or all patients given similar circumstances).Declaration
Swift
case intolerance = "intolerance"