NPHCDA Immunization FHIR IG
1.0.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 1.0.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/ImmunizationIG/ and changes regularly. See the Directory of published versions

: NGImm Example Patient used in Bundle - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "NgImmExamplePatient",
  "meta" : {
    "lastUpdated" : "2025-07-04T08:30:00+01:00",
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient NgImmExamplePatient</b></p><a name=\"NgImmExamplePatient\"> </a><a name=\"hcNgImmExamplePatient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-07-04 08:30:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NgImmPatient.html\">NG-Imm Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Zainab Abdulraheem  Female, DoB: 2024-02-20 ( https://nimc.gov.ng#NIN98765432100)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">No. 10, Igalamela Compound, Ankpa Ankpa KO </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:\">Igbo</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Aisha Abdulraheem </li><li>No. 10, Igalamela Compound Ankpa KO </li><li><a href=\"tel:+2348031234567\">+2348031234567</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the Immunization Client recorded in years\"><a href=\"StructureDefinition-age-in-years.html\">NG-Imm Client Age in Years</a></td><td colspan=\"3\">0</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the Immunization Client recorded in weeks\"><a href=\"StructureDefinition-age-in-weeks.html\">NG-Imm Client Age in Weeks</a></td><td colspan=\"3\">20</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the Immunization Client recorded in months\"><a href=\"StructureDefinition-age-in-months.html\">NG-Imm Client Age in Months</a></td><td colspan=\"3\">5</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The Pregnancy status (pregnant or not-pregnant) of the Immunization Client\"><a href=\"StructureDefinition-pregnancy-status.html\">NG-Imm Client's Pregnancy status</a></td><td colspan=\"3\"><span title=\"Codes:\">Not Pregnant</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Weight  of the Immunization Client at birth\"><a href=\"StructureDefinition-birth-weight.html\">NG-Imm Weight at birth</a></td><td colspan=\"3\">3.1</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/birth-weight",
      "valueDecimal" : 3.1
    },
    {
      "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/pregnancy-status",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "notpregnant",
            "display" : "Not Pregnant"
          }
        ]
      }
    },
    {
      "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/age-in-weeks",
      "valueInteger" : 20
    },
    {
      "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/age-in-months",
      "valueInteger" : 5
    },
    {
      "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/age-in-years",
      "valueInteger" : 0
    }
  ],
  "identifier" : [
    {
      "system" : "https://nimc.gov.ng",
      "value" : "NIN98765432100"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Abdulraheem",
      "given" : [
        "Zainab"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2024-02-20",
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/nigeria-administrative-ward",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "code" : "amac-01",
                "display" : "Enjema"
              }
            ]
          }
        }
      ],
      "line" : [
        "No. 10, Igalamela Compound, Ankpa"
      ],
      "city" : "Ankpa",
      "district" : "ko-ankpa",
      "state" : "KO"
    }
  ],
  "photo" : [
    {
      "url" : "https://personal_server.org/photos/zainab-abdulraheem.jpg"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "text" : "mother"
        }
      ],
      "name" : {
        "family" : "Abdulraheem",
        "given" : [
          "Aisha"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+2348031234567"
        }
      ],
      "address" : {
        "extension" : [
          {
            "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/nigeria-administrative-ward",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "code" : "KO0802",
                  "display" : "Enjema"
                }
              ]
            }
          }
        ],
        "line" : [
          "No. 10, Igalamela Compound"
        ],
        "city" : "Ankpa",
        "district" : "ko-ankpa",
        "state" : "KO"
      }
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "code" : "ibo",
            "display" : "Igbo"
          }
        ]
      }
    }
  ]
}