Back to search

Patient Relation Code

pat_rel_cd
member
Updated 3/30/2026

Definition

Code identifying the patient's relationship to the subscriber (e.g., 18=Self, 01=Spouse).

Standard Abbreviation

pat_rel_cd

Category

member

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  pat_rel_cd VARCHAR(100),  -- Patient Relation Code
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  pat_rel_cd as patient_relation_code
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms