/** * @name AllergyIntoleranceType * @description Identification of the underlying physiological mechanism for a Reaction Risk. * @description allergy | intolerance * @see AllergyIntoleranceType * @version R4 * @author Roberto Araneda Espinoza */ export type AllergyIntoleranceTypeType = 'allergy' | 'intolerance';