How to Use FHIR Discovery in AWS HealthLake
Buscando o SMART no documento FHIR Discovery - AWS HealthLake
Summary
This article provides technical guidance for developers using AWS HealthLake, detailing the process of obtaining a FHIR Discovery document. It outlines how client applications can identify the correct authorization endpoints and supported resources for a given HealthLake data store.
Details
To perform a successful FHIR REST request against an AWS HealthLake data store, it is necessary to first gather the specific authorization requirements defined by that data store. This is achieved using the 'Discovery Document'. The guide details the technical steps: constructing a URL using the HealthLake region and data store ID, and sending a GET request with AWS Signature Version 4 authentication. The resulting JSON document contains critical information such as the "authorization_endpoint" and "token_endpoint". These endpoints are essential starting points for any client application initiating an authorization process (e.g., OAuth flow). By utilizing this mechanism, developers can confirm which specific capabilities or resources (e.g., launch-ehr, client-public) the HealthLake data store supports. This ensures that applications follow the proper security and interoperability procedures when handling complex healthcare data, making it a crucial technical step for secure system integration.
Original content copyright by respective publishers