Back to search
patient description
pt_descmember
Updated 3/30/2026
Definition
Free-text description for patient within Eligibility processes in Healthcare implementations. Used for reporting, integrations, and downstream analytics.
Standard Abbreviation
pt_desc
Category
member
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pt_desc VARCHAR(100), -- patient description
...
);
-- Example in SELECT
SELECT
claim_id,
pt_desc as patient_description
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms