Back to search

Otic

Otic
general
Updated 3/30/2026

Definition

Relating to medications or treatments specifically for the ear.

Standard Abbreviation

Otic

Category

general

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  otic as otic
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms