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/access-healthcare-apis.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Access Azure Health Data Services
3
-
description: Learn how to access the FHIR, DICOM, and MedTech services in Azure Health Data Services by using Postman, cURL, REST Client, and programming languages like Python and C# for efficient data management.
3
+
description: Learn how to access the FHIR, DICOM, and MedTech services in Azure Health Data Services by using cURL, REST Client, and programming languages like Python and C# for efficient data management.
4
4
services: healthcare-apis
5
5
author: EXPEkesheth
6
6
ms.service: azure-health-data-services
@@ -13,11 +13,10 @@ ms.author: kesheth
13
13
14
14
# Access Azure Health Data Services
15
15
16
-
After you deploy a FHIR® service, DICOM® service, or MedTech service, you can then access it in your applications by using tools like Postman, cURL, REST Client in Visual Studio Code, or with programming languages such as Python or C#.
16
+
After you deploy a FHIR® service, DICOM® service, or MedTech service, you can then access it in your applications by using tools like cURL, REST Client in Visual Studio Code, or with programming languages such as Python or C#.
17
17
18
18
## Access the FHIR service
19
19
20
-
-[Access the FHIR service by using Postman](././fhir/use-postman.md)
21
20
-[Access the FHIR service by using cURL](././fhir/using-curl.md)
22
21
-[Access the FHIR service by using REST Client](././fhir/using-rest-client.md)
23
22
@@ -32,7 +31,6 @@ After you deploy a FHIR® service, DICOM® service, or MedTech service, yo
32
31
The MedTech service works with the IoT Hub and Event Hubs to receive message data, and works with the FHIR service to persist the data.
33
32
34
33
-[Receive device data through Azure IoT Hub](iot/device-data-through-iot-hub.md)
35
-
-[Access the FHIR service by using Postman](fhir/use-postman.md)
36
34
-[Access the FHIR service by using cURL](fhir/using-curl.md)
37
35
-[Access the FHIR service by using REST Client](fhir/using-rest-client.md)
Copy file name to clipboardExpand all lines: articles/healthcare-apis/authentication-authorization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Use online tools such as [https://jwt.ms](https://jwt.ms/) to view the token con
102
102
103
103
**The access token is valid for one hour by default. You can obtain a new token or renew it using the refresh token before it expires.**
104
104
105
-
To obtain an access token, you can use tools such as Postman, the REST Client extension in Visual Studio Code, PowerShell, CLI, curl, and the [Microsoft Entra authentication libraries](../active-directory/develop/reference-v2-libraries.md).
105
+
To obtain an access token, you can use tools such as REST Client extension in Visual Studio Code, PowerShell, CLI, curl, and the [Microsoft Entra authentication libraries](../active-directory/develop/reference-v2-libraries.md).
In this article, you learned how to obtain an access token for the Azure API for FHIR using the Azure CLI. To learn how to access the FHIR API using Postman, proceed to the Postman tutorial:
38
+
In this article, you learned how to obtain an access token for the Azure API for FHIR using the Azure CLI. To learn how to access the FHIR API using REST Client:
39
39
40
40
>[!div class="nextstepaction"]
41
-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
41
+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
Copy file name to clipboardExpand all lines: articles/healthcare-apis/azure-api-for-fhir/register-confidential-azure-ad-client-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ To register a new confidential client application, use the following steps.
44
44
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
45
45
46
46
>[!NOTE]
47
-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
47
+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools for intuitive querying
48
48
49
49
50
50
## Application secret
@@ -67,9 +67,9 @@ Permissions for Azure API for FHIR are managed through role-based access control
67
67
## Next steps
68
68
69
69
In this article, you were guided through the steps of how to register a confidential client application in the Microsoft Entra ID. You were also guided through the steps of how to add API permissions in Microsoft Entra ID for Azure API for FHIR. Lastly, you were shown how to create an application secret.<br>
70
-
You can also learn how to access your FHIR server using Postman.
70
+
You can also learn how to access your FHIR server using REST Client.
71
71
72
72
>[!div class="nextstepaction"]
73
-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
73
+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
Copy file name to clipboardExpand all lines: articles/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ To configure your [desktop](../../active-directory/develop/scenario-desktop-app-
54
54
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
55
55
56
56
>[!NOTE]
57
-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
57
+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools for intuitive querying.
58
58
59
59
## Validate FHIR server authority
60
60
If the application you registered and your FHIR server are in the same Microsoft Entra tenant, you're good to proceed to the next steps.
@@ -63,9 +63,9 @@ If you configure your client application in a different Microsoft Entra tenant f
63
63
64
64
## Next steps
65
65
66
-
In this article, you learned how to register a public client application in Microsoft Entra ID. Next, test access to your FHIR Server using Postman.
66
+
In this article, you learned how to register a public client application in Microsoft Entra ID. Next, test access to your FHIR Server using REST Client.
67
67
68
68
>[!div class="nextstepaction"]
69
-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
69
+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
Copy file name to clipboardExpand all lines: articles/healthcare-apis/azure-api-for-fhir/register-service-azure-ad-client-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Follow these steps to create a new service client.
38
38
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
39
39
40
40
>[!NOTE]
41
-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
41
+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools for intuitive querying.
42
42
43
43
## Application secret
44
44
@@ -55,9 +55,9 @@ The service client needs a secret (password) to obtain a token.
55
55
56
56
## Next steps
57
57
58
-
In this article, you learned how to register a service client application in Microsoft Entra ID. Next, test access to your FHIR server using Postman.
58
+
In this article, you learned how to register a service client application in Microsoft Entra ID. Next, test access to your FHIR server using REST Client.
59
59
60
60
>[!div class="nextstepaction"]
61
-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
61
+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
Copy file name to clipboardExpand all lines: articles/healthcare-apis/azure-api-for-fhir/smart-on-fhir.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Add the reply URL to the public client application that you created earlier for
102
102
103
103
### Step 3: Get a test patient
104
104
105
-
To test the Azure API for FHIR and the SMART on FHIR proxy, you need to have at least one patient in the database. If you haven't interacted with the API yet, and you don't have data in the database, see [Access the FHIR service using Postman](./../fhir/use-postman.md) to load a patient. Make a note of the ID of a specific patient.
105
+
To test the Azure API for FHIR and the SMART on FHIR proxy, you need to have at least one patient in the database. If you haven't interacted with the API yet, and you don't have data in the database, see [Access the FHIR service using REST Client](./../fhir/using-rest-client.md) to load a patient. Make a note of the ID of a specific patient.
106
106
107
107
### Step 4: Download the SMART on FHIR app launcher
> For this tutorial, the FHIR service, Microsoft Entra application, and Microsoft Entra users are all in the same Microsoft Entra tenant. If this is not the case, you can still follow along with this tutorial, but may need to dive into some of the referenced documents to do additional steps.
1. Select **Public client/native (mobile & desktop)** and set the redirect URI to `https://www.getpostman.com/oauth2/callback`.
22
+
1. Select **Public client/native (mobile & desktop)** and set the redirect URI.
23
23
24
24
:::image type="content" source="media/tutorial-web-app/register-public-app.png" alt-text="Screenshot of the Register an application pane, and an example application name and redirect URL.":::
25
25
@@ -55,9 +55,11 @@ Now that you have set up the correct authentication, set the API permissions.
55
55
56
56
## Next Steps
57
57
58
-
You now have a public client application. In the next tutorial, we’ll walk through testing and gaining access to this application through Postman.
58
+
You now have a public client application.
59
+
There are tools available that can allow intuitive querying.
60
+
Once you have successfully connect to your client application, you’re ready to write your web application.
59
61
60
62
>[!div class="nextstepaction"]
61
-
>[Test client application in Postman](tutorial-web-app-test-postman.md)
63
+
>[Write a web application](tutorial-web-app-write-web-app.md)
0 commit comments