Skip to content

Commit f49663d

Browse files
added tm to Access article
1 parent 366bb31 commit f49663d

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed
Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,46 @@
11
---
22
title: Access Azure Health Data Services
3-
description: This article describes the different ways to access Azure Health Data Services in your applications using tools and programming languages.
3+
description: Learn 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.
44
services: healthcare-apis
5-
author: chachachachami
5+
author: cmsjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: conceptual
9-
ms.date: 06/06/2022
10-
ms.author: chrupa
9+
ms.date: 04/29/2024
10+
ms.author: jasteppe
1111
---
1212

1313
# Access Azure Health Data Services
1414

15-
In this article, you'll learn about the different ways to access Azure Health Data Services in your applications. After you've provisioned a FHIR service, DICOM service, or MedTech service, you can then access them in your applications using tools like Postman, cURL, REST Client in Visual Studio Code, and with programming languages such as Python and C#.
15+
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 and C#.
1616

1717
## Access the FHIR service
1818

19-
- [Access the FHIR service using Postman](././fhir/use-postman.md)
20-
- [Access the FHIR service using cURL](././fhir/using-curl.md)
21-
- [Access the FHIR service using REST Client](././fhir/using-rest-client.md)
19+
- [Access the FHIR service by using Postman](././fhir/use-postman.md)
20+
- [Access the FHIR service by using cURL](././fhir/using-curl.md)
21+
- [Access the FHIR service by using REST Client](././fhir/using-rest-client.md)
2222

2323
## Access the DICOM service
2424

25-
- [Access the DICOM service using Python](dicom/dicomweb-standard-apis-python.md)
26-
- [Access the DICOM service using cURL](dicom/dicomweb-standard-apis-curl.md)
27-
- [Access the DICOM service using C#](dicom/dicomweb-standard-apis-c-sharp.md)
25+
- [Access the DICOM service by using Python](dicom/dicomweb-standard-apis-python.md)
26+
- [Access the DICOM service by using cURL](dicom/dicomweb-standard-apis-curl.md)
27+
- [Access the DICOM service by using C#](dicom/dicomweb-standard-apis-c-sharp.md)
2828

29-
## Access MedTech service
29+
## Access the MedTech service
3030

31-
The MedTech service works with the IoT Hub and Event Hubs in your subscription to receive message data, and the FHIR service to persist the data.
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.
3232

3333
- [Receive device data through Azure IoT Hub](iot/device-data-through-iot-hub.md)
34-
- [Access the FHIR service using Postman](fhir/use-postman.md)
35-
- [Access the FHIR service using cURL](fhir/using-curl.md)
36-
- [Access the FHIR service using REST Client](fhir/using-rest-client.md)
34+
- [Access the FHIR service by using Postman](fhir/use-postman.md)
35+
- [Access the FHIR service by using cURL](fhir/using-curl.md)
36+
- [Access the FHIR service by using REST Client](fhir/using-rest-client.md)
3737

3838

3939
## Next steps
4040

41-
In this document, you learned about the tools and programming languages that you can use to access Azure Health Data Services in your applications. To learn how to deploy an instance of Azure Health Data Services using the Azure portal, see
41+
[Deploy Azure Health Data Services workspace using the Azure portal](healthcare-apis-quickstart.md)
4242

43-
>[!div class="nextstepaction"]
44-
>[Deploy Azure Health Data Services workspace using the Azure portal](healthcare-apis-quickstart.md)
45-
46-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
43+
[!INCLUDE [FHIR and DICOM trademark statements](./includes/healthcare-apis-fhir-dicom-trademark.md)]
4744

4845

4946

0 commit comments

Comments
 (0)