NPHCDA Immunization FHIR IG
1.0.0 - ci-build Nigeria flag

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

: NG-Imm Example AllergyIntolerance - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "FullExampleNgAllergyIntolerance",
  "meta" : {
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/allergy-intolerance-profile"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance FullExampleNgAllergyIntolerance</b></p><a name=\"FullExampleNgAllergyIntolerance\"> </a><a name=\"hcFullExampleNgAllergyIntolerance\"> </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-allergy-intolerance-profile.html\">NG-Imm AllergyIntolerance</a></p></div><p><b>allergyReferenceDoseNumber</b>: 8</p><p><b>allergyReferenceDoseSeries</b>: 2</p><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>patient</b>: <code>NgImmPatient/ExampleNgImmPatient</code></p><p><b>onset</b>: 2025-06-14 14:30:00+0100</p><p><b>recordedDate</b>: 2025-06-15 09:45:00+0100</p><p><b>note</b>: </p><blockquote><div><p>Avoid all peanuts and peanut-containing foods</p>\n</div></blockquote><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Anaphylaxis</span></td><td>Facial swelling and difficulty breathing</td><td>2025-06-14 14:35:00+0100</td><td>Severe</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "allergyReferenceDoseNumber",
      "valueInteger" : 8
    },
    {
      "url" : "allergyReferenceDoseSeries",
      "valueInteger" : 2
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "code" : "confirmed"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "food"
  ],
  "criticality" : "high",
  "patient" : {
    "reference" : "NgImmPatient/ExampleNgImmPatient"
  },
  "onsetDateTime" : "2025-06-14T14:30:00+01:00",
  "recordedDate" : "2025-06-15T09:45:00+01:00",
  "note" : [
    {
      "text" : "Avoid all peanuts and peanut-containing foods"
    }
  ],
  "reaction" : [
    {
      "manifestation" : [
        {
          "text" : "Anaphylaxis"
        }
      ],
      "description" : "Facial swelling and difficulty breathing",
      "onset" : "2025-06-14T14:35:00+01:00",
      "severity" : "severe"
    }
  ]
}