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

: NG-Imm Example Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ExampleNgImmPatient",
  "meta" : {
    "lastUpdated" : "2025-05-29T14:30:00Z",
    "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 ExampleNgImmPatient</b></p><a name=\"ExampleNgImmPatient\"> </a><a name=\"hcExampleNgImmPatient\"> </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-05-29 14:30:00+0000</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;\">Ada Okonkwo  Female, DoB: 2021-07-15 ( http://hospital.org/mrn#123456)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">10 Akintola Street Enugu Enugu </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Nkechi Okonkwo </li><li>15 Ogui Road New Heaven Enugu </li><li><a href=\"tel:+2348031234567\">+2348031234567</a></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "ageInMonths",
      "valueInteger" : 24
    },
    {
      "url" : "ageInYears",
      "valueInteger" : 2
    },
    {
      "url" : "birthWeight",
      "valueDecimal" : 3.4
    },
    {
      "url" : "hivStatus",
      "valueString" : "negative"
    },
    {
      "url" : "pregnancyStatus",
      "valueString" : "pregnant"
    },
    {
      "url" : "administrativeWard",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "Yaba"
          }
        ]
      }
    },
    {
      "url" : "siblingSurname",
      "valueString" : "Okonkwo"
    },
    {
      "url" : "siblingGivenName",
      "valueString" : "Chinedu"
    },
    {
      "url" : "siblingBirthYear",
      "valueDate" : "2012"
    },
    {
      "url" : "siblingGender",
      "valueString" : "male"
    }
  ],
  "identifier" : [
    {
      "system" : "http://hospital.org/mrn",
      "value" : "123456"
    }
  ],
  "name" : [
    {
      "family" : "Okonkwo",
      "given" : [
        "Ada"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2021-07-15",
  "address" : [
    {
      "line" : [
        "10 Akintola Street"
      ],
      "city" : "Enugu",
      "district" : "Enugu North",
      "state" : "Enugu"
    }
  ],
  "photo" : [
    {
      "contentType" : "png",
      "url" : "https://elephant.org/images/emmy.jpg",
      "size" : 1,
      "title" : "emmy.jpg"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "text" : "mother"
        }
      ],
      "name" : {
        "family" : "Okonkwo",
        "given" : [
          "Nkechi"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+2348031234567"
        }
      ],
      "address" : {
        "line" : [
          "15 Ogui Road"
        ],
        "city" : "New Heaven",
        "district" : "Enugu Central",
        "state" : "Enugu"
      }
    }
  ]
}