Back to search

Diuretic

DIUR
general
Updated 3/30/2026

Definition

A medication that promotes increased production of urine used to remove excess fluid from the body.

Standard Abbreviation

DIUR

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  diur VARCHAR(100),  -- Diuretic
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  diur as diuretic
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms