BUG: Fix units display on lab ref ranges #2925
Labels
🐛 bug
Something isn't working
low
Low priority issues
Streamline eCR
Issues for Streamline eCR team to work on
Description
Please update how units are displayed for lab reference ranges. If the unit is
%
, we want no visible space between the value and the % --<value>%
. For all other cases, units should be separated from the value by a space like<value> <unit>
.To do this, we have to change the FHIR path for
observationRefRange
. Currently, we pull all the reference range values from thetext
field. If thelow
andhigh
value and unit fields exist underreferenceRange
, we should pull from them instead.Steps to reproduce
10e5b07b-5d3f-426f-a7e1-13ea909ff5a5
: Link to eCR ViewerExpected Result
Actual result
Priority
Provide an estimate for level of impact the bug has today by placing an X in the applicable bracket
Priority
Notes
No FHIR conversion should be required for this ticket.
The text was updated successfully, but these errors were encountered: