Skip to content

Commit effc93c

Browse files
Merge pull request #229985 from msjasteppe/device-mapping-updates
Major updates to device mapping article
2 parents 971b155 + 6830f49 commit effc93c

File tree

9 files changed

+191
-229
lines changed

9 files changed

+191
-229
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,11 @@
594594
"redirect_document_id": false
595595
},
596596
{ "source_path_from_root": "/articles/healthcare-apis/iot/how-to-use-device-mappings.md",
597-
"redirect_url": "/azure/healthcare-apis/iot/how-to-configure-device-mappings",
597+
"redirect_url": "/azure/healthcare-apis/iot/overview-of-device-mapping",
598+
"redirect_document_id": false
599+
},
600+
{ "source_path_from_root": "/articles/healthcare-apis/iot/how-to-configure-device-mappings.md",
601+
"redirect_url": "/azure/healthcare-apis/iot/overview-of-device-mapping",
598602
"redirect_document_id": false
599603
},
600604
{ "source_path_from_root": "/articles/healthcare-apis/iot/how-to-use-fhir-mappings.md",

articles/healthcare-apis/iot/frequently-asked-questions.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: msjasteppe
66
ms.custom: references_regions
77
ms.service: healthcare-apis
88
ms.topic: reference
9-
ms.date: 03/28/2023
9+
ms.date: 04/03/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -35,6 +35,10 @@ The MedTech service supports the [HL7 FHIR® R4](https://www.hl7.org/impleme
3535

3636
The MedTech service requires device and FHIR destination mappings to perform normalization and transformation processes on device message data. To learn how the MedTech service transforms device message data into [FHIR Observations](https://www.hl7.org/fhir/observation.html), see [Understand the MedTech service device message processing stages](understand-service.md).
3737

38+
### Is JsonPathContent still supported by the MedTech service device mapping?
39+
40+
Yes. JsonPathContent can be used as a template type within [CollectionContent](overview-of-device-mapping.md#collectioncontent). It's recommended that [CalculatedContent](how-to-use-calculatedcontent-mappings.md) is used as it supports all of the features of JsonPathContent with extra support for more advanced features.
41+
3842
### How long does it take for device message data to show up in the FHIR service?
3943

4044
The MedTech service buffers [FHIR Observations](https://www.hl7.org/fhir/observation.html) created during the transformation stage and provides near real-time processing. However, this buffer can potentially delay the persistence of FHIR Observations to the FHIR service up to ~five minutes. To learn how the MedTech service transforms device message data into FHIR Observations, see [Understand the MedTech service device message processing stages](understand-service.md).
@@ -90,11 +94,11 @@ For an overview of the MedTech service, see
9094
To learn about the MedTech service device message data transformation, see
9195

9296
> [!div class="nextstepaction"]
93-
> [Understand the MedTech service device message data transformation](overview.md)
97+
> [Understand the MedTech service device message processing stages](overview.md)
9498
9599
To learn about methods for deploying the MedTech service, see
96100

97101
> [!div class="nextstepaction"]
98102
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
99103
100-
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
104+
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/iot/how-to-configure-device-mappings.md

Lines changed: 0 additions & 216 deletions
This file was deleted.

articles/healthcare-apis/iot/index.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,23 @@ landingContent:
5151

5252
- title: Configure the MedTech service mappings
5353
linkLists:
54-
- linkListType: how-to-guide
54+
- linkListType: overview
5555
links:
56-
- text: Mapping debugger
57-
url: how-to-use-mapping-debugger.md
5856
- text: Device mapping
59-
url: how-to-configure-device-mappings.md
57+
url: overview-of-device-mapping.md
6058
- text: FHIR destination mapping
6159
url: how-to-configure-fhir-mappings.md
62-
60+
- linkListType: how-to-guide
61+
links:
62+
- text: Mapping debugger
63+
url: how-to-use-mapping-debugger.md
64+
- text: CalculatedContent
65+
url: how-to-use-calculatedcontent-mappings.md
66+
- text: IotJsonPathContent
67+
url: how-to-use-iotjsonpathcontenttemplate-mappings.md
68+
- text: Custom functions
69+
url: how-to-use-custom-functions.md
70+
6371
- title: Monitor the MedTech service
6472
linkLists:
6573
- linkListType: how-to-guide
23.8 KB
Loading
125 KB
Loading

0 commit comments

Comments
 (0)