How to Update a FHIR Resource: Implementation Guide for AWS HealthLake
Updating a FHIR resource - AWS HealthLake AWS Documentation To
AWS provided documentation detailing the process for updating FHIR resources within AWS HealthLake.
Summary
This article details the procedure for updating healthcare data resources (FHIR) in a cloud environment. It demonstrates how to use the PUT method for sending data, covering both existing resource updates and new resource creation through specific API calls and conditional update methods.
Key Players
Details
The document provides a detailed guide on updating FHIR resources using AWS HealthLake. The basic update process involves sending a PUT request to a resource with a specific ID, returning 200 OK (update) or 201 Created (new). A key feature discussed is 'Conditional Update,' which allows processing based on search criteria rather than relying solely on the logical FHIR ID. The server's behavior is defined for various match scenarios (e.g., multiple matches result in a 412 Precondition Failed error). Security and authorization are also covered, noting support for industry standards like AWS Signature Version 4 and SMART on FHIR. This technical information is highly relevant to Japanese healthcare IT professionals considering cloud-based handling of FHIR compliant medical data.
Technology Note
FHIR(Fast Healthcare Interoperability Resources)は医療データ交換の国際標準。このエントリの関連技術: FHIR
Original content copyright by respective publishers