FHIR Chat · Store tax for an invoice · implementers

Stream: implementers

Topic: Store tax for an invoice


view this post on Zulip 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?

view this post on Zulip Lloyd McKenzie (Mar 11 2020 at 22:33):

@Paul Knapp

view this post on Zulip 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