73.1.1Polling the Export Job

 

After initiating the export, the server responds with HTTP 202 Accepted and a Location header containing the job URL. Poll this URL to check job status:

GET <export-job-location-url>

Headers:
Authorization: Bearer <access_token>
Accept: application/fhir+json

Notes:

  • Poll the job URL until it completes.
  • Once completed, the response contains NDJSON file URLs for downloaded data.
  • Use reasonable polling intervals to avoid overloading the server.