復健訓練量表實作指引 (Rehabilitation Training Scale Implementation Guide)
0.2.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.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Rehabotics-Medical-Techology-Co/RTS-IG/ and changes regularly. See the Directory of published versions

: 上下樓梯-選項 - TTL Representation

Draft as of 2026-06-17

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/VSBarthelStairs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "VSBarthelStairs"] ;
  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 VSBarthelStairs</b></p><a name=\"VSBarthelStairs\"> </a><a name=\"hcVSBarthelStairs\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA12302-8/\">LA12302-8</a></td><td>可自行上下樓梯,可使用扶手、柺杖等輔具。</td></tr><tr><td><a href=\"https://loinc.org/LA31629-1/\">LA31629-1</a></td><td>需他人協助或監督才能上下樓梯。</td></tr><tr><td><a href=\"https://loinc.org/LA24937-7/\">LA24937-7</a></td><td>無法上下樓梯。</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/ValueSet/VSBarthelStairs"] ;
  fhir:ValueSet.version [ fhir:value "0.2.0"] ;
  fhir:ValueSet.name [ fhir:value "VSBarthelStairs"] ;
  fhir:ValueSet.title [ fhir:value "上下樓梯-選項"] ;
  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 "Barthel Index stair climbing item answer options."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA12302-8" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "可自行上下樓梯,可使用扶手、柺杖等輔具。" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA31629-1" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "需他人協助或監督才能上下樓梯。" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA24937-7" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "無法上下樓梯。" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/VSBarthelStairs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/VSBarthelStairs.ttl> .