export
Must be executed asynchronously
FHIR Operation to obtain a set of FHIR resources of diverse resource types pertaining to all patients, invoked using the FHIR Asynchronous Request Pattern
Applies to: Patient
| Name | Cardinality | Type | Documentation |
|---|---|---|---|
| _elements | 0..* | String |
When provided, the server omit unlisted, non-mandatory elements from the resources returned. Elements are in the form [resource type].[element name] (e.g., Patient.id) or [element name] (e.g., id) and only root elements in a resource are permitted. If the resource type is omitted, the element is returned for all resources in the response where it is applicable. |
| _include | 0..* | String |
Additional resource types not directly referenced by Patient to export (alias of includeassociateddata) |
| _outputformat | 0..1 | String |
The format for the requested Bulk Data files to be generated, must be newline delimited JSON (ndjson) |
| _since | 0..1 | Instant |
Resources will be included in the response if their state has changed after the supplied time. If not specified all resources are exported. |
| _source | 0..* | String |
When provider, only resources from these sources (as specified by meta.source) are exported |
| _type | 0..* | String |
Comma-delimited resource types to export. If not specified all resource types are exported. |
| _typefilter | 0..* | String |
When provided, filter the data in the response for resource types referenced in the _typefilter expression to only include resources that meet the specified criteria. FHIR search result parameters such as _include and _sort are not used and a query in the _typefilter parameter has the search context of a single FHIR resource type |
| includeassociateddata | 0..* | String |
Additional resource types not directly pertaining to a patient to export |