HealthRecordCommunity
FHIR🌏 United States🏛 AWSEnriched

How to Create FHIR Resources in AWS HealthLake

FHIR リソースの作成 - AWS HealthLake AWS Documentation FHIR create インタラクションは、HealthLake

AWS allows users to create new FHIR resources within the HealthLake data store.

October 15, 2025AWS

Summary

This article details the technical procedure for creating new healthcare resources (e.g., Patient) using the FHIR R4 API within AWS HealthLake. It serves as a comprehensive guide for adding data to a HealthLake datastore.

Key Players

FHIRHealthLake

Details

This document provides a detailed technical guide on how to create FHIR (Fast Healthcare Interoperability Resources) resources within AWS HealthLake, a cloud-based healthcare data lake service. The process involves using the `POST` method to submit new resources to a specified HealthLake datastore. The steps outlined include: 1. Identifying the necessary HealthLake region and datastoreId. 2. Determining the target FHIR resource type (e.g., Patient). 3. Constructing the request URL and providing the data in JSON format within the body. Data submission requires robust security authentication, supporting either AWS Signature Version 4 (SigV4) or SMART on FHIR authorization. The guide also details the process for using the AWS HealthLake Console, where users select 'Create' as the query type. A key technical feature discussed is the ability to set a validation level during resource creation: `strict`, `structure-only`, or `minimal`. This allows system operators to choose an appropriate data quality and searchability strategy. For Japanese healthcare IT, this emphasizes the critical importance of standardized FHIR format for building interoperable data integration platforms, ensuring that incoming clinical data can be reliably stored and searched based on defined validation rules.

Technology Note

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

📰
Read Original Article
docs.aws.amazon.com

Original content copyright by respective publishers