Bulk
Billed Diagnostic Imaging Items – New rebate amounts.
As
of the 1st of November 2009 Medicare
For
this change to be reflected in practiX, you will need to make the following
changes to the Bill values and the Rebate billing scale.
Bill
Values
Creating a new Billvalue
with TWO effective dates
MBSBBrebate
iif(lower(doctor.doctortype) = 'g' and
(val(price.itemdisp) < 100 or lower(price.itemtype)
= 'c') and not request.referralno > 0, 1, 0.85)
iif(lower(doctor.doctortype)
= 'g' and (val(price.itemdisp) < 100 or lower(price.itemtype)
= 'c') and not request.referralno > 0, 1,
iif(inlist(lower(price.itemtype),
'r','n'), 0.95,0.85))

Screenshot Modify Bill
Values
Tip: To ensure you have entered the value correctly with no errors, select the Check Syntax button. If you receive an error, try the copy and paste again.
Rebate
Billing Scale
Change the Rebate billing
scale to ensure the correct rebate is reflected.
max(roundit(basefee.schedule * billvalue.MBSBBrebate, m.rndopt, 0.05), basefee.schedule - billvalue.mbsmaxgap)
max(roundit(basefee.schedule * billvalue.MBSBBrebate, m.rndopt, 0.05), basefee.schedule - billvalue.mbsmaxgap)

Screenshot Billing Scales
Tip: To ensure you have entered the value correctly with no errors, select the Check Syntax button. If you receive an error, try the copy and paste again.
If you experience any issues with your new bill values and scales please email Support at primary.support@isofthealth.com and they will assist you in due course.