Back to search

precertification child

precert_chld
general
Updated 3/30/2026

Definition

The subordinate relationship for a pre-service authorization. Used to identify precertification child in healthcare data systems.

Standard Abbreviation

precert_chld

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  precert_chld VARCHAR(100),  -- precertification child
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  precert_chld as precertification_child
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms