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/iot/device-messages-through-iot-hub.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
@@ -6,7 +6,7 @@ author: msjasteppe
6
6
ms.service: healthcare-apis
7
7
ms.subservice: iomt
8
8
ms.topic: tutorial
9
-
ms.date: 1/20/2023
9
+
ms.date: 02/01/2023
10
10
ms.author: jasteppe
11
11
---
12
12
@@ -17,7 +17,7 @@ For enhanced workflows and ease of use, you can use the MedTech service to recei
17
17
:::image type="content" source="media\device-messages-through-iot-hub\data-flow-diagram.png" border="false" alt-text="Diagram of the IoT message data flow through an IoT hub and event hub, and then into the MedTech service." lightbox="media\device-messages-through-iot-hub\data-flow-diagram.png":::
18
18
19
19
> [!TIP]
20
-
> To learn more about how the MedTech service transforms and persists device message data into the Fast Healthcare Interoperability Resources (FHIR®) service as FHIR Observations, see [Understand the MedTech service device message data transformation](understand-service.md).
20
+
> To learn how the MedTech service transforms and persists device message data into the Fast Healthcare Interoperability Resources (FHIR®) service as FHIR Observation resource, see [Understand the MedTech service device message data transformation](understand-service.md).
21
21
22
22
23
23
In this tutorial, you learn how to:
@@ -30,7 +30,7 @@ In this tutorial, you learn how to:
30
30
> - Review metrics for the test message.
31
31
32
32
> [!TIP]
33
-
> To learn more about ARM templates, see [What are ARM templates?](./../../azure-resource-manager/templates/overview.md)
33
+
> To learn about ARM templates, see [What are ARM templates?](./../../azure-resource-manager/templates/overview.md)
34
34
35
35
## Prerequisites
36
36
@@ -40,7 +40,7 @@ To begin your deployment and complete the tutorial, you must have the following
40
40
41
41
- Owner or Contributor and User Access Administrator role assignments in the Azure subscription. For more information, see [What is Azure role-based access control (Azure RBAC)?](../../role-based-access-control/overview.md)
42
42
43
-
- The Microsoft.HealthcareApis, Microsoft.EventHub, and Microsoft.Devices resource providers registered with your Azure subscription. To learn more, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
43
+
- The `Microsoft.HealthcareApis`, `Microsoft.EventHub`, and `Microsoft.Devices` resource providers registered with your Azure subscription. To learn more, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
44
44
45
45
-[Visual Studio Code](https://code.visualstudio.com/Download) installed locally.
46
46
@@ -144,7 +144,7 @@ When deployment is completed, the following resources and access roles are creat
144
144
145
145
## Create a device and send a test message
146
146
147
-
With your resources successfully deployed, next, you connect to your IoT hub, create a device, and send a test message to the IoT hub. After you complete these steps, your MedTech service can:
147
+
With your resources successfully deployed, you next connect to your IoT hub, create a device, and send a test message to the IoT hub. After you complete these steps, your MedTech service can:
148
148
149
149
- Pick up the IoT hub-routed test message from the device message event hub.
150
150
- Transform the test message into five FHIR observations.
0 commit comments