cURL
curl --request GET \ --url https://{tenant_id}.api.nestmed.com/fhir/r4/bulk-status/{jobId} \ --header 'Authorization: Bearer <token>'
{ "transactionTime": "2023-11-07T05:31:56Z", "request": "<string>", "requiresAccessToken": true, "output": [ { "type": "<string>", "count": 123, "url": "<string>" } ], "deleted": [ { "type": "<string>", "url": "<string>" } ], "error": [ { "type": "<string>", "count": 123, "url": "<string>" } ] }
Check the status of a bulk export job
The access token received from the authorization server in the OAuth 2.0 flow.
Bulk export job ID
Export complete
Show child attributes