AWS healthlake documentation change
Summary
Added documentation for new FHIR operations ($validate, $lookup, $expand) and search modifier
Security assessment
Documents new functionality rather than addressing security issues. $validate operation improves data quality but isn't explicitly a security feature.
Diff
diff --git a/healthlake/latest/devguide/releases.md b/healthlake/latest/devguide/releases.md index fa92a8a36..309170aac 100644 --- a//healthlake/latest/devguide/releases.md +++ b//healthlake/latest/devguide/releases.md @@ -10,0 +11,5 @@ Change| Description| Date +Patch Operation| HealthLake allows modifying specific elements of FHIR resources using JSON Patch operations without updating the entire resource.| August 18, 2025 +$validate Operation| HealthLake enables validating FHIR resources against the specification and profiles without performing storage operations, returning detailed validation results.| August 18, 2025 +$lookup Operation| HealthLake provides the ability to retrieve detailed information about a specific concept in a CodeSystem by providing the code and system identifier.| August 18, 2025 +$expand Operation| HealthLake now allows expanding ValueSet resources to retrieve the complete list of codes contained within customer-ingested ValueSets.| August 18, 2025 +:below Search Modifier| HealthLake introduces searching for URI values that are hierarchically below the specified URI in a terminology system.| August 8, 2025