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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypePatient
IdPatient-patient-001.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: Emeka Chinedu (male), born 2023-05-12

Identifiers: MRN: ASOK-MRN-2025-001

Address: No 10, Independence Layout, Enugu State, Nigeria


Source1

{
  "resourceType": "Patient",
  "id": "patient-001",
  "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": "NIN"
          }
        ]
      },
      "value": "12345678901"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
            "code": "MRN"
          }
        ]
      },
      "value": "ASOK-MRN-2025-001"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
            "code": "IMMNO"
          }
        ]
      },
      "value": "NPHCDA-IMM-00123456"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
            "code": "BIRTHCERT"
          }
        ]
      },
      "value": "BCN-2020-90876"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
            "code": "MOBILE"
          }
        ]
      },
      "value": "08031234567"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
            "code": "INSUR"
          }
        ]
      },
      "value": "NHIA-PL-2025-112233"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Okafor",
      "given": [
        "Chinedu",
        "Emeka"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2020-05-15",
  "address": [
    {
      "line": [
        "No 10, Independence Layout"
      ],
      "city": "Enugu",
      "district": "en-aninri",
      "state": "EN"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "text": "MOTHER"
        }
      ],
      "name": {
        "family": "Okafor",
        "given": [
          "Ngozi"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "08039876543"
        }
      ],
      "address": {
        "line": [
          "No 10, Independence Layout"
        ],
        "city": "Enugu",
        "district": "en-aninri",
        "state": "EN"
      }
    }
  ],
  "link": [
    {
      "other": {
        "reference": "RelatedPerson/relatedperson-001"
      },
      "type": "seealso"
    }
  ]
}