dbo.SXARCMDenial 
Default Table Name  SXARCMDenial 
Definition  Store the Denial 

dbo.SXARCMDenial Columns 
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. 
DenialId(PK)    int  NO  Auto generated unique primary key value. 
DenialSourceID(FK)    int  YES  A foreign key to the DenialSourceID column in the SXARCMDenialSource table. 
DenialStatusID(FK)    int  YES  A foreign key to the DenialStatusID column in the SXARCMDenialStatus table. 
DenialLevelID(FK)    int  YES  A foreign key to the DenialLevelID column in the SXARCMDenialLevel table. 
PayerClaimControlNumber    varchar(50)  YES  Stores the Payer Claim Control number. 
DenialCodeConfigID(FK)    int  YES  A foreign key to the DenialCodeConfigID column in the SXARCMDenialCodeConfig table. 
DenialTypeID(FK)    int  YES  A foreign key to the DenialTypeID column in the SXARCMDenialType table. 
DenialSeverityID(FK)    int  YES  A foreign key to the DenialSeverityID column in the SXARCMDenialSeverity table. 
DenialRootCauseID(FK)    int  YES  A foreign key to the DenialRootCauseID column in the SXARCMDenialRootCause table. 
DenialResultID(FK)    int  YES  A foreign key to the DenialResultID column in the SXARCMDenialResult table. 
DenialAreaResponsibleID(FK)    int  YES  A foreign key to the DenialAreaResponsibleID column in the SXARCMDenialAreaResponsible table. 
DenialActionID(FK)    int  YES  A foreign key to the DenialActionID column in the SXARCMDenialAction table. 
RecoveredAmount    SXACurrencyDt  YES  Stores recovered amount entered by user. 
WorksheetId(FK)    bigint  YES  A foreign key to the WorksheetID column in the SXARCMWorksheet table. 
WorkSheetYear(FK)    int  YES  A foreign key to the WorkSheetYear column in the SXARCMWorksheet table. 
EpisodeYear(FK)    int  YES  Stores the status as whether a Denial is AutoClosed or not 
IsAutoClose    bit  NO  A foreign key to the DenialCodeID column in the SXARCMDenialCode table. 
DenialCodeID(FK)    int  YES  A foreign key to the EpisodeYear column in the SXARCMClaimLine table. 
ClaimLineID(FK)    bigint  YES  A foreign key to the ClaimLineID column in the SXARCMClaimLine table. 
DenialAmount    SXACurrencyDt  NO  This column will hold the Denial Amount for WorkSheet level or Claim Line level 
DenialNote    varchar(2000)  YES  PHI: This column will hold Denial comment 
Phone    varchar(25)  YES  PHI: This column will hold the phone number 
InsuranceRepresentativeName    varchar(50)  YES  PHI: This column will hold the Insurance Representative Name 
FollowUpDate    datetimeoffset(3)  YES  This column will hold the Follow up Date 
IsAdjustmentPosted    bit  NO  stored Is Adjusted Posted Flaf 
AdjustmentGroupCode    nvarchar(30)  YES  Store the Group code 
DenialCloseReason    varchar(2000)  YES  Stores Denial close Reason Code 
DenialCloseReasonID(FK)    int  YES  A foreign key to the DenialCloseReasonID column in the SXARCMDenialCloseReason table. 
IsDenialCreatedEventRaised    bit  NO  Will contain value of event is raised for specific denial or not 
ERATransactionSetClaimID    bigint  YES  Will contain value of transactionset Claim ID 
ERATransactionSetClaimAdjustmentID    bigint  YES  A foreign key to the DenialConfigID column in the SXARCMDenialConfig table. 
ERATransactionSetClaimServiceLineAdjustmentID    bigint  YES  A foreign key to the DenialConfigClaimReasonID column in the SXARCMDenialConfigClaimReason table. 
DenialConfigID(FK)    int  YES  A foreign key to the DenialConfigClaimReasonExclusionID column in the SXARCMDenialConfigClaimReasonExclusion table. 
DenialConfigClaimReasonID(FK)    int  YES  A foreign key to the DenialCategoryID column in the SXARCMDenialCategory table. 
DenialConfigClaimReasonExclusionID(FK)    int  YES  A foreign key to the DenialSubCategoryID column in the SXARCMDenialSubCategory table. 
DenialCategoryID(FK)    int  YES  This is column is used to store CPT/HCPCS Code. 
DenialSubCategoryID(FK)    int  YES  This is column is used to store Revenue Code. 
CPTHCPCSCode    varchar(50)  YES  PHI: Store Denial Date 
RevenueCode    varchar(50)  YES  Unique GUID used to support merge replication. 
DenialDate    date  NO  This column is to store the transactionset claim adjustment ID. 
MSReplrowguid    uniqueidentifier  NO  This column is to store the transactionset claim service line adjustment ID. 
DenialClosedDateUTC    datetimeoffset(3)  YES  The date ant time when a denial was closed. 
DenialClosedBy    varchar(50)  YES  The user who closed a denial. 
IsSystemOverrideOfAdjustmentCreation    bit  NO  Denial get created due to override ADC configuration or not. 
DenialMarkedForClosureDateUTC    datetimeoffset(3)  YES  The date and time that the denial was marked for Closure 
DenialMarkedForClosureBy    varchar(50)  YES  Information about the user that marked denial for closure. 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. 
BatchID    bigint  YES  A foreign key to the BatchID column in the SXARCMBatch table. 
AutoAdjustTransactionID(FK)    bigint  YES  A foreign key to the TransactionID column in the SXARCMTransaction table. 
AutoAdjustTransactionYear(FK)    int  YES  A foreign key to the TransactionYear column in the SXARCMTransaction table. 
TransactionCodeMasterID(FK)    int  YES  A foreign key to the TransactionCodeMasterID column in the SXARCMTransactionCodeMaster table. 

dbo.SXARCMDenial Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMDenialPK  PrimaryKey  DenialId