復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide)
0.1.0 - ci-build

復健訓練評估量表實作指引(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

: 目標資料範例 - XML Representation

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="GoalExample"/>
  <meta>
    <profile
             value="https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Goal"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <lifecycleStatus value="active"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-category"/>
      <code value="physiotherapy"/>
    </coding>
  </category>
  <description>
    <text value="紀錄病人的復健訓練計畫"/>
  </description>
  <subject>🔗 
    <reference value="Patient/stroke-patient-001"/>
  </subject>
</Goal>