You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Type**|The name/type to classify the measurement. This value is used to bind to the required FHIR destination mapping. Multiple mappings can output to the same type allowing you to map different representations across multiple devices to a single common output.|
42
-
|**OccurenceTimeUtc**|The time the measurement occurred.|
43
-
|**DeviceId**|The identifier for the device. This value should match an identifier on the device resource that exists on the destination FHIR service.|
44
-
|**Properties**|Extract at least one property so the value can be saved in the Observation resource created. Properties are a collection of key value pairs extracted during normalization.|
39
+
|Property|Description|
40
+
|--------|-----------|
41
+
|**Type**|The name/type to classify the measurement. This value is used to bind to the required FHIR destination mapping. Multiple mappings can output to the same type allowing you to map different representations across multiple devices to a single common output.|
42
+
|**OccurenceTimeUtc**|The time the measurement occurred.|
43
+
|**DeviceId**|The identifier for the device. This value should match an identifier on the device resource that exists on the destination FHIR service.|
44
+
|**Properties**|Extract at least one property so the value can be saved in the Observation resource created. Properties are a collection of key value pairs extracted during normalization.|
45
45
46
46
> [!IMPORTANT]
47
-
The full normalized model is defined by the [IMeasurement](https://github.com/microsoft/iomt-fhir/blob/master/src/lib/Microsoft.Health.Fhir.Ingest.Schema/IMeasurement.cs) interface.
47
+
> The full normalized model is defined by the [IMeasurement](https://github.com/microsoft/iomt-fhir/blob/master/src/lib/Microsoft.Health.Fhir.Ingest.Schema/IMeasurement.cs) interface.
48
48
49
49
Below are conceptual examples of what happens during normalization and and transformation process within IoT connector:
50
50
@@ -1075,7 +1075,7 @@ If you're using Azure IoT Central's Data Export feature and custom properties in
1075
1075
1076
1076
## Next steps
1077
1077
1078
-
In this article, you learned how to use Device mappings. Learn how to use FHIR destination mappings.
1078
+
In this article, you learned how to use Device mappings. To learn how to use FHIR destination mappings, see
1079
1079
1080
1080
>[!div class="nextstepaction"]
1081
1081
>[How to use FHIR destination mappings](how-to-use-fhir-mapping-iot.md)
0 commit comments