HealthRecordCommunity
FHIRHL7🌏 United States🏛 AWSEnriched

Managing FHIR Resources in AWS HealthLake: RESTful API Interactions

Managing FHIR resources in AWS HealthLake AWS Documentation Managing FHIR

AWS provides functionality to manage FHIR resources within AWS HealthLake using the FHIR R4 RESTful API.

December 18, 2024AWS

Summary

AWS HealthLake allows the management of various FHIR resources through RESTful APIs compliant with the HL7 FHIR R4 standard. Developers can utilize specific interactions (create, read, update, etc.) to achieve efficient data exchange within the data store.

Key Players

AWS HealthLake

Details

This documentation details how to manage FHIR R4 resources within AWS HealthLake using a comprehensive set of supported RESTful API interactions. The available operations cover both whole system capabilities (e.g., Capability Statement) and granular resource management at multiple levels. At the type level, users can perform 'create,' 'search,' or retrieve 'history.' At the instance level, full CRUD operations are supported: 'read' (current state), 'update,' 'delete,' and specialized functions like reading specific versions ('vread') or retrieving change history. Furthermore, advanced features such as batch processing (updating/creating/deleting sets of resources) and handling resource bundling are available. All interactions adhere strictly to the HL7 FHIR R4 standard for healthcare data exchange, ensuring high reliability in system design. Developers must note that these services are accessed via RESTful API calls rather than through AWS CLI or SDKs. This information serves as a technical reference for building standardized, robust health IT systems.

Technology Note

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

📰
Read Original Article
docs.aws.amazon.com

Original content copyright by respective publishers