I was asked to implement the following business rule any ideas on a logic that I can use .
- Based on our conversations initially we are expecting that if there is a need to correct a claim, we get a voided record that completely negates the original. Then we get another original record to replace.
- Void/Replacement
- A void is a claim that reverses or backs out a previously paid one. All financials and quantities are negated on the void record. A replacement record that contains the corrected information generally follows it.
- The original, void and replacement need not appear in the same file.
- Example: After adjudication, a paid claim with a $25 Copay and $50 Net Pay, a correction was necessary. The correction contains a $10 Copay and $65 Net Pay.
Record Type |
Service Count |
Charge Submitted |
Copay |
Deductible |
Net Payment |
Original |
1 |
75.00 |
25.00 |
0.00 |
50.00 |
Void |
-1 |
-75.00 |
-25.00 |
0.00 |
-50.00 |
Replacement |
1 |
75.00 |
10.00 |
0.00 |
65.00 |