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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypePatient
IdPatient-patient-002.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: Ifeoma Okeke (female), born 1985-08-25

Identifiers: MRN: LAG-234-8890, Phone: +234-802-555-7890

Address: Surulere, Lagos State, Nigeria


Source1

{
  "resourceType": "Patient",
  "id": "patient-002",
  "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": "ASOK-MRN-2025-219"
    },
    {
      "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": "08021234567"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Bello",
      "given": [
        "Amina"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2023-04-02",
  "address": [
    {
      "line": [
        "House 4, Angwan Rimi"
      ],
      "city": "Gindiri",
      "district": "kd-giwa",
      "state": "KD"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "text": "MOTHER"
        }
      ],
      "name": {
        "family": "Bello",
        "given": [
          "Fatima"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "08035551234"
        }
      ]
    }
  ]
}