AWS::HealthLake::DataTransformationProfileCreates a Data Transformation Profile in AWS HealthLake that converts healthcare data from a source format (such as C-CDA or CSV) into FHIR R4. A profile is immutable once created; to change its template content, replace the resource. Only its tags can be updated in place.
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProfileName | string | RequiredCreate-only |
SourceFormat | string | RequiredCreate-only |
KmsKeyId | string | Create-onlyWrite-only |
ProfileDescription | string | Create-only |
Source | Source | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the data transformation profile. |
ProfileId | string | The unique, server-generated identifier of the profile (32-character lowercase hexadecimal). |
TargetFormat | string | The target format that this profile converts to. Always FHIR_R4. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::HealthLake::DataTransformationProfile
Resources:
MyResource:
Type: AWS::HealthLake::DataTransformationProfile
Properties:
ProfileName: "my-profilename"
SourceFormat: "CCDA"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
healthlake:CreateDataTransformationProfilehealthlake:GetDataTransformationProfilehealthlake:TagResourcehealthlake:ListTagsForResourcekms:DescribeKeykms:CreateGrantkms:GenerateDataKeykms:Decrypthealthlake:GetDataTransformationProfilehealthlake:ListTagsForResourcehealthlake:GetDataTransformationProfilehealthlake:TagResourcehealthlake:UntagResourcehealthlake:ListTagsForResourcehealthlake:DeleteDataTransformationProfilehealthlake:GetDataTransformationProfilehealthlake:ListDataTransformationProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProfileNameSourceFormatSourceKmsKeyIdProfileDescription