|
Wikum Weerakutti <wikum@linuxdeveloper.space>
|
845b9208e5dfbd78cffd5c85a6529ee2c3b4ad0f
|
O3-5115: Add FHIR Bill Resource (#31)
* Add FHIR Bill Resource
* Remove unused FHIR configuration files and rename BillTranslator.
* Refactor invoice handling and clean up configurations.
* Update mapping for EXEMPTED invoice status
* Refactor `InvoiceTranslatorImpl` to streamline `LineItem` iteration and use `lineItemOrder` for sequence assignment.
* Improve `InvoiceTranslatorImpl` to handle `Concept`-based display for invoice line items
* Update `InvoiceTranslatorImpl` to use `Money` for price handling in invoice line items
* Refactor `InvoiceTranslatorImpl` to reorganize `priceComponent` initialization and ensure proper null checks during `lineItemOrder` sequence assignment.
* Enhance `InvoiceTranslatorImpl` to include participant role mapping for `Cashier`.
* Add null check for `Cashier` role in `InvoiceTranslatorImpl` |
|