PolicyType


Description

Insurance policy type classifications that define different types of insurance policies and coverage types for billing and eligibility verification purposes.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CoverageLevel Unknown 0 null

Coverage level - Level of coverage provided by this policy type

policyTypeID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

policyTypeName varchar 50 null

Name field - Descriptive name or identifier for PolicyType records

TypeDescription Unknown 0 null

Type description - Description of the policy type

TypeName Unknown 0 null

Type name - Name of the policy type

Indexes

Constraint Name Type Sort Column(s)
PK__PolicyType__2EC5E7B8 Primary key Asc policyTypeID

Relationships