0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC2-CashewNutAllergy1 - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "UC2-CashewNutAllergy1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance UC2-CashewNutAllergy1</b></p><a name=\"UC2-CashewNutAllergy1\"> </a><a name=\"hcUC2-CashewNutAllergy1\"> </a><a name=\"UC2-CashewNutAllergy1-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 712838009}\">Allergy to cashew nut</span></p><p><b>patient</b>: <a href=\"Patient-UC2-Patient.html\">Hans Müller  Male, DoB: 1988-05-20</a></p><p><b>encounter</b>: <a href=\"Encounter-UC2-AllergyLabTest.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-08-13 --&gt; (ongoing); reasonCode = Diarrhea</a></p><p><b>onset</b>: 2023-08-15</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 386813002}\">Abnormal breathing</span></td><td>Severe</td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    "food"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "712838009",
        "display" : "Allergy to cashew nut"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/UC2-Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/UC2-AllergyLabTest"
  },
  "onsetDateTime" : "2023-08-15",
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "386813002",
              "display" : "Abnormal breathing"
            }
          ]
        }
      ],
      "severity" : "severe"
    }
  ]
}