{
  "resourceType": "ValueSet",
  "id": "ValueSet-BNet-Preg-AllergyType",
  "url": "https://simplifier.net/badgernet/ValueSet-BNet-Preg-AllergyType",
  "name": "ValueSet-BNet-Preg-AllergyType",
  "status": "active",
  "date": "2025-03-25T15:48:13.0451194Z",
  "publisher": "Clevermed Ltd.",
  "description": "To determine whether the substance/medicine reaction is an allergy or intolerance.",
  "copyright": "(C) Clevermed Ltd.  Usage by permission an only for integration with BadgeNet Platform",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type",
        "concept": [
          {
            "code": "allergy",
            "display": "Allergy",
            "designation": [
              {
                "value": "all"
              }
            ]
          },
          {
            "code": "intolerance",
            "display": "Intolerance",
            "designation": [
              {
                "value": "all"
              }
            ]
          }
        ]
      }
    ]
  }
}