@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/VSBarthelMobility> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "VSBarthelMobility"] ;
  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 VSBarthelMobility</b></p><a name=\"VSBarthelMobility\"> </a><a name=\"hcVSBarthelMobility\"> </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/LA31642-4/\">LA31642-4</a></td><td>使用或不使用輔具，皆可獨立行走 50 公尺以上。</td></tr><tr><td><a href=\"https://loinc.org/LA31641-6/\">LA31641-6</a></td><td>需他人稍微扶持或口頭指導才能行走 50 公尺以上。</td></tr><tr><td><a href=\"https://loinc.org/LA31640-8/\">LA31640-8</a></td><td>雖無法行走，但可以操作輪椅(包括轉彎、進門及接近桌子、床沿)並可 推行輪椅 50 公尺以上。</td></tr><tr><td><a href=\"https://loinc.org/LA31639-0/\">LA31639-0</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/VSBarthelMobility"] ;
  fhir:ValueSet.version [ fhir:value "0.2.0"] ;
  fhir:ValueSet.name [ fhir:value "VSBarthelMobility"] ;
  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 mobility 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 "LA31642-4" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "使用或不使用輔具，皆可獨立行走 50 公尺以上。" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA31641-6" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "需他人稍微扶持或口頭指導才能行走 50 公尺以上。" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA31640-8" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "雖無法行走，但可以操作輪椅(包括轉彎、進門及接近桌子、床沿)並可 推行輪椅 50 公尺以上。" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA31639-0" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "完全無法自行行走，需別人幫忙推輪椅。" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/ValueSet/VSBarthelMobility.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

