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 Binary: Example Vaccine Administration Record

This content is an example of the IMMZ.D Administer Vaccine Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://nhin.example.ng/StructureDefinition/AdministerVaccine",
  "facilityType": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ.D",
        "code": "IMMZ.D.DE4",
        "display": "Private"
      }
    ]
  },
  "sessionType": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ.D",
        "code": "IMMZ.D.DE7",
        "display": "Fixed"
      }
    ]
  },
  "vaccineType": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ.F.DE6",
        "code": "measles",
        "display": "Measles"
      }
    ]
  },
  "contraindications": [
    {
      "coding": [
        {
          "system": "http://nhin.example.ng/CodeSystem/IMMZ.D",
          "code": "IMMZ.D.DE14",
          "display": "Severe AEFI"
        }
      ]
    }
  ],
  "siteAdministered": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ.D",
        "code": "IMMZ.D.DE23",
        "display": "Left upper arm"
      }
    ]
  },
  "routeOfAdministration": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ.D",
        "code": "IMMZ.D.DE29",
        "display": "Intradermal"
      }
    ]
  },
  "nameOfHealthFacility": "Sunrise Health Clinic",
  "contraindicated": false,
  "vaccinationDateTime": "2025-03-20T10:30:00Z",
  "vaccineAdministeringCenter": "Sunrise Health Clinic - Immunization Wing",
  "vaccineBatchNumber": "BATCH12345",
  "expirationDate": "2026-06-30",
  "doseQuantity": {
    "value": 0.5,
    "code": "mL",
    "system": "http://unitsofmeasure.org",
    "unit": "Dose"
  },
  "healthWorkerIdentifier": "HW-56789"
}