CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
35 stars 14 forks source link

BUG: Units of value are missing from Labs Component table #2671

Closed angelathe closed 2 weeks ago

angelathe commented 2 months ago

Description

In the Lab Components tables, we're missing units of value under the Value column. It is important to display the units for each lab component to ensure accurate interpretation of the data and avoid misinterpretation.

This may require design review/consultation. Not sure if we want to concatenate with spaces (i.e. 36.1 g/dL), or without (i.e. 59%), or some combination of both?

Steps to reproduce

Examples:

Expected Result

If units are available, they should be concatenated to the value.

Actual result

Example from 10e5b07b-5d3f-426f-a7e1-13ea909ff5a5:

image.png

Priority

Provide an estimate for level of impact the bug has today by placing an X in the applicable bracket

Priority

Notes

We should already be converting units to FHIR (this will not require any conversion).

Please check that all examples of missing units (above) have been fixed via this ticket.