import-group-export
Must be executed asynchronously
Request a Group export from a remote server and import its result
| Name | Cardinality | Type | Documentation |
|---|---|---|---|
| _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. |
| _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 |
| _until | 0..1 | Instant |
Resources will be included in the response if their state has last changed before the supplied time. If not specified all resources are exported. |
| exporttype | 0..1 | String |
Specifies the type of DaVinci export to perform: one of 'hl7.fhir.us.davinci-pdex#payertopayer', 'hl7.fhir.us.davinci-pdex#provider-delta', 'hl7.fhir.us.davinci-pdex#provider-download', 'hl7.fhir.us.davinci-pdex#provider-snapshot'. If not specified the system uses the normal Group export. |
| group-id | 1..1 | String |
Id of the remote server Group to export |
| patient | 0..* | Reference |
Comma-delimited list of patient references to export data for. These patients must be members of the specified group. |
| source | 1..1 | String |
Name of the source to use. Sources specify the remote server to use and how to authenticate. They are defined in ImportConfiguration |