Bulk Export using Post Operation

post

/oracle-fhir-server/fhir/Group/{id}/$export

Export a detailed set of FHIR resources of diverse resource types pertaining to all patients in specified Group.

Request

Header Parameters
  • Specifies the Prefer header parameter value to respond-async.
    Example:
    Prefer:respond-async
Supported Media Types
Request Body - application/fhir+json ()
FHIR Parameters Resource
Root Schema : schema
Type: object
FHIR Parameters Resource
Example:
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "_outputFormat",
    "valueString": "application/fhir+ndjson"
  }, {
    "name": "_type",
    "valueString": "Patient, Encounter"
  }, {
    "name": "_since",
    "valueInstant": "2019-10-25T11:01:45.660-04:00"
   }, {
    "name": "_typeFilter",
    "valueString": "Patient?identifier=bd62624f-5fd3-4eb7-9d42-a8a2b975dca3"
 } ]
}
Back to Top

Response

202 Response

Accepted
Headers
  • Export Job poll status URI
    Example:
    http://localhost:9001/oracle-fhir-server/fhir/$export-poll-status?_jobId=6d381bda-3fc3-48dc-8e47-f70f087a52ed
Back to Top