ColumnName |
Domain |
Datatype |
NULL |
Definition |
Build |
|
int |
NO |
Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. |
TouchedBy |
|
varchar(50) |
NO |
Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
TouchedWhenUTC |
|
datetimeoffset(3) |
NO |
The date and time that the row was last updated including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. |
CreatedBy |
|
varchar(50) |
NO |
Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
CreatedWhenUTC |
|
datetimeoffset(3) |
NO |
The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. |
MSRowVersion |
|
timestamp |
NO |
Optimistic lock identifier using rowversion datatype. |
ClaimLineID |
|
bigint |
NO |
Auto generated unique primary key value. |
ClaimID |
|
bigint |
NO |
A foreign key to the ClaimID column in the SXARCMClaim table. |
ChargeTransactionAmount |
|
SXACurrencyDt |
NO |
Amount being claimed for the associated transaction |
SequenceNumber |
|
int |
YES |
SequenceNumber is of ClaimLine |
CoveredAmount |
|
SXACurrencyDt |
YES |
CoveredAmount is of ClaimLine |
ExpectedAmount |
|
SXACurrencyDt |
YES |
ExpectedAmount is of ClaimLine |
RebillforBillRequestID |
|
bigint |
YES |
A foreign key to the BillingRequestID column in the SXARCMBillingRequest table. |
WorksheetID |
|
bigint |
YES |
WorkSheet ID (FK to SXARCMWorksheet) |
ChargeSummarizationKey |
|
varchar(250) |
YES |
Claim Charge Summarization Key information |
HCPCSCode |
|
varchar(50) |
YES |
HCPCS Code Information |
RevenueCode |
|
varchar(50) |
YES |
Revenue Code Information |
TotalUnits |
|
numeric(15, 4) |
YES |
Total Unit information |
FlowThruAmount |
|
SXACurrencyDt |
YES |
Expected reimbursement flow thru amount. |
EpisodeYear |
|
int |
NO |
A foreign key to the EpisodeYear column in the SXARCMClaim table. |
Modifier1Code |
|
varchar(2) |
YES |
Store Claim Modifier Code |
AdjustmentAmount |
|
SXACurrencyDt |
YES |
AdjustmentAmount |
DisplayLineforWS |
|
bit |
NO |
Flag to store the boolean value if the claim line needs to be displayed in Worksheet or not. 1 to display and 0 to not display. |
DepartmentCode |
|
varchar(60) |
YES |
Stores department code after summarization. |
ProviderID |
|
bigint |
YES |
Stored the provider ID |
SpecialtyTaxonomyCode |
|
varchar(10) |
YES |
Indicates the taxonomy code of the specialty of the provider for which the charge was summarized |
ParentClaimLineID |
|
bigint |
YES |
A foreign key to the ClaimLineID column in the SXARCMClaimLine table. |
ParentEpisodeYear |
|
int |
YES |
A foreign key to the EpisodeYear column in the SXARCMClaimLine table. |
AbsMOD1 |
|
varchar(2) |
YES |
Stores Mod 1 value |
AbsMOD2 |
|
varchar(2) |
YES |
Stores Mod 2 value |
AbsMOD3 |
|
varchar(2) |
YES |
Stores Mod 3 value |
AbsMOD4 |
|
varchar(2) |
YES |
Stores Mod 4 value |
TotalCostAmount |
|
SXACurrencyDt |
YES |
Holds the total cost of the claim line |
ServiceDate |
|
date |
YES |
PHI: Stores default service date for claim line |
MSReplrowguid |
|
uniqueidentifier |
NO |
Unique GUID used to support merge replication. |
ActualBilledAmount |
|
SXACurrencyDt |
NO |
This is the actual charge amount as shown on claim. The claim line charge amount may vary from the sum of transaction amount if the payer calls for this value to reflect another value calculated within the billing workflow |
OriginalUnits |
|
numeric(15, 4) |
YES |
Stores the original units assigned to associated transaction |
IsDummyLine |
|
bit |
NO |
Stores the claim line is dummy or not |