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

FHIR IG analytics

Packagemyhie.v4
Resource TypePatient
Idpatient-unknown-sample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "patient-unknown-sample",
  "meta": {
    "lastUpdated": "2023-04-10T07:46:20.943+08:00",
    "source": "sample",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Patient-my-core"
    ]
  },
  "identifier": [
    {
      "use": "temp",
      "system": "http://fhir.hie.moh.gov.my/sid/others-no",
      "value": "HTJ-UKN-23000006"
    },
    {
      "system": "http://fhir.hie.moh.gov.my/sid/patient-mrn",
      "value": "HIE-00000005"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "NURUL BINTI SALLEH",
      "given": [
        "NURUL BINTI SALLEH"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1991-05-03",
  "deceasedBoolean": false,
  "managingOrganization": {
    "reference": "Organization/11-05060009",
    "display": "HOSPITAL TUANKU JA'AFAR"
  }
}