/**
 * @name AllergyIntoleranceType
 * @description Identification of the underlying physiological mechanism for a Reaction Risk.
 * @description allergy | intolerance
 * @see <a href="https://hl7.org/fhir/R4/valueset-allergy-intolerance-type.html">AllergyIntoleranceType</a>
 * @version R4
 * @author Roberto Araneda Espinoza
 */
export type AllergyIntoleranceTypeType = 'allergy' | 'intolerance';
