{
  "resourceType" : "AllergyIntolerance",
  "id" : "CF-allergy",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance CF-allergy</b></p><a name=\"CF-allergy\"> </a><a name=\"hcCF-allergy\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2</code>/545077400001, <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2</code>/545077400003</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1191}, {http://snomed.info/sct 293586001}\">aspirin</span></p><p><b>patient</b>: <a href=\"Patient-CF-patient.html\">Myra Jones  Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)</a></p><p><b>onset</b>: 2008-05-01</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 247472004}\">Wheal</span></td><td>Severe</td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
    "value" : "545077400001"
  },
  {
    "system" : "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
    "value" : "545077400003"
  }],
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
      "code" : "active"
    }]
  },
  "category" : ["medication"],
  "code" : {
    "coding" : [{
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "1191",
      "display" : "Aspirin"
    },
    {
      "system" : "http://snomed.info/sct",
      "code" : "293586001",
      "display" : "Allergy to aspirin"
    }],
    "text" : "aspirin"
  },
  "patient" : {
    "reference" : "Patient/CF-patient"
  },
  "onsetDateTime" : "2008-05-01",
  "reaction" : [{
    "manifestation" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "247472004",
        "display" : "Wheal"
      }],
      "text" : "Wheal"
    }],
    "severity" : "severe"
  }]
}