FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Patient |
| Id | Patient-ltc-patient-sdk-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ltc-patient-sdk-example
Profile: 長期照顧-住民基本資料
王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))
| Contact Detail |
| ||
| Next-of-Kin: |
| ||
{
"resourceType": "Patient",
"id": "ltc-patient-sdk-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN"
}
]
},
"system": "https://example.org/mrn",
"value": "A0001"
}
],
"name": [
{
"use": "usual",
"text": "王小明"
}
],
"telecom": [
{
"system": "phone",
"value": "0912345678"
}
],
"gender": "male",
"birthDate": "1950-01-01",
"address": [
{
"use": "home",
"text": "台北市中山區中山北路100號"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N",
"display": "Next-of-Kin"
}
]
}
],
"name": {
"text": "王大明"
},
"telecom": [
{
"system": "phone",
"value": "0987654321"
}
]
}
]
}