FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeCodeSystem
IdCodeSystem-SportTrainingCS-Sport.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Lorex/TWLongTermCare_IG_Build/CodeSystem-SportTrainingCS-Sport.html
URLhttp://ltc-ig.fhir.tw/CodeSystem/SportTrainingCS-Sport
Version1.0.0
Statusactive
Date2024-06-04
NameSportTrainingCS
Title身體活動量測-重量訓練代碼系統
Realmtw
Description此代碼系統定義重量訓練各個方面的代碼,包括使用的重量、執行的組數以及每組的重複次數。本 CodeSystem 繼承自身體活動量測 IG,後續將配合原始 IG 進行更新。
Contentcomplete

Resources that use this resource

ValueSet
tw.iii.ltc#currentSportTrainingVS-Sport身體活動量測-重量訓練代碼值集

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem SportTrainingCS-Sport

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
updateDateupdateDatehttp://ltc-ig.fhir.tw/fhir/StructureDefinition/updateDatestring異動日期
eventeventhttp://ltc-ig.fhir.tw/fhir/StructureDefinition/eventstring異動方式

Concepts

This case-sensitive code system http://ltc-ig.fhir.tw/CodeSystem/SportTrainingCS-Sport defines the following codes:

CodeDisplayupdateDateevent
training-wt 訓練重量2024-06新增
sets 訓練組數2024-06新增

Source1

{
  "resourceType": "CodeSystem",
  "id": "SportTrainingCS-Sport",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ltc-ig.fhir.tw/CodeSystem/SportTrainingCS-Sport",
  "version": "1.0.0",
  "name": "SportTrainingCS",
  "title": "身體活動量測-重量訓練代碼系統",
  "status": "active",
  "experimental": false,
  "date": "2024-06-04",
  "publisher": "經濟部產業發展署",
  "contact": [
    {
      "name": "經濟部產業發展署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ida.gov.tw/"
        }
      ]
    }
  ],
  "description": "此代碼系統定義重量訓練各個方面的代碼,包括使用的重量、執行的組數以及每組的重複次數。本 CodeSystem 繼承自身體活動量測 IG,後續將配合原始 IG 進行更新。",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "property": [
    {
      "code": "updateDate",
      "uri": "http://ltc-ig.fhir.tw/fhir/StructureDefinition/updateDate",
      "description": "異動日期",
      "type": "string"
    },
    {
      "code": "event",
      "uri": "http://ltc-ig.fhir.tw/fhir/StructureDefinition/event",
      "description": "異動方式",
      "type": "string"
    }
  ],
  "concept": [
    {
      "code": "training-wt",
      "display": "訓練重量",
      "property": [
        {
          "code": "updateDate",
          "valueString": "2024-06"
        },
        {
          "code": "event",
          "valueString": "新增"
        }
      ]
    },
    {
      "code": "sets",
      "display": "訓練組數",
      "property": [
        {
          "code": "updateDate",
          "valueString": "2024-06"
        },
        {
          "code": "event",
          "valueString": "新增"
        }
      ]
    }
  ]
}