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
Begin the FHIR import job. The response returns the AWS-generated job id, job status, and the data store id.
2
pollImportJob
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
List all FHIR import jobs for the data store so the completed job can be confirmed in the catalog.
Source API Descriptions
openapi
xAmzTargetHealthlakeDescribefhirimportjobApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-describefhirimportjob-api-openapi.yml
openapi
xAmzTargetHealthlakeListfhirimportjobsApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-listfhirimportjobs-api-openapi.yml
openapi
xAmzTargetHealthlakeStartfhirimportjobApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-startfhirimportjob-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.