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

FHIR IG analytics

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

Generated Narrative: Patient NgPatient-PreAuth-001

Last updated: 2024-10-15 09:00:00+0100

Profile: NG Patient

Chika Okafor Male, DoB: 1990-04-21 ( nin)


Active:true
Other Id:mobile/08031112233
Contact Detail21 Industrial Area Port Harcourt RI

Source1

{
  "resourceType": "Patient",
  "id": "NgPatient-PreAuth-001",
  "meta": {
    "lastUpdated": "2024-10-15T09:00:00+01:00",
    "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": "23456565514"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
            "code": "MOBILE",
            "display": "mobile"
          }
        ]
      },
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
      "value": "08031112233"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Okafor",
      "given": [
        "Chika"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1990-04-21",
  "address": [
    {
      "line": [
        "21 Industrial Area"
      ],
      "city": "Port Harcourt",
      "district": "ri-emohua",
      "state": "RI"
    }
  ]
}