@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CarePlan/CarePlanExample01> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CarePlanExample01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/StructureDefinition/CarePlan" ;
       fhir:index 0 ;
       fhir:link <https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/StructureDefinition/CarePlan>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "zh-TW"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Home programs</b></p><ol><li>建議練習點點連線畫斜線、十字、方形，框框中著色、迷宮或描虛線運筆、仿疊仿組積木、使用剪刀剪方形圖形，增進精細動作發展。</li><li>建議每天練習爬樓梯、攀爬遊樂設施、手走路、趴在椅子上撐手、投籃、捏衣夾夾菜夾、使用蠟筆著色、組小花片或小樂高積木再拆開，增進肌肉力量以及耐力的活動。</li><li>練習在生活中動作引導穿鞋子襪子上衣、搓洗雙手擦乾，增進身邊處理能力。</li><li>建議引導個案和同學打招呼、揮手再見、一起排隊輪流合作、交換或一起玩玩具，增進人際互動能力。</li><li>已在居家附近職能治療，建議持續治療，並配合治療師加強居家訓練活動。</li></ol></div>"
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw" ] ;
       fhir:Coding.code [ fhir:value "assess-plan" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "評估和計劃治療" ]
  ] ;
  fhir:CarePlan.subject [
     fhir:link <https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/Patient/stroke-patient-001> ;
     fhir:Reference.reference [ fhir:value "Patient/stroke-patient-001" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CarePlan/CarePlanExample01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

