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
StartFHIRExportJob
Begin the FHIR export job. The response returns the AWS-generated job id, job status, and the data store id.
2
pollExportJob
DescribeFHIRExportJob
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
ListFHIRExportJobs
List all FHIR export jobs for the data store so the completed job can be confirmed in the catalog.