

# DataTransformationProfileVersionSummary
<a name="API_DataTransformationProfileVersionSummary"></a>

Contains summary information about a specific version of a data transformation profile. To retrieve profile content, call `GetDataTransformationProfile`.

## Contents
<a name="API_DataTransformationProfileVersionSummary_Contents"></a>

 ** ProfileId **   <a name="HealthLake-Type-DataTransformationProfileVersionSummary-ProfileId"></a>
The unique identifier of the profile.  
Type: String  
Length Constraints: Fixed length of 32.  
Pattern: `[a-f0-9]{32}`   
Required: Yes

 ** SourceFormat **   <a name="HealthLake-Type-DataTransformationProfileVersionSummary-SourceFormat"></a>
The source data format that this profile converts from.  
Type: String  
Valid Values: `CCDA | CSV`   
Required: Yes

 ** TargetFormat **   <a name="HealthLake-Type-DataTransformationProfileVersionSummary-TargetFormat"></a>
The target output format of the profile.  
Type: String  
Valid Values: `FHIR_R4`   
Required: Yes

 ** Version **   <a name="HealthLake-Type-DataTransformationProfileVersionSummary-Version"></a>
The version number.  
Type: Integer  
Valid Range: Minimum value of 0. Maximum value of 99.  
Required: Yes

 ** ChangeDescription **   <a name="HealthLake-Type-DataTransformationProfileVersionSummary-ChangeDescription"></a>
A description of what changed in this version.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1000.  
Required: No

 ** LastUpdatedAt **   <a name="HealthLake-Type-DataTransformationProfileVersionSummary-LastUpdatedAt"></a>
The timestamp when this version was last updated.  
Type: Timestamp  
Required: No

 ** ProfileName **   <a name="HealthLake-Type-DataTransformationProfileVersionSummary-ProfileName"></a>
The name of the profile.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Required: No

## See Also
<a name="API_DataTransformationProfileVersionSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/healthlake-2017-07-01/DataTransformationProfileVersionSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/healthlake-2017-07-01/DataTransformationProfileVersionSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/healthlake-2017-07-01/DataTransformationProfileVersionSummary) 