FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ltc-servicerequest-referral-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ltc-servicerequest-referral-example
Profile: 長期照顧-服務請求
status: Active
intent: Order
category: Patient referral
code: 轉介至日間照護中心接受日間照顧服務
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
authoredOn: 2024-01-20 14:30:00+0800
requester: Practitioner 王美玲(official)
performer: Organization 新北市私立安康老人長期照顧中心(養護型)
reasonCode: 失智症照護需求
note:
個案因失智症需轉介至日間照護中心接受日間照護服務,含認知訓練與生活照顧。
{
"resourceType": "ServiceRequest",
"id": "ltc-servicerequest-referral-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCServiceRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3457005",
"display": "Patient referral"
}
]
}
],
"code": {
"coding": [
{
"system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item",
"code": "BB03",
"display": "日間照顧(全日)--第2型"
}
],
"text": "轉介至日間照護中心接受日間照顧服務"
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"authoredOn": "2024-01-20T14:30:00+08:00",
"requester": {
"reference": "Practitioner/ltc-practitioner-example"
},
"performer": [
{
"reference": "Organization/ltc-organization-example"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26929004",
"display": "Alzheimer's disease"
}
],
"text": "失智症照護需求"
}
],
"note": [
{
"text": "個案因失智症需轉介至日間照護中心接受日間照護服務,含認知訓練與生活照顧。"
}
]
}