Back to search

procedure parent

proc_prnt
general
Updated 3/30/2026

Definition

The superior relationship for a medical treatment or intervention. Used to identify procedure parent in healthcare data systems.

Standard Abbreviation

proc_prnt

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  proc_prnt VARCHAR(100),  -- procedure parent
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  proc_prnt as procedure_parent
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms