Back to search

Immunization

IMM
general
Updated 3/30/2026

Definition

The process of making a person immune to disease typically through vaccination.

Standard Abbreviation

IMM

Category

general

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  imm as immunization
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms