AllergyIntoleranceSubstanceExposureRisk

public enum AllergyIntoleranceSubstanceExposureRisk: String

The risk of an adverse reaction (allergy or intolerance) for this patient upon exposure to the substance (including pharmaceutical products).

URL: http://hl7.org/fhir/allerg-intol-substance-exp-risk ValueSet: http://hl7.org/fhir/ValueSet/allerg-intol-substance-exp-risk

  • Known risk of allergy or intolerance reaction upon exposure to the specified substance.

    Declaration

    Swift

    case knownReactionRisk = "known-reaction-risk"
  • No known risk of allergy or intolerance reaction upon exposure to the specified substance.

    Declaration

    Swift

    case noKnownReactionRisk = "no-known-reaction-risk"