Skip to content

Commit f11d62c

Browse files
authored
Update smart-on-fhir.md
1 parent d85a41b commit f11d62c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,23 @@ Below tutorials provide steps to enable SMART on FHIR applications with FHIR Ser
2929
- [Register public client application in Azure AD](https://learn.microsoft.com/azure/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app)
3030
- After registering the application, make note of the applicationId for client application.
3131

32-
## Tutorial : SMART on FHIR using samples (Recommended approach)
32+
## SMART on FHIR using samples (Recommended approach)
3333

3434
As a pre-requisite , ensure you have access to Azure Subscription of FHIR service, to create resources and add role assignments.
3535

3636
### Step 1 : Set up FHIR SMART user role
3737
Follow the steps listed under section [Manage Users: Assign Users to Role](https://learn.microsoft.com/azure/active-directory/fundamentals/active-directory-users-assign-role-azure-portal). Any user added to this role will be able to access the FHIR Service if their requests comply with the SMART on FHIR implementation Guide, such as request having access token which includes a fhirUser claim and a clinical scopes claim. The access granted to the users in this role will then be limited by the resources associated to their fhirUser compartment and the restrictions in the clinical scopes.
3838

39-
### Step 2 : [Follow the steps](https://github.com/Azure-Samples/azure-health-data-services-samples/blob/main/samples/Patient%20and%20Population%20Services%20G10/docs/deployment.md) for setting up the FHIR server integrated with APIM in production.
39+
### Step 2 : FHIR server integration with samples
40+
[Follow the steps](https://github.com/Azure-Samples/azure-health-data-services-samples/blob/main/samples/Patient%20and%20Population%20Services%20G10/docs/deployment.md) for integrating FHIR server with APIM in production.
4041

4142
This link provides sample code, which enables integration with FHIR server and other Azure Services (such as APIM, Azure functions and more).
4243

4344
> [!NOTE]
4445
> These samples are open-source code, and you should review the information and licensing terms on GitHub before using it. They are not part of the Azure Health Data Service and are not supported by Microsoft Support. These samples can be used to demonstrate how Azure Health Data Services and other open-source tools can be used together to demonstrate ONC (g)(10) compliance, using Azure Active Directory as the identity provider workflow.
4546
4647

47-
## SMART on FHIR functionality with SMART on FHIR Proxy
48+
## SMART on FHIR Proxy
4849
### Step 1 : Set admin consent for your client application
4950

5051
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.

0 commit comments

Comments
 (0)