Skip to content

Healthcare APIM Accelerator - v1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 09:10
e88a9c7

We are excited to announce the release of WSO2 Healthcare APIM Accelerator 1.0.0-rc1. This release candidate introduces a set of powerful features designed to streamline healthcare API management, with a strong focus on FHIR, SMART on FHIR, and OAuth 2.0 security.

Key Features

FHIR Capability Statement Auto-Generation

The FHIR metadata endpoint auto-generates a CapabilityStatement that describes the FHIR server's functionality. This endpoint, https://<API_GW_HOST>:<PORT>/r4/metadata, provides an essential overview of supported FHIR operations, resource types, and interactions, helping developers and integrators understand the server’s FHIR capabilities.

OAuth 2.0 Discovery via Well-Known Endpoint

The well-known endpoint (https://<API_GW_HOST>:<PORT>/r4/.well-known/smart-configuration) allows OAuth 2.0 clients to easily discover authentication and token endpoints as well as supported scopes and claims. This simplifies the setup for applications integrating with OAuth 2.0 and OpenID Connect for healthcare data security.

SMART on FHIR Integration

SMART on FHIR support enables the integration of applications that use the SMART on FHIR framework. This includes capabilities like SMART scopes registration, SMART App Launch flow features etc.