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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ Substitutable Medical Applications and Reusable Technologies([SMART on FHIR](htt
17
17
- 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
18
- Users have the ability to grant applications access to a limited set of their data by using SMART clinical scopes.
19
19
20
-
SMART Implementation Guide v1.0.0 is supported by Azure Health Data Services and Azure API Management (APIM). This is our recommended approach, as it enables Health IT developers to comply with 21st Century Act Criterion §170.315(g)(10) Standardized API for patient and population services.
21
-
22
20
Below tutorials provide steps to enable SMART on FHIR applications with FHIR Service.
23
21
24
22
## Prerequisites
@@ -29,17 +27,18 @@ Below tutorials provide steps to enable SMART on FHIR applications with FHIR Ser
29
27
-[Register public client application in Azure AD](https://learn.microsoft.com/azure/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app)
30
28
- After registering the application, make note of the applicationId for client application.
31
29
32
-
## SMART on FHIR using samples (Recommended approach)
30
+
## SMART on FHIR using samples (Preferred approach)
33
31
34
32
As a pre-requisite , ensure you have access to Azure Subscription of FHIR service, to create resources and add role assignments.
35
33
36
34
### Step 1 : Set up FHIR SMART user role
37
35
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.
38
36
39
37
### 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.
38
+
[Follow the steps](https://github.com/Azure-Samples/azure-health-data-services-samples/blob/main/samples/Patient%20and%20Population%20Services%20G10/docs/deployment.md) under Azure Health Data Service Samples OSS. This will enable integration of FHIR server with other Azure Services (such as APIM, Azure functions and more).
39
+
40
+
This is our preferred approach, as it demonstrates to Health IT developers steps needed to comply with 21st Century Act Criterion §170.315(g)(10) Standardized API for patient and population services criterion.
41
41
42
-
This link provides sample code, which enables integration with FHIR server and other Azure Services (such as APIM, Azure functions and more).
43
42
44
43
> [!NOTE]
45
44
> 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.
0 commit comments