Claim edit: Missing revenue code
Stedi now rejects 837I institutional claims that are missing a revenue code on a service line.
What are revenue codes?
Revenue codes are standardized 4-digit codes that hospitals and other care facilities use to group charges into billable categories, such as the type of room, service, or supply billed. Example revenue codes include:
-
0450– Emergency Room -
0360– Operating Room Services -
0300– Laboratory
Revenue code
| Claim type | JSON API field | X12 element |
|---|---|---|
| 837I institutional | serviceLines[].institutionalService.serviceLineRevenueCode | SV2-01 (Revenue Code) of Loop 2400 (Service Line) |
How the edit works
Every service line on an institutional claim must report a revenue code. Payers use the revenue code to classify the service line, price the claim, and validate the services billed. If a service line is missing a revenue code, 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:
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:
Related claim edits
Stedi has another edit that validates the format of a revenue code. See Invalid revenue code.