v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14137150.1 KB

Creates a Data Store that can ingest and export FHIR formatted data.

post/#X-Amz-Target=HealthLake.CreateFHIRDatastore

Headers

X-Amz-Target'HealthLake.CreateFHIRDatastore' required

Request body

DatastoreNamestring

The user generated name for the Data Store.

DatastoreTypeVersion'R4' required

The FHIR version of the Data Store. The only supported version is R4.

ClientTokenstring

Optional user provided token used for ensuring idempotency.

Response

Success

DatastoreIdstring required

The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.

DatastoreArnstring required

The datastore ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.

DatastoreStatus'CREATING' | 'ACTIVE' | 'DELETING' | 'DELETED' required

The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.

DatastoreEndpointstring required

The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.

All 13 operations