RuleErrorBypass


Description

Rule error bypass permissions managing exceptions and bypass authorizations for business rule enforcement. This table tracks which claim procedures can bypass specific rule errors, supporting authorized exceptions, special circumstances, and administrative overrides for business rule compliance while maintaining audit trails and proper authorization controls.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
RuleBypassID int identity 4 null

Primary key - Unique identifier for each rule bypass authorization

fkRuleCPID int 4 null

Rule claim procedure reference - Links to the rule-claim procedure association that can be bypassed

fkCPID int 4 null

Claim procedure reference - Links to ClaimProcedure table for the specific procedure authorized for bypass

Indexes

Constraint Name Type Sort Column(s)
PK__RuleErrorBypass__4A4F9D4A Primary key Asc RuleBypassID

Relationships