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

FHIR IG analytics

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

Generated Narrative: Patient NgPatient-003

Last updated: 2025-11-04 11:45:00+0000

Profile: NG Patient

Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)


Active:true
Other Id:mobile/08123456789
Contact DetailPlot 7, Mabushi Abuja FC
:

Source1

{
  "resourceType": "Patient",
  "id": "NgPatient-003",
  "meta": {
    "lastUpdated": "2025-11-04T11:45: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": "BIRTHCERT"
          }
        ]
      },
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
      "value": "NPC-FCT-2019-004321"
    },
    {
      "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": "08123456789"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Bala",
      "given": [
        "Suleiman"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2019-09-05",
  "address": [
    {
      "line": [
        "Plot 7, Mabushi"
      ],
      "city": "Abuja",
      "district": "fc-municipal",
      "state": "FC"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "text": "MOTHER"
        }
      ],
      "name": {
        "family": "Bala",
        "given": [
          "Aisha"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+2348122223344"
        }
      ],
      "address": {
        "city": "Abuja",
        "district": "fc-municipal",
        "state": "FC"
      }
    }
  ]
}