臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions

: 身體活動量測-步態週期值集 - TTL Representation

Active as of 2024-06-04

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/GaitCycleVS-Sport> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "GaitCycleVS-Sport"] ;
  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 GaitCycleVS-Sport</b></p><a name=\"GaitCycleVS-Sport\"> </a><a name=\"hcGaitCycleVS-Sport\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-GaitCycleCS-Sport.html\"><code>http://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.0.0</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://ltc-ig.fhir.tw/ValueSet/GaitCycleVS-Sport"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "GaitCycleVSSport"] ;
  fhir:ValueSet.title [ fhir:value "身體活動量測-步態週期值集"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2024-06-04"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "經濟部產業發展署"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "經濟部產業發展署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ida.gov.tw/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "一個步伐的完整過程,從一隻腳接觸地面開始到同一隻腳再次接觸地面結束。這個過程可以分為兩個主要階段:支撐期(stance phase)和擺動期(swing phase)。本 ValueSet 繼承自身體活動量測 IG,後續將配合原始 IG 進行更新。"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport" ]
     ]
  ] .

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

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