Claimtype


Description

Claim type classifications that define the different categories of medical claims and their associated billing rules, procedure codes, and reimbursement methods within each program type.

Columns

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

Billing rules - Specific billing requirements and constraints

ClaimTypeDescription Unknown 0 null

Description - Detailed explanation of when this claim type is used

ClaimTypeID int identity 4 null
ClaimTypeInProgType.fkClaimTypeID FK__ClaimTypeInProgType__Claimtype C

Reference identifier - Foreign key reference to related entity or lookup table

CHCTID int 4 null

Reference identifier - Foreign key reference to related entity or lookup table

ClaimTypeName varchar 100 null

Claim type name - Descriptive name of the claim type

ClaimTypeDesc varchar 100 null

Description field - Detailed description or explanation of Claimtype information

IsActive Unknown 0 null

Active status - Whether this claim type is currently available

RequiredFields Unknown 0 null

Required fields - Mandatory data fields for this claim type

Indexes

Constraint Name Type Sort Column(s)
PK_Claimtype Primary key Asc ClaimTypeID

Relationships