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
CreateFHIRDatastore
Create the FHIR data store. The response returns the AWS-generated data store id, ARN, status, and endpoint.
2
pollDatastore
DescribeFHIRDatastore
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.