You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/smart-on-fhir.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Step 3 : Load US Core profiles
44
44
Step 4 : Create AAD custom policy using this README --->
45
45
46
46
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
48
48
49
49
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.
50
50
@@ -62,11 +62,11 @@ To add yourself or another user as owner of an app:
62
62
6. Select **Save**
63
63
64
64
65
-
###Step 2 : Configure Azure AD registrations
65
+
## Step 2 : Configure Azure AD registrations
66
66
67
67
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.
68
68
69
-
###Step 3: Enable the SMART on FHIR proxy
69
+
## Step 3: Enable the SMART on FHIR proxy
70
70
71
71
Enable the SMART on FHIR proxy in the **Authentication** settings for your FHIR instance by selecting the **SMART on FHIR proxy** check box.
72
72
@@ -99,11 +99,11 @@ Add the reply URL to the public client application that you created earlier for
99
99
<!------>
100
100
101
101
102
-
###Step 4 : Get a test patient
102
+
## Step 4 : Get a test patient
103
103
104
104
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.
105
105
106
-
###Step 5 : Download the SMART on FHIR app launcher
106
+
## Step 5 : Download the SMART on FHIR app launcher
107
107
108
108
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.
0 commit comments