臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0
臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "pasport-servicerequest-exercise-therapy-example",
"meta" : {
"profile" : [
🔗 "http://ltc-ig.fhir.tw/StructureDefinition/PASportServiceRequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest pasport-servicerequest-exercise-therapy-example</b></p><a name=\"pasport-servicerequest-exercise-therapy-example\"> </a><a name=\"hcpasport-servicerequest-exercise-therapy-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PASportServiceRequest.html\">運動處方-服務請求</a></p></div><p><b>identifier</b>: <code>http://ltc-ig.fhir.tw/servicerequest-id</code>/SR-SPORT-2024-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport PhysicalActivity}\">Physical Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 229070002}\">申請個人化運動治療計畫,包含步行訓練、平衡訓練及肌力強化運動</span></p><p><b>subject</b>: <a href=\"Patient-ltc-patient-chen-ming-hui.html\">陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN):\u00a0A123456789\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2024-01-15 10:00:00+0800</p><p><b>requester</b>: <a href=\"Practitioner-ltc-practitioner-example.html\">Practitioner 王美玲(official)</a></p><p><b>performerType</b>: <span title=\"Codes:{http://snomed.info/sct 36682004}\">Physiotherapist</span></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 26929004}\">Alzheimer's disease</span></p><p><b>reasonReference</b>: <a href=\"Condition-pasport-condition-exercise-history-example.html\">Condition Stretching exercises</a></p><p><b>supportingInfo</b>: <a href=\"Observation-pasport-observation-heart-rate-example.html\">Observation Heart rate</a></p><p><b>note</b>: @2024-01-15 10:00:00+0800</p><blockquote><div><p>患者因認知功能輕度下降,建議透過規律運動改善體能及認知功能。需要專業物理治療師指導,設計適合的運動計畫。</p>\n</div></blockquote><p><b>patientInstruction</b>: 請於每週二、四、六上午9:00-10:00參加運動治療課程,穿著合適運動鞋及寬鬆衣物</p></div>"
},
"identifier" : [
{
"system" : "http://ltc-ig.fhir.tw/servicerequest-id",
"value" : "SR-SPORT-2024-001"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport",
"code" : "PhysicalActivity",
"display" : "Physical Activity"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "229070002",
"display" : "Stretching exercises"
}
],
"text" : "申請個人化運動治療計畫,包含步行訓練、平衡訓練及肌力強化運動"
},
"subject" : {
🔗 "reference" : "Patient/ltc-patient-chen-ming-hui"
},
"authoredOn" : "2024-01-15T10:00:00+08:00",
"requester" : {
🔗 "reference" : "Practitioner/ltc-practitioner-example"
},
"performerType" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "36682004",
"display" : "Physiotherapist"
}
]
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26929004",
"display" : "Alzheimer's disease"
}
]
}
],
"reasonReference" : [
{
🔗 "reference" : "Condition/pasport-condition-exercise-history-example"
}
],
"supportingInfo" : [
{
🔗 "reference" : "Observation/pasport-observation-heart-rate-example"
}
],
"note" : [
{
"time" : "2024-01-15T10:00:00+08:00",
"text" : "患者因認知功能輕度下降,建議透過規律運動改善體能及認知功能。需要專業物理治療師指導,設計適合的運動計畫。"
}
],
"patientInstruction" : "請於每週二、四、六上午9:00-10:00參加運動治療課程,穿著合適運動鞋及寬鬆衣物"
}