ETIN Problem in 837P

fsgl wrote on Wednesday, March 25, 2015:

Recurring question about changing gen_x12_837.inc.php for the local Blue Shield.

It was great when Blue Shield participated with Office Ally because there was no need to modify the code; but life has changed necessitating inserts.

With the snippets suggested by Florida & Illinois users, both gave a blank frame in the Billing Module after the X12 button is clicked. Additionally there is no download of the 837P file.

In the attachments, x’s = Payer ID for the local Blue Shield, while y’s = our assigned Submitter ID for e-claims. It makes no difference that the Submitter ID had been populated in second box of X12 Partner dialog, “ID Number (ETIN)”.

cmswest wrote on Wednesday, March 25, 2015:

hi fsgl, in 1.png make lines 102 & 103 one line so the below is now line 102:

} else if ($claim->payerID()==‘xxxxx’) {

fsgl wrote on Wednesday, March 25, 2015:

Thank you, Dragon Slayer!!!

Of course, Blue Shield does not want us to be too comfortable. We have to send claims for federal employees to a subsidiary. The payer id is different by the last digit, xxxxz; but the submitter id is the same for the subsidiary.

How do we squeeze a snippet for the later?

cmswest wrote on Thursday, March 26, 2015:

couldn’t you just set up the federal employees to use that x12 partner and then add an extra else if to handle that payer id?

fsgl wrote on Thursday, March 26, 2015:

Yes, that is possible.

Was looking for an elegant solution like a pipe symbol, or whatever is needed, separating xxxxx & xxxxz. Akin to adding an extra clause instead of another sentence.

cmswest wrote on Thursday, March 26, 2015:

oh, i see you need the help of regular expressions like this:

} else if ($claim->payerID()==preg_match('/[x]{4}/',$claim->payerID())) { 

fsgl wrote on Thursday, March 26, 2015:

There are no kinder folks than Vermonters.

fsgl wrote on Thursday, March 26, 2015:

[[embed url=https://www.youtube.com/watch?v=d4EbRq0RIi8]]

cmswest wrote on Thursday, March 26, 2015:

you’re welcome fsgl, glad to chip in my 2 cents, i get a kick out of those old cartoons, thanks