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 Patient-003 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-003",
  "meta" : {
    "lastUpdated" : "2025-08-16T12:00:00Z",
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Patient</b>: Chinedu Obi (male), born 1990-11-11</p><p><b>Identifiers</b>: MRN: ENU-445-9932</p><p><b>Address</b>: Enugu City, Enugu State, Nigeria</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
            "code" : "MRN"
          }
        ]
      },
      "value" : "LUTH-MRN-2025-0789"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
            "code" : "MOBILE"
          }
        ]
      },
      "value" : "08051234567"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Adeyemi",
      "given" : [
        "Tolu",
        "Oluwatobi"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2022-09-21",
  "address" : [
    {
      "line" : [
        "Flat 3, Block B, Surulere Housing Estate"
      ],
      "city" : "Surulere",
      "district" : "la-surulere",
      "state" : "LA"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "text" : "MOTHER"
        }
      ],
      "name" : {
        "family" : "Adeyemi",
        "given" : [
          "Kemi"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "08063456789"
        }
      ],
      "address" : {
        "extension" : [
          {
            "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/nigeria-administrative-ward",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "code" : "fc-amac-gurdi",
                  "display" : "Gurdi"
                }
              ]
            }
          }
        ],
        "line" : [
          "Flat 3, Block B, Surulere Housing Estate"
        ],
        "city" : "Surulere",
        "district" : "la-surulere",
        "state" : "LA"
      }
    }
  ]
}