The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / billing / claim_status_codes.php
blob9205c8c05d7086728f8412fc9eea9a39ccb8fedb
1 <?php
2 $claim_status_codes = array(
3 '1' => 'Processed as Primary',
4 '2' => 'Processed as Secondary',
5 '3' => 'Processed as Tertiary',
6 '4' => 'Denied',
7 '5' => 'Pended',
8 '11' => 'Received, but not in process',
9 '13' => 'Suspended',
10 '15' => 'Suspended - investigation with field',
11 '16' => 'Suspended - return with material',
12 '17' => 'Suspended - review pending',
13 '19' => 'Processed as Primary, Forwarded to Additional Payer(s)',
14 '20' => 'Processed as Secondary, Forwarded to Additional Payer(s)',
15 '21' => 'Processed as Tertiary, Forwarded to Additional Payer(s)',
16 '22' => 'Reversal of Previous Payment',
17 '23' => 'Not Our Claim, Forwarded to Additional Payer(s)',
18 '25' => 'Predetermination Pricing Only - No Payment',
19 '27' => 'Reviewed',