Stream: implementers
Topic: Service Price
nicola (RIO/SS) (Sep 26 2017 at 17:09):
Is it ok to put the price into HealthcareService?
Lloyd McKenzie (Sep 26 2017 at 20:32):
In principle, we're going to need price information on activity definitions and a few other things too. I'm torn between putting the price directly on the resource or having pricing information maintained separately with pointers to the resources that have costs. The reason being that pricing can have contexts of time, who's paying and a few other things. And it is often established and maintained by separate systems from the systems that define what services are available.
nicola (RIO/SS) (Sep 27 2017 at 08:52):
thx. Another question where to put CPT code for service - type, identifier?
nicola (RIO/SS) (Sep 27 2017 at 09:00):
@Lloyd McKenzie could you provide some examples of price information. In our case price also depends on location (city, state) and who is paying (insurance, Medicare or patient).
Lloyd McKenzie (Sep 27 2017 at 14:51):
My thought is having a BillableItem resource which would include the billing code (could be CPT), the cost, the effective period, the criteria, etc. Plus either a code or a reference to the "clinical" definition of what the activity would be.
Brian Postlethwaite (Oct 03 2017 at 01:45):
Would that fit under PA (and link to HealthcareService as Nicola needs) or better under FM?
Lloyd McKenzie (Oct 03 2017 at 06:09):
Doesn't really matter who takes the lead so long as the two of you coordinate
Last updated: Apr 12 2022 at 19:14 UTC