{
  "resourceType" : "AllergyIntolerance",
  "id" : "ExampleAllergyIntoleranceSulfonamide",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ExampleAllergyIntoleranceSulfonamide</b></p><a name=\"ExampleAllergyIntoleranceSulfonamide\"> </a><a name=\"hcExampleAllergyIntoleranceSulfonamide\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91939003}\">Allergy to sulfonamide</span></p><p><b>patient</b>: <a href=\"Patient-ExampleBelgianPatient.html\">Jean Dupont  Male, DoB: 1985-04-12 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#12345678901)</a></p><p><b>recordedDate</b>: 2023-06-20</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
      "code" : "active"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
      "code" : "confirmed"
    }]
  },
  "type" : "allergy",
  "category" : ["medication"],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "91939003",
      "display" : "Allergy to sulfonamide"
    }]
  },
  "patient" : {
    "reference" : "Patient/ExampleBelgianPatient"
  },
  "recordedDate" : "2023-06-20"
}