AllergyIntoleranceCategory
public enum AllergyIntoleranceCategory: String
Category of an identified substance.
URL: http://hl7.org/fhir/allergy-intolerance-category ValueSet: http://hl7.org/fhir/ValueSet/allergy-intolerance-category
-
Any substance consumed to provide nutritional support for the body.
Declaration
Swift
case food = "food"
-
Substances administered to achieve a physiological effect.
Declaration
Swift
case medication = "medication"
-
Any substances that are encountered in the environment, including any substance not already classified as food, medication, or biologic.
Declaration
Swift
case environment = "environment"
-
A preparation that is synthesized from living organisms or their products, especially a human or animal protein, such as a hormone or antitoxin, that is used as a diagnostic, preventive, or therapeutic agent. Examples of biologic medications include: vaccines; allergenic extracts, which are used for both diagnosis and treatment (for example, allergy shots); gene therapies; cellular therapies. There are other biologic products, such as tissues, that are not typically associated with allergies.
Declaration
Swift
case biologic = "biologic"