Bulk Data Access IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bulk-data/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/uv/bulkdata/OperationDefinition/async | Version: 4.0.0 | ||||
| Standards status: Trial-use | Maturity Level: 5 | Computable Name: AsynchronousBulkInteractionPattern | |||
Common kick-off request parameters for operations and defined interactions that implement the FHIR Asynchronous Bulk Interaction Pattern. This pattern supports asynchronous generation of large FHIR datasets and is triggered by the Prefer: respond-async header on the underlying request.
Language: en
URL: [base]/$async
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _outputFormat | 0..1 | string | Support is recommended for a server, optional for a client. The format for the generated bulk data files. Defaults to For request types where the server supports either the FHIR Asynchronous Bulk Interaction Pattern or the Asynchronous Interaction Request Pattern, requests that include the | ||
| IN | _minimumFileSize | 0..1 | positiveInt | Support is optional for a server, optional for a client. Specifies the minimum size in bytes for generated NDJSON files. The value SHALL be a positive integer. If a server supports this parameter, it SHOULD construct files that meet or exceed this size unless doing so would violate the | ||
| IN | _maximumFileSize | 0..1 | positiveInt | Support is optional for a server, optional for a client. Specifies the maximum size in bytes for generated NDJSON files. The value SHALL be a positive integer and SHALL be greater than |