Stream: implementers
Topic: Store tax for an invoice
Jorge Yero (Mar 11 2020 at 19:47):
Where can i store the tax for an invoice? I think it should be inside lineItem but I am not sure if is a good idea and if it's i have two options and I don't know what is better
- Store it by lineItem using another priceComponent of type tax and other of type base with the price, using it the value of tax should be computed.
- Store a lineItem with the whole tax for the invoice with only one priceComponent of type tax and specify the chargeItem as a CodeableConcept
Or is there a standard way to store it?
Lloyd McKenzie (Mar 11 2020 at 22:33):
@Paul Knapp
Paul Knapp (Mar 19 2020 at 01:03):
@Jorge Yero Add a priceComponent.type='tax' for each taxable lineItem.
Last updated: Apr 12 2022 at 19:14 UTC