Stream: implementers
Topic: Good way to make Service List?
shoho (Apr 23 2021 at 06:47):
I want to like to service list. It consists of service item and corresponding price.
As long as I know, HealthcareService Resource and ChargeItemDefinition Resource are good for this.
But ChargeItemDefinition only refers to instance (Medication, Substance and Device). How should I add price information to HealthcareService Resource? Or should I use another Resource to represent service?
Thank you.
Lloyd McKenzie (Apr 23 2021 at 13:00):
HealthService refers to a service offered by a specific organization at a particular site - and typically it's not at a level of granularity you'd bill with. So, for example, you might indicate that a site provides a certain type of MRI services or can do blood draws. But you wouldn't get down to the fine-grained level that billing codes are typically created at. (Not all MRI exams or blood draws cost the same.)
I think the vision that most of the time you'd use ChargeItemDefinition and the billing code would go in ChargeItemDefinition.code and that would be it. What additional details do you want to convey about the actual 'service'?
Last updated: Apr 12 2022 at 19:14 UTC