@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/CodeSystem/CSTCT> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CSTCT"] ;
  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: CodeSystem CSTCT</b></p><a name=\"CSTCT\"> </a><a name=\"hcCSTCT\"> </a><p>This case-sensitive code system <code>https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CodeSystem/CSTCT</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"CSTCT-0\"> </a></td><td>在沒有他人協助的情況下沒辦法獨力完成</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"CSTCT-12\"> </a></td><td>可以完成動作但不協調</td></tr><tr><td style=\"white-space:nowrap\">25<a name=\"CSTCT-25\"> </a></td><td>可以順利完成動作</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CodeSystem/CSTCT"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
  fhir:CodeSystem.name [ fhir:value "CSTCT"] ;
  fhir:CodeSystem.title [ fhir:value "Trunk Control Test (TCT) 評估量表代碼及對照表"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-06-17"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "Kimsber"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Trunk Control Test(TCT) 用於評估病患軀幹功能的代碼系統及其對照表"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "0" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "在沒有他人協助的情況下沒辦法獨力完成" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "12" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "可以完成動作但不協調" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "25" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "可以順利完成動作" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/CodeSystem/CSTCT.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

