Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 567 Bytes

SMART on FHIR Tutorial

Sample Java Spring application to guide through the SMART on FHIR OIDC flow.

The application only supports the Provider Standalone Launch Type for now, but hopefully more will be added later.

Quickstart

  1. Clone the repository
  2. ./gradlew build
  3. ./gradlew bootRun
  4. Open http://localhost:8080 in the browser
  5. Follow the flows in there

Mentions

This tutorial app was inspired by the tutorials and videos of https://github.com/GinoCanessa.