{
  "resourceType" : "AllergyIntolerance",
  "id" : "example-allergy-patient-001",
  "meta" : {
    "profile" : ["https://fhir.dha.go.ke/kps/StructureDefinition/ke-kps-allergy-intolerance"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example-allergy-patient-001</b></p><a name=\"example-allergy-patient-001\"> </a><a name=\"hcexample-allergy-patient-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ke-kps-allergy-intolerance.html\">AllergyIntolerance Profile - KPS</a></p></div><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>criticality</b>: High Risk</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientKPS.html\">Hawa Mohamed  Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#28765432)</a></p><p><b>onset</b>: 2021-05-01</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 91936005}\">Allergy to penicillin</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">Rash</span>, <span title=\"Codes:{http://snomed.info/sct 230145002}\">Difficulty breathing</span></p><p><b>description</b>: Develops severe rash and difficulty breathing after penicillin</p><p><b>severity</b>: Severe</p><p><b>note</b>: </p><blockquote><div><p>Carry epinephrine auto-injector at all times.</p>\n</div></blockquote></blockquote></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",
  "criticality" : "high",
  "patient" : {
    "reference" : "Patient/ExamplePatientKPS"
  },
  "onsetDateTime" : "2021-05-01",
  "reaction" : [{
    "substance" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "91936005",
        "display" : "Allergy to penicillin"
      }]
    },
    "manifestation" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "271807003",
        "display" : "Rash"
      }]
    },
    {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "230145002",
        "display" : "Difficulty breathing"
      }]
    }],
    "description" : "Develops severe rash and difficulty breathing after penicillin",
    "severity" : "severe",
    "note" : [{
      "text" : "Carry epinephrine auto-injector at all times."
    }]
  }]
}