DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
1–10 of 13 posts
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#2Isn't the whole insurance problem that I'm not the one making the payments, my insurance company is?
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#3"Specifically, the company is adding two new features to its product line-up today: iPhone patient payment processing, which allows doctors and staff to process payments using the Square card reader attached to an iPhone or iPod Touch..." Isn't the whole insurance problem that I'm not the one making the payments, my insurance company is?
I guess this would be for co-pays, or the balance owed for what isn't covered by the insurance company.
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#4Just look at this list of insurance payers: https://drchrono.com/public_payer_search/. See how they all have different enrollment forms? Every clinic that wants to do electronic billing with insurance has to fill out an enrollment form for every insurer on that list (though most only do a subset). Filling out those forms is powered by people.
For those of you that haven't dealt with insurance, a real-time eligibility checker is actually a huge deal. The best of class eligibility providers define "real-time" as "we'll respond within five minutes to your request, and only between the hours of 8am and 6pm Eastern, and often the service will be down for many of those hours, and requests will fail randomly, and we can handle a full 10 requests per minute." When clinics get eligibility information wrong they end up eating the cost of service or sending out a huge unexpected bill to the patient.
(Actually, it looks like DrChrono is using Emdeon, which has many of the problems described above.)
The (stealthy) biotech startup at which I work has to deal with a huge number of insurance companies. I've been working on insurance claim integration and had to build out a parser for the absurd file format standard the healthcare industry uses (https://github.com/sbuss/TigerShark). We're parsing and handling claim acceptance/denials pretty well (resulting in, literally, a 300x boost in productivity of our billing & support team).
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#5"Specifically, the company is adding two new features to its product line-up today: iPhone patient payment processing, which allows doctors and staff to process payments using the Square card reader attached to an iPhone or iPod Touch..." Isn't the whole insurance problem that I'm not the one making the payments, my insurance company is?
I had a similar reaction. I guess this would be for co-pays, or the balance owed for what isn't covered by the insurance company.
The main interface allows for the doctor to press one button to easily pay a known copay, or press another button to pay an arbitrary amount. In the screenshot here [1], the patient could pay his $490 balance by pressing the "Payment" button, or the $20 copay by pressing the "Copay" button.
edit: added a bit more detail
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#6Breathless pronouncements from a supposed technical company that physicians will use their app because it "makes them feel modern" are a trifle annoying. Docs will consider using an app like this when (if ever) it is demonstrated that input/dictation of specialized vocabulary is robust on pads, and when (if ever) there is something at all good to say about trusting a commercial third party to store a practice's protected health information remotely, eg when (if ever) questions about security, access levels and logging, deletion, and backup policies of remote data storage of protected health info are fully addressed.
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#7If you're looking for a truly disruptive startup, you should tackle insurance billing. This is a $1 Trillion+ industry powered by people making phone calls and sending paper mail. Just look at this list of insurance payers: https://drchrono.com/public_payer_search/ . See how they all have different enrollment forms? Every clinic that wants to do electronic billing with insurance has to fill out an enrollment form for…
For claims, we're using http://x12parser.codeplex.com/. It's still pretty cumbersome, but I think that's more a symptom of the format itself.
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#8I don't see the "major upgrade" here. As a doc you can already use Square to process payments, and you can look up "real time insurance information" easily already via the web. Breathless pronouncements from a supposed technical company that physicians will use their app because it "makes them feel modern" are a trifle annoying. Docs will consider using an app like this when (if ever) it is demonstrated that input/di…
But agreed. If it's just a cheesy app,flagged. Obviously spam.
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#9If you're looking for a truly disruptive startup, you should tackle insurance billing. This is a $1 Trillion+ industry powered by people making phone calls and sending paper mail. Just look at this list of insurance payers: https://drchrono.com/public_payer_search/ . See how they all have different enrollment forms? Every clinic that wants to do electronic billing with insurance has to fill out an enrollment form for…
Re: DrChrono Lets Doctors Accept Payments Via Square, View Real-Time Insurance Info
#10I don't see the "major upgrade" here. As a doc you can already use Square to process payments, and you can look up "real time insurance information" easily already via the web. Breathless pronouncements from a supposed technical company that physicians will use their app because it "makes them feel modern" are a trifle annoying. Docs will consider using an app like this when (if ever) it is demonstrated that input/di…
Yes, but the application is integrated with the Square app to make it more efficient. Payments made via square also automatically sync with our billing/accounting section of our application, which saves the doctor/biller a lot of time. If the doctor is solely using square to take patient payments, then the accounting is basically automated through our system.
> you can look up "real time insurance information" easily already via the web.
Most doctors call the insurance company directly to verify eligibility. Checking via the iPad (which is already used to onboard the patient) saves the doctor or front office some time.
> Breathless pronouncements from a supposed technical company that physicians will use their app because it "makes them feel modern" are a trifle annoying
Doctors want to feel modern. It helps bring in patients. How do you feel when you go to a doctor still using paper, and wait 5 minutes for them to shuffle through file folders to find your chart?
edit: formatting