This API only supports the Group-level export FHIR Operation (i.e. GET [fhir base]/Group/[id]/$export). Refer to the FHIR Bulk Data Access Export Implementation Guide for more information.
GET /fhir/Group/{id}/$export
Request Header
Accept: application/fhir+json
Parameter | Type | Description |
---|---|---|
id |
string | Required. The logical id of the patient group to be exported. |
Code | Description |
---|---|
202 Accepted | The request has been received but not yet acted upon. |
400 Bad Request | The server could not understand the request due to invalid syntax. The response body will contain a message property with the error description |
404 Not Found | The requested resource does not exist. |
500 Internal Server Error | An error occurred and the server doesn't know how to handle it. The response body will contain a message property with the error description |