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 Response of an AEFI Treatment Form

This content is an example of the IMMZ.E Manage AEFI Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://nhin.example.ng/StructureDefinition/ManageAEFI",
  "manifestation": [
    {
      "coding": [
        {
          "system": "http://nhin.example.ng/CodeSystem/IMMZ-E",
          "code": "IMMZ.AEFIE.DE37",
          "display": "Fever - Elevated body temperature"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://nhin.example.ng/CodeSystem/IMMZ-E",
          "code": "IMMZ.E.DE38",
          "display": "Rash - Skin eruption or inflammation"
        }
      ]
    }
  ],
  "severity": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ-E",
        "code": "IMMZ.E.DE7",
        "display": "Severe"
      }
    ]
  },
  "outcome": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ-E",
        "code": "IMMZ.E.DE11",
        "display": "Recovered with sequelae"
      }
    ]
  },
  "treatmentGiven": [
    "Administered antihistamines and IV fluids"
  ],
  "diseaseTargeted": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/IMMZ-E",
        "code": "IMMZ.E.DE27",
        "display": "Measles"
      }
    ]
  },
  "reactionDate": "2025-03-20",
  "observationId": "obs12345",
  "complaint": "Severe headache and dizziness",
  "doseNumber": 2,
  "totalDoses": 3,
  "nextDoseDueDate": "2025-06-20",
  "digitalCertificateNeeded": true,
  "certificateIssuer": "Ministry of Health",
  "healthCertificateId": "HCID-987654321",
  "certificateValidFrom": "2025-03-21",
  "certificateValidUntil": "2028-03-20",
  "certificateSchemeVersion": "1.0"
}