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

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

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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