Skip to content

Commit 597812d

Browse files
committed
Small edits to address Acrolinx callouts
1 parent 3b84958 commit 597812d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/healthcare-apis/iot/overview-of-fhir-destination-mapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Represents the [SampledData](http://hl7.org/fhir/datatypes.html#SampledData) FHI
9898

9999
### Quantity
100100

101-
Represents the [Quantity](http://hl7.org/fhir/datatypes.html#Quantity) FHIR data type. This type will create a single, point in time, Observation. If new value arrives that contains the same device identifier, measurement type, and time period, the previous Observation will be updated to the new value.
101+
Represents the [Quantity](http://hl7.org/fhir/datatypes.html#Quantity) FHIR data type. This type creates a single, point in time, Observation. If a new value arrives that contains the same device identifier, measurement type, and time period, the previous Observation is updated to the new value.
102102

103103
| Property | Description
104104
| --- | ---
@@ -108,7 +108,7 @@ Represents the [Quantity](http://hl7.org/fhir/datatypes.html#Quantity) FHIR data
108108

109109
### CodeableConcept
110110

111-
Represents the [CodeableConcept](http://hl7.org/fhir/datatypes.html#CodeableConcept) FHIR data type. The value in in the normalized data model is not used, and instead when this type of data is received, an Observation will be created with a specific code representing that an observation was recorded at a specific point in time.
111+
Represents the [CodeableConcept](http://hl7.org/fhir/datatypes.html#CodeableConcept) FHIR data type. The value in the normalized data model isn't used, and instead when this type of data is received, an Observation is created with a specific code representing that an observation was recorded at a specific point in time.
112112

113113
| Property | Description
114114
| --- | ---
@@ -120,7 +120,7 @@ Represents the [CodeableConcept](http://hl7.org/fhir/datatypes.html#CodeableConc
120120

121121
### String
122122

123-
Represents the [string](https://www.hl7.org/fhir/datatypes.html#string) FHIR data type. This type will create a single, point in time, Observation. If new value arrives that contains the same device identifier, measurement type, and time period, the previous Observation will be updated to the new value.
123+
Represents the [string](https://www.hl7.org/fhir/datatypes.html#string) FHIR data type. This type creates a single, point in time, Observation. If new value arrives that contains the same device identifier, measurement type, and time period, the previous Observation is updated to the new value.
124124

125125
### Example
126126

0 commit comments

Comments
 (0)