HealthRecordCommunity
FHIRLOINCSNOMED CT🌏 USA🏛 AWS HealthLakeEnriched

AWS HealthLake Supports FHIR $document Operation: Generating Complete Clinical Documents

Generating Clinical Documents with $document - AWS HealthLake

September 4, 2025AWS HealthLake

Summary

AWS HealthLake now supports the $document operation for Composition resources. This enables users to bundle all referenced resources into a single, standardized clinical document, facilitating comprehensive record creation and exchange.

Details

With this feature, HealthLake allows users to generate a complete clinical document by bundling a Composition resource with all its referenced components (e.g., Patient, AllergyIntolerance). This capability is crucial for advanced healthcare applications that require creating standardized clinical documents, exchanging complete patient records, or generating comprehensive reports. Technically, the operation can be invoked via GET or POST requests to `[base]/Composition/[id]/$document`. Setting the `persist=true` parameter ensures that the generated document bundle is stored persistently in the datastore. The resulting Bundle resource has a type of "document" and contains both the original Composition and all referenced resources. This enhancement significantly improves the practical use of FHIR-based data exchange, enabling more efficient management of comprehensive patient information and report generation within healthcare settings. Users must be aware that there are limitations on supported resource reference formats and potential error handling for invalid requests or validation failures.

📰
Read Original Article
docs.aws.amazon.com

Original content copyright by respective publishers