Skip to main content

Void & replace

Outcome

A claim that was accepted and paid but contains an error is properly voided (frequency code 8) or replaced (frequency code 7) on the payer side, the new claim is submitted, and the AR/COB ledger reconciles.

Prerequisites

ScopeWhat it lets you do
billing.claim.writeIssue void / replace
billing.payment.readSee the original 835
billing.payment.writeReverse a posted payment, if needed

The original claim is ACCEPTED at minimum and usually PAID or PARTIAL. Void/replace is for post-acceptance fixes; pre-acceptance fixes use 3.3 — Rebill & correct.

The two flavors

Frequency codeWhat it tells the payer
7 — Replacement"Forget what I sent before; here's the corrected version."
8 — Void / cancel"Void what I sent before; this is not a replacement."

The platform sets the frequency code on the 837's CLM05-3 element. You don't write it by hand — the Replace claim and Void claim buttons do.

When to use each

ScenarioUse
Wrong unit count on a paid claimReplace (freq 7).
Billed wrong memberVoid original (freq 8); new claim under correct member.
Wrong CPT but right serviceReplace.
Service didn't happen at allVoid.
Duplicate of another paid claimVoid the duplicate.

Steps — Replace

  1. Open the original claim. Click Replace claim. The platform:

    • Reverses the original's pricing.
    • Unlocks attached charges.
    • Opens an Edit charges view.
  2. Edit the charges to the correct values. See 2.6 — Edit / correct a charge.

  3. Click Build replacement. The platform builds a new claim with:

    • parent_claim_id = original.
    • original_payer_icn = the 277CA's ICN of the original.
    • Frequency code 7 on submit.
  4. Submit per 3.1. The new claim goes out; the payer reverses the original's payment and applies the new adjudication. You'll see this on the next 835.

Steps — Void

  1. Open the original claim. Click Void claim.

  2. Confirm reason (required). Common reasons: wrong member, service did not happen, duplicate of <other claim>.

  3. Click Submit void. The platform builds and submits a void claim (freq 8) referencing the original's ICN. No new claim follows.

  4. Reconcile the payment. The next 835 will reverse the original payment with CAS*CO*45 (or similar) and zero-pay. The receivable flow handles it; you don't need to manually reverse the prior posting.

When the payer rejects a void / replace

Some payers refuse to accept frequency 7/8 for certain transaction types or after a payer-defined time window:

Reject patternMove
277CA: A7 "Original ICN not found"The payer's ICN reference is wrong; cross-check the original's Submission tab.
A7 "Frequency code not allowed"The payer requires a written adjustment request; see 5.5 — File an appeal.
A7 "Outside adjustment window"Payer-specific; usually requires an appeal with documentation.

Validation

CheckExpected
Replace creates a new claim with parent_claim_idYes.
Void does not create a new claimCorrect.
Original's status moves to VOIDED (after void) or REBILLED (after replace)Yes.
Posted payment on original reverses on the next 835Yes; receivable picks it up.
Member's AR balance updates after the reversal postsYes.

Troubleshooting

SymptomCauseFix
Replace greyedClaim isn't ACCEPTED or beyondUse 3.3 — Rebill instead.
Replacement claim duplicates paymentPayer didn't reverse on receiptOpen a 276 inquiry; some payers process replacements as new claims.
Void's reversal CAS is for the wrong amountPayer applied a different adjustment than expectedFile a follow-up appeal or accept and update the COB ladder.
Member's AR doubles after replaceBoth original and replacement showing as outstandingCheck the receivable; the original payment reversal may not have posted.

Where to next