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?
If units are available, they should be concatenated to the value.
Actual result
Example from 10e5b07b-5d3f-426f-a7e1-13ea909ff5a5:
Priority
Provide an estimate for level of impact the bug has today by placing an X in the applicable bracket
Priority
[ ] Low priorityThe bug does not have to be fixed immediately. High and medium priority bugs should be addressed first.
[x] Medium priorityTypically, medium-priority bugs do not affect customers directly and therefore can be fixed in the normal course of testing and development.
[ ] High priorityHigh priority bugs must be addressed immediately. They often affect the app’s functionality and impact customers and their user experience. They must take 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.
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:
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.