Understanding FHIR Data Import with AWS HealthLake
Importing FHIR data with AWS HealthLake AWS Documentation Importing FHIR
AWS provides documentation detailing the process of importing FHIR data into AWS HealthLake.
Summary
AWS HealthLake allows for the efficient import of FHIR data from Amazon S3. The documentation details the process, including job management and setting validation levels.
Key Players
Details
This article explains the technical mechanism for importing FHIR data using AWS HealthLake. After creating a HealthLake data store, files must be imported from an Amazon S3 bucket. The user can start a FHIR import job using tools like the AWS Management Console or CLI. Starting a job requires specifying input and output S3 buckets, an IAM role, and a KMS key. Users can also select a ValidationLevel (strict, structure-only, minimal) to manage data quality. The process is asynchronous and processed in FIFO order. Furthermore, HealthLake generates a `manifest.json` file detailing successful and failed resources, simplifying troubleshooting. Special logging for the 'minimal' validation level is also described, noting that resources failing search checks may still be ingested but require careful review.
Technology Note
FHIR(Fast Healthcare Interoperability Resources)は医療データ交換の国際標準。このエントリの関連技術: FHIR
Original content copyright by respective publishers