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

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

: 提交集类型代码表 - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "manifest-category-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>http://hl7.org.cn/fhir/CodeSystem/manifest-category-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">submissionset<a name=\"manifest-category-codes-submissionset\"> </a></td><td>提交集</td><td>提交集</td></tr><tr><td style=\"white-space:nowrap\">folder<a name=\"manifest-category-codes-folder\"> </a></td><td>文件夹</td><td>文件夹</td></tr></table></div>"
  },
  "url" : "http://hl7.org.cn/fhir/CodeSystem/manifest-category-codes",
  "version" : "2024.5.5",
  "name" : "ManifestCategoryCodes",
  "title" : "提交集类型代码表",
  "status" : "active",
  "date" : "2024-05-05T21:11:47+08:00",
  "publisher" : "HL7中国",
  "contact" : [
    {
      "name" : "HL7中国",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.cn"
        }
      ]
    }
  ],
  "description" : "提交集类型代码表",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "submissionset",
      "display" : "提交集",
      "definition" : "提交集"
    },
    {
      "code" : "folder",
      "display" : "文件夹",
      "definition" : "文件夹"
    }
  ]
}