FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ltc-related-person-primary-caregiver-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson ltc-related-person-primary-caregiver-example
Profile: 長期照顧-關係人
是否為主要照顧者: true
active: true
patient: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
relationship: child
name: 陳志強
telecom: ph: 0987654321(Mobile), ph: 02-27031234(Home)
gender: Male
address: 台北市大安區仁愛路三段55號8樓(home)
{
"resourceType": "RelatedPerson",
"id": "ltc-related-person-primary-caregiver-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCRelatedPerson"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://ltc-ig.fhir.tw/StructureDefinition/ExtRelatedPersonIsPrimary-TWLTC",
"valueBoolean": true
}
],
"active": true,
"patient": {
"reference": "Patient/ltc-patient-cms-chen-ming-hui-example"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "CHILD",
"display": "child"
}
]
}
],
"name": [
{
"use": "usual",
"text": "陳志強",
"family": "陳",
"given": [
"志強"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0987654321",
"use": "mobile"
},
{
"system": "phone",
"value": "02-27031234",
"use": "home"
}
],
"gender": "male",
"address": [
{
"use": "home",
"text": "台北市大安區仁愛路三段55號8樓",
"line": [
"仁愛路三段55號8樓"
],
"city": "大安區",
"state": "台北市",
"postalCode": "10657",
"country": "TW"
}
]
}