FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypePatient
IdPatient-patient-003.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Patient: Chinedu Obi (male), born 1990-11-11

Identifiers: MRN: ENU-445-9932

Address: Enugu City, Enugu State, Nigeria


Source1

{
  "resourceType": "Patient",
  "id": "patient-003",
  "meta": {
    "lastUpdated": "2025-08-16T12:00:00Z",
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/NgImmPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
            "code": "MRN"
          }
        ]
      },
      "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
      "value": "LUTH-MRN-2025-0789"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
            "code": "MOBILE"
          }
        ]
      },
      "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
      "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": "https://nphcda.gov.ng/ig/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"
      }
    }
  ]
}