ClaimCPID_vw


Description

Claim program type view providing a consolidated view of claims with their associated claim types, program types, and payment source information. This view combines claim data with program configuration to support claim validation, billing rules enforcement, and program-specific claim processing workflows.

Columns

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

Claim program ID - Unique identifier for the claim type and program type combination

fkClaimTypeID int 4 null

Claim type reference - Links to claim type classification

fkProgramID int 4 null

Program reference - Links to program type

ReqAuth int 4 null

Authorization required - Flag indicating if authorization is required for this claim type

MaxUnit int 4 null

Maximum units - Maximum number of units allowed for this claim type

claimtypename varchar 100 null

Claim type name - Descriptive name of the claim type

programname varchar 255 null

Program name - Descriptive name of the program type

claimid int 4 null

Claim reference - Links to the specific claim

paysourceid varchar 30 null

Payment source - Identifier for the payment source or payer

Relationships

View Definition


Possibly Referenced Tables/Views