[x] Add a link to the related issue at the top of this description (above)
[x] Connect this PR with the related issue via ZenHub with the button below this text box (or at the bottom of the page after the PR is created)
[x] Ensure your branch is up to date with the target branch and resolve any conflicts
[x] Answer the below questions to describe your PR for reviewers
[x] Request at least two reviewers using the "Reviewers" section on the right, usually including at least one reviewer from your team
[x] Notify the requested reviewers in the #code-review Slack channel once the PR is ready for review
Why are these changes needed?
The birthday day for patient resource has wrong format.
The productOrService might not be present and the resulting information might not be accurate.
The dates need to be updated based on Donna's date order for timeline so that filtering in patientapp isn't misleading.
What changed?
Updated patient resource to use Date component. Update tests to fit with new date format.
Use item.revenue data first, then use item.productOrService in EOB.
Updated dates for some of the resources.
Moved the RAW button to the card.
Issue:
PATIENTAPP-160 PATIENTAPP-168 PATIENTAPP-182 PATIENTAPP-184
PR Checklist
Why are these changes needed?
The birthday day for patient resource has wrong format. The productOrService might not be present and the resulting information might not be accurate. The dates need to be updated based on Donna's date order for timeline so that filtering in patientapp isn't misleading.
What changed?
Updated patient resource to use Date component. Update tests to fit with new date format. Use item.revenue data first, then use item.productOrService in EOB. Updated dates for some of the resources. Moved the RAW button to the card.
How are these changes tested?