New patients scheduled per month Report

Welcome, the below is a report for New patients scheduled per month. You can add start and end date. The end date can be future date where it will consider the scheduled patients into the counts.

If you want to share any feedback/modifications to this query, please reach me amar@hrdsq.com

Other Reports: HRDSQ got cool out of the box RECALL and TX over due reports, where you can message(SMS/EMAIL) to your patients in just couple clicks . See our other reports/queries on our home page. Also you might be interested using our AUTOMATION tool to send messages at daily/hourly intervals to new and existing patients for appointment reminders, auto attaching forms to new patients, working seamlessly right inside opendental, without the need to login to external tools or dashboards or portal.

Collaboration:  Feel free to  join below fb groups to receive new updates/queries/reports etc.

Fb group: https://www.facebook.com/groups/549203762775872

Fb page: https://www.facebook.com/HRDSQ/?ref=pages_you_manage

Step1a:Step1a:Copy the below SUMMARY query and paste into your Report query. Save as favorite Report template.
SET @FromDate='2018-01-01', @ToDate='2021-12-31';
SELECT date(last_day(DateFirstVisit)) , count(distinct PatNum) FROM patient
WHERE DateFirstVisit BETWEEN @FromDate AND @ToDate
/* AND patient.patstatus = '0' */
group by date(last_day(DateFirstVisit))
order by date(last_day(DateFirstVisit)) desc
Step1b:Copy the below DETAILED data query and paste into your Report query. Save as favorite Report template.

SET @FromDate='2018-01-01', @ToDate='2021-12-31';
SELECT date(last_day(DateFirstVisit)) FirstVisit, patient.* FROM patient
WHERE DateFirstVisit BETWEEN @FromDate AND @ToDate
/* AND patient.patstatus = '0' */
order by date(last_day(DateFirstVisit)) desc


Step2: Modify the query dates and select clause elements you would like to see and run it.

If you have any reporting need or need  help, feel free to contact .

Other Recommendations:

  1. What is HRDSQ? How dental offices benefit using HRDSQ? Click here to learn more.
  2. Dr. Peter received 45 reviews on the first day after launching feedback campaign with HRDSQ – click here to learn more.
  3. Dr. Larry’s staff saves 15 mins on each patient everyday with use of quick insurance verification on their calendars to quickly spot on the patients failing insurance eligibility. Click  here to learn more.
  4. Click here to learn customizable and paper-less patient forms with HRDSQ.
  5. Want to launch powerful patient reach outbound campaigns using HRDSQ. Click here to learn more.
  6. Looking for a HIPAA compliant website assistant or chatbot to perform concierge services, click here to learn more.

About HRDSQ: Our advance technology integration within Open Dental allows our clients to carry out their day-to-day activities in a hassle-free and paperless manner, with Smart Caller ID, Real-Time Insurance Verification, custom online forms, 2-way text, and much much more. Engaged your  patients like never before and be the #1 Patient Choice.

HRDSQ Reviews
Time Savings, 100% Integration with PMS, Paperless forms, Quick Insurance verification

Click Request Demo button on HRDSQ page, incase you would like to see one.

Thank you.

About Author: Amar Veeramalla is experienced dental professional providing productivity hacks to dentists, dental professionals and staff on Patient Engagement, Case Acceptance & Patient Retention using modern and cutting edge technologies like AI, ML, Advanced SQL languages and other tools. You can reach at amar@hrdsq.com or on LK: https://www.linkedin.com/in/amarveeramalla/

revised 7.23.2021

HRDSQ on the Web