AWS::HealthLake::FHIRDatastore
Creates a Data Store that can ingest and export FHIR formatted data.
Important
Please note that when a user tries to do an Update operation via CloudFormation, changes to the Data Store name, Type Version, PreloadDataConfig, or SSEConfiguration will delete their existing Data Store for the stack and create a new one. This will lead to potential loss of data.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::HealthLake::FHIRDatastore", "Properties" : { "DatastoreName" :String, "DatastoreTypeVersion" :String, "PreloadDataConfig" :PreloadDataConfig, "SseConfiguration" :SseConfiguration, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::HealthLake::FHIRDatastore Properties: DatastoreName:StringDatastoreTypeVersion:StringPreloadDataConfig:PreloadDataConfigSseConfiguration:SseConfigurationTags:- Tag
Properties
DatastoreName-
The user generated name for the Data Store.
Required: No
Type: String
Minimum:
1Maximum:
256Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$Update requires: Replacement
DatastoreTypeVersion-
The FHIR version of the Data Store. The only supported version is R4.
Required: Yes
Type: String
Allowed values:
R4Update requires: Replacement
PreloadDataConfig-
The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.
Required: No
Type: PreloadDataConfig
Update requires: Replacement
SseConfiguration-
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
Required: No
Type: SseConfiguration
Update requires: Replacement
Tags-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreatedAtProperty description not available.
CreatedAt.NanosProperty description not available.
CreatedAt.SecondsProperty description not available.
DatastoreArn-
The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.
DatastoreEndpoint-
The endpoint for the created Data Store.
DatastoreId-
The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
DatastoreStatus-
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.