Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Reason for Visit is missing from Unavailable Info section #2098

Closed
angelathe opened this issue Jul 10, 2024 · 0 comments · Fixed by #2420
Closed

BUG: Reason for Visit is missing from Unavailable Info section #2098

angelathe opened this issue Jul 10, 2024 · 0 comments · Fixed by #2420
Assignees
Labels
🐛 bug Something isn't working Streamline eCR Issues for Streamline eCR team to work on

Comments

@angelathe
Copy link
Collaborator

Action Requested

When no “Reason for Visit” information is available (in Clinical Info → Symptoms and Problems), it does not show up in the Unavailable Info section. See Background & Context section for example.

Acceptance Criteria

GIVEN an eCR
WHEN “Reason for Visit” details are unavailable
THEN “Reason for Visit” should show up under Symptoms and Problem in the Unavailable Info section

Testing

Snapshot and other unit tests may need to be updated.

Designs

Figma Designs

Background & Context

Example from 1c1393a3-2481-45a5-8610-392683aaef4a (Link to eCR Viewer)
image.png

Additional Information

Related Files:

  • src/app/view-data/components/UnavailableInfo.tsx
{(reasonForVisitUnavailableData?.length > 0 ||
  activeProblemsUnavailableData?.length > 0) &&
  renderSection("Symptoms and Problems", activeProblemsUnavailableData)}
@angelathe angelathe added the Streamline eCR Issues for Streamline eCR team to work on label Jul 10, 2024
@sarahtress sarahtress added the 🐛 bug Something isn't working label Jul 26, 2024
@lina-roth lina-roth self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working Streamline eCR Issues for Streamline eCR team to work on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants