Skip to content

Commit 608684c

Browse files
committed
Minor edits
1 parent 7db6a0f commit 608684c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/healthcare-apis/iot/device-messages-through-iot-hub.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: iomt
88
ms.topic: tutorial
9-
ms.date: 04/04/2023
9+
ms.date: 04/07/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -15,12 +15,12 @@ ms.author: jasteppe
1515
> [!NOTE]
1616
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
1717
18-
For enhanced workflows and ease of use, you can use the MedTech service to receive messages from devices you create and manage through an IoT hub in [Azure IoT Hub](../../iot-hub/iot-concepts-and-iot-hub.md). This tutorial uses an Azure Resource Manager template (ARM template) and a **Deploy to Azure** button to deploy a MedTech service. The template creates an IoT hub to create and manage devices, and then routes device messages to an event hub in Azure Event Hubs for the MedTech service to pick up.
18+
For enhanced workflows and ease of use, you can use the MedTech service to receive messages from devices you create and manage through an IoT hub in [Azure IoT Hub](../../iot-hub/iot-concepts-and-iot-hub.md). This tutorial uses an Azure Resource Manager template (ARM template) and a **Deploy to Azure** button to deploy a MedTech service. The template deploys an IoT hub to create and manage devices, and then routes device messages to an event hub in Azure Event Hubs for the MedTech service to pick up and process.
1919

20-
:::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":::
20+
:::image type="content" source="media\device-messages-through-iot-hub\data-flow-diagram.png" border="false" alt-text="Diagram of the IoT device message 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":::
2121

2222
> [!TIP]
23-
> To learn how the MedTech service transforms and persists device message data into the FHIR service as FHIR Observation resources, see [Overview of the MedTech service device message processing stages](overview-of-device-message-processing-stages.md).
23+
> To learn how the MedTech service transforms and persists device message data into the FHIR service as FHIR Observations, see [Overview of the MedTech service device message processing stages](overview-of-device-message-processing-stages.md).
2424
2525

2626
In this tutorial, you learn how to:
@@ -69,7 +69,7 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
6969

7070
- **Resource group**: An existing resource group, or you can create a new resource group.
7171

72-
- **Region**: The Azure region of the resource group that's used for the deployment. **Region** auto-fills by using the resource group region.
72+
- **Region**: The Azure region of the resource group that's used for the deployment. **Region** autofills by using the resource group region.
7373

7474
- **Basename**: A value that's appended to the name of the Azure resources and services that are deployed. The examples in this tutorial use the basename *azuredocsdemo*. You can choose your own basename value.
7575

@@ -143,7 +143,7 @@ When deployment is completed, the following resources and access roles are creat
143143
> [!IMPORTANT]
144144
> 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.
145145
>
146-
> To learn more about the MedTech service resolution types **Create** and **Lookup**, see [Destination properties](deploy-new-config.md#destination-properties).
146+
> To learn about the MedTech service resolution types **Create** and **Lookup**, see [Destination properties](deploy-new-config.md#destination-properties).
147147
148148
## Create a device and send a test message
149149

@@ -215,7 +215,7 @@ You complete the steps by using Visual Studio Code with the Azure IoT Hub extens
215215

216216
## Review metrics from the test message
217217

218-
Now that you've successfully sent a test message to your IoT hub, review your MedTech service metrics. You review metrics to verify that your MedTech service received, grouped, transformed, and persisted the test message to your FHIR service. To learn more, see [How to display the MedTech service monitoring tab metrics](how-to-use-monitoring-tab.md).
218+
Now that you have successfully sent a test message to your IoT hub, review your MedTech service metrics. You review metrics to verify that your MedTech service received, grouped, transformed, and persisted the test message to your FHIR service. To learn more, see [How to display the MedTech service monitoring tab metrics](how-to-use-monitoring-tab.md).
219219

220220
For your MedTech service metrics, you can see that your MedTech service completed the following steps for the test message:
221221

0 commit comments

Comments
 (0)