HL7中国批量数据导出服务实施指南
2026.01.23 - release

HL7中国批量数据导出服务实施指南 - Local Development build (v2026.01.23) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 批量数据导出-组级 - JSON Representation

Draft as of 2026-02-08

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "group-level-export",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition group-level-export</b></p><a name=\"group-level-export\"> </a><a name=\"hcgroup-level-export\"> </a><a name=\"group-level-export-en-US\"> </a><p>URL: [base]/Group/[id]/$export</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>_outputFormat</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>导出文件格式。默认为application/fhir+ndjson。服务器应支持NDJSON格式,但也可以支持其它输出格式。</p>\n</div></td></tr><tr><td>IN</td><td>_since</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#instant\">instant</a></td><td/><td><div><p>如果资源的状态在指定的时间之后发生变化,则响应消息中应包含该资源。</p>\n</div></td></tr><tr><td>IN</td><td>_until</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#instant\">instant</a></td><td/><td><div><p>如果资源的状态在给定时间之前发生变化,则响应消息中应包含该资源。</p>\n</div></td></tr><tr><td>IN</td><td>_type</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>可以通过该参数,在响应消息中仅包含指定资源类型的资源。</p>\n</div></td></tr><tr><td>IN</td><td>_typeFilter</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>可以使导出响应消息更细粒度地过滤返回资源。</p>\n</div></td></tr><tr><td>IN</td><td>organizeOutputBy</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>在提供该参数时,支持该参数的服务器应按指定资源类型的实例组织输出文件中的资源,</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export",
  "version" : "2026.01.23",
  "name" : "GroupLevelExport",
  "title" : "批量数据导出-组级",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2026-02-08",
  "publisher" : "HL7中国委员会",
  "contact" : [
    {
      "name" : "HL7中国委员会",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.cn"
        }
      ]
    }
  ],
  "description" : "组级导出操作旨在获取指定患者子集的相关资源。",
  "code" : "export",
  "resource" : [
    "Group"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "_outputFormat",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "导出文件格式。默认为application/fhir+ndjson。服务器应支持NDJSON格式,但也可以支持其它输出格式。",
      "type" : "string"
    },
    {
      "name" : "_since",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "如果资源的状态在指定的时间之后发生变化,则响应消息中应包含该资源。",
      "type" : "instant"
    },
    {
      "name" : "_until",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "如果资源的状态在给定时间之前发生变化,则响应消息中应包含该资源。",
      "type" : "instant"
    },
    {
      "name" : "_type",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "可以通过该参数,在响应消息中仅包含指定资源类型的资源。",
      "type" : "string"
    },
    {
      "name" : "_typeFilter",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "可以使导出响应消息更细粒度地过滤返回资源。",
      "type" : "string"
    },
    {
      "name" : "organizeOutputBy",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "在提供该参数时,支持该参数的服务器应按指定资源类型的实例组织输出文件中的资源,",
      "type" : "string"
    }
  ]
}