Skip to content

Commit 3a0b048

Browse files
committed
Updates based on feedback
1 parent d5d61bc commit 3a0b048

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 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).

articles/healthcare-apis/iot/overview-of-device-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can use these template types within CollectionContent depending on your use
6666

6767
and/or
6868

69-
- [IotJsonPathContent](how-to-use-iotjsonpathcontenttemplate-mappings.md) for device messages being routed through [Azure IoT Hub](/azure/iot-hub/iot-concepts-and-iot-hub) to your MedTech service event hub. IotJsonPathContent supports [JSONPath](https://goessner.net/articles/JsonPath/), [JMESPath](https://jmespath.org/), and [JMESPath functions](https://jmespath.org/specification.html#built-in-functions). The MedTech service [custom functions](how-to-use-custom-functions.md) aren't supported using IotJsonPathContent.
69+
- [IotJsonPathContent](how-to-use-iotjsonpathcontenttemplate-mappings.md) for device messages being routed through [Azure IoT Hub](/azure/iot-hub/iot-concepts-and-iot-hub) to your MedTech service event hub. IotJsonPathContent supports [JSONPath](https://goessner.net/articles/JsonPath/).
7070

7171
:::image type="content" source="media/overview-of-device-mapping/device-mapping-templates-diagram.png" alt-text="Diagram showing MedTech service device mapping templates architecture." lightbox="media/overview-of-device-mapping/device-mapping-templates-diagram.png":::
7272

0 commit comments

Comments
 (0)