復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide)
0.1.0 - ci-build

復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Kimsber/Rehab-IG/ and changes regularly. See the Directory of published versions

: 身體部位與結構對應之Snomed CT 代碼 - JSON Representation

Draft as of 2025-12-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "VSBodyStructure",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VSBodyStructure</b></p><a name=\"VSBodyStructure\"> </a><a name=\"hcVSBodyStructure\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/91775009\">91775009</a></td><td>左側肩</td></tr><tr><td><a href=\"http://snomed.info/id/5951000\">5951000</a></td><td>左側手腕</td></tr><tr><td><a href=\"http://snomed.info/id/85151006\">85151006</a></td><td>左手</td></tr><tr><td><a href=\"http://snomed.info/id/91774008\">91774008</a></td><td>右側肩</td></tr><tr><td><a href=\"http://snomed.info/id/9736006\">9736006</a></td><td>右側手腕</td></tr><tr><td><a href=\"http://snomed.info/id/78791008\">78791008</a></td><td>右手</td></tr></table></li></ul></div>"
  },
  "url" : "https://build.fhir.org/ig/Kimsber/Rehab-IG/ValueSet/VSBodyStructure",
  "version" : "0.1.0",
  "name" : "VSBodyStructure",
  "title" : "身體部位與結構對應之Snomed CT 代碼",
  "status" : "draft",
  "date" : "2025-12-11T00:37:18+00:00",
  "publisher" : "Kimsber",
  "contact" : [
    {
      "name" : "Kimsber",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/Kimsber"
        }
      ]
    }
  ],
  "description" : "收錄復健可能會使用到的身體部位代碼",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "91775009",
            "display" : "左側肩"
          },
          {
            "code" : "5951000",
            "display" : "左側手腕"
          },
          {
            "code" : "85151006",
            "display" : "左手"
          },
          {
            "code" : "91774008",
            "display" : "右側肩"
          },
          {
            "code" : "9736006",
            "display" : "右側手腕"
          },
          {
            "code" : "78791008",
            "display" : "右手"
          }
        ]
      }
    ]
  }
}