Back to search

Shake Well

SW
general
Updated 3/27/2026

Standard Abbreviation

SW

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  sw VARCHAR(100),  -- Shake Well
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  sw as shake_well
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms