復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Kimsber/Rehab-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Goal",
"id" : "GoalExample",
"meta" : {
"profile" : [
🔗 "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Goal"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>Short-term goal</b></h3><h4><b>理解能力</b></h4><ol><li>無理解能力可理解表情動作可理解字詞片語可理解簡單句</li><li>可理解複雜句可理解敘述事件</li></ol><h4><b>表達能力:</b></h4><ol><li>無表達能力可用表情動作可用字詞片語可用簡單句</li><li>可用複雜句可敘述完整事件</li></ol></div>"
},
"lifecycleStatus" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/goal-category",
"code" : "physiotherapy"
}
]
}
],
"description" : {
"text" : "紀錄病人的復健訓練計畫"
},
"subject" : {
🔗 "reference" : "Patient/stroke-patient-001"
}
}