ProcCodeInClaimType


Description

Procedure code claim type associations that define which procedure codes are valid for specific claim types, ensuring proper coding for different service categories.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AssociationId Unknown 0 null

Primary key - ProcCodeInClaimType unique identifier for each association

fkprocCodeID int 4 null
ProcCode.ProcCodeID FK__ProcCodeInClaimType__ProcCode C

Procedure code reference - Reference to the procedure code

fkCPID int 4 null
ClaimTypeInProgType.CPID FK__ProcCodeInClaimType__ClaimTypeInProgType C

Claim type program reference - Reference to the claim type program association

IsDefault Unknown 0 null

Default flag - Whether this is the default procedure code for this claim type

Relationships