Amazon HealthLake · Arazzo Workflow
Amazon HealthLake Start FHIR Import Job and Wait Until Completed
Version 1.0.0
Start a FHIR import job and poll its status until it reaches COMPLETED.
Provider
Workflows
start-import-and-wait-completed
Start a FHIR import job and wait for it to reach COMPLETED status.
Calls StartFHIRImportJob with the supplied S3 input, output, data store id, and IAM role, then repeatedly describes the resulting import job until its status is COMPLETED.
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 workflow ends.