Skip to content

Commit 6c32698

Browse files
authored
Apply suggestions from code review
1 parent 14dd2a0 commit 6c32698

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: expekesheth
1010
ms.date: 06/03/2022
1111
---
1212

13-
# SMART on FHIR Overview
13+
# SMART on FHIR overview
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

articles/healthcare-apis/fhir/smart-on-fhir.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: expekesheth
1010
ms.date: 11/10/2022
1111
---
1212

13-
# SMART on FHIR:
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

@@ -125,7 +125,7 @@ dotnet run
125125

126126
After you start the SMART on FHIR app launcher, you can point your browser to `https://localhost:5001`, where you should see the following screen:
127127

128-
![SMART on FHIR app launcher](media/smart-on-fhir/smart-on-fhir-app-launcher.png)
128+
![Screenshot showing SMART on FHIR app launcher.](media/smart-on-fhir/smart-on-fhir-app-launcher.png)
129129

130130
When you enter **Patient**, **Encounter**, or **Practitioner** information, you'll notice that the **Launch context** is updated. When you're using the FHIR service, the launch context is simply a JSON document that contains information about patient, practitioner, and more. This launch context is base64 encoded and passed to the SMART on FHIR app as the `launch` query parameter. According to the SMART on FHIR specification, this variable is opaque to the SMART on FHIR app and passed on to the identity provider.
131131

@@ -141,7 +141,7 @@ These fields are meant to provide guidance to the app, but they don't convey any
141141

142142
Notice that the SMART on FHIR app launcher updates the **Launch URL** information at the bottom of the page. Select **Launch** to start the sample app, and you should see something like this sample:
143143

144-
![SMART on FHIR app](media/smart-on-fhir/smart-on-fhir-app.png)
144+
![Screenshot showing SMART on FHIR app.](media/smart-on-fhir/smart-on-fhir-app.png)
145145

146146
Inspect the token response to see how the launch context fields are passed on to the app.
147147

0 commit comments

Comments
 (0)