身體活動量測(Physical Activity Measure)
0.1.0 - ci-build

身體活動量測(Physical Activity Measure) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 步態分析值集 - JSON Representation

Active as of 2024-06-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "gait-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet gait-type</b></p><a name=\"gait-type\"> </a><a name=\"hcgait-type\"> </a><a name=\"gait-type-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/8117002\">8117002</a></td><td>Gait normal</td></tr><tr><td><a href=\"http://snomed.info/id/264739002\">264739002</a></td><td>Medial rotation - action</td></tr><tr><td><a href=\"http://snomed.info/id/264730003\">264730003</a></td><td>Lateral rotation - action</td></tr></table></li></ul></div>"
  },
  "url" : "https://hapi.fhir.tw/fhir/ValueSet/gait-type",
  "version" : "0.1.0",
  "name" : "GaitType",
  "title" : "步態分析值集",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-06-04",
  "publisher" : "CYLAB",
  "contact" : [
    {
      "name" : "CYLAB",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://mitw.dicom.org.tw/"
        }
      ]
    }
  ],
  "description" : "用於描述步態(walking gait)時腳的着地位置和運動模式。",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "8117002",
            "display" : "Gait normal"
          },
          {
            "code" : "264739002",
            "display" : "Medial rotation - action"
          },
          {
            "code" : "264730003",
            "display" : "Lateral rotation - action"
          }
        ]
      }
    ]
  }
}