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" : "special-rx-event-type-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-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\">query<a name=\"special-rx-event-type-codes-query\"> </a></td><td>检索患者相关信息请求</td><td>检索患者相关信息请求</td></tr><tr><td style=\"white-space:nowrap\">query-response<a name=\"special-rx-event-type-codes-query-response\"> </a></td><td>检索患者相关信息应答</td><td>检索患者相关信息应答</td></tr><tr><td style=\"white-space:nowrap\">push<a name=\"special-rx-event-type-codes-push\"> </a></td><td>推送处方</td><td>推送处方</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"special-rx-event-type-codes-error\"> </a></td><td>处方流转错误</td><td>处方流转错误</td></tr></table></div>"
  },
  "url" : "http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes",
  "version" : "2024.5.5",
  "name" : "SpecialRxEventTypeCodes",
  "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" : 4,
  "concept" : [
    {
      "code" : "query",
      "display" : "检索患者相关信息请求",
      "definition" : "检索患者相关信息请求"
    },
    {
      "code" : "query-response",
      "display" : "检索患者相关信息应答",
      "definition" : "检索患者相关信息应答"
    },
    {
      "code" : "push",
      "display" : "推送处方",
      "definition" : "推送处方"
    },
    {
      "code" : "error",
      "display" : "处方流转错误",
      "definition" : "处方流转错误"
    }
  ]
}