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
| 官方URL: http://hl7.org/fhir/uv/bulkdata/OperationDefinition/export | 版本: 2026.01.23 | |||
| Draft as of 2026-02-08 | 机读名称: BulkDataExport | |||
系统级导出操作旨在获取所有资源,无论是否与患者相关。
Generated Narrative: OperationDefinition export
URL: [base]/$export
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _outputFormat | 0..1 | string | 导出文件格式。默认为application/fhir+ndjson。服务器应支持NDJSON格式,但也可以支持其它输出格式。 | ||
| IN | _since | 0..1 | instant | 如果资源的状态在指定的时间之后发生变化,则响应消息中应包含该资源。 | ||
| IN | _until | 0..1 | instant | 如果资源的状态在给定时间之前发生变化,则响应消息中应包含该资源。 | ||
| IN | _type | 0..* | string | 可以通过该参数,在响应消息中仅包含指定资源类型的资源。 | ||
| IN | _typeFilter | 0..* | string | 可以使导出响应消息更细粒度地过滤返回资源。 | ||
| IN | organizeOutputBy | 0..1 | string | 在提供该参数时,支持该参数的服务器应按指定资源类型的实例组织输出文件中的资源, |