Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| RateID | int | 4 | null |
|
|
Primary key - Unique identifier for the payroll rate configuration |
||
| Rates | money | 21,4 | √ | null |
|
|
Rate amount - Monetary amount for the payroll rate (hourly, per session, or per unit) |
|
| DateEffective | smalldatetime | 16 | √ | null |
|
|
Effective date - Date when this payroll rate becomes effective |
|
| GroupName | varchar | 100 | √ | null |
|
|
Rate group name - Name of the rate group this configuration belongs to |
|
| Comment | varchar | 500 | √ | null |
|
|
Rate comments - Additional notes or comments about this payroll rate configuration |
|
| Patientid | int | 4 | √ | null |
|
|
Patient identifier - Foreign key to specific patient if this is a patient-specific rate |
|
| Servicetypeid | int | 4 | √ | null |
|
|
Service type identifier - Foreign key linking to iCS2.dbo.ServiceType for centralized service type definitions and standardized service codes |
|
| Modifierid | int | 4 | √ | null |
|
|
Modifier identifier - Foreign key linking to iCS2.dbo.Modifier for centralized billing modifier definitions and standardized modifier codes |
|
| ProcCode | int | 4 | √ | null |
|
|
Procedure code - Foreign key linking to specific procedure code this rate applies to |
|
| UserID | int | 4 | √ | null |
|
|
User identifier - Foreign key linking to specific healthcare provider this rate applies to |
|
| PayGroup | int | 4 | √ | null |
|
|
Pay group - Foreign key linking to pay group classification for this rate |
|
| DateEnd | smalldatetime | 16 | √ | null |
|
|
End date - Date when this payroll rate expires or becomes inactive |
|
| RateStatus | varchar | 10 | √ | null |
|
|
Rate status - Current status of the payroll rate (Active, Inactive, Pending, etc.) |
|
| Minutes | int | 4 | √ | null |
|
|
Minimum minutes - Minimum number of minutes required for this rate to apply |
|
| fkCPID | int | 4 | √ | null |
|
|
Claim type foreign key - Links to claim type configuration that uses this rate |
|
| MinutesTo | int | 4 | √ | null |
|
|
Maximum minutes - Maximum number of minutes this rate applies to (for tiered rates) |
|
| CreatedBy | int | 4 | √ | null |
|
|
Created by user - User ID of the person who created this rate configuration |
|
| DateCreated | smalldatetime | 16 | √ | null |
|
|
Creation date - Timestamp when this rate configuration was created |
|
| UpdatedBy | int | 4 | √ | null |
|
|
Updated by user - User ID of the person who last modified this rate configuration |
|
| DateUpdated | smalldatetime | 16 | √ | null |
|
|
Update date - Timestamp when this rate configuration was last modified |
|
| Paysource | varchar | 10 | √ | null |
|
|
Payment source - Code identifying the funding source or insurance that uses this rate |
|
| NumInGroup | int | 4 | √ | null |
|
|
Group size - Number of participants in group sessions for group rate calculations |
|
| Claim | varchar | 100 | √ | null |
|
|
Claim information - Additional claim-related information for this rate |
|
| Program | varchar | 255 | √ | null |
|
|
Program name - Name of the program or service line this rate applies to |
|
| Modifier | varchar | 101 | √ | null |
|
|
Modifier description - Description of the billing modifier associated with this rate |
|
| RateRule | varchar | 100 | √ | null |
|
|
Rate rule - Business rule or calculation method applied to this rate |
|
| PayGroupName | nvarchar | 1073741823 | √ | null |
|
|
Pay group name - Descriptive name of the pay group classification |
|
| PaySourceName | varchar | 145 | √ | null |
|
|
Payment source name - Descriptive name of the payment source or funding entity |
|
| ModifierInfo | varchar | 151 | √ | null |
|
|
Modifier information - Detailed information about the billing modifier |
|
| ProcedureInfo | varchar | 131 | √ | null |
|
|
Procedure information - Detailed information about the procedure code |
|
| ServiceInfo | varchar | 111 | √ | null |
|
|
Service information - Detailed information about the service type |
