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 (Complete) - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "immunization-002",
  "meta" : {
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Immunization</b>: Measles vaccine administered</p><p><b>Date</b>: 2024-02-10</p><p><b>Patient</b>: Ifeoma Okeke</p><p><b>Performer</b>: Mr. John Bello</p><p><b>Adverse Event</b>: Mild fever reported</p><p><b>Location</b>: Kano State PHC Board</p></div>"
  },
  "extension" : [
    {
      "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/contraindicated",
      "valueBoolean" : true
    }
  ],
  "status" : "not-done",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/ng-vaccine-local",
        "code" : "IMMZ.Z.DE16",
        "display" : "Rotavirus 3"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-003"
  },
  "occurrenceDateTime" : "2025-08-15T10:30:00+01:00",
  "manufacturer" : {
    🔗 "reference" : "Organization/organization-002"
  },
  "lotNumber" : "BCG-LOT-25-0045",
  "expirationDate" : "2026-12-31",
  "site" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code" : "LA",
        "display" : "Left Arm"
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code" : "PO",
        "display" : "Swallow, oral"
      }
    ]
  },
  "doseQuantity" : {
    "value" : 0.05,
    "unit" : "mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mL"
  },
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code" : "AP",
            "display" : "Administering Provider"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-002"
      }
    },
    {
      "function" : {
        "text" : "Reporting Officer"
      },
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-003"
      }
    }
  ],
  "reaction" : [
    {
      "date" : "2025-08-15T12:00:00+01:00",
      "detail" : {
        🔗 "reference" : "Observation/observation-002"
      },
      "reported" : true
    }
  ],
  "protocolApplied" : [
    {
      "series" : "RI Newborn",
      "targetDisease" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "397428000"
            }
          ]
        }
      ],
      "doseNumberPositiveInt" : 1,
      "seriesDosesPositiveInt" : 1
    }
  ]
}