@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/VSTCT> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "VSTCT"] ;
  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 VSTCT</b></p><a name=\"VSTCT\"> </a><a name=\"hcVSTCT\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-CSTCT.html\"><code>https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CodeSystem/CSTCT</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-CSTCT.html#CSTCT-0\">0</a></td><td style=\"color: #cccccc\">在沒有他人協助的情況下沒辦法獨力完成</td></tr><tr><td><a href=\"CodeSystem-CSTCT.html#CSTCT-12\">12</a></td><td style=\"color: #cccccc\">可以完成動作但不協調</td></tr><tr><td><a href=\"CodeSystem-CSTCT.html#CSTCT-25\">25</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/VSTCT"] ;
  fhir:ValueSet.version [ fhir:value "0.2.0"] ;
  fhir:ValueSet.name [ fhir:value "VSTCT"] ;
  fhir:ValueSet.title [ fhir:value "Trunk Contrl Test (TCT) 評估量表值集"] ;
  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 "整合 Trunk Control Test (TCT) 各題之所有選項值集"] ;
  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/CSTCT" ] ;
       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 "12" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "25" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/ValueSet/VSTCT.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

