Claim edit: Missing billing provider tax ID

Stedi now rejects 837P professional, 837D dental, and 837I institutional claims that don't contain a tax ID for the billing provider.

Billing provider tax IDs

The billing provider is the person or organization, like a clinic or group practice, that will receive payment (if any) for the claim from the payer.

X12 standards require a tax ID for the billing provider on every professional, dental, and institutional claim. The tax ID is either an Employer Identification Number (EIN) or, for an individual provider, a Social Security Number (SSN).

Billing provider tax ID

Claim typeJSON API fieldX12 element
837P professionalbilling.employerId or billing.ssnREF02 of Loop 2010AA (Billing Provider Name), where REF01 = "EI" (Employer's Identification Number) or "SY" (Social Security Number)
837D dentalbilling.employerId or billing.ssnREF02 of Loop 2010AA (Billing Provider Name), where REF01 = "EI" (Employer's Identification Number) or "SY" (Social Security Number)
837I institutionalbilling.employerIdREF02 of Loop 2010AA (Billing Provider Name), where REF01 = "EI" (Employer's Identification Number)

How the edit works

If you submit a claim without a tax ID for the billing provider, the payer may reject the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which take longer to resolve 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": "Missing Billing Provider Tax Identification Number (TIN). The Tax Identification is a required identifier for the billing provider. 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*A6>128*[DATE]*U*[AMOUNT]********Missing Billing Provider Tax Identification Number (TIN). The Tax Identification is a required identifier for the billing provider. Correct and resubmit.~

Stedi has another edit for claims where the billing provider is missing an identifier other than the tax ID. See Claim edit: Missing billing provider identifier.

PreviousNew claim edits: Invalid subscriber individual relationship codes

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