Properties
This code system defines the following properties for its concepts
| Name | Code | Type | Description |
| updateDate | updateDate | string | 異動日期 |
| event | event | string | 異動方式 |
Concepts
This case-sensitive code system https://hapi.fhir.tw/fhir/CodeSystem/sport-training defines the following codes:
| Code | Display | updateDate | event |
| training-wt | 訓練重量 | 2024-06 | 新增 |
| sets | 訓練組數 | 2024-06 | 新增 |
"
] ; #
fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sport-training"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "Training"] ; #
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 "此代碼系統定義重量訓練各個方面的代碼,包括使用的重量、執行的組數以及每組的重複次數。"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "updateDate" ] ;
fhir:description [ fhir:v "異動日期" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:code [ fhir:v "event" ] ;
fhir:description [ fhir:v "異動方式" ] ;
fhir:type [ fhir:v "string" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "training-wt" ] ;
fhir:display [ fhir:v "訓練重量" ] ;
fhir:property ( [
fhir:code [ fhir:v "updateDate" ] ;
fhir:value [ fhir:v "2024-06" ]
] [
fhir:code [ fhir:v "event" ] ;
fhir:value [ fhir:v "新增" ]
] )
] [
fhir:code [ fhir:v "sets" ] ;
fhir:display [ fhir:v "訓練組數" ] ;
fhir:property ( [
fhir:code [ fhir:v "updateDate" ] ;
fhir:value [ fhir:v "2024-06" ]
] [
fhir:code [ fhir:v "event" ] ;
fhir:value [ fhir:v "新增" ]
] )
] ) . #
# -------------------------------------------------------------------------------------