RuleErrorInMarket


Description

Market-specific rule error configurations managing business rule applications for specific markets and claim types. This table defines market-specific rule enforcement including claim type associations, market identifiers, rule error codes, locking controls, and check order to support market-specific compliance requirements and regional business rule variations for healthcare billing and processing.

Columns

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

Primary key - Unique identifier for each market-specific rule configuration

fkClaimTypeID int 4 null

Claim type reference - Links to claim type that this market rule applies to

Market varchar 100 null

Market identifier - Market or region identifier where this rule applies

RuleError varchar 10 null

Rule error code - Code identifying the specific business rule for this market

Lock int 4 null

Lock status - Numeric indicator for locking status of the market rule

checkOrder int 4 null

Check order - Numeric order for rule evaluation within the market context

Indexes

Constraint Name Type Sort Column(s)
PK__RuleErro__41085D1172AF98CD Primary key Asc RuleCPID

Relationships