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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypePatient
IdPatient-NgPatient-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

Generated Narrative: Patient NgPatient-002

Last updated: 2025-11-04 09:10:00+0000

Profile: NG Patient

Musa Abdullahi Male, DoB: 1987-07-06 ( nin)


Active:true
Other Ids:
  • mrn/KNH-2025-33445
  • insurance no/NHIA-0011223344
  • mobile/08031234567
Contact DetailNo. 8 Lafia Road Kano KN
:

Source1

{
  "resourceType": "Patient",
  "id": "NgPatient-002",
  "meta": {
    "lastUpdated": "2025-11-04T09:10:00Z",
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
            "code": "NIN"
          }
        ]
      },
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
      "value": "12345678901"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
            "code": "MRN"
          }
        ]
      },
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
      "value": "KNH-2025-33445"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
            "code": "INSUR"
          }
        ]
      },
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
      "value": "NHIA-0011223344"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
            "code": "MOBILE"
          }
        ]
      },
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
      "value": "08031234567"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Abdullahi",
      "given": [
        "Musa"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1987-07-06",
  "address": [
    {
      "line": [
        "No. 8 Lafia Road"
      ],
      "city": "Kano",
      "district": "kn-kano-municipal",
      "state": "KN"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "text": "Sister"
        }
      ],
      "name": {
        "family": "Abdullahi",
        "given": [
          "Zainab"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+2348031112233"
        }
      ],
      "address": {
        "city": "Kano",
        "district": "kn-kano-municipal",
        "state": "KN"
      }
    }
  ]
}