FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Task |
| Id | Task-ltc-task-referral-acceptance-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task ltc-task-referral-acceptance-example
Profile: 長期照顧-任務管理
status: Accepted
intent: order
code: 轉介確認
for: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
authoredOn: 2024-02-01 09:00:00+0800
requester: Practitioner 王美玲(official)
owner: Organization 新北市私立安康老人長期照顧中心(養護型)
note:
已確認收案,將於 2024-02-05 進行入住評估。
{
"resourceType": "Task",
"id": "ltc-task-referral-acceptance-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCTask"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "accepted",
"intent": "order",
"code": {
"text": "轉介確認"
},
"focus": {
"reference": "Bundle/ltc-bundle-referral-example"
},
"for": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"authoredOn": "2024-02-01T09:00:00+08:00",
"requester": {
"reference": "Practitioner/ltc-practitioner-example"
},
"owner": {
"reference": "Organization/ltc-organization-example"
},
"note": [
{
"text": "已確認收案,將於 2024-02-05 進行入住評估。"
}
]
}