AllergyIntoleranceClinicalStatus

public enum AllergyIntoleranceClinicalStatus: String

The clinical status of the allergy or intolerance.

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

  • An active record of a risk of a reaction to the identified substance.

    Declaration

    Swift

    case active = "active"
  • An inactivated record of a risk of a reaction to the identified substance.

    Declaration

    Swift

    case inactive = "inactive"
  • A reaction to the identified substance has been clinically reassessed by testing or re-exposure and considered to be resolved.

    Declaration

    Swift

    case resolved = "resolved"