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 Update Client History Form

This content is an example of the IMMZ.C1 Update Client History Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://nhin.example.ng/StructureDefinition/UpdateClientHistory",
  "hivStatus": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/immzc1-hiv-status-cs",
        "code": "positive",
        "display": "Positive"
      }
    ]
  },
  "clientCompletedPrimarySeries": true,
  "bcgDoseDate": "2024-01-15",
  "hepB0DoseDate": "2024-01-20",
  "polioBopv0DoseDate": "2024-01-25",
  "pentavalent1DoseDate": "2024-02-05",
  "opv1DoseDate": "2024-02-10",
  "pcv1DoseDate": "2024-02-15",
  "rotavirus1DoseDate": "2024-02-20",
  "ipv1DoseDate": "2024-02-25",
  "opv2DoseDate": "2024-03-01",
  "pcv2DoseDate": "2024-03-05",
  "state": "Completed",
  "comments": "All vaccines administered as per schedule.",
  "reportingOfficerName": "Dr. Jane Doe",
  "designation": "Immunization Officer",
  "signature": "JDoe"
}