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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypePatient
IdPatient-00114455-e5f6-4789-a123-456789abcdef.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 00114455-e5f6-4789-a123-456789abcdef

Last updated: 2025-11-04 08:30:00+0000

Profile: NG Patient

Kemi Adebayo Female, DoB: 1995-02-14 ( nin)


Active:true
Other Ids:
  • mrn/ASO-2025-0098
  • mobile/08051234567
Contact Detail15 Ajayi Street Ikeja LA
:

Source1

{
  "resourceType": "Patient",
  "id": "00114455-e5f6-4789-a123-456789abcdef",
  "meta": {
    "lastUpdated": "2025-11-04T08:30: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": "23456789012"
    },
    {
      "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": "ASO-2025-0098"
    },
    {
      "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": "08051234567"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Adebayo",
      "given": [
        "Kemi"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1995-02-14",
  "address": [
    {
      "line": [
        "15 Ajayi Street"
      ],
      "city": "Ikeja",
      "district": "la-ikeja",
      "state": "LA"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "text": "Mother"
        }
      ],
      "name": {
        "family": "Adebayo",
        "given": [
          "Funke"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+2348059988776"
        }
      ],
      "address": {
        "city": "Ikeja",
        "district": "la-ikeja",
        "state": "LA"
      }
    }
  ]
}