Skip to content

Commit b84d9b2

Browse files
Merge pull request #226141 from msjasteppe/mapping-fix
Minor edits.
2 parents 19f3836 + e4eab80 commit b84d9b2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/healthcare-apis/iot/how-to-use-iotjsonpathcontenttemplate-mappings.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: How to use IotJsonPathContentTemplate mappings in the MedTech service device mapping - Azure Health Data Services
3-
description: This article describes how to use IotJsonPathContentTemplate mappings with the MedTech service device mapping.
2+
title: How to use IotJsonPathContentTemplate mappings in the MedTech service device mappings - Azure Health Data Services
3+
description: This article describes how to use IotJsonPathContentTemplate mappings with the MedTech service device mappings.
44
author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 1/12/2023
8+
ms.date: 02/02/2023
99
ms.author: jasteppe
1010
---
1111

1212
# How to use IotJsonPathContentTemplate mappings
1313

14-
This article describes how to use IoTJsonPathContentTemplate mappings with the MedTech service [device mapping](how-to-configure-device-mappings.md).
14+
This article describes how to use IoTJsonPathContentTemplate mappings with the MedTech service [device mappings](how-to-configure-device-mappings.md).
1515

1616
## IotJsonPathContentTemplate
1717

1818
The IotJsonPathContentTemplate is similar to the JsonPathContentTemplate except the `DeviceIdExpression` and `TimestampExpression` aren't required.
1919

20-
The assumption, when using this template, is the messages being evaluated were sent using the [Azure IoT Hub Device SDKs](../../iot-hub/iot-hub-devguide-sdks.md#azure-iot-hub-device-sdks) or [Export Data (legacy)](../../iot-central/core/howto-export-data-legacy.md) feature of [Azure IoT Central](../../iot-central/core/overview-iot-central.md).
20+
The assumption, when using this template, is the device messages being evaluated were sent using the [Azure IoT Hub Device SDKs](../../iot-hub/iot-hub-devguide-sdks.md#azure-iot-hub-device-sdks) or [Export Data (legacy)](../../iot-central/core/howto-export-data-legacy.md) feature of [Azure IoT Central](../../iot-central/core/overview-iot-central.md).
2121

2222
When you're using these SDKs, the device identity and the timestamp of the message are known.
2323

@@ -32,9 +32,9 @@ If you're using Azure IoT Hub Device SDKs, you can still use the JsonPathContent
3232
### Examples
3333

3434
With each of these examples, you're provided with:
35-
* A valid IoT device message.
36-
* An example of what the IoT device message will look like after being received and processed by the IoT Hub.
37-
* A valid MedTech service device mapping for normalizing the IoT device message after IoT Hub processing.
35+
* A valid device message.
36+
* An example of what the device message will look like after being received and processed by the IoT hub.
37+
* Conforming and valid MedTech service device mappings for normalizing the device message after IoT hub processing.
3838
* An example of what the MedTech service device message will look like after normalization.
3939

4040
> [!IMPORTANT]
@@ -45,15 +45,15 @@ With each of these examples, you're provided with:
4545
4646
**Heart rate**
4747

48-
**A valid IoT device message to send to your IoT Hub.**
48+
**A valid device message to send to your IoT hub.**
4949

5050
```json
5151

5252
{“heartRate” : “78”}
5353

5454
```
5555

56-
**An example of what the IoT device message will look like after being received and processed by the IoT Hub.**
56+
**An example of what the device message will look like after being received and processed by the IoT hub.**
5757

5858
> [!NOTE]
5959
> The IoT Hub enriches the device message before sending it to the MedTech service device event hub with all properties starting with `iothub`. For example: `iothub-creation-time-utc`.
@@ -76,7 +76,7 @@ With each of these examples, you're provided with:
7676

7777
```
7878

79-
**A valid MedTech service device mapping for normalizing the IoT device message after IoT Hub processing.**
79+
**Conforming and valid MedTech service device mappings for normalizing device message data after IoT Hub processing.**
8080

8181
```json
8282

@@ -123,7 +123,7 @@ With each of these examples, you're provided with:
123123

124124
**Blood pressure**
125125

126-
**A valid IoT device message to send to your IoT Hub.**
126+
**A valid IoT device message to send to your IoT hub.**
127127

128128
```json
129129

@@ -134,10 +134,10 @@ With each of these examples, you're provided with:
134134

135135
```
136136

137-
**An example of what the IoT device message will look like after being received and processed by the IoT Hub.**
137+
**An example of what the device message will look like after being received and processed by the IoT hub.**
138138

139139
> [!NOTE]
140-
> The IoT Hub enriches the device message before sending it to the MedTech service device event hub with all properties starting with `iothub`. For example: `iothub-creation-time-utc`.
140+
> The IoT hyub enriches the device message before sending it to the MedTech service device event hub with all properties starting with `iothub`. For example: `iothub-creation-time-utc`.
141141
>
142142
> `patientIdExpression` is only required for MedTech services in the **Create** mode, however, if **Lookup** is being used, a Device resource with a matching Device Identifier must exist in the FHIR service. These examples assume your MedTech service is in a **Create** mode. For more information on the **Create** and **Lookup** **Destination properties**, see [Configure Destination properties](deploy-05-new-config.md#destination-properties).
143143
@@ -158,7 +158,7 @@ With each of these examples, you're provided with:
158158

159159
```
160160

161-
**A valid MedTech service device mapping for normalizing the IoT device message after IoT Hub processing.**
161+
**Conforming and valid MedTech service device mappings for normalizing the device message after IoT hub processing.**
162162

163163
```json
164164

@@ -213,11 +213,11 @@ With each of these examples, you're provided with:
213213
```
214214

215215
> [!TIP]
216-
> The IotJsonPathTemplate device mapping examples provided in this article may be combined into a single MedTech service device mapping as shown below.
216+
> The IotJsonPathContentTemplate device mapping examples provided in this article may be combined into a single MedTech service device mappings as shown.
217217
>
218-
> Additionally, the IotJasonPathTemplates can also be combined with with other template types such as [JasonPathContentTemplate mappings](how-to-use-jsonpath-content-mappings.md) to further expand your MedTech service device mapping.
218+
> Additionally, the IotJasonPathContentTemplate can also be combined with with other template types such as [JsonPathContentTemplate mappings](how-to-use-jsonpath-content-mappings.md) to further expand your MedTech service device mapping.
219219
220-
**Combined heart rate and blood pressure MedTech service device mapping example.**
220+
**Combined heart rate and blood pressure MedTech service device mappings example.**
221221

222222
```json
223223

0 commit comments

Comments
 (0)