Note: This code was not entered by an authorized user. Only authorized codes may be uploaded to the Open Medical Billing Network for processing. If you wish to upload these codes, please select an authorized user here.
She cannot tell me what she did to get it. This is generated in billing_report.php about line 1065 and 1111. Is this legacy code that needs to be removed or does it serve some purpose?
i heard about that today too, i think it comes from this section of code for claim balancing so it must activate the non authorized entry which triggers the OMBN alert.
That junk has been in there since at least version 2.8. I will post suggested changes to the billing report here. I have a commit that turns that into something meaningful for billers to authorize the fees after scrubbing, see billing notes in the billing manager, and change that message to simply “this item has not been authorized”. It is a basic set of changes that are of great use to your billing submitters as well as getting rid of that retardedly embarrassing and confusing message.
Btw, this is generated when a billing line item in a fee sheet has the authorization checkbox unchecked. It is checked by default. We set it to unchecked by default. After the note and billing are reviewed, it is set to authorized. Mere physicians are not allowed to do this.
$auth = FALSE
in your fee sheet. You must change the hard coded authorized checkbox to off, and set anywhere like the above variable value to false.
We also added another ACL member, which is ‘authbilling’. These are people that can check the box. No-one else but superusers can do this, as the box is not even visible…
Like so: