Back to search

document code

doc_cd
general
Updated 3/30/2026

Definition

The standardized classification value for a clinical information record. Used to quantify document code in healthcare data systems.

Standard Abbreviation

doc_cd

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  doc_cd VARCHAR(100),  -- document code
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  doc_cd as document_code
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms