Problem with BC BS of SC

Technical problems with Medisoft.
mbpros
Posts: 312
Joined: Fri Mar 11, 2011 6:59 pm

Re: Problem with BC BS of SC

Post by mbpros » Fri Mar 24, 2017 3:40 am

Thanks for your help.
Steven Zats
Medical Billing Professionals

mbpros
Posts: 312
Joined: Fri Mar 11, 2011 6:59 pm

Re: Problem with BC BS of SC

Post by mbpros » Mon Oct 30, 2017 9:46 am

Hey, Gavin:

Regarding the above, I have been having claims reject for the same reason as above because I forgot to correct when they sent mapping for the standard iGuide.

BUT it looks like eMDs did fix something. Now for the ISA 04 mapping it has:

If not string.isnullorempty( :Header_Receiver_InterchangeSecurity ) then
Result = :Header_Receiver_InterchangeSecurity
End If

BUT despite the above, the claim has my Submitter ID in the ISA04 field EVEN THOUGH IN MY RM SETUP ISA04 is blank. I don't think your language you listed above (which I will post above) will help since the additional language concerns Relay Health. Any ideas?

If not string.isnullorempty(:Header_Receiver_InterchangeSecurity) then
Result = :Header_Receiver_InterchangeSecurity
Else
If LEFT(UCASE( REPLACE(:Header_Receiver_Name, CHR(32),"")),11) = "RELAYHEALTH" Then
Result = "CYCTRANS"
End IF
End If

Thanks,
Steve
Steven Zats
Medical Billing Professionals

User avatar
Gavin Walker
Posts: 4625
Joined: Wed Apr 04, 2007 10:11 pm
Location: Springfield, MO
Contact:

Re: Problem with BC BS of SC

Post by Gavin Walker » Tue Oct 31, 2017 8:50 am

When I checked my iGuide, it had reverted back to eMDs faulty logic. When I changed it back to the code I had above, then it started working again.

Post Reply