HCFA 33b. Billing Facility Other ID

kchapple wrote on Wednesday, April 30, 2014:

Hey all,

We have a customer who is not able to properly fill the new HCFA 1500 form, box 33b.

I believe the format of the form may have changed. Where the UPIN used to go, this new ID needs to go, but there is a limit on the number of characters for that field.

I’m not quite sure of the mapping, and what the proper solution is. Any advice on this issue would be greatly appreciated.

// 33b. Billing Facility Other ID
// Note that Medicare does NOT want this any more.
if ($claim->providerGroupNumber() && $claim->claimType() != 'MB') {
   put_hcfa(61, 63,  2, $claim->providerNumberType());
   put_hcfa(61, 65, 14, $claim->providerGroupNumber());
}

Thanks,
Ken

yehster wrote on Wednesday, April 30, 2014:

The third number, (e.g. 2 and 14) indicate the maximum field size. Not sure exactly of your requirements, but if you need more than 14 characters why don’t you just try upping that number

fsgl wrote on Wednesday, April 30, 2014:

From the CMS Manual System - Pub 100-04 Medicare Claims Processing, page 19:

“Item 33b - Item 33b is not generally reported. However, for some Medicare policies you may be instructed to use this item; direction as to how to use this item will be in the instructions you received regarding the specific policy, if applicable.”

What does the Medicare EOB say? If carrier is not Medicare, it’s not likely that Box 33b needs to be completed.

Before the advent of the NPI, Medicare UPIN or TIN would go into 33a and 33b would be left blank.

tmccormi wrote on Friday, May 02, 2014:

in this case it’s a Texas Worker’s Comp rule that the facility license #
with some extra formatting identification codes are required. Claims are
being rejected due to this.

So… Should we reuse Upin field or create a new facility element and
trigger it by payor or some other model?

Tony McCormick

On Apr 30, 2014 11:14 AM, “fsgl” fsgl@users.sf.net wrote:

From the CMS Manual System - Pub 100-04 Medicare Claims Processing,
page 19:

“Item 33b - Item 33b is not generally reported. However, for some Medicare
policies you may be instructed to use this item; direction as to how to use
this item will be in the instructions you received regarding the specific
policy, if applicable.”

What does the Medicare EOB say? If carrier is not Medicare, it’s not
likely that Box 33b needs to be completed.

Before the advent of the NPI, Medicare UPIN or TIN would go into 33a and
33b would be left blank.

Attachment: CMS 1500, 02-12 Guide.pdf (193.5 kB; application/pdf)

HCFA 33b. Billing Facility Other IDhttps://sourceforge.net/p/openemr/discussion/202506/thread/ab5300ec/?limit=25#31a0

Sent from sourceforge.net because you indicated interest in
OpenEMR / Discussion / Developers

To unsubscribe from further messages, please visit
SourceForge.net: Log In to SourceForge.net


Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.

fsgl wrote on Friday, May 02, 2014:

Consider the following:

Have the client ask the local Comp. board if it’s acceptable to have the NPI in Box 33a and the Comp. number in 33b. See attachment 1.

If acceptable, the Comp. number should go into the Group box for Workers’ Compensation. See attachment 2.

Because gen_hcfa_1500.inc.php grabs the data from Insurance Numbers for a specific insurer, there should be no mixup with other carriers. If the practice does not use the Group box for other insurers, only the Workers’ Compensa- tion paper claims will have Box 33b populated.

Texas, like many other states in the Union, requires their own medical form, the DWC-069, in addition to the CMS 1500, as noted on this webpage.

In our state Ophthalmic practices are required to complete a specialized form for Eye injuries in lieu of the regular medical Comp. form.

Because of the small number of Comp. patients in our office, we completed the equivalent form manually in the past. It was faster on the typewriter than with the old Practice Management Software.

tmccormi wrote on Tuesday, May 06, 2014:

well, she tried… Texas said no.

fsgl wrote on Tuesday, May 06, 2014:

And I thought that Comp. & No-Fault in our state are pains to deal with.

In what box does Texas want the facility Comp. number?

If it’s 33a, line 673 will have to grab that number from a new entry in the Edit Facility dialog box instead of the NPI or from Insurance Numbers for Comp.; whichever is the easier coding task.

The other possibility is to have CMS 1500 just for Comp. and the regular form for all other insurers. Staff will have to remember to distinguish between the two.

One saving grace is that there’s no mucking about with the 837P’s because Comp. is not set up for electronic claims.

yehster wrote on Tuesday, May 06, 2014:

I am wondering if a fourth Insurance type (Comp Related) in addition to Primary/Secondary/Tertiary currently available would be a reasonable way to address this type of issue.

As pointed out before it seems that Workman’s Comp isn’t really another “primary.” for the same patient.

cmswest wrote on Tuesday, May 06, 2014:

that would probably make sense, but in most cases those with work comp only have one insurance so maybe could use tertiary field for now?

also, found this:

seems that the texas dept of transportation will take an 837

fsgl wrote on Tuesday, May 06, 2014:

A difficulty with the COB approach is that the Billing Manager queues the insurers. At present there is no way to “jump the line”. Staff would have override the order by pretending the primary, secondary or tertiary insurers did not pay, thereby shunting the claim to the quaternary insurer. Can hear staff grumbling vociferously.

Even if the patient has no other insurance, we are still left with the problem of how to get the Comp. facility number into the box (probably 33a) acceptable to Texas.

For the sake of the Texan client, we hope that they are not required to submit Comp. e-claims on top of the mini mess with the paper claims.

fsgl wrote on Tuesday, May 06, 2014:

From the horse’s mouth:

“(DD) billing provider’s NPI number (CMS-1500/Field 33a) is required when the billing provider is eligible for an NPI number; and
(EE) billing provider’s state license number (CMS-1500/field 33b) is required when the billing provider has a state license number;the billing provider shall enter the ‘0B’ qualifier and the license type, license number, and jurisdiction code (for example, ‘MDF1234TX’).”.

See page 14 of the Texas Division of Workers’ Compensation guide for CMS 1500 02-12.

cmswest wrote on Wednesday, May 07, 2014:

med records will probably need to be sent too

with the likely number of workcomps maybe manual override of each claim to wherever you’d like to put insurer and then “type” in the medical license of the rendering provider with the additional characters in field 33b

fsgl wrote on Wednesday, May 07, 2014:

The practice should not be required to send copies of the medical record because the DWC-069 serves that function.

fsgl wrote on Wednesday, May 07, 2014:

Found another guide for the 08-05 CMS 1500, with the same instructions for 33a and 33b.

The client must be a fairly new practice, unaccustomed to the requirements of a form that has changed little since 2006.

Texas assigns the medical license number with prefixes and suffixes as the physician’s Workers’ Comp. number. There is really no Comp. identifier assigned to the billing facility per se. The Comp. number for the physician and the facility is one and the same.

Solution:

  1. Box 33a, physician’s NPI. This requires no code change.
  2. In Insurance Numbers for Workers’ Comp., OB and the equivalent of MDF1234TX should go into the Group Number box.
  3. Box 33b, OB and the equivalent of MDF1234TX should appear automatically. No code change here either. The 11 characters should fit in the allotment of 14 spaces.

This schema should ensure seamless processing of Comp. claims without impingement or corruption of other paper claims. There is no additional work for staff because they need to click the Generate CMS 1500 PDF button but once.

But,
there may be another stumbling block. Box 24j always prints with the physician’s NPI. Both Texas guides instruct that this field be left blank if the billing physician is the same as the rendering physician.

If the NPI appears in 24j, then the practice is required to enter OB and the physician’s Comp. number in the shaded portion of 24j. The gen_hcfa_1500 script makes no provisions for this. Is this an actual problem?

Presently the Fee Sheet does not permit a blank for Rendering in the drop down menu. A work-around is to create a user, A Blank with no NPI number. The Superbill will need a special notation to the billing person to choose A Blank from the drop down menu for a Comp. claim.

The practice may need to speak directly with the Workers’ Compensation Board in Austin if it continues to have denials.