{ "opencollection": "1.0.0", "info": { "name": "Amazon HealthLake Datastore Export API", "version": "2017-07-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Export", "type": "folder" }, "items": [ { "info": { "name": "DescribeFHIRExportJob", "type": "http" }, "http": { "method": "POST", "url": "https://healthlake.{region}.amazonaws.com/#X-Amz-Target=HealthLake.DescribeFHIRExportJob", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.

" }, { "info": { "name": "ListFHIRExportJobs", "type": "http" }, "http": { "method": "POST", "url": "https://healthlake.{region}.amazonaws.com/#X-Amz-Target=HealthLake.ListFHIRExportJobs", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Lists all FHIR export jobs associated with an account and their statuses.

" }, { "info": { "name": "StartFHIRExportJob", "type": "http" }, "http": { "method": "POST", "url": "https://healthlake.{region}.amazonaws.com/#X-Amz-Target=HealthLake.StartFHIRExportJob", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Begins a FHIR export job.

" } ] } ], "bundled": true }