Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pkCPTID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each CPT code record |
||||||||||||||||
| Code | varchar | 10 | null |
|
|
CPT code - The actual CPT or HCPCS procedure code |
|||||||||||||||||
| CodeDesc | varchar | 2147483647 | √ | null |
|
|
Code description - Detailed description of the procedure or service |
||||||||||||||||
| DateCreated | smalldatetime | 16 | √ | null |
|
|
Creation date - Date when the CPT code was added to the system |
||||||||||||||||
| CreatedBy | int | 4 | √ | null |
|
|
Created by user - UserID of the person who added the code |
||||||||||||||||
| Deleted | bit | 1 | √ | null |
|
|
Deleted flag - Boolean indicating if the code is no longer active |
||||||||||||||||
| UnitDefinition | varchar | 20 | √ | null |
|
|
Unit definition - Definition of billing units for this procedure |
||||||||||||||||
| IsHSCPC | bit | 1 | √ | null |
|
|
HCPCS flag - Boolean indicating if this is an HCPCS code rather than CPT |
||||||||||||||||
| IsEncounter | bit | 1 | √ | null |
|
|
Encounter flag - Boolean indicating if this code represents an encounter |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__CPTCode__3AD91AE7 | Primary key | Asc | pkCPTID |
