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

: 兒童職能治療範本 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ConditionExample01",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Condition-twcore"
    ]
  },
  "language" : "zh-TW",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>臨床觀察</b></p><p>個案在案父母陪同下,可進入治療室接受指令完成評估 ()。評估過程較沒自信,每個動作揭已眼神向父母或治療師確認自己是否答對,全身肌肉低張力影響握筆姿勢、運筆及精細操作穩定度。</p><p>個案父母表示家中上有兩個哥哥,在家和案兄互動沒有困難,案母為中國籍,之前曾帶個案回中國就讀幼兒園約3個月,而後返回臺灣就讀中班,在學校中較我行我素少和同儕互動,學東西較慢,由老師建議就診早療。</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/stroke-patient-001"
  },
  "recordedDate" : "2025-03-06",
  "recorder" : {
    🔗 "reference" : "Practitioner/ot-therapist-001"
  }
}