Amazon HealthLake · Arazzo Workflow
Amazon HealthLake Create FHIR Data Store and Wait Until Active
Version 1.0.0
Create a FHIR data store and poll its status until it becomes ACTIVE.
Provider
Workflows
create-fhir-datastore-and-wait-active
Create a FHIR data store and wait for it to reach ACTIVE status.
Calls CreateFHIRDatastore with the supplied name and FHIR version, then repeatedly describes the resulting data store until its status is ACTIVE.
1
createDatastore
Create the FHIR data store. The response returns the AWS-generated data store id, ARN, status, and endpoint.
2
pollDatastore
Describe the data store and inspect its status. While the status is CREATING the step loops back to itself; once the status is ACTIVE the workflow ends.
Source API Descriptions
openapi
xAmzTargetHealthlakeCreatefhirdatastoreApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-createfhirdatastore-api-openapi.yml
openapi
xAmzTargetHealthlakeDescribefhirdatastoreApi
https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/openapi/amazon-healthlake-x-amz-target-healthlake-describefhirdatastore-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.