Skip to content

Commit fd010b0

Browse files
authored
Update smart-on-fhir.md
1 parent 9a0c26e commit fd010b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Step 3 : Load US Core profiles
4444
Step 4 : Create AAD custom policy using this README --->
4545

4646
Lets go over individual steps to enable SMART on FHIR
47-
### Step 1 : Set admin consent for your client application
47+
## Step 1 : Set admin consent for your client application
4848

4949
To use SMART on FHIR, you must first authenticate and authorize the app. The first time you use SMART on FHIR, you also must get administrative consent to let the app access your FHIR resources.
5050

@@ -62,11 +62,11 @@ To add yourself or another user as owner of an app:
6262
6. Select **Save**
6363

6464

65-
### Step 2 : Configure Azure AD registrations
65+
## Step 2 : Configure Azure AD registrations
6666

6767
SMART on FHIR requires that `Audience` has an identifier URI equal to the URI of the FHIR service. The standard configuration of the FHIR service uses an `Audience` value of `https://azurehealthcareapis.com`. However, you can also set a value matching the specific URL of your FHIR service (for example `https://MYFHIRAPI.fhir.azurehealthcareapis.com`). This is required when working with the SMART on FHIR proxy.
6868

69-
### Step 3: Enable the SMART on FHIR proxy
69+
## Step 3: Enable the SMART on FHIR proxy
7070

7171
Enable the SMART on FHIR proxy in the **Authentication** settings for your FHIR instance by selecting the **SMART on FHIR proxy** check box.
7272

@@ -99,11 +99,11 @@ Add the reply URL to the public client application that you created earlier for
9999
<!---![Reply URL configured for the public client](media/tutorial-smart-on-fhir/configure-reply-url.png)--->
100100

101101

102-
### Step 4 : Get a test patient
102+
## Step 4 : Get a test patient
103103

104104
To test the FHIR service and the SMART on FHIR proxy, you'll need to have at least one patient in the database. If you've not interacted with the API yet, and you don't have data in the database, see [Access the FHIR service using Postman](./../fhir/use-postman.md) to load a patient. Make a note of the ID of a specific patient.
105105

106-
### Step 5 : Download the SMART on FHIR app launcher
106+
## Step 5 : Download the SMART on FHIR app launcher
107107

108108
The open-source [FHIR Server for Azure repository](https://github.com/Microsoft/fhir-server) includes a simple SMART on FHIR app launcher and a sample SMART on FHIR app. In this tutorial, use this SMART on FHIR launcher locally to test the setup.
109109

0 commit comments

Comments
 (0)