Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 3.44 KB

File metadata and controls

46 lines (35 loc) · 3.44 KB

Challenge 5: Explore FHIR medical records through FHIR Dashboard and SMART on FHIR apps

< Previous Challenge - Home - Next Challenge>

Introduction

In this challenge, you will explore patient medical records and SMART on FHIR apps through the FHIR Dashboard app.

What is SMART on FHIR? SMART ((Substitutable Medical Applications and Reusable Technology) on FHIR is a set of open specifications to integrate partner apps with FHIR Servers and other Health IT systems, i.e. Electronic Health Records and Health Information Exchanges. By creating a SMART on FHIR application, you can ensure that your application can be accessed and leveraged by different systems.

Azure API for FHIR has a built-in Azure AD SMART on FHIR proxy to integrate partner apps with FHIR Servers and EMR systems through FHIR interfaces. This set of open specifications describes how an app should discover authentication endpoints for FHIR Server and start an authentication sequence. Specifically, the proxy enables the EHR launch sequence.

Description

You will perform the following steps to access patient medical records and explore the use of SMART on FHIR applications in Azure API for FHIR through the FHIR Dashboard app:

  • Access FHIR Dashboard app
    • Open In-private/Incognito browser and navigate to FHIR Dashboard app URL.
    • Use the dashboard user credentials to sign in (captured during FHIR Server Samples deployment in Challenge 1.
    • In popup Consent dialog box, accept consent to permissions requested by the Confidential Client app to get access to FHIR Server.
  • Explore patient medical records through FHIR Dashboard app, including:
    • Patient and its FHIR bundle details
    • Patient medical elements
      • Conditions
      • Encounters
      • Observations
  • Explore SMART on FHIR apps through FHIR Dashboard app, including:
    • Growth Chart
    • Medications

Success Criteria

  • You have successfully access FHIR Dashboard app to access patient medical records and encounters.
  • You have explored SMART on FHIR applications.

Learning Resources