fixing formatting. (#5458)

Co-authored-by: peartree <etienne.poirier@smilecdr.com>
This commit is contained in:
Etienne Poirier 2023-11-16 14:42:47 -05:00 committed by GitHub
parent 7efea956ee
commit 2e4f8fe4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ E.g. a weight recorded in an Observation as
"system" : "http://unitsofmeasure.org",
"code" : "[lb_av]"
},
```
```
would match the search `Observation?valueQuantity=172`,
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.