Skip to content

Commit 27e5d6c

Browse files
authored
Merge pull request #177635 from msjasteppe/iot-minor-edits
Minor edits of IoT connector documentation.
2 parents 2a51008 + a86768d commit 27e5d6c

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

articles/healthcare-apis/iot/how-to-use-device-mapping-iot.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: conceptual
8-
ms.date: 10/12/2021
8+
ms.date: 10/26/2021
99
ms.author: jasteppe
1010
---
1111

@@ -23,6 +23,9 @@ The two types of mappings are composed into a JSON document based on their type.
2323
> [!NOTE]
2424
> Mappings are stored in an underlying blob storage and loaded from blob per compute execution. Once updated they should take effect immediately.
2525
26+
> [!TIP]
27+
> Check out the [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) tool for editing, testing, and troubleshooting IoT connector Device and FHIR destination mappings. Export mappings for uploading to IoT connector in the Azure portal or use with the [open-source version](https://github.com/microsoft/iomt-fhir) of IoT connector.
28+
2629
## Device mapping
2730

2831
Device mapping provides mapping functionality to extract device content into a common format for further evaluation. Each message received is evaluated against all templates. This approach allows a single inbound message to be projected to multiple outbound messages, which are later mapped to different observations in FHIR. The result is a normalized data object representing the value or values parsed by the templates. The normalized data model has a few required properties that must be found and extracted:
@@ -446,6 +449,6 @@ The IotCentralJsonPathContentTemplate also doesn't require DeviceIdExpression an
446449
## Next steps
447450

448451
>[!div class="nextstepaction"]
449-
>[How to use FHIR destination mapping](how-to-use-fhir-mapping-iot.md)
452+
>[How to use FHIR destination mappings](how-to-use-fhir-mapping-iot.md)
450453
451454
(FHIR®) is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

articles/healthcare-apis/iot/how-to-use-fhir-mapping-iot.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: conceptual
8-
ms.date: 10/12/2021
8+
ms.date: 10/26/2021
99
ms.author: jasteppe
1010
---
1111

12-
# How to use the FHIR destination mapping
12+
# How to use the FHIR destination mappings
1313

1414
> [!IMPORTANT]
1515
> Azure Healthcare APIs is currently in PREVIEW. The [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1616
1717
This article describes how to configure IoT connector using the Fast Healthcare Interoperability Resources (FHIR®) destination mapping.
1818

19-
## FHIR destination mapping
19+
> [!TIP]
20+
> Check out the [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) tool for editing, testing, and troubleshooting IoT connector Device and FHIR destination mappings. Export mappings for uploading to IoT connector in the Azure portal or use with the [open-source version](https://github.com/microsoft/iomt-fhir) of IoT connector.
21+
22+
## FHIR destination mappings
2023

2124
Once the device content is extracted into a normalized model, the data is collected and grouped according to device identifier, measurement type, and time period. The output of this grouping is sent for conversion into a FHIR resource ([Observation](https://www.hl7.org/fhir/observation.html) currently). The FHIR destination mapping template controls how the data is mapped into a FHIR observation. Should an observation be created for a point in time or over a period of an hour? What codes should be added to the observation? Should value be represented as [SampledData](https://www.hl7.org/fhir/datatypes.html#SampledData) or a [Quantity](https://www.hl7.org/fhir/datatypes.html#Quantity)? These data types are all options the FHIR destination mapping configuration controls.
2225

@@ -259,6 +262,6 @@ Represents the [CodeableConcept](http://hl7.org/fhir/datatypes.html#CodeableConc
259262
## Next steps
260263

261264
>[!div class="nextstepaction"]
262-
>[How to use Device mapping](how-to-use-device-mapping-iot.md)
265+
>[How to use Device mappings](how-to-use-device-mapping-iot.md)
263266
264267
(FHIR®) is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

articles/healthcare-apis/iot/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: collection
1414
author: msjasteppe
1515
ms.author: jasteppe
16-
ms.date: 10/12/2021
16+
ms.date: 10/26/2021
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1919

@@ -32,9 +32,9 @@ landingContent:
3232
links:
3333
- text: IoT connector data flow
3434
url: iot-data-flow.md
35-
- text: Device mapping
35+
- text: Device mappings
3636
url: how-to-use-device-mapping-iot.md
37-
- text: FHIR destination mapping
37+
- text: FHIR destination mappings
3838
url: how-to-use-fhir-mapping-iot.md
3939
- text: IoMT Connector Data Mapper tool
4040
url: https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper

articles/healthcare-apis/iot/iot-troubleshoot-guide.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ This article provides steps for troubleshooting common IoT connector error messa
1919
> [!TIP]
2020
> When opening an [Azure Technical Support](https://azure.microsoft.com/support/create-ticket/) ticket for the IoT connector, include copies of your Device and FHIR destination mappings to assist in the troubleshooting process.
2121
22-
## Device and FHIR destination mapping validations
22+
## Device and FHIR destination mappings validations
2323

2424
This section describes the validation process that IoT connector does. The validation process validates the Device and FHIR destination mappings before allowing them to be saved for use. These elements are required in the Device and FHIR destination mappings.
2525

26-
**Device mapping**
26+
> [!TIP]
27+
> Check out the [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) tool for editing, testing, and troubleshooting IoT connector Device and FHIR destination mappings. Export mappings for uploading to IoT connector in the Azure portal or use with the [open-source version](https://github.com/microsoft/iomt-fhir) of IoT connector.
28+
29+
**Device mappings**
2730

2831
|Element|Required|
2932
|:-------|:------|
@@ -41,7 +44,7 @@ This section describes the validation process that IoT connector does. The valid
4144
>
4245
>When a wearable IoMT device is put on or removed, the element(s) don't have any values except for a name that IoT connector matches and emits. On the FHIR conversion, IoT connector maps it to a code-able concept based on the semantic type. This means that no actual values are populated.
4346
44-
**FHIR destination mapping**
47+
**FHIR destination mappings**
4548

4649
|Element|Required|
4750
|:------|:-------|
@@ -150,7 +153,7 @@ The mapping copies should be provided to Azure Technical Support when opening a
150153
> JSON is the only supported format for Device and FHIR destination mappings at this time.
151154
152155
> [!TIP]
153-
> Learn more about IoT connector [Device and FHIR destination mappings](how-to-use-fhir-mapping-iot.md)
156+
> Learn more about IoT connector [Device mappings](how-to-use-device-mapping-iot.md) and [FHIR destination mappings](how-to-use-fhir-mapping-iot.md)
154157
155158
1. Select **"IoT connectors"** on the left side of the Healthcare APIs Workspace.
156159

0 commit comments

Comments
 (0)