身體活動量測(Physical Activity Measure)
0.1.0 - ci-build

身體活動量測(Physical Activity Measure) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gait-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet gait-type</b></p><a name=\"gait-type\"> </a><a name=\"hcgait-type\"> </a><a name=\"gait-type-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/8117002\">8117002</a></td><td>Gait normal</td></tr><tr><td><a href=\"http://snomed.info/id/264739002\">264739002</a></td><td>Medial rotation - action</td></tr><tr><td><a href=\"http://snomed.info/id/264730003\">264730003</a></td><td>Lateral rotation - action</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/ValueSet/gait-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "GaitType"] ; # 
  fhir:title [ fhir:v "步態分析值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-04"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "CYLAB"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CYLAB" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://mitw.dicom.org.tw/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "用於描述步態(walking gait)時腳的着地位置和運動模式。"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "8117002" ] ;
fhir:display [ fhir:v "Gait normal" ]       ] [
fhir:code [ fhir:v "264739002" ] ;
fhir:display [ fhir:v "Medial rotation - action" ]       ] [
fhir:code [ fhir:v "264730003" ] ;
fhir:display [ fhir:v "Lateral rotation - action" ]       ] )     ] )
  ] . #