StatusType


Description

Status code definitions providing standardized status codes and descriptions used throughout the system. This lookup table defines the various status values used for claims processing, workflow management, and system state tracking with associated actions and processing rules.

Columns

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

Primary key - Unique identifier for each status type

StatusCode varchar 50 null

Status code - Short code identifier for the status

StatusDesc varchar 500 null

Status description - Detailed description of what the status means

TakeAction varchar 1000 null

Action instructions - Instructions for actions to take when this status is encountered

RemitOrder int 4 null

Remittance order - Order for processing in remittance advice

Indexes

Constraint Name Type Sort Column(s)
PK_ErrorType Primary key Asc StatusID

Relationships