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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeCodeSystem
IdCodeSystem-GaitCycleCS-Sport.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Lorex/TWLongTermCare_IG_Build/CodeSystem-GaitCycleCS-Sport.html
URLhttp://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport
Version1.0.0
Statusactive
Date2024-06-04
NameGaitCycleCSSport
Title身體活動量測-步態週期
Realmtw
Description一個步伐的完整過程,從一隻腳接觸地面開始到同一隻腳再次接觸地面結束。這個過程可以分為兩個主要階段:支撐期(stance phase)和擺動期(swing phase)。本 CodeSystem 繼承自身體活動量測 IG,後續將配合原始 IG 進行更新。
Contentcomplete

Resources that use this resource

ValueSet
tw.iii.ltc#currentGaitCycleVS-Sport身體活動量測-步態週期值集

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem GaitCycleCS-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/GaitCycleCS-Sport defines the following codes:

CodeDisplayupdateDateevent
1 支撐期(stance phase)2024-06新增
2 擺動期(swing phase)2024-06新增

Source1

{
  "resourceType": "CodeSystem",
  "id": "GaitCycleCS-Sport",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport",
  "version": "1.0.0",
  "name": "GaitCycleCSSport",
  "title": "身體活動量測-步態週期",
  "status": "active",
  "experimental": false,
  "date": "2024-06-04",
  "publisher": "經濟部產業發展署",
  "contact": [
    {
      "name": "經濟部產業發展署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ida.gov.tw/"
        }
      ]
    }
  ],
  "description": "一個步伐的完整過程,從一隻腳接觸地面開始到同一隻腳再次接觸地面結束。這個過程可以分為兩個主要階段:支撐期(stance phase)和擺動期(swing phase)。本 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": "1",
      "display": "支撐期(stance phase)",
      "property": [
        {
          "code": "updateDate",
          "valueString": "2024-06"
        },
        {
          "code": "event",
          "valueString": "新增"
        }
      ]
    },
    {
      "code": "2",
      "display": "擺動期(swing phase)",
      "property": [
        {
          "code": "updateDate",
          "valueString": "2024-06"
        },
        {
          "code": "event",
          "valueString": "新增"
        }
      ]
    }
  ]
}