Skip to content

Commit 97e4c52

Browse files
authored
Merge pull request #217989 from EXPEkesheth/patch-13
Update and rename use-smart-on-fhir-proxy.md to smart-on-fhir.md
2 parents dcb7b64 + 3379511 commit 97e4c52

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/healthcare-apis/azure-api-for-fhir/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ items:
3939
href: tutorial-web-app-test-postman.md
4040
- name: 4. Write web application
4141
href: tutorial-web-app-write-web-app.md
42-
- name: Use SMART on FHIR proxy
42+
- name: SMART on FHIR
4343
href: use-smart-on-fhir-proxy.md
4444
- name: Interoperability and Patient Access
4545
expanded: false

articles/healthcare-apis/azure-api-for-fhir/use-smart-on-fhir-proxy.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ author: expekesheth
1010
ms.date: 06/03/2022
1111
---
1212

13-
# Tutorial: Azure Active Directory SMART on FHIR proxy
13+
# SMART on FHIR
1414

1515
[SMART on FHIR](https://docs.smarthealthit.org/) is a set of open specifications to integrate partner applications with FHIR servers and electronic medical records systems that have Fast Healthcare Interoperability Resources (FHIR®) interfaces. One of the main purposes of the specifications is to describe how an application should discover authentication endpoints for an FHIR server and start an authentication sequence.
1616

1717
Authentication is based on OAuth2. But because SMART on FHIR uses parameter naming conventions that aren’t immediately compatible with Azure Active Directory (Azure AD), the Azure API for FHIR has a built-in Azure AD SMART on FHIR proxy that enables a subset of the SMART on FHIR launch sequences. Specifically, the proxy enables the [EHR launch sequence](https://hl7.org/fhir/smart-app-launch/#ehr-launch-sequence).
1818

19-
This tutorial describes how to use the proxy to enable SMART on FHIR applications with Azure API for FHIR.
19+
Below tutorial describes how to use the proxy to enable SMART on FHIR applications with Azure API for FHIR.
2020

21-
## Prerequisites
21+
## Tutorial: SMART on FHIR proxy
22+
**Prerequisites**
2223

2324
- An instance of the Azure API for FHIR
2425
- [.NET Core 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2)

0 commit comments

Comments
 (0)