I am trying to run a comparision report to what was ordered on the chart side and see if charges were billed on the PM side. I cannot find that anyone has this type of report.
Any suggestions on how I can pull up chart orders that will list Provider, Date of Service and charge codes from the EMR side?
Thank you!
Bridget
what version of EMR you have?
11.1.1.138
Not sure if this is what you are looking for.... Go to chart report > Reports > MedicalLogic > Order status, then you can search by dates, order status, order type and physician.
Steph B
Should be able to be done.
(We are on EMR only, so can only propose a solution since do not have CPS tables.)
Build a CR that starts with ORDER table, and links to PERSON table (and possibly others, to get additional info). Then, with that as a basis, do a LEFT-OUTER-JOIN and connect to table(s) for Billing.
I have done reports before that do the first half - listing all the Orders of type "S" for service orders. Just not completely positive about the table names necessary to link to on the Billing side.
Thank you all for your help. I will try suggestions made to see if I can create what I am looking for.
Bridget