CDCgov / phdi

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

BUG: Only the first travel history appears in the eCR Viewer #2682

Open BobanL opened 2 weeks ago

BobanL commented 2 weeks ago

Description

Only the first travel history appears in the eCR Viewer

Issue: All travel history is properly saved in the FHIR bundle :), but we are only looking at the first result from our fhir path.

Steps to reproduce

List out the steps in detail to reproduce the bug

  1. Visit 4aca74f4-c3b7-49ce-a437-1c8594451926
  2. View Social History -> Travel History

Expected Result

image

Actual result

Priority

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

Priority

Notes

sarahtress commented 1 week ago

@BobanL sorry just getting to this now. could we just make travel history into a table with the columns being:

BobanL commented 1 week ago

@BobanL sorry just getting to this now. could we just make travel history into a table with the columns being:

  • Location
  • Start Date
  • End Date
  • Purpose

Yep that should be doable! Thanks!