Bulk Export REST Endpoints
Bulk Export
The operations from the Bulk Export category.
- Delete a bulk data export job
- Method: deletePath:
/bulk-export/jobs/{Job_ID}
- Get file URLs to download the exported resources
- Method: getPath:
/bulk-export/files/{File_ID}
- Get the status of the export job
- Method: getPath:
/bulk-export/jobs/{Job_ID}
- Kick off a bulk export request for a group of patients
- Method: getPath:
/Group/{Group_ID}/$export
- Kick off a bulk export request for the provided list of patients
- Method: postPath:
/Patient/$export