HealthLake's FHIR R4 $davinci-data-export Operation Explained
HealthLake の FHIR R4 $davinci-data-exportオペレーション - AWS Documentation AWS Documentation
AWS enabled an asynchronous FHIR R4 operation, $davinci-data-export, for exporting member attribute list data from HealthLake.
Summary
AWS HealthLake provides the asynchronous FHIR operation, '$davinci-data-export', specifically for medical data export. This feature supports multiple export types—including ATR, PDex Provider Access, and Payer-to-Payer—allowing compliant data extraction meeting DaVinci implementation guide requirements.
Key Players
Details
The $davinci-data-export operation in AWS HealthLake is an asynchronous FHIR operation designed to facilitate standardized medical data exchange, adhering to the DaVinci Implementation Guide. Key features include support for multiple export types: Member Attribute List (ATR), PDex Provider Access, Payer-to-Payer, and Member Access APIs. Technically, it functions as a specialized version of the standard FHIR $export operation, enabling group-level data extraction. It supports flexible filtering by patient or time range (_since, _until) and requires specifying the `exportType` parameter. For PDex exports, it supports comprehensive profiles like US Core, CARIN Blue Button, and PDex profiles, automatically searching for clinical and claim resources such as Observation and ExplanationOfBenefit. A critical aspect is the handling of ExplanationOfBenefit (EOB) resources. While CARIN BB 2.x Basis profile EOBs are always included, they are excluded by default due to financial data. Setting `_includeEOB2xWoFinancial=true` allows for the export of these records after stripping financial details and converting them to the corresponding Basis profile. This operation provides a robust, guideline-compliant foundation for data extraction, which is highly relevant for integrating or modernizing healthcare information systems in Japan that rely on standardized interoperability standards.
Technology Note
FHIR(Fast Healthcare Interoperability Resources)は医療データ交換の国際標準。このエントリの関連技術: FHIR R4
Original content copyright by respective publishers