Challenge 4: Connect to FHIR Server and read FHIR data through a JavaScript app

< Previous Challenge - Home - Next Challenge>

Introduction

In this challenge, you will deploy a sample JavaScript app to connect and read FHIR patient data. You will configure public client application registration to allow JavaScript app to access FHIR Server.

Public Client Application registrations are Azure AD representations of apps that can authenticate and authorize for API permissions on behalf of a user. Public clients are mobile and SPA JavaScript apps that can’t be trusted to hold an application secret, so you don’t need to add one. For a SPA, you can enable implicit flow for app user sign-in with ID tokens and/or call a protected web API with Access tokens.

Description

You will deploy a FHIR sample JavaScript app in Azure to read patient data from the FHIR service.

Success Criteria

Learning Resources