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/get-started-with-health-data-services.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ After the Azure Health Data Services resource group is deployed, you can enter t
37
37
38
38
To be guided through these steps, see [Deploy Azure Health Data Services workspace using Azure portal](healthcare-apis-quickstart.md).
39
39
40
-
> [!Note]
40
+
> [!NOTE]
41
41
> You can provision multiple data services within a workspace, and by design, they work seamlessly with one another. With the workspace, you can organize all your Azure Health Data Services instances and manage certain configuration settings that are shared among all the underlying datasets and services where it's applicable.
42
42
43
43
[](media/health-data-services-workspace.png#lightbox)
@@ -88,13 +88,13 @@ For more information, see [Get started with the DICOM service](./../healthcare-a
88
88
89
89
MedTech service transforms device data into FHIR-based observation resources and then persists the transformed messages into Azure Health Data Services FHIR service. This allows for a unified approach to health data access, standardization, and trend capture enabling the discovery of operational and clinical insights, connecting new device applications, and enabling new research projects.
90
90
91
-
To ensure that your MedTech service works properly, it must have granted access permissions to the Azure Event Hub and FHIR service. The Azure Event Hubs Data Receiver role allows the MedTech service that's being assigned this role to receive data from this Event Hub. For more information about application roles, see [Authentication & Authorization for Azure Health Data Services](./../healthcare-apis/authentication-authorization.md)
91
+
To ensure that your MedTech service works properly, it must have granted access permissions to the Azure Event Hubs and FHIR service. The Azure Event Hubs Data Receiver role allows the MedTech service that's being assigned this role to receive data from this event hub. For more information about application roles, see [Authentication & Authorization for Azure Health Data Services](./../healthcare-apis/authentication-authorization.md)
92
92
93
93
You can also do the following:
94
94
- Create a new FHIR service or use an existing one in the same or different workspace
95
-
- Create a new Event Hub or use an existing one
96
-
- Assign roles to allow the MedTech service to access [Event Hub](./../healthcare-apis/iot/deploy-iot-connector-in-azure.md#granting-medtech-service-access) and [FHIR service](./../healthcare-apis/iot/deploy-iot-connector-in-azure.md#accessing-the-medtech-service-from-the-fhir-service)
97
-
- Send data to the Event Hub, which is associated with the MedTech service
95
+
- Create a new event hub or use an existing one
96
+
- Assign roles to allow the MedTech service to access [Event Hubs](./../healthcare-apis/iot/deploy-iot-connector-in-azure.md#granting-the-medtech-service-access) and [FHIR service](./../healthcare-apis/iot/deploy-iot-connector-in-azure.md#accessing-the-medtech-service-from-the-fhir-service)
97
+
- Send data to the event hub, which is associated with the MedTech service
98
98
99
99
For more information, see [Get started with the MedTech service](./../healthcare-apis/iot/get-started-with-iot.md).
100
100
@@ -112,4 +112,3 @@ This article described the basic steps to get started using Azure Health Data Se
112
112
>[Frequently asked questions about Azure Health Data Services](healthcare-apis-faqs.md)
113
113
114
114
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-iot-connector-in-azure.md
+44-11Lines changed: 44 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 04/07/2022
8
+
ms.date: 06/28/2022
9
9
ms.author: jasteppe
10
10
ms.custom: mode-api
11
11
---
12
12
13
-
# Deploy MedTech service in the Azure portal
13
+
# Deploy the MedTech service in the Azure portal
14
14
15
15
In this quickstart, you'll learn how to deploy MedTech service in the Azure portal. The MedTech service will enable you to ingest data from Internet of Things (IoT) into your Fast Healthcare Interoperability Resources (FHIR®) service.
16
16
@@ -33,7 +33,38 @@ It's important that you have the following prerequisites completed before you be
33
33
>* Two MedTech services accessing the same device message event hub.
34
34
>* A MedTech service and a storage writer application accessing the same device message event hub.
35
35
36
-
## Deploy MedTech service
36
+
If you already have an active Azure account, you can use the  button below to deploy a MedTech service that will include the following resources and permissions:
37
+
* An Azure Event Hubs Namespace and device message event hub (the event hub is named: **devicedata**).
38
+
* An Azure event hub sender role (the sender role is named: **devicedatasender**).
39
+
* An Azure Health Data Services workspace.
40
+
* An Azure Health Data Services FHIR service.
41
+
* An Azure Health Data Services MedTech service including the necessary system managed identity permissions to the device message event hub and FHIR service.
42
+
43
+
When the Azure portal launches, the following fields must be filled out:
44
+
***Subscription** - Chose the Azure subscription you would like to use for the deployment.
45
+
***Resource Group** - Chose an existing Resource Group or create a new Resource Group.
46
+
***Region** - The Azure region of the Resource Group used for the deployment. This field will auto-fill based on the Resource Group region.
47
+
***Basename** - Will be used to append the name the Azure services to be deployed.
48
+
***Location** - Use the drop-down list to select a supported Azure region for the Azure Health Data Services (could be the same or different region than your Resource Group).
49
+
50
+
Leave the **Device Mapping** and **Destination Mapping** fields with their default values.
51
+
52
+
Select the **Review + create** button once the fields are filled out.
53
+
54
+
:::image type="content" source="media\iot-deploy-arm-in-portal\iot-connector-arm-deploy-options.png" alt-text="Azure portal page displaying deployment options for the Azure Health Data Service MedTech service." lightbox="media\iot-deploy-arm-in-portal\iot-connector-arm-deploy-options.png":::
55
+
56
+
After the validation has passed, select the **Create** button to begin the deployment.
57
+
58
+
:::image type="content" source="media\iot-deploy-arm-in-portal\iot-connector-arm-deploy-create.png" alt-text="Azure portal page displaying validation box and Create button for the Azure Health Data Service MedTech service." lightbox="media\iot-deploy-arm-in-portal\iot-connector-arm-deploy-create.png":::
59
+
60
+
After a successful deployment, there will be remaining configurations that will need to be completed by you for a fully functional MedTech service:
61
+
* Provide a working device mapping file. For more information, see [How to use device mappings](how-to-use-device-mappings.md).
62
+
* Provide a working destination mapping file. For more information, see [How to use FHIR destination mappings](how-to-use-fhir-mappings.md).
63
+
* Use the Shared access policies (SAS) key (**devicedatasender**) for connecting your device or application to the MedTech service device message event hub (**devicedata**). For more information, see [Connection string for a specific event hub in a namespace](../../event-hubs/event-hubs-get-connection-string.md#connection-string-for-a-specific-event-hub-in-a-namespace).
64
+
65
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthcareapis%2Fworkspaces%2Fiotconnectors%2Fazuredeploy.json)
66
+
67
+
## Deploy the MedTech service
37
68
38
69
1. Sign in the [Azure portal](https://portal.azure.com), and then enter your Health Data Services workspace resource name in the **Search** bar field.
39
70
@@ -47,7 +78,7 @@ It's important that you have the following prerequisites completed before you be
47
78
48
79

49
80
50
-
## Configure MedTech service to ingest data
81
+
## Configure the MedTech service to ingest data
51
82
52
83
Under the **Basics** tab, complete the required fields under **Instance details**.
53
84
@@ -81,7 +112,7 @@ Under the **Basics** tab, complete the required fields under **Instance details*
81
112
82
113
5. Select **Next: Device mapping**.
83
114
84
-
## Configure Device mapping properties
115
+
## Configure the Device mapping properties
85
116
86
117
> [!TIP]
87
118
> The IoMT Connector Data Mapper is an open source tool to visualize the mapping configuration for normalizing a device's input data, and then transform it to FHIR resources. Developers can use this tool to edit and test Devices and FHIR destination mappings, and to export the data to upload to an MedTech service in the Azure portal. This tool also helps developers understand their device's Device and FHIR destination mapping configurations.
@@ -98,7 +129,7 @@ Under the **Basics** tab, complete the required fields under **Instance details*
98
129
99
130
2. Select **Next: Destination >** to configure the destination properties associated with your MedTech service.
100
131
101
-
## Configure FHIR destination mapping properties
132
+
## Configure the FHIR destination mapping properties
102
133
103
134
Under the **Destination** tab, enter the destination properties associated with the MedTech service.
104
135
@@ -162,7 +193,7 @@ Under the **Tags** tab, enter the tag properties associated with the MedTech ser
162
193
163
194
Now that your MedTech service has been deployed, we're going to walk through the steps of assigning permissions to access the event hub and FHIR service.
164
195
165
-
## Granting MedTech service access
196
+
## Granting the MedTech service access
166
197
167
198
To ensure that your MedTech service works properly, it must have granted access permissions to the event hub and FHIR service.
168
199
@@ -226,13 +257,15 @@ For more information about authoring access to Event Hubs resources, see [Author
226
257
227
258

228
259
229
-
For more information about assigning roles to the FHIR service, see [Configure Azure RBAC](.././configure-azure-rbac.md).
260
+
For more information about assigning roles to the FHIR service, see [Configure Azure Role-based Access Control (RBAC)](.././configure-azure-rbac.md).
230
261
231
262
## Next steps
232
263
233
-
In this article, you've learned how to deploy a MedTech service in the Azure portal. For an overview of MedTech service, see
264
+
In this article, you've learned how to deploy a MedTech service in the Azure portal. To learn more about the device and FHIR destination mapping files for the MedTech service, see
234
265
235
266
>[!div class="nextstepaction"]
236
-
>[MedTech service overview](iot-connector-overview.md)
267
+
>[How to use Device mappings](how-to-use-device-mappings.md)
268
+
>
269
+
>[How to use FHIR destination mappings](how-to-use-fhir-mappings.md)
237
270
238
-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/)and is used with the permission of HL7.
271
+
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/get-started-with-iot.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,27 +27,27 @@ You can create a workspace from the [Azure portal](../healthcare-apis-quickstart
27
27
> [!NOTE]
28
28
> There are limits to the number of workspaces and the number of MedTech service instances you can create in each Azure subscription.
29
29
30
-
## Create the FHIR service and an Event Hub
30
+
## Create the FHIR service and an event hub
31
31
32
-
The MedTech service works with the Azure Event Hub and the FHIR service. You can create a new [FHIR service](../fhir/get-started-with-fhir.md) or use an existing one in the same or different workspace. Similarly, you can create a new [Event Hub](../../event-hubs/event-hubs-create.md) or use an existing one.
32
+
The MedTech service works with Azure Event Hubs and the FHIR service. You can create a new [FHIR service](../fhir/get-started-with-fhir.md) or use an existing one in the same or different workspace. Similarly, you can create a new [Event Hub](../../event-hubs/event-hubs-create.md) or use an existing one.
33
33
34
34
## Create a MedTech service in the workspace
35
35
36
36
You can create a MedTech service from the [Azure portal](deploy-iot-connector-in-azure.md) or using PowerShell, Azure CLI, or REST API. You can find scripts from the [Azure Health Data Services samples](https://github.com/microsoft/healthcare-apis-samples/tree/main/src/scripts).
37
37
38
38
Optionally, you can create a [FHIR service](../fhir/fhir-portal-quickstart.md) and [DICOM service](../dicom/deploy-dicom-services-in-azure.md) in the workspace.
39
39
40
-
## Assign roles to allow MedTech service to access Event Hub
40
+
## Assign roles to allow MedTech service to access Event Hubs
41
41
42
-
By design, the MedTech service retrieves data from the specified Event Hub using the system-managed identity. For more information on how to assign the role to the MedTech service from [Event Hub](../../healthcare-apis/iot/deploy-iot-connector-in-azure.md#granting-medtech-service-access).
42
+
By design, the MedTech service retrieves data from the specified event hub using the system-managed identity. For more information on how to assign the role to the MedTech service from [Event Hubs](../../healthcare-apis/iot/deploy-iot-connector-in-azure.md#granting-the-medtech-service-access).
43
43
44
44
## Assign roles to allow MedTech service to access FHIR service
45
45
46
46
The MedTech service persists the data to the FHIR store using the system-managed identity. See details on how to assign the role to the MedTech service from the [FHIR service](../../healthcare-apis/iot/deploy-iot-connector-in-azure.md#accessing-the-medtech-service-from-the-fhir-service).
47
47
48
48
## Sending data to the MedTech service
49
49
50
-
You can send data to the Event Hub, which is associated with the MedTech service. If you don't see any data in the FHIR service, check the mappings and role assignments for the MedTech service.
50
+
You can send data to the event hub, which is associated with the MedTech service. If you don't see any data in the FHIR service, check the mappings and role assignments for the MedTech service.
51
51
52
52
## MedTech service mappings, data flow, ML, Power BI, and Teams notifications
0 commit comments