Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BillingFrequency | Unknown | 0 | null |
|
|
Billing frequency - How often claims of this type can be billed |
||||||||||||||
| CPID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
|||||||||||||
| fkClaimTypeID | int | 4 | √ | null |
|
|
Foreign key reference - Reference to ClaimType table for data relationships |
|||||||||||||
| fkProgramID | int | 4 | √ | null |
|
|
Foreign key reference - Reference to Program table for data relationships |
|||||||||||||
| IsDefault | Unknown | 0 | null |
|
|
Default flag - Whether this is the default claim type for this program |
||||||||||||||
| ReqAuth | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ClaimTypeInProgType records |
|||||||||||||
| MaxUnit | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ClaimTypeInProgType records |
|||||||||||||
| MaxUnitsPerDay | Unknown | 0 | null |
|
|
Maximum units per day - Maximum service units allowed per day for this claim type |
||||||||||||||
| MaxUnitsPerWeek | Unknown | 0 | null |
|
|
Maximum units per week - Maximum service units allowed per week |
||||||||||||||
| RequiresAuthorization | Unknown | 0 | null |
|
|
Authorization required - Whether claims of this type require prior authorization |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ClaimTypeInProgType | Primary key | Asc | CPID |
| ID_ProgramID | Performance | Asc | fkProgramID |
| IX_ClaimTypeID | Performance | Asc | fkClaimTypeID |