Claim edit: Negative line item charge amount

Stedi now rejects 837P professional, 837D dental, and 837I institutional claims that include a negative line item charge amount for a service line.

How the edit works

In a claim, a service line represents billing for a specific service, such as an office visit or X-ray.

A line item charge amount is what the provider billed for a single service.

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.serviceLines[].professionalService.lineItemChargeAmountSV1-02 (Line Item Charge Amount) of Loop 2400 (Service Line Number)
837D dentalclaimInformation.serviceLines[].dentalService.lineItemChargeAmountSV3-02 (Line Item Charge Amount) of Loop 2400 (Service Line Number)
837I institutionalclaimInformation.serviceLines[].institutionalService.lineItemChargeAmountSV2-03 (Line Item Charge Amount) of Loop 2400 (Service Line Number)

If a service line's line item charge amount is below zero, the payer may reject the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which are slower and delay payment for the provider.

Rejection errors

If you submit a claim using Stedi's Claim Submission API endpoints and the claim fails the edit, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Invalid line charge amount. Submitted value -50.00 on line 1 must be zero or greater. Negative values are not allowed. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim using SFTP and the claim fails the edit, Stedi will reject the claim with a 277CA claim acknowledgment. The acknowledgment will include a related claim status category code, claim status code, and error message:

STC*A7>583*[DATE]*U*[AMOUNT]******A7>732**Invalid line charge amount. Submitted value -50.00 on line 1 must be zero or greater. Negative values are not allowed. Correct and resubmit.~

Resolution tips

Billers usually add negative line item charge amounts when attempting to:

PreviousSeveral Blue Cross Blue Shield payers now support one-click enrollment

Get started with Stedi

Start free with a sandbox account. Upgrade to production when you’re ready. There are no monthly minimums or setup fees. You only pay for the transactions you use. See our pricing.

Sign up free