Blank hcfa bills

redlettertech wrote on Tuesday, January 16, 2007:

We are still generating blank pdf files instead of hcfa bills.  Below are the steps that we have performed:

Verified that we installed Prior Auth form.

Insurers and x12 partner entered for the practice.

Entered all demographic data - name address, dob, insurance information, plan number etc - all required fields in demographics.

Create an encounter and add valid diagnosis codes and procedure codes and then justified them.

Gone through the steps to generate a hcfa, but only generates a blank hcfa and blank   pdf file.

What should we check for next?

Redletter Tech

sunsetsystems wrote on Tuesday, January 16, 2007:

FreeB initial setup can be a pain.  There are some good debugging tips here:

http://www.oemr.org/modules/wiwimod/index.php?page=FreebInstall&back=FreebInstallHowtos

Rod
www.sunsetsystems.com

redlettertech wrote on Thursday, January 18, 2007:

Reinstalled FreeB.  No missing packages when running the # ./formatbin/hcfa.pl or # ./formatbin/x12.pl
both return:
Cannot Create : at ./formatbin/x12.pl line 7.

Running the following command from the URL you posted:
# ./bin/formatbin/x12.pl 2-10 /tmp/logfile
returns a message :
file can not be found.

Formatbin on my system is not under bin but under freeb.
By changing the command to the following:
# ./formatbin/hcfa.pl 2-10 /tmp/logfile
returns the following message:
unkown RPC type "br"
at line 1 column 0

I setup xmlrpc in my use variable prior to installing any packages.  The only xmlrpc package that I did not install was for java and ant.

Could this java package be the problem?

Redletter Tech

redlettertech wrote on Thursday, January 18, 2007:

Turning debug on in FB.pm resulted in the following message:
Warning Header may not contain more than a single header, new line detected. in /var/www/localhost/htdocs/openemr/library/freeb/xmlrpcs.inc on line 302 <br />

Line 302 in xmlrpcs.inc reads
case’I4’:

Any ideas?

redlettertech wrote on Saturday, February 03, 2007:

Resolved:

There was an error in openemr/library/freeb/xmlrpcs.inc.  File has been corrected.  Obtain the updated file from CVS.

Redletter Tech