1uphealth / fhir-react

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

[PATIENTAPP-168] If productOrService is absent, populate revenue code as Service in Services section #367

Closed daria-lasecka closed 2 years ago

daria-lasecka commented 2 years ago

Issue: PATIENTAPP-168


PR Checklist

Why are these changes needed?

The productOrService might not be present and the resulting information might not be accurate

What changed?

Use item.revenue data first, then use item.productOrService

How are these changes tested?