Skip to content

Commit b235fc1

Browse files
authored
Apply suggestions from code review
Fixed Acrolinx issues
1 parent 4500593 commit b235fc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 11/10/2022
1515
Substitutable Medical Applications and Reusable Technologies [SMART on FHIR](https://docs.smarthealthit.org/) is a healthcare standard through which applications can access clinical information through a data store. It adds a security layer based on open standards including OAuth2 and OpenID Connect, to FHIR interfaces to enable integration with EHR systems. Using SMART on FHIR provides at least three important benefits:
1616
- Applications have a known method for obtaining authentication/authorization to a FHIR repository
1717
- Users accessing a FHIR repository with SMART on FHIR are restricted to resources associated with the user, rather than having access to all data in the repository
18-
- Users have the ability to grant applications access to an further limited set of their data by using SMART clinical scopes.
18+
- Users have the ability to grant applications access to a further limited set of their data by using SMART clinical scopes.
1919

2020
<!---SMART Implementation Guide v1.0.0 is supported by Azure API for FHIR and Azure API Management (APIM). This is our recommended approach, as it enabled Health IT developers to comply with 21st Century Act Criterion §170.315(g)(10) Standardized API for patient and population services.
2121
@@ -32,7 +32,7 @@ Below tutorial describes steps to enable SMART on FHIR applications with FHIR Se
3232
- An instance of the FHIR Service
3333
- .NET SDK 6.0
3434
- [Enable cross-origin resource sharing (CORS)](configure-cross-origin-resource-sharing.md)
35-
- [Register public client application in AAD ](/register-public-azure-ad-client-app.md)
35+
- [Register public client application in Azure AD](/register-public-azure-ad-client-app.md)
3636
- After registering the application, make note of the applicationId for client application.
3737

3838
<!--- Tutorial : To enable SMART on FHIR using APIM, follow below steps
@@ -41,7 +41,7 @@ Follow the steps listed under section [Manage Users: Assign Users to Role](https
4141
4242
Step 2 : Deploy the necessary components to set up the FHIR server integrated with APIM in production. Follow ReadMe
4343
Step 3 : Load US Core profiles
44-
Step 4 : Create AAD custom policy using this README --->
44+
Step 4 : Create Azure AD custom policy using this README --->
4545

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

0 commit comments

Comments
 (0)