This page is part of the FHIR Bulk Data Access (Flat FHIR) (v4.0.0-ballot: STU 4 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 3.0.0. For a full list of available versions, see the Directory of published versions
| Official URL: http://hl7.org/fhir/uv/bulkdata/OperationDefinition/async | Version: 4.0.0-ballot | ||||
| Standards status: Trial-use | Maturity Level: 5 | Computable Name: AsynchronousBulkInteractionPattern | |||
| Other Identifiers: OID:2.16.840.1.113883.4.642.40.74.33.1 | |||||
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 |