Clinical Quality Measures (CQM)

donelewis wrote on Saturday, January 05, 2013:

What would cause this report to return no rows in the table?  Note: We built our own import function from our Practice Management System.  So, that means we may not be setting some value I bet that will cause those patients to be counted on this and other CLINIC reports.  We are entering Encounters, Reminders, Medication and Allergy and Medical Problems for the imported patients.  Any suggestions?  We are using this insert insert command
insert ignore into patient_data (pubpid,fname,lname,mname,dob,sex,pid,street,city,state,postal_code,phone_home,Phone_biz,email,financial,status) values (’…….

Thanks Don

bradymiller wrote on Monday, January 07, 2013:

Hi Don,
What are you setting in the report (Target Date, Plan Set, Provider and Provider Relationship)?
-brady
OpenEMR

donelewis wrote on Monday, January 07, 2013:

yes.  is there a  place in the code to see how the report queries the data for this report?

bradymiller wrote on Wednesday, January 09, 2013:

Hi,

Can begin tracing them out here:
library/classes/rulesets/Cqm/reports

-brady
OpenEMR