Like many others we are racing to set up telemedicine (both phone and video). Trying to determine the best way to get the proper codes entered.
The codes for telemedicine are the same as in person visit, just needs the GT modifier and a place of service code of 02.
I really do not want to use a separate facility because that is so difficult to do, particularly with mixed days (some visits done in person, and some phone or video).
I was trying to set up codes on the EHR side 99212TM that mapped to the procedures with the place of service and modifier built in. But when we try to send a claim, it gets bounced back as a code with more that 5 digits (sending normal cpt code: 99212).
I am really hoping I am missing something obvious. Any suggestions? Thoughts? I have read the only way people could get the modifier easily added on the EHR side was with MEL_ADD_ORDER which is not a great option.
We are on CPS 12.0.10 if it matters.
Suggestions or thoughts appreciated!
Thank you,
Mary Kay
Not sure about the location '02' that you referred to, but within a new VFE form here for telemedicine I have ten buttons for different types of visit. And the programming behind each button follows the pattern of:
{
MEL_Add_Order("S","E&M Services","New Level 1","GT","","","","","","","")
}
Try dropping the TM and see if that solves it.
Thanks- was hoping to avoid the need for a custom form... but I am thinking it is the fastest way to go. Staff is very familiar with going to the orders custom list and moving them might get confusing.
Was hoping for better integration between the EHR and PM 🙂
Cjames- do you mean dropping the TM from the order code? The problem is then it is just a regular 99212 code and no way to tell it was a virtual visit.
Or is there a way to do this before sending out the claim? I am not an expert on the claim/billing side.
Thank you
We set this up mainly on the PM side with the various fee schedules. So in the EMR, they choose a dummy CPT code - like Tele99213. On the PM side, we then set up within the BCBS fee schedule to have the "CPT Code" as 99213. So in CPS, we see Tele99213 - but what goes on the claim is the 99213. So you can also default the modifier and Place of service within the fee schedule as well. This is the best way to handle it because 1 code has to be translated to various codes and modifiers based on the insurance...for instance, we will a G code to Medicare, so we set that up in the fee schedule as well.
Yes. Keep the modifier of 02 on the billing side. Create a document type of TM, Tele, or whatever you see fit.
Thank you everyone! I think we figured out where we were going wrong. Something about the allocation set and fee schedule on the PM side.
I had set it up like many of you do where the code on EMR side had the modifier included and the procedure has the code set up the same as the EMR code and the CPT code on the procedure is the basic CPT code.
Here's hoping we get reimbursed for the phone visits now :)...
Thank you again to the great community!