@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://build.fhir.org/ig/Kimsber/Rehab-IG/ValueSet/VSBarthelTransfer> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VSBarthelTransfer"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VSBarthelTransfer</b></p><a name=\"VSBarthelTransfer\"> </a><a name=\"hcVSBarthelTransfer\"> </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/LA31635-8/\">LA31635-8</a></td><td>移動身體時需要稍微協助、給予提醒、安全監督。</td></tr><tr><td><a href=\"https://loinc.org/LA31634-1/\">LA31634-1</a></td><td>可以自行坐起，但從床上坐起時或移動身體時需要他人協助。</td></tr><tr><td><a href=\"https://loinc.org/LA31633-3/\">LA31633-3</a></td><td>不會自己移動。</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://build.fhir.org/ig/Kimsber/Rehab-IG/ValueSet/VSBarthelTransfer"^^xsd:anyURI ;
     fhir:l <https://build.fhir.org/ig/Kimsber/Rehab-IG/ValueSet/VSBarthelTransfer>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VSBarthelTransfer"] ; # 
  fhir:title [ fhir:v "移位-選項"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-04-27T02:44:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Kimsber"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Kimsber" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://github.com/Kimsber" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "LA12302-8" ] ;
         fhir:display [ fhir:v "整個過程可獨立完成。" ]
       ] [
         fhir:code [ fhir:v "LA31635-8" ] ;
         fhir:display [ fhir:v "移動身體時需要稍微協助、給予提醒、安全監督。" ]
       ] [
         fhir:code [ fhir:v "LA31634-1" ] ;
         fhir:display [ fhir:v "可以自行坐起，但從床上坐起時或移動身體時需要他人協助。" ]
       ] [
         fhir:code [ fhir:v "LA31633-3" ] ;
         fhir:display [ fhir:v "不會自己移動。" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

