Stream: implementers
Topic: Implementation Cost
Medi Harsini (Jan 22 2020 at 13:19):
Is there anyway that we could incorporate the cost of the appointment in brief or details with the appointment resource at the time of booking? @Lloyd McKenzie Your comment here is appreciated
Lloyd McKenzie (Jan 22 2020 at 13:57):
Do you mean the cost of making the appointment or the expected cost of the booked service?
Medi Harsini (Jan 22 2020 at 13:59):
The latter mainly but the the first one as well, potentially
Lloyd McKenzie (Jan 22 2020 at 14:51):
For the former, you'd use ChargeItem. For the latter, you'd probably use ChargeItemDefinition, though there's no way to tie that to the Appointment other than code at the moment. It might make sense to ask for a standard extension that would allow linking any Request (and perhaps ActivityDefinition) to a ChargeItemDefinition.
Brian Postlethwaite (Jan 30 2020 at 07:34):
Or HealthcareService too.
Last updated: Apr 12 2022 at 19:14 UTC