Nigeria Immunization FHIR IG
0.1.0 - ci-build Nigeria flag

Nigeria Immunization FHIR IG, published by intellisoftkenya.com. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example of an Alllergy Intolerance - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "allergy-intolerance-example",
  "meta" : {
    "profile" : [
      🔗 "http://nhin.example.ng/StructureDefinition/NEIRAllergyIntolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance allergy-intolerance-example</b></p><a name=\"allergy-intolerance-example\"> </a><a name=\"hcallergy-intolerance-example\"> </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-NEIRAllergyIntolerance.html\">AllergyIntolerance Profile - NEIR</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>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91936005}\">Allergy to penicillin</span></p><p><b>patient</b>: <a href=\"Patient-NEIRPatientExample.html\">John Doe  Male, DoB: 2020-06-18 ( http://moh.nigeria/identifier/nationalID-no#NEIR-12345)</a></p><p><b>encounter</b>: <a href=\"Encounter/encounter-example\">Encounter/encounter-example</a></p><p><b>onset</b>: 2023-05-01 00:00:00+0000</p><p><b>recordedDate</b>: 2023-05-05 00:00:00+0000</p><p><b>recorder</b>: <a href=\"Practitioner-practitioner-example.html\">Practitioner John Doe </a></p><p><b>lastOccurrence</b>: 2025-03-11 00:00:00+0000</p><p><b>note</b>: </p><blockquote><div><p>Avoid all peanut-containing foods.</p>\n</div></blockquote><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td><td><b>Note</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://nhin.example.ng/CodeSystem/my-substances 1160593008}\">Peanut protein</span></td><td><span title=\"Codes:{http://snomed.info/sct 247472004}\">Weal</span></td><td>Severe anaphylactic reaction requiring epinephrine.</td><td>2025-03-11 01:00:00+0000</td><td>Severe</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous route</span></td><td><blockquote><div><p>Patient carries an epinephrine auto-injector.</p>\n</div></blockquote></td></tr></table></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" : [
    "food"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "91936005",
        "display" : "Allergy to penicillin"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/NEIRPatientExample"
  },
  "encounter" : {
    "reference" : "Encounter/encounter-example"
  },
  "onsetDateTime" : "2023-05-01T00:00:00Z",
  "recordedDate" : "2023-05-05T00:00:00Z",
  "recorder" : {
    🔗 "reference" : "Practitioner/practitioner-example"
  },
  "lastOccurrence" : "2025-03-11T00:00:00Z",
  "note" : [
    {
      "text" : "Avoid all peanut-containing foods."
    }
  ],
  "reaction" : [
    {
      "substance" : {
        "coding" : [
          {
            "system" : "http://nhin.example.ng/CodeSystem/my-substances",
            "code" : "1160593008",
            "display" : "Peanut protein"
          }
        ]
      },
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "247472004",
              "display" : "Weal"
            }
          ]
        }
      ],
      "description" : "Severe anaphylactic reaction requiring epinephrine.",
      "onset" : "2025-03-11T01:00:00Z",
      "severity" : "severe",
      "exposureRoute" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "47625008",
            "display" : "Intravenous route"
          }
        ]
      },
      "note" : [
        {
          "text" : "Patient carries an epinephrine auto-injector."
        }
      ]
    }
  ]
}