Back to search

dependent middle name

dep_mid_nm
general
Updated 3/30/2026

Definition

Middle name or initial for the dependent.

Standard Abbreviation

dep_mid_nm

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  dep_mid_nm VARCHAR(100),  -- dependent middle name
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  dep_mid_nm as dependent_middle_name
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms