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

FHIR IG analytics

Packagemyhie.v4
Resource TypePatient
Idexample-patient-mandatory.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": "8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Patient-my-core"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://fhir.hie.moh.gov.my/sid/my-kad-no",
      "value": "921005145570"
    }
  ],
  "name": [
    {
      "use": "official",
      "given": [
        "ZALEHA KAMILLA"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1992-10-05",
  "managingOrganization": {
    "reference": "Organization/11-05060009"
  }
}