Skip to content

Commit 045ea32

Browse files
Merge pull request #223945 from EXPEkesheth/patch-35
Update smart-on-fhir.md
2 parents f00105b + 3246a1c commit 045ea32

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/healthcare-apis/azure-api-for-fhir/smart-on-fhir.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,18 @@ Below tutorials describe steps to enable SMART on FHIR applications with FHIR Se
2626
- [Enable cross-origin resource sharing (CORS)](configure-cross-origin-resource-sharing.md)
2727
- [Register public client application in Azure AD](https://learn.microsoft.com/azure/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app)
2828
- After registering the application, make note of the applicationId for client application.
29+
- Ensure you have access to Azure Subscription of FHIR service, to create resources and add role assignments.
2930

30-
## SMART on FHIR using samples
31-
As a prerequisite, ensure you have access to Azure Subscription of FHIR service, to create resources and add role assignments.
31+
## SMART on FHIR using AHDS Samples OSS
3232

3333
### Step 1: Set up FHIR SMART user role
3434
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 role - "FHIR SMART User" 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.
3535

3636
### Step 2: FHIR server integration with samples
3737
[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).
3838

39-
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.
40-
4139
> [!NOTE]
42-
> 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.
40+
> 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.
4341
4442

4543
## SMART on FHIR proxy

0 commit comments

Comments
 (0)