Back to search
Entity Identifier Code
ent_id_cdgeneral
Updated 3/30/2026
Definition
Identifies the type of entity being described (e.g., PE=Payee, PR=Payer).
Standard Abbreviation
ent_id_cd
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
ent_id_cd VARCHAR(100), -- Entity Identifier Code
...
);
-- Example in SELECT
SELECT
claim_id,
ent_id_cd as entity_identifier_code
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms