Stream: implementers
Topic: Referencing an insurance plan at ChargeItemDefinition
Leonardo Lennert Rammé (Feb 19 2020 at 14:12):
Hi,
I'm trying to implement a table that has the following columns: (Item, Insurance Plan, Date, Price)
Items might have different prices depending on the Insurance plan of the patient. Reading the documentation, I thought that the best way to represent this information would be writing one propertyGroup for each price variation I have on ChargeItemDefinition, which would change the base price of the item.
What would be the resource where I should place the InsurancePlan of a Patient to be able to reference it using FHIRPath on propertyGroup?
Thanks
Lloyd McKenzie (Feb 19 2020 at 16:15):
@Paul Knapp
Paul Knapp (Feb 19 2020 at 16:52):
We don't have a resource which captures just the insurance plan info for matching with a patient's coverage instance - I suggest you use either a Coverage resource completing only the plan describing elements or make an extension containing just those same elements.
Last updated: Apr 12 2022 at 19:14 UTC