Back to search
Revenue Code
rev_cdgeneral
Updated 3/30/2026
Definition
Code identifying the specific department or room/board charge (837I).
Standard Abbreviation
rev_cd
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
rev_cd VARCHAR(100), -- Revenue Code
...
);
-- Example in SELECT
SELECT
claim_id,
rev_cd as revenue_code
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms