Claim edit: Supervising provider matches the rendering provider
Stedi now rejects 837P professional and 837D dental claims where the supervising provider matches the rendering provider.
Rendering and supervising providers
In professional and dental claims, the rendering provider is the provider who delivered the care. The supervising provider is the provider who oversaw the rendering provider. For example, an attending physician might supervise a resident who delivers the care. Because these are distinct roles, the same provider can't be both – a provider can't supervise themselves.
Rendering provider
| Claim type | JSON API field | X12 element |
|---|---|---|
| 837P professional | rendering.npi | NM1-09 (Identification Code) of Loop 2310B (Rendering Provider Name) |
| 837D dental | rendering.npi | NM1-09 (Identification Code) of Loop 2310B (Rendering Provider Name) |
Supervising provider
| Claim type | JSON API field | X12 element |
|---|---|---|
| 837P professional | supervising.npi | NM1-09 (Identification Code) of Loop 2310D (Supervising Provider Name) |
| 837D dental | supervising.npi | NM1-09 (Identification Code) of Loop 2310E (Supervising Provider Name) |
How the edit works
Per X12 standards, claims should only report a supervising provider when it's a different person from the rendering provider. If they're the same person, you should omit the supervising provider from the claim.
If a claim includes a supervising provider with the same NPI, first name, and last name as the rendering 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": "Invalid Supervising Provider Information. The Supervising Provider indicates the provider who supervises the rendering provider and must be different. The submitted supervising provider matches the rendering provider NPI 1234567893. 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, entity identifier code, and error message:
STC*A7>562>DQ*[DATE]*U*[AMOUNT]******A7>732**Invalid Supervising Provider Information. The Supervising Provider indicates the provider who supervises the rendering provider and must be different. The submitted supervising provider matches the rendering provider NPI 1234567893. Correct and resubmit.~
Resolution tip
When the supervising provider is the same person as the rendering provider, omit the supervising provider and report only the rendering provider.