CDCgov / phdi

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

BUG: Administered Medications not displaying available medication names #2772

Closed angelathe closed 1 month ago

angelathe commented 1 month ago

Description

In several eCRs, the Administered Medications (Clinical Info) section does not display available medication name information. Please fix the FHIR conversion templates to ensure that all available medication name info gets properly converted and displayed in the eCR Viewer.

Relevant Files: Header.liquid -> Resource/_Medication.liquid -> DataType/_CodeableConcept.liquid -> DataType/_Coding.liquid

NOTE: This ticket only deals with the missing medication names. Other tickets are being written to dates not being displayed/other fields that are missing from the eCR Viewer.

Steps to reproduce

Example eCRs:

Expected Result

If Administered Medication names are available, it should be displayed under Clinical Info -> Treatment Details -> Administered Medications.

Actual result

Example from 2ff3119d-b933-4236-8746-53726e291449:

image.png

Priority

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

Priority

Notes

FHIR conversion & updating seed data is likely required.

Context: We need to fix how medication names are being converted. Right now, medication names are not being added to the FHIR bundle, and therefore medications with no names are put into the Unavailable Info section (see: evaluateAdministeredMedication).

JNygaard-Skylight commented 1 month ago

Moved 2 eCRs into their own ticket