We have a requirement where we want to capture various cost information for an Encounter. The items we would like to keep are typical things you’d see on a receipt, like:
- Base Cost
- Actual amount charged to the consumer
- Balance due
We are currently using the ChargeItem and associating with an Encounter with the context reference. However, the ChargeItem doesn’t seem to have enough properties for us to be able to capture the various values that applied to that instance.
We are using the priceOverride for the amount we charge the consumer, but are struggling to find a good place to store the base cost, and any specific “balance due” values. Any suggestions would be much appreciated.
Thanks.