Back to search
Chest X-Ray
CXRgeneral
Updated 3/27/2026
Standard Abbreviation
CXR
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
cxr VARCHAR(100), -- Chest X-Ray
...
);
-- Example in SELECT
SELECT
claim_id,
cxr as chest_x-ray
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms