Skip to content

Commit f7788f5

Browse files
Merge pull request #218835 from EXPEkesheth/patch-16
Update smart-on-fhir.md
2 parents 4ea373e + 7bf2194 commit f7788f5

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
@@ -17,13 +17,13 @@ Substitutable Medical Applications and Reusable Technologies [SMART on FHIR](htt
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
1818
- Users have the ability to grant applications access to a further limited set of their data by using SMART clinical scopes.
1919

20-
<!---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.
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 enabled Health IT developers to comply with 21st Century Act Criterion §170.315(g)(10) Standardized API for patient and population services.
2121
2222
Sample demonstrates and list steps that can be referenced to pass ONC G(10) with Inferno test suite.
2323
2424
--->
2525

26-
One of the main purposes of the specifications is to describe how an application should discover authentication endpoints for an FHIR server and start an authentication sequence. SMART on FHIR uses parameter naming conventions that aren’t immediately compatible with Azure Active Directory (Azure AD), the Azure API for FHIR has a built-in Azure AD SMART on FHIR proxy that enables a subset of the SMART on FHIR launch sequences. Specifically, the proxy enables the [EHR launch sequence](https://hl7.org/fhir/smart-app-launch/#ehr-launch-sequence).
26+
One of the main purposes of the specifications is to describe how an application should discover authentication endpoints for an FHIR server and start an authentication sequence. SMART on FHIR uses parameter naming conventions that aren’t immediately compatible with Azure Active Directory (Azure AD), the Azure Health Data Services (FHIR Service) has a built-in Azure AD SMART on FHIR proxy that enables a subset of the SMART on FHIR launch sequences. Specifically, the proxy enables the [EHR launch sequence](https://hl7.org/fhir/smart-app-launch/#ehr-launch-sequence).
2727

2828
Below tutorial describes steps to enable SMART on FHIR applications with FHIR Service.
2929

@@ -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 Azure AD](/register-public-azure-ad-client-app.md)
35+
- [Register public client application in Azure AD]([https://learn.microsoft.com/azure/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app]
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

0 commit comments

Comments
 (0)