{
  "resourceType": "AllergyIntolerance",
  "id": "ma-ma-schema-1-AllergyIntolerance-4001",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwAllergyIntolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ma-ma-schema-1-AllergyIntolerance-4001</b></p><a name=\"ma-ma-schema-1-AllergyIntolerance-4001\"> </a><a name=\"hcma-ma-schema-1-AllergyIntolerance-4001\"> </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\">Last updated: 2023-12-18 23:07:47+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.1.7&amp;canonical=urn:telus:emr:ma:ma-schema-1\">urn:telus:emr:ma:ma-schema-1</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-DwAllergyIntolerance.html\">DwAllergyIntolerance</a></p></div><p><b>identifier</b>: <code>urn:telus:emr:ma:ma-schema-1:AllergyIntolerance</code>/4001 (use: official, )</p><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>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 764146007}\">Penicillin</span></p><p><b>patient</b>: <a href=\"Patient-ma-ma-schema-1-Patient-12345.html\">John Michael Smith</a></p><p><b>encounter</b>: <a href=\"Encounter-ma-ma-schema-1-Encounter-2001.html\">Encounter: identifier = urn:telus:emr:ma:ma-schema-1:Encounter#2001 (use: official, ); status = finished; class = ambulatory (ActCode#AMB); type = ; period = 2023-12-18 10:00:00+0000 --&gt; 2023-12-18 10:45:00+0000; reasonCode = </a></p><p><b>onset</b>: 2015-03-20</p><p><b>recordedDate</b>: 2015-03-20 14:30:00+0000</p><p><b>recorder</b>: <a href=\"Practitioner-ma-ma-schema-1-Practitioner-789.html\">Dr. Sarah Johnson</a></p><p><b>lastOccurrence</b>: 2015-03-20</p><p><b>note</b>: </p><blockquote><div><p>Patient reports rash and itching after taking penicillin in 2015. Avoid all penicillin-based antibiotics.</p>\n</div></blockquote><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Onset</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 271807003}\">Generalized maculopapular rash with intense itching</span></td><td>2015-03-20 18:00:00+0000</td><td>Moderate</td></tr></table></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:AllergyIntolerance",
      "value": "4001"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ],
    "text": "Active"
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ],
    "text": "Confirmed"
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "764146007",
        "display": "penicillin"
      }
    ],
    "text": "Penicillin"
  },
  "patient": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "encounter": {
    "reference": "Encounter/ma-ma-schema-1-Encounter-2001",
    "type": "Encounter"
  },
  "onsetDateTime": "2015-03-20",
  "recordedDate": "2015-03-20T14:30:00Z",
  "recorder": {
    "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
    "type": "Practitioner",
    "display": "Dr. Sarah Johnson"
  },
  "lastOccurrence": "2015-03-20",
  "note": [
    {
      "text": "Patient reports rash and itching after taking penicillin in 2015. Avoid all penicillin-based antibiotics."
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Rash"
            }
          ],
          "text": "Generalized maculopapular rash with intense itching"
        }
      ],
      "onset": "2015-03-20T18:00:00Z",
      "severity": "moderate"
    }
  ]
}