CDCgov / phdi

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

BUG: Clinical info should be in Unavailable Info data #2763

Closed angelathe closed 1 month ago

angelathe commented 1 month ago

Description

Currently, sections containing information marked as "No known ___" are not being moved to the Unavailable Info section, which can mislead users about available information and create unnecessary clutter.

For the examples below, update the logic to ensure that any data labeled as unavailable is automatically relocated to the Unavailable Info section.

Steps to reproduce

Example eCRs:

Relevant files/functions:

Expected Result

If the information provided indicates that the data is actually unavailable (e.g., "No known ___"), move this sub-section to the Unavailable Info section.

Actual result

Example from 5b491f54-a7d8-46a7-bb2f-4a6a96ca5a86:

image.png

Example from 8bf7ecd9-1a92-478c-af4f-963de0a544ac:

Screenshot 2024-10-15 at 08.40.14.png

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.

emmastephenson commented 1 month ago

Closing this; may re-open as a feature later.