Skip to content

Commit 828413f

Browse files
committed
Additional edits
1 parent 85ce214 commit 828413f

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

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

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -214,26 +214,7 @@ You complete the steps by using Visual Studio Code with the Azure IoT Hub extens
214214
>
215215
> Example:
216216
>
217-
> ```json
218-
> {
219-
> "Body": {
220-
> "HeartRate": 78,
221-
> "RespiratoryRate": 12,
222-
> "HeartRateVariability": 30,
223-
> "BodyTemperature": 98.6,
224-
> "BloodPressure": {
225-
> "Systolic": 120,
226-
> "Diastolic": 80
227-
> }
228-
> },
229-
> "Properties": {
230-
> "iothub-creation-time-utc": "2023-03-13T22:46:01.8750000"
231-
> },
232-
> "SystemProperties": {
233-
> "iothub-connection-device-id": "iot-001"
234-
> }
235-
> }
236-
> ```
217+
> :::image type="content" source="media\device-messages-through-iot-hub\iot-hub-enriched-device-message.png" alt-text="Screenshot of an Azure IoT Hub enriched device message." lightbox="media\device-messages-through-iot-hub\iot-hub-enriched-device-message.png":::
237218
>
238219
> `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. This example assumes your MedTech service is in a **Create** mode. For more information on the **Destination properties**: **Create** and **Lookup**, see [Configure Destination properties](deploy-05-new-config.md#des). The **Resolution type** for this tutorial set to **Create**.
239220

14 KB
Loading

0 commit comments

Comments
 (0)