ClearingHouseError


Description

Clearing house error codes defining error codes and solutions for clearing house claim rejections. This table manages error code definitions, descriptions, and resolution guidance to support error handling, claim correction workflows, and clearing house communication for electronic billing operations.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ErrorID int identity 4 null
ErrorCodeInPaySourceInPrgType.fkErrorID FK_ErrorCodeInPaySourceInPrgType_ClearingHouseError R

Primary key - Unique identifier for each error code

ErrorCode varchar 5 null

Error code - Clearing house specific error code

ErrorDesc varchar 200 null

Error description - Description of what the error means

Solution varchar 4000 null

Error solution - Detailed guidance on how to resolve the error

ClearingHouseID int 4 null

Clearing house reference - Links to ClearingHouse table for the source of this error

Active bit 1 null

Active flag - Boolean indicating if this error code is currently active

Prefix varchar 5 null

Error prefix - Prefix used with the error code

Indexes

Constraint Name Type Sort Column(s)
PK_ClearingHouseError Primary key Asc ErrorID

Relationships