Creates a Data Store that can ingest and export FHIR formatted data.
See https://www.paws-r-sdk.com/docs/healthlake_create_fhir_datastore/ for full documentation.
healthlake_create_fhir_datastore(
DatastoreName = NULL,
DatastoreTypeVersion,
SseConfiguration = NULL,
PreloadDataConfig = NULL,
ClientToken = NULL,
Tags = NULL,
IdentityProviderConfiguration = NULL
)
The user generated name for the Data Store.
[required] The FHIR version of the Data Store. The only supported version is R4.
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
Optional parameter to preload data upon creation of the Data Store. Currently, the only supported preloaded data is synthetic data generated from Synthea.
Optional user provided token used for ensuring idempotency.
Resource tags that are applied to a Data Store when it is created.
The configuration of the identity provider that you want to use for your Data Store.