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