AllergyIntoleranceCriticality

public enum AllergyIntoleranceCriticality: String

Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance.

URL: http://hl7.org/fhir/allergy-intolerance-criticality ValueSet: http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality

  • low

    Worst case result of a future exposure is not assessed to be life-threatening or having high potential for organ system failure.

    Declaration

    Swift

    case low = "low"
  • Worst case result of a future exposure is assessed to be life-threatening or having high potential for organ system failure.

    Declaration

    Swift

    case high = "high"
  • Unable to assess the worst case result of a future exposure.

    Declaration

    Swift

    case unableToAssess = "unable-to-assess"