FHIR IG analytics| Package | myhie.v4 |
| Resource Type | Patient |
| Id | PROTECT HEALTH - patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "example-NHSI-patient",
"meta": {
"profile": [
"http://fhir.hie.moh.gov.my/StructureDefinition/Patient-my-core"
],
"source": "http://provider.hie.moh.gov.my"
},
"identifier": [
{
"system": "http://fhir.hie.moh.gov.my/sid/my-kad-no",
"value": "921005146671"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "NAMA",
"given": [
"NAMA"
],
"extension": [
{
"url": "http://fhir.hie.moh.gov.my/StructureDefinition/person-title-my-core",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/person-title-my-core",
"code": "L001",
"display": "Encik"
}
]
}
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "014454120318",
"use": "mobile"
},
{
"system": "email",
"value": "hieperson@gmail.com",
"use": "home"
}
],
"gender": "male",
"birthDate": "1992-10-05",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"line": [
"No. 1, Jalan Bangsar 7/3"
],
"city": "Laman Pelangi",
"postalCode": "02196",
"extension": [
{
"url": "http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/district-my-core",
"code": "0505"
}
]
}
},
{
"url": "http://fhir.hie.moh.gov.my/StructureDefinition/address-state-my-core",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/state-my-core",
"code": "05"
}
]
}
}
],
"country": "MYS"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "C",
"display": "Contact person"
}
]
}
],
"name": {
"use": "usual",
"text": "Fatimah Azzahra Binti Saalam"
},
"telecom": [
{
"system": "phone",
"value": "01527893031",
"use": "mobile"
}
]
}
],
"managingOrganization": {
"reference": "Organization/11-05060009"
},
"extension": [
{
"url": "http://fhir.hie.moh.gov.my/StructureDefinition/education-level-my-core",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/education-level-my-core",
"code": "4",
"display": "tertiary"
}
]
}
},
{
"url": "http://fhir.hie.moh.gov.my/StructureDefinition/religion-my-core",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/religion-my-core",
"code": "1",
"display": "Islam"
}
]
}
},
{
"url": "http://fhir.hie.moh.gov.my/StructureDefinition/ethnic-my-core",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/ethnic-code-my-core",
"code": "01",
"display": "Melayu"
}
]
}
}
]
}