UNPKG

fhirtypes

Version:
10 lines (9 loc) 399 B
/** * @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';