Personal tools
You are here: Home OSCAR Users EMR and Case Management Resources Report Templates Number of active patients in practice

Number of active patients in practice

This is a report that looks for patient that have actually been seen in the clinic. It checks to see if there is a signed encounter entry.

Patient volume.txt — Plain Text, 0Kb

File contents

<report title="Active patients/provider" description="Number Active Patients in Practice by provider" active="1">
<query>

select count(distinct last_name, first_name)"Active patients" from demographic, eChart where
patient_status = 'AC' and encounter like "%igned%" and provider_no = '{provider_no}' and
demographic_no = demographicNo ;

</query>
  <param id="provider_no" type="list" description="Provider Number">
      <param-query>select provider_no, CONCAT(last_name, ', ', first_name, ' (', provider_no, ')') from provider where provider_no >= 1 and provider_no < 999 order by last_name;</param-query>
    </param>

</report>
Document Actions
Help us support OSCAR!

 

Download button

DOWNLOAD OSCAR FOR TESTING

 

Demo Button

SEE OSCAR EMR IN ACTION


Subscribe Button

SUBSCRIBE TO DISCUSSION LIST

 (SEE ALL LISTS)

 Customize button

FIND PLUG-INS AND TWEAKS
FOR YOUR OSCAR EMR

 

 Join OCUS Button

 BECOME A MEMBER OF THE
OSCAR CANADA USERS SOCIETY
(OUR MISSION)

 

Help button

ACCESS THE ONLINE MANUALS
(OLD MANUALS)
(PAID SUPPORT)

 

Contact Us

Oscar Canada Users Society

#425 - 1917 West 4th Avenue

Vancouver  BC  V6J 1M7

OscarCanadaUserSociety@gmail.com