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
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
98
-
>
99
-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
100
-
101
96
## Deploy the MedTech service with the Bicep file and the Azure CLI
102
97
103
98
Complete the following five steps to deploy the MedTech service using the Azure CLI:
@@ -145,11 +140,6 @@ Complete the following five steps to deploy the MedTech service using the Azure
145
140
146
141
For example: `az deployment group create --resource-group BicepTestDeployment --template-file main.bicep --parameters basename=abc location=southcentralus`
147
142
148
-
> [!IMPORTANT]
149
-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
150
-
>
151
-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-05-new-config.md#destination-properties).
152
-
153
143
## Review deployed resources and access permissions
154
144
155
145
When deployment is completed, the following resources and access roles are created in the Bicep file deployment:
@@ -169,6 +159,11 @@ When deployment is completed, the following resources and access roles are creat
169
159
- For the device message event hub, the Azure Events Hubs Data Receiver role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the device message event hub.
170
160
171
161
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
162
+
163
+
> [!IMPORTANT]
164
+
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
165
+
>
166
+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
172
167
173
168
## Post-deployment mappings
174
169
@@ -203,7 +198,9 @@ For example: `az group delete --resource-group BicepTestDeployment`
203
198
204
199
## Next steps
205
200
206
-
In this quickstart, you learned how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file. To learn more about other methods of deploying the MedTech service, see
201
+
In this quickstart, you learned how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file.
202
+
203
+
To learn more about other methods of deploying the MedTech service, see
207
204
208
205
> [!div class="nextstepaction"]
209
206
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-new-button.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 12/04/2022
8
+
ms.date: 12/05/2022
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -65,11 +65,6 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
65
65
66
66
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-deploy-quickstart-options.png" alt-text="Screenshot of Azure portal page displaying deployment options for the Azure Health Data Service MedTech service." lightbox="media\iot-deploy-quickstart-in-portal\iot-deploy-quickstart-options.png":::
67
67
68
-
> [!IMPORTANT]
69
-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
70
-
>
71
-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
72
-
73
68
2. To validate your configuration, select **Review + create**.
74
69
75
70
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-review-and-create-button.png" alt-text="Screenshot that shows the Review + create button selected in the Azure portal.":::
@@ -106,6 +101,11 @@ When deployment is completed, the following resources and access roles are creat
106
101
107
102
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
108
103
104
+
> [!IMPORTANT]
105
+
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
106
+
>
107
+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
108
+
109
109
## Post-deployment mappings
110
110
111
111
After you've successfully deployed an instance of the MedTech service, you'll still need to provide conforming and valid device and FHIR destination mappings.
@@ -116,7 +116,9 @@ After you've successfully deployed an instance of the MedTech service, you'll st
116
116
117
117
## Next steps
118
118
119
-
In this quickstart, you learned how deploy the MedTech service in the Azure portal using an ARM template with a **Deploy to Azure** button. To learn more about other methods of deploying the MedTech service, see
119
+
In this quickstart, you learned how to deploy an instance of the MedTech service in the Azure portal using an ARM template with a **Deploy to Azure** button.
120
+
121
+
To learn more about other methods of deploying the MedTech service, see
120
122
121
123
> [!div class="nextstepaction"]
122
124
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
91
-
>
92
-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
93
-
94
89
## Deploy the MedTech service with the Azure Resource Manager template and the Azure CLI
95
90
96
91
Complete the following five steps to deploy the MedTech service using the Azure CLI:
@@ -138,11 +133,6 @@ Complete the following five steps to deploy the MedTech service using the Azure
138
133
139
134
For example: `az deployment group create --resource-group ArmTestDeployment --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/azuredeploy.json --parameters basename=abc123 location=southcentralus`
140
135
141
-
> [!IMPORTANT]
142
-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
143
-
>
144
-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-05-new-config.md#destination-properties).
145
-
146
136
## Review deployed resources and access permissions
147
137
148
138
When deployment is completed, the following resources and access roles are created in the ARM template deployment:
@@ -163,6 +153,11 @@ When deployment is completed, the following resources and access roles are creat
163
153
164
154
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
165
155
156
+
> [!IMPORTANT]
157
+
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
158
+
>
159
+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
160
+
166
161
## Post-deployment mappings
167
162
168
163
After you've successfully deployed an instance of the MedTech service, you'll still need to provide conforming and valid device and FHIR destination mappings.
@@ -196,15 +191,17 @@ For example: `az group delete --resource-group ArmTestDeployment`
196
191
197
192
## Next steps
198
193
199
-
In this quickstart, you learned how to use Azure PowerShell or Azure CLI to deploy an instance of the MedTech service using an ARM template. To learn more about other methods of deploying the MedTech service, see
194
+
In this quickstart, you learned how to use Azure PowerShell or Azure CLI to deploy an instance of the MedTech service using an ARM template.
195
+
196
+
To learn more about other methods of deploying the MedTech service, see
200
197
201
198
> [!div class="nextstepaction"]
202
199
> [Choose a deployment method for the MedTech service](deploy-iot-connector-in-azure.md)
203
200
204
201
> [!div class="nextstepaction"]
205
-
> [Deploy the MedTech service using an Azure Resource Manager template](deploy-02-new-button.md)
202
+
> [Deploy the MedTech service using an Azure Resource Manager template](deploy-new-button.md)
206
203
207
204
> [!div class="nextstepaction"]
208
-
> [Deploy the MedTech service manually using the Azure portal](deploy-03-new-manual.md)
205
+
> [Deploy the MedTech service manually using the Azure portal](deploy-new-manual.md)
209
206
210
207
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/device-data-through-iot-hub.md
+16-21Lines changed: 16 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: Receive device messages through Azure IoT Hub - Azure Health Data Services
3
-
description: Learn how to deploy Azure IoT Hub with message routing to send device messages to the MedTech service in Azure Health Data Services. The tutorial uses an Azure Resource Manager template in the Azure portal and Visual Studio Code with the Azure IoT Hub extension.
3
+
description: Learn how to deploy Azure IoT Hub with message routing to send device messages to the MedTech service in Azure Health Data Services. The tutorial uses an Azure Resource Manager template (ARM template) in the Azure portal and Visual Studio Code with the Azure IoT Hub extension.
4
4
services: healthcare-apis
5
5
author: msjasteppe
6
6
ms.service: healthcare-apis
7
7
ms.subservice: iomt
8
8
ms.topic: tutorial
9
-
ms.date: 12/04/2022
9
+
ms.date: 12/05/2022
10
10
ms.author: jasteppe
11
11
---
12
12
@@ -78,16 +78,11 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
78
78
79
79
To learn how to get an Azure AD user object ID, see [Find the user object ID](/partner-center/find-ids-and-domain-names#find-the-user-object-id). The user object ID that's used in this tutorial is only an example. If you use this option, use your own user object ID or the object ID of another person who you want to be able to access the FHIR service.
80
80
81
-
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deploy-template-options.png" alt-text="Screenshot that shows deployment options for the MedTech service for Health Data Services in the Azure portal." lightbox="media\iot-hub-to-iot-connector\iot-deploy-template-options.png":::
82
-
83
81
-**Device Mapping**: Don't change the default values for this tutorial. The mappings are set in the template to send a device message to your IoT hub later in the tutorial.
84
82
85
83
-**Destination Mapping**: Don't change the default values for this tutorial. The mappings are set in the template to send a device message to your IoT hub later in the tutorial.
86
-
87
-
> [!IMPORTANT]
88
-
> In this tutorial, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
89
-
>
90
-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-05-new-config.md#destination-properties).
84
+
85
+
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deploy-template-options.png" alt-text="Screenshot that shows deployment options for the MedTech service for Health Data Services in the Azure portal." lightbox="media\iot-hub-to-iot-connector\iot-deploy-template-options.png":::
91
86
92
87
2. To validate your configuration, select **Review + create**.
93
88
@@ -105,11 +100,6 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
105
100
106
101
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deployment-complete-banner.png" alt-text="Screenshot that shows a green checkmark and the message Your deployment is complete.":::
107
102
108
-
> [!IMPORTANT]
109
-
> In this tutorial, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
110
-
>
111
-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
112
-
113
103
## Review deployed resources and access permissions
114
104
115
105
When deployment is completed, the following resources and access roles are created in the template deployment:
@@ -133,9 +123,13 @@ When deployment is completed, the following resources and access roles are creat
133
123
- For the device message event hub, the Azure Events Hubs Data Receiver role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the device message event hub.
134
124
135
125
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
126
+
127
+
- Conforming and valid MedTech service [device](how-to-use-device-mappings.md) and [FHIR destination mappings](how-to-use-fhir-mappings.md).
136
128
137
-
> [!TIP]
138
-
> Get detailed instructions to [manually deploy the MedTech service by using the Azure portal](deploy-new-manual.md).
129
+
> [!IMPORTANT]
130
+
> In this tutorial, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
131
+
>
132
+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
139
133
140
134
## Create a device and send a test message
141
135
@@ -228,16 +222,17 @@ To learn how to get an Azure AD access token and view FHIR resources in your FHI
228
222
229
223
## Next steps
230
224
231
-
In this tutorial, you deployed an ARM template in the Azure portal, connected to your IoT hub in Azure IoT Hub, created a device, and sent a test message to your MedTech service.
225
+
In this tutorial, you deployed an ARM template in the Azure portal, connected to your IoT hub in Azure IoT Hub, created a device, sent a test message, and reviewed your MedTech service metrics.
232
226
233
-
To learn how to configure device mappings:
227
+
To learn more about other methods of deploying the MedTech service, see
234
228
235
229
> [!div class="nextstepaction"]
236
-
> [How to configure device mappings](how-to-use-device-mappings.md)
230
+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
237
231
238
-
To learn how to configure FHIR destination mappings:
232
+
> [!div class="nextstepaction"]
233
+
> [Deploy the MedTech service using an ARM template and Azure PowerShell or the Azure CLI](deploy-new-powershell-cli.md)
239
234
240
235
> [!div class="nextstepaction"]
241
-
> [How to configure FHIR destination mappings](how-to-use-fhir-mappings.md)
236
+
> [Deploy the MedTech service manually using Azure portal](deploy-new-manual.md)
242
237
243
238
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
0 commit comments