Export job status Using GET Operation

get

oracle-fhir-server/fhir/$export-poll-status

Once a job has been initiated using Bulk export operation, the client may poll the server to request information about the status. This is done by requesting an HTTP GET for the URL specified in the Content-Location header in the Bulk export invocation. When the server has completed assembling the export payload, the same polling request will return a response. The response payload is a list of files that were assembled by the Binary export job. Note that the payloads are assembled using Binary resources.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : FHIR-JSON-RESOURCE
Type: object
A FHIR resource
Back to Top