Skip to content

Commit 50b6ef8

Browse files
Merge pull request #247847 from EXPEkesheth/patch-smart
Updates to SMART on FHIR
2 parents 17cc361 + 9db7f7f commit 50b6ef8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,27 @@ Below tutorials provide steps to enable SMART on FHIR applications with FHIR Ser
2828
- After registering the application, make note of the applicationId for client application.
2929
- Ensure you have access to Azure Subscription of FHIR service, to create resources and add role assignments.
3030

31-
## SMART on FHIR using AHDS Samples OSS
31+
## SMART on FHIR Enhanced using Azure Health Data Services Samples
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 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.
3535

3636
### Step 2 : FHIR server integration with samples
37-
[Follow the steps](https://aka.ms/azure-health-data-services-smart-on-fhir-sample) 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).
37+
For integration with Azure Health Data Services samples, you would need to follow the steps in samples open source solution.
38+
39+
**[Click on the link](https://aka.ms/azure-health-data-services-smart-on-fhir-sample)** to navigate to Azure Health Data Service Samples OSS. This steps listed in the document will enable integration of FHIR server with other Azure Services (such as APIM, Azure functions and more).
3840

3941
> [!NOTE]
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.
42+
> 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 [§170.315(g)(10) Standardized API for patient and population services criterion](https://www.healthit.gov/test-method/standardized-api-patient-and-population-services#ccg) compliance, using Azure Active Directory as the identity provider workflow.
4143
4244
## SMART on FHIR Proxy
4345
<details>
4446
<summary> Click to expand! </summary>
4547

4648
> [!NOTE]
47-
> This is another option to using "SMART on FHIR using AHDS Samples OSS" mentioned above. SMART on FHIR Proxy option only enables EHR launch sequence.
49+
> This is another option to using "SMART on FHIR Enhanced using AHDS Samples" mentioned above. We suggest you to adopt SMART on FHIR enhanced. SMART on FHIR Proxy option is legacy option.
50+
> SMART on FHIR enhanced version provides added capabilities than SMART on FHIR proxy. SMART on FHIR enhanced capability can be considered to meet requirements with [SMART on FHIR Implementation Guide (v 1.0.0)](https://hl7.org/fhir/smart-app-launch/1.0.0/) and [§170.315(g)(10) Standardized API for patient and population services criterion](https://www.healthit.gov/test-method/standardized-api-patient-and-population-services#ccg).
51+
4852
### Step 1 : Set admin consent for your client application
4953

5054
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)