AllergyIntoleranceVerificationStatus

public enum AllergyIntoleranceVerificationStatus: String

Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified substance.

URL: http://hl7.org/fhir/allergy-verification-status ValueSet: http://hl7.org/fhir/ValueSet/allergy-verification-status

  • A low level of certainty about the propensity for a reaction to the identified substance.

    Declaration

    Swift

    case unconfirmed = "unconfirmed"
  • A high level of certainty about the propensity for a reaction to the identified substance, which may include clinical evidence by testing or rechallenge.

    Declaration

    Swift

    case confirmed = "confirmed"
  • A propensity for a reaction to the identified substance has been disproven with a high level of clinical certainty, which may include testing or rechallenge, and is refuted.

    Declaration

    Swift

    case refuted = "refuted"
  • The statement was entered in error and is not valid.

    Declaration

    Swift

    case enteredInError = "entered-in-error"