HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 核酸检测结果存在性代码表 - JSON Representation

Draft as of 2025-03-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "presence-finding-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet presence-finding-codes</b></p><a name=\"presence-finding-codes\"> </a><a name=\"hcpresence-finding-codes\"> </a><a name=\"presence-finding-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/260373001\">260373001</a></td><td>监测到</td></tr><tr><td><a href=\"http://snomed.info/id/260415000\">260415000</a></td><td>未检测到</td></tr><tr><td><a href=\"http://snomed.info/id/895231008\">895231008</a></td><td>在样本池未检测到</td></tr><tr><td><a href=\"http://snomed.info/id/462371000124108\">462371000124108</a></td><td>在样本池检测到</td></tr><tr><td><a href=\"http://snomed.info/id/419984006\">419984006</a></td><td>无效</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.cn/fhir/connectathon/ValueSet/presence-finding-codes",
  "version" : "2025.3.12",
  "name" : "PresenceFindingCodes",
  "title" : "核酸检测结果存在性代码表",
  "status" : "draft",
  "date" : "2025-03-11T20:37:13+08:00",
  "publisher" : "HL7中国",
  "contact" : [
    {
      "name" : "HL7中国",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.cn"
        }
      ]
    }
  ],
  "description" : "核酸检测结果存在性代码表",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "260373001",
            "display" : "监测到"
          },
          {
            "code" : "260415000",
            "display" : "未检测到"
          },
          {
            "code" : "895231008",
            "display" : "在样本池未检测到"
          },
          {
            "code" : "462371000124108",
            "display" : "在样本池检测到"
          },
          {
            "code" : "419984006",
            "display" : "无效"
          }
        ]
      }
    ]
  }
}