Back to search

Procedure Modifier

proc_mod_1
general
Updated 3/30/2026

Definition

The first modifier code used to provide additional context to the procedure (e.g., GP for therapy).

Standard Abbreviation

proc_mod_1

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  proc_mod_1 VARCHAR(100),  -- Procedure Modifier
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  proc_mod_1 as procedure_modifier
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms