FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | CodeSystem |
| Id | CodeSystem-GaitCycleCS-Sport.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Lorex/TWLongTermCare_IG_Build/CodeSystem-GaitCycleCS-Sport.html |
| URL | http://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport |
| Version | 1.0.0 |
| Status | active |
| Date | 2024-06-04 |
| Name | GaitCycleCSSport |
| Title | 身體活動量測-步態週期 |
| Realm | tw |
| Description | 一個步伐的完整過程,從一隻腳接觸地面開始到同一隻腳再次接觸地面結束。這個過程可以分為兩個主要階段:支撐期(stance phase)和擺動期(swing phase)。本 CodeSystem 繼承自身體活動量測 IG,後續將配合原始 IG 進行更新。 |
| Content | complete |
| ValueSet | ||
| tw.iii.ltc#current | GaitCycleVS-Sport | 身體活動量測-步態週期值集 |
No resources found
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
| Name | Code | URI | Type | Description |
| updateDate | updateDate | http://ltc-ig.fhir.tw/fhir/StructureDefinition/updateDate | string | 異動日期 |
| event | event | http://ltc-ig.fhir.tw/fhir/StructureDefinition/event | string | 異動方式 |
Concepts
This case-sensitive code system http://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport defines the following codes:
| Code | Display | updateDate | event |
| 1 | 支撐期(stance phase) | 2024-06 | 新增 |
| 2 | 擺動期(swing phase) | 2024-06 | 新增 |
{
"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": "新增"
}
]
}
]
}