Resubmit or cancel claims
You'll need to resubmit claims when they're rejected due to correctable errors, such as:
- Invalid or missing data.
- Incorrect patient or provider details.
- Incorrect billing codes or modifiers.
- Missing documentation or attachments the payer requires.
You may also need to cancel duplicate claims or claims that were submitted in error, such as accidentally billing for the wrong provider or patient.
Preparing claim resubmissions or cancellations
To revise or cancel a claim, you'll need to resubmit the claim with the proper Claim Frequency Code, the original claim's Payer Claim Control Number (if available), and any other corrections. We also strongly recommend setting a new Patient Control Number to make tracking the resubmission easier.
Claim Frequency Code
You must choose the correct Claim Frequency Code when correcting or canceling claims. The Claim Frequency Code is represented as the:
claimInformation.claimFrequencyCodeproperty in JSON.Loop 2300 CLM05-03(Claim Frequency Code) component in X12 EDI.- Resubmission code (Box 22) in Stedi's CMS-1500 claim form UI.
The right Claim Frequency Code depends on where the claim is in the processing lifecycle. Specifically, you should only use Claim Frequency Code 7 (Replacement of Prior Claim) or 8 (Void/Cancel of Prior Claim) if the claim has already entered the payer's processing system. You'll know the claim has entered the payer's system if the 277CA contains a Payer Claim Control Number (PCCN).
The following diagram shows how claims can be rejected by Stedi or the payer at different stages in the processing lifecycle and when to use each Claim Frequency Code.
Use the following table to determine which Claim Frequency Code is right for your use case. The following rules apply to professional, institutional, and dental claims for most payers except Medicare, which only accepts code 1 for resubmissions.
| Scenario | How you'll know | Claim Frequency Code |
|---|---|---|
| Stedi rejected the claim due to validation errors | You received a 277CA claim acknowledgment from Stedi with rejection status codes. | 1 - Admit thru Discharge Claim |
| Payer rejected the claim without processing it | You received a 277CA from the payer with rejection status codes. The payer may include a message, such as "returned as unprocessable" or "not entered into processing system." The 277CA doesn't contain a Payer Claim Control Number (PCCN), which means it hasn't entered the payer's processing system. | 1 - Admit thru Discharge Claim |
| Payer rejected the claim after it entered their processing system | You received a 277CA from the payer with rejection status codes. The 277CA contains a Payer Claim Control Number (PCCN), indicating it has entered the payer's system. | 7 - Replacement of Prior Claim (except Medicare) |
| You need to correct and resubmit an adjudicated claim (approved, pended, or denied) | You received an 835 Electronic Remittance Advice (ERA) from the payer with adjudication details for the claim. | 7 - Replacement of Prior Claim (except Medicare) |
| You need to completely cancel a claim in the payer's processing system | You received an 835 Electronic Remittance Advice (ERA) or you have received a 277CA (acceptance or rejection) containing a Payer Claim Control Number (PCCN). | 8 - Void/Cancel of Prior Claim |
Determine 277CA sender
You can determine whether a 277CA is from a clearinghouse or the payer from the transactions[].payers[] array in the report (Loop 2100A).
The organizationName property contains the name of the sender (for example, CIGNA or STEDI). This is Loop 2100A NM103 (Information Source Name) in X12 EDI.
This information is also available at the top of the 277CA's transaction details page in the Stedi portal. The From and Entity type fields indicate whether the report is from Stedi or the payer.
Payer Claim Control Number (PCCN)
When you're resubmitting with Claim Frequency Code 7 or canceling with Claim Frequency Code 8, you must include the original claim's Payer Claim Control Number (PCCN). Without it, the payer won't know which claim to replace or cancel.
You can include the PCCN in the following locations:
claimInformation.claimSupplementalInformation.claimControlNumberin JSONLoop 2300 REF02, whereREF01=F8(Original Reference Number) in X12 EDI
An exception to this general rule is Original Medicare, which explicitly instructs providers to omit the PCCN when resubmitting claims. Visit Medicare resubmission for details.
Where to find the PCCN
You can retrieve the Payer Claim Control Number (PCCN) for the original claim from any of the following transactions from the payer.
277CA claim acknowledgment
transactions[].payers[].claimStatusTransactions[].claimStatusDetails[].patientClaimStatusDetails[].claims[].claimStatus.tradingPartnerClaimNumberLoop 2200D REF02, whereREF01=1K(Payor's Claim Number)
277 real-time claim status
claims[].claimStatus.tradingPartnerClaimNumberLoop 2200DorLoop 2200EinREF02, whereREF01=1K(Payor's Claim Number)
835 Electronic Remittance Advice (ERA)
transactions[].detailInfo[].paymentInfo[].claimPaymentInfo.payerClaimControlNumberLoop 2100 CLP07(Payer Claim Control Number)
The PCCN is different from the claimInformation.patientControlNumber (Loop 2300 CLM01) you sent in the original claim. It's also different from the Stedi-generated controlNumber returned in the API response.
Patient Control Number
When correcting or replacing claims, we also recommend setting a new, unique Patient Control Number in:
claimInformation.patientControlNumberin JSON.Loop 2300 CLM01(Patient Control Number) in X12 EDI.- Patient account number (Box 26) in Stedi's CMS-1500 claim form UI.
The value you supply will be present in both the 277CA and the 835 ERA responses. Setting a unique value for the resubmission will help you more easily correlate the resubmitted claim with its responses later.
Medicare resubmission
Medicare (through MACs) has different requirements for resubmissions and cancellations:
- Only resubmit with Claim Frequency Code
1. Medicare does not accept Claim Frequency Code7for resubmissions. - Don't include the original claim's Payer Claim Control Number (PCCN) when resubmitting.
Resubmit or cancel claims
Ensure that the updated claim includes:
- Claim Frequency Code according to the claim's processing status and your use case
- Payer Claim Control Number (PCCN) (if applicable)
- Patient Control Number (recommended)
- Any other necessary corrections to the claim
Once you've prepared the updated claim, you can resubmit it through the Stedi API, an SFTP connection. or the Stedi portal. The resubmission process is the same for both corrections and cancellations - the Claim Frequency Code indicates which action you want to take.
API resubmission
Resubmit through one of Stedi's claim submission endpoints:
- Professional Claims JSON
- Professional Claims Raw X12
- Institutional Claims JSON
- Institutional Claims Raw X12
- Dental Claims JSON
- Dental Claims Raw X12
SFTP resubmission
Visit SFTP submission for details on how to format and submit X12 EDI claims through SFTP.
Manual resubmission
Stedi's CMS-1500 claim form UI is mostly limited to the CMS-1500 form fields. It may not be able to successfully resubmit complex claims originally submitted through our APIs or SFTP.
To manually resubmit a claim through the Stedi portal:
- Go to the Transactions page in your Stedi account and click the claim you want to resubmit.
- Click Edit and resubmit. Stedi opens the claim in an interactive editor.
- Make changes to the claim.
- Make sure to update the Claim Frequency Code, the Payer Claim Control Number, and the Patient Control Number according to best practices.
- You can switch to the Reference transactions tab to review related 277CAs containing the errors you need to address before resubmitting. Click a transaction to review its details.
- Click Review and submit. Stedi shows a comparison of the original claim and the new claim containing your changes.
- Click Resubmit claim to send the updated claim to the payer.
Stedi validates the updated claim and submits it to the payer. It will appear on the Transactions page as a new 837 claim. You will also receive new 277CA claim acknowledgments indicating whether the resubmitted claim was accepted or rejected.