@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/ValueSet/VSReach> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "VSReach"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VSReach</b></p><a name=\"VSReach\"> </a><a name=\"hcVSReach\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-CSReach.html\"><code>https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CodeSystem/CSReach</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.2.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-CSReach.html#CSReach-0\">0</a></td><td style=\"color: #cccccc\">無使用/只能在復健練習中使用</td></tr><tr><td><a href=\"CodeSystem-CSReach.html#CSReach-1\">1</a></td><td style=\"color: #cccccc\">僅用於穩定支撐動作</td></tr><tr><td><a href=\"CodeSystem-CSReach.html#CSReach-2\">2</a></td><td style=\"color: #cccccc\">有限度的協助或簡單伸手動作</td></tr><tr><td><a href=\"CodeSystem-CSReach.html#CSReach-3\">3</a></td><td style=\"color: #cccccc\">能進行部分伸手與抓握操作</td></tr><tr><td><a href=\"CodeSystem-CSReach.html#CSReach-4\">4</a></td><td style=\"color: #cccccc\">可日常使用，但在可能</td></tr><tr><td><a href=\"CodeSystem-CSReach.html#CSReach-5\">5</a></td><td style=\"color: #cccccc\">完全可以被使用</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/ValueSet/VSReach"] ;
  fhir:ValueSet.version [ fhir:value "0.2.0"] ;
  fhir:ValueSet.name [ fhir:value "VSReach"] ;
  fhir:ValueSet.title [ fhir:value "Rating of Everyday Arm-use in the Community and at Home (REACH) Score ValueSet"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-06-17"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "Kimsber"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Kimsber" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://github.com/Kimsber" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "REACH評估量表分數值集，用於標準化病患在日常生活中使用上肢的頻率與能力的評分。"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CodeSystem/CSReach" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "0" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "3" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "4" ]
       ], [
         fhir:index 5 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "5" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/ValueSet/VSReach.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

