NPHCDA Immunization FHIR IG
0.7.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 0.7.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/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions

: Example NG-Imm Immunization (Simple) - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "immunization-003",
  "meta" : {
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-003</b></p><a name=\"immunization-003\"> </a><a name=\"hcimmunization-003\"> </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-NgImmImmunization.html\">NG-Imm Immunization</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://nphcda.gov.ng/ig/immunization/CodeSystem/ng-vaccine-local IMMZ.Z.DE17}\">Inactivated Polio Vaccine (IPV 2)</span></p><p><b>patient</b>: <a href=\"Patient-patient-002.html\">Amina Bello  Female, DoB: 2023-04-02 ( MRN)</a></p><p><b>occurrence</b>: 2025-08-12 09:00:00+0100</p><p><b>lotNumber</b>: OPV-LOT-2025-045</p><p><b>expirationDate</b>: 2027-06-30</p><p><b>site</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite LH}\">left hand</span></p><p><b>route</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration PO}\">Swallow, oral</span></p><p><b>doseQuantity</b>: 2 drops<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{drops} = '{drops}')</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Vaccinator</span></td><td><a href=\"Practitioner-practitioner-002.html\">Practitioner Musa Abdullahi </a></td></tr></table></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/ng-vaccine-local",
        "code" : "IMMZ.Z.DE17",
        "display" : "Inactivated Polio Vaccine (IPV 2)"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-002"
  },
  "occurrenceDateTime" : "2025-08-12T09:00:00+01:00",
  "lotNumber" : "OPV-LOT-2025-045",
  "expirationDate" : "2027-06-30",
  "site" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code" : "LH",
        "display" : "left hand"
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code" : "PO",
        "display" : "Swallow, oral"
      }
    ]
  },
  "doseQuantity" : {
    "value" : 2,
    "unit" : "drops",
    "system" : "http://unitsofmeasure.org",
    "code" : "{drops}"
  },
  "performer" : [
    {
      "function" : {
        "text" : "Vaccinator"
      },
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-002"
      }
    }
  ]
}