Amazon HealthLake · Arazzo Workflow
Amazon HealthLake Start FHIR Export Job, Poll, and List
Version 1.0.0
Start a FHIR export job, poll it until COMPLETED, then list all export jobs.
Provider
Workflows
start-export-poll-and-list
Start a FHIR export job, wait for COMPLETED, then list export jobs.
Calls StartFHIRExportJob, repeatedly describes the resulting export job until its status is COMPLETED, and then lists export jobs for the data store.
1
startExportJob
Begin the FHIR export job. The response returns the AWS-generated job id, job status, and the data store id.
2
pollExportJob
Describe the export job and inspect its status. While the status is SUBMITTED or IN_PROGRESS the step loops back to itself; once the status is COMPLETED the flow proceeds to list export jobs.
3
listExportJobs
List all FHIR export jobs for the data store so the completed job can be confirmed in the catalog.
Source API Descriptions
openapi
xAmzTargetHealthlakeDescribefhirexportjobApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-describefhirexportjob-api-openapi.yml
openapi
xAmzTargetHealthlakeListfhirexportjobsApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-listfhirexportjobs-api-openapi.yml
openapi
xAmzTargetHealthlakeStartfhirexportjobApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-startfhirexportjob-api-openapi.yml
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.