Amazon HealthLake · Arazzo Workflow
Amazon HealthLake Start FHIR Import Job, Poll, and List
Version 1.0.0
Start a FHIR import job, poll it until COMPLETED, then list all import jobs.
Provider
Workflows
start-import-poll-and-list
Start a FHIR import job, wait for COMPLETED, then list import jobs.
Calls StartFHIRImportJob, repeatedly describes the resulting import job until its status is COMPLETED, and then lists import jobs for the data store.
1
startImportJob
StartFHIRImportJob
Begin the FHIR import job. The response returns the AWS-generated job id, job status, and the data store id.
2
pollImportJob
DescribeFHIRImportJob
Describe the import 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 import jobs.
3
listImportJobs
ListFHIRImportJobs
List all FHIR import jobs for the data store so the completed job can be confirmed in the catalog.