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 of a Defaulter Tracing Record

This content is an example of the IMMZ.F Defaulter Tracing Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://nhin.example.ng/StructureDefinition/DefaulterTracing",
  "clientSex": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ.F.DE2",
        "code": "male",
        "display": "Male"
      }
    ]
  },
  "missedVaccine": [
    {
      "coding": [
        {
          "system": "http://nhin.example.ng/CodeSystem/IMMZ.F.DE6",
          "code": "measles",
          "display": "Measles"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://nhin.example.ng/CodeSystem/IMMZ.F.DE6",
          "code": "polio",
          "display": "Polio"
        }
      ]
    }
  ],
  "clientName": "John Doe",
  "clientAge": 24,
  "caregiverName": "Jane Doe",
  "caregiverPhone": "+2348012345678",
  "missedVaccineDate": "2025-02-15",
  "missedReason": "Caregiver forgot the appointment."
}