/** * @name AllergyIntoleranceCriticality * @description Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance. * @description low | high | unable-to-assess * @see AllergyIntoleranceCriticality * @version R4 * @author Roberto Araneda Espinoza */ export type AllergyIntoleranceCriticalityType = 'low' | 'high' | 'unable-to-assess';