Popular Articles

  1. How Do I Unallocate a Payment if it is Posted to a Wrong Appointment?

    If you allocate money to the wrong appointment or line item, you have the ability to unallocate/delete those funds so they can be posted to the correct patient's appointment. To do so, you'll need "Billing Administrator" and "Access Patie...
  2. Creating an Eligibility Profile

    You can create an eligibility profile to use with individual or batch eligibility checks. Navigate to  Account > Custom Fields .  Select Eligibility Profiles from the left menu and +Add Eligibility Profile to create a new profi...
  3. Adding Implantable Device Information to a Patient's Chart

    Learn more about adding implantable device information to a patient's chart.
  4. Processing Payments through Square on the iPad EHR App

    You can easily process credit card payments through DrChrono's integration with Square. Payments can be processed via the DrChrono EHR app or the Check-In App. Note: You need to have already set up your Square account and connect...
  5. Making a Form Persistent

    How to make a form persistent.
  6. eProvider Solutions - Submitting paper secondary claims

    For those payers who cannot accept secondary claims electronically, eProvider Solutions (ePS) can print the claim and submit it to the payer on paper for processing. There is nothing that you need to do to make this happen.  When a clai...
  7. DrChrono Payments: Stripe Refunds and Reversals

    If you have charged a credit card and now need to return the money, there are two ways to do it. Which way will depend on when the card was charged and when you need to return the money. A refund is sent when the money has a...
  8. Enabling Emergency Access to your DrChrono Account

    Setting up Emergency Access Emergency Access grants the user permissions to access patient charts, access schedules and access clinical notes when logging in with the Emergency Access login. A user can grant this permissi...
  9. Overview of ConnectEHR

    This article will provide a high-level overview of the FHIR APIs & ConnectEHR. FHIR (Fast Healthcare Interoperability Resources) is a standard API framework developed by HL7 ( Health Level Seven International ). Similar to CCDAs and ...
  10. Getting Started with DrChrono API with Python and C#

    Here are Python and C# scripts created by our engineering team to help get started with connecting to our APIs. Python Script import datetime import requests import json import threading import webbrowser import urllib.parse from htt...