Export job status Using Post Operation

post

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

There are no request parameters for this operation.

Supported Media Types
Request Body - application/fhir+json ()
FHIR Parameters Resource
Root Schema : schema
Type: object
FHIR Parameters Resource
Example:
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "_jobId",
    "valueString": "6d381bda-3fc3-48dc-8e47-f70f087a52ed"
  } ]
}
Back to Top

Response

Supported Media Types

200 Response

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