HL7中国症状数据交换实施指南
2026.02.23 - release

HL7中国症状数据交换实施指南 - Local Development build (v2026.02.23) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 症状严重程度代码表 - JSON Representation

Draft as of 2026-02-23

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "cn-severity-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cn-severity-codes</b></p><a name=\"cn-severity-codes\"> </a><a name=\"hccn-severity-codes\"> </a><a name=\"cn-severity-codes-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/255604002\">255604002</a></td><td>轻度</td></tr><tr><td><a href=\"http://snomed.info/id/6736007\">6736007</a></td><td>中度</td></tr><tr><td><a href=\"http://snomed.info/id/24484000\">24484000</a></td><td>重度</td></tr><tr><td><a href=\"http://snomed.info/id/371923003\">371923003</a></td><td>轻度到中度</td></tr><tr><td><a href=\"http://snomed.info/id/371924009\">371924009</a></td><td>中度到重度</td></tr><tr><td><a href=\"http://snomed.info/id/442452003\">442452003</a></td><td>危及生命</td></tr><tr><td><a href=\"http://snomed.info/id/399166001\">399166001</a></td><td>致命</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.cn/fhir-ig/symptoms/ValueSet/cn-severity-codes",
  "version" : "2026.02.23",
  "name" : "CNSeverityCodes",
  "title" : "症状严重程度代码表",
  "status" : "draft",
  "date" : "2026-02-23T15:55:01+08:00",
  "publisher" : "HL7中国委员会",
  "contact" : [
    {
      "name" : "HL7中国委员会",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.cn"
        }
      ]
    }
  ],
  "description" : "一组 SNOMED 代码,用于描述症状严重程度。",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "255604002",
            "display" : "轻度"
          },
          {
            "code" : "6736007",
            "display" : "中度"
          },
          {
            "code" : "24484000",
            "display" : "重度"
          },
          {
            "code" : "371923003",
            "display" : "轻度到中度"
          },
          {
            "code" : "371924009",
            "display" : "中度到重度"
          },
          {
            "code" : "442452003",
            "display" : "危及生命"
          },
          {
            "code" : "399166001",
            "display" : "致命"
          }
        ]
      }
    ]
  }
}