HealthRecordCommunity
FHIR🌏 International🏛 AWSEnriched

How FHIR Profile Validation Works in AWS HealthLake

FHIR profile validations for HealthLake - AWS Documentation AWS Documentation

AWS documented that adding a FHIR profile is not required when adding data to a HealthLake data store.

December 18, 2024AWS

Summary

AWS HealthLake supports the base FHIR R4 specification and validates data using various domain-specific 'FHIR Profiles.' This ensures that data imported into the service adheres to diverse international standards (such as US Core, UK Core, etc.), enabling robust handling of specialized medical information.

Key Players

AWS

Details

AWS HealthLake is built upon the foundational FHIR R4 specification but utilizes 'FHIR Profiles' to meet specialized requirements across various healthcare domains. A Profile refines a base resource type by adding constraints or extensions, creating a more specific definition. Crucially, when data is imported into HealthLake, this profile validation occurs, meaning the source data must already include profile information. The service supports an extensive range of international standards and implementation guides, including US Core (versions 3.1.1 through 7.0.0), UK Core, CARIN Blue Button, and multiple Da Vinci-related exchanges. These profiles do more than just define structure; they guarantee mandatory fields specific to a region or use case (e.g., US Drug Formulary). Technically, the profile is referenced by adding the profile URL to the `meta:profile` key-value element of the resource. Validation happens when a new resource is added (via StartFHIRImportJob API or POST/PUT requests), ensuring that compliance with the specified international standard is confirmed before the data enters HealthLake.

Technology Note

FHIR(Fast Healthcare Interoperability Resources)は医療データ交換の国際標準。このエントリの関連技術: FHIR

📰
Read Original Article
docs.aws.amazon.com

Original content copyright by respective publishers