HealthRecordCommunity
FHIR🌏 International🏛 AWSEnriched

Guide to Creating FHIR Resources in AWS HealthLake

Creating a FHIR resource - AWS HealthLake AWS Documentation Creating

AWS documentation provides instructions for creating FHIR resources within AWS HealthLake.

December 19, 2024AWS

Summary

This article details the process of creating FHIR resources within an AWS HealthLake data store. It covers technical implementation specifics, including using POST method API calls, JSON body structure, and setting validation levels.

Key Players

AWS HealthLake

Details

This guide provides a detailed procedure for creating FHIR resources (e.g., Patient) in HealthLake. The process involves collecting the necessary region and datastore ID to construct the correct URL. A JSON-formatted body containing the new resource data must be prepared. The request uses the POST method, supporting authentication via AWS Signature Version 4 or SMART on FHIR. Crucially, the guide explains how to configure the validation level for the resource. Options include `strict` (default), `structure-only`, and `minimal`. This allows developers to manage data integrity according to their needs. These technical specifications are highly relevant for implementing medical data interoperability using standard protocols like FHIR in a cloud environment, ensuring that ingested data is suitable for search and analytics.

Technology Note

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

📰
Read Original Article
docs.aws.amazon.com

Original content copyright by respective publishers