臺灣長期照顧實作指引(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/CodeSystem/SportTrainingCS-Sport> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SportTrainingCS-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: CodeSystem SportTrainingCS-Sport</b></p><a name=\"SportTrainingCS-Sport\"> </a><a name=\"hcSportTrainingCS-Sport\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>updateDate</td><td>updateDate</td><td>http://ltc-ig.fhir.tw/fhir/StructureDefinition/updateDate</td><td>string</td><td>異動日期</td></tr><tr><td>event</td><td>event</td><td>http://ltc-ig.fhir.tw/fhir/StructureDefinition/event</td><td>string</td><td>異動方式</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/SportTrainingCS-Sport</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>updateDate</b></td><td><b>event</b></td></tr><tr><td style=\"white-space:nowrap\">training-wt<a name=\"SportTrainingCS-Sport-training-wt\"> </a></td><td>訓練重量</td><td>2024-06</td><td>新增</td></tr><tr><td style=\"white-space:nowrap\">sets<a name=\"SportTrainingCS-Sport-sets\"> </a></td><td>訓練組數</td><td>2024-06</td><td>新增</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/SportTrainingCS-Sport"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "SportTrainingCS"] ;
  fhir:CodeSystem.title [ fhir:value "身體活動量測-重量訓練代碼系統"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2024-06-04"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "經濟部產業發展署"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "此代碼系統定義重量訓練各個方面的代碼,包括使用的重量、執行的組數以及每組的重複次數。本 CodeSystem 繼承自身體活動量測 IG,後續將配合原始 IG 進行更新。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.property [
     fhir:index 0 ;
     fhir:CodeSystem.property.code [ fhir:value "updateDate" ] ;
     fhir:CodeSystem.property.uri [ fhir:value "http://ltc-ig.fhir.tw/fhir/StructureDefinition/updateDate" ] ;
     fhir:CodeSystem.property.description [ fhir:value "異動日期" ] ;
     fhir:CodeSystem.property.type [ fhir:value "string" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.property.code [ fhir:value "event" ] ;
     fhir:CodeSystem.property.uri [ fhir:value "http://ltc-ig.fhir.tw/fhir/StructureDefinition/event" ] ;
     fhir:CodeSystem.property.description [ fhir:value "異動方式" ] ;
     fhir:CodeSystem.property.type [ fhir:value "string" ]
  ] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "training-wt" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "訓練重量" ] ;
     fhir:CodeSystem.concept.property [
       fhir:index 0 ;
       fhir:CodeSystem.concept.property.code [ fhir:value "updateDate" ] ;
       fhir:CodeSystem.concept.property.valueString [ fhir:value "2024-06" ]
     ], [
       fhir:index 1 ;
       fhir:CodeSystem.concept.property.code [ fhir:value "event" ] ;
       fhir:CodeSystem.concept.property.valueString [ fhir:value "新增" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "sets" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "訓練組數" ] ;
     fhir:CodeSystem.concept.property [
       fhir:index 0 ;
       fhir:CodeSystem.concept.property.code [ fhir:value "updateDate" ] ;
       fhir:CodeSystem.concept.property.valueString [ fhir:value "2024-06" ]
     ], [
       fhir:index 1 ;
       fhir:CodeSystem.concept.property.code [ fhir:value "event" ] ;
       fhir:CodeSystem.concept.property.valueString [ fhir:value "新增" ]
     ]
  ] .

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

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