fixing formatting. (#5458)
Co-authored-by: peartree <etienne.poirier@smilecdr.com>
This commit is contained in:
parent
7efea956ee
commit
2e4f8fe4b6
|
@ -746,7 +746,7 @@ E.g. a weight recorded in an Observation as
|
||||||
"system" : "http://unitsofmeasure.org",
|
"system" : "http://unitsofmeasure.org",
|
||||||
"code" : "[lb_av]"
|
"code" : "[lb_av]"
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
would match the search `Observation?valueQuantity=172`,
|
would match the search `Observation?valueQuantity=172`,
|
||||||
but would also match the search `Observation?valueQuantity=78|http://unitsofmeasure.org|kg`.
|
but would also match the search `Observation?valueQuantity=78|http://unitsofmeasure.org|kg`.
|
||||||
The row in HFJ_SPIDX_QUANTITY would contain the value 172 pounds, while the HFJ_SPIDX_QUANTITY_NRML table would hold the equivalent 78 kg value.
|
The row in HFJ_SPIDX_QUANTITY would contain the value 172 pounds, while the HFJ_SPIDX_QUANTITY_NRML table would hold the equivalent 78 kg value.
|
||||||
|
|
Loading…
Reference in New Issue