Skip to content

Commit bc03325

Browse files
committed
Minor edits.
1 parent 032c2b0 commit bc03325

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 9 additions & 9 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: how-to
8-
ms.date: 11/04/2021
8+
ms.date: 11/05/2021
99
ms.author: jasteppe
1010
---
1111

@@ -36,15 +36,15 @@ The result is a normalized data object representing the value or values parsed b
3636

3737
The normalized data model has a few required properties that must be found and extracted:
3838

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. |
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.|
4545

4646
> [!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.
4848
4949
Below are conceptual examples of what happens during normalization and and transformation process within IoT connector:
5050

@@ -1075,7 +1075,7 @@ If you're using Azure IoT Central's Data Export feature and custom properties in
10751075

10761076
## Next steps
10771077

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
10791079

10801080
>[!div class="nextstepaction"]
10811081
>[How to use FHIR destination mappings](how-to-use-fhir-mapping-iot.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Represents the [CodeableConcept](http://hl7.org/fhir/datatypes.html#CodeableConc
269269

270270
## Next steps
271271

272-
In this article, you learned how to use FHIR destination mappings. Tp learn how to use Device mappings, see
272+
In this article, you learned how to use FHIR destination mappings. To learn how to use Device mappings, see
273273

274274
>[!div class="nextstepaction"]
275275
>[How to use Device mappings](how-to-use-device-mapping-iot.md)

0 commit comments

Comments
 (0)