1uphealth / fhir-react

FHIR React Component Library
MIT License
99 stars 30 forks source link

Release 0.3.13 #365

Closed daria-lasecka closed 2 years ago

daria-lasecka commented 2 years ago

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?