dbo.SXARCMPPS3MOutputItemData 
Default Table Name  SXARCMPPS3MOutputItemData 
Definition  Stores the line item data that we get from 3M after making a service call. 

dbo.SXARCMPPS3MOutputItemData 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. 
PPS3MOutputItemDataID(PK)    bigint  NO  Auto generated unique primary key value. 
PPS3MOutputDataID(FK)    bigint  NO  A foreign key to the PPS3MOutputDataID column in the SXARCMPPS3MOutputData table. 
ItemSequenceNumber    int  NO  Sequence number of the claim item 
ItemProcedureUsed    varchar(5)  YES  Stores the CPT/HCPCS code received from 3M for the procedure used on the claim item 
ItemModifier1    varchar(2)  YES  Stores the modifier code received from 3M for the claim item 
ItemModifier2    varchar(2)  YES  Stores the modifier code received from 3M for the claim item 
ItemModifier3    varchar(2)  YES  Stores the modifier code received from 3M for the claim item 
ItemModifier4    varchar(2)  YES  Stores the modifier code received from 3M for the claim item 
ItemProcedureApc    varchar(5)  YES  Stores the procedure APC (Ambulatory Payment Classification) received from 3M for the claim item 
ItemStatusCode    char(1)  YES  Stores the status code received from 3M for the claim item 
ItemPaymentIndicator    varchar(2)  YES  Stores the payment indicator received from 3M for the claim item 
ItemFinalEapg    varchar(5)  YES  Stores the final EAPG (Enhanced Ambulatory Payment Grouping) from 3M for the claim item 
ItemWeight    decimal(9, 6)  YES  Stores the weight from 3M for the claim item 
ItemPaidUnitsOfService    decimal(11, 1)  YES  Stores the Paid units of service from 3M for the claim item 
ItemEapgPayment    SXACurrencyDt  YES  Stores the EAPG Payment amount from 3M for the claim item 
ItemExistingPayment    SXACurrencyDt  YES  Stores the Existing Payment amount from 3M for the claim item 
ItemBlendedPayment    SXACurrencyDt  YES  Stores the Blended Payment amount from 3M for the claim item 
ItemDiscountedPercent    decimal(9, 8)  YES  Stores the Discounted Percent amount from 3M for the claim item 
ItemCostOutlierPayment    SXACurrencyDt  YES  Stores the Cost Outlier Payment amount from 3M for the claim item 
ItemCoinsurancePayment    SXACurrencyDt  YES  Stores the Coinsurance Payment amount from 3M for the claim item 
ItemMedicarePayment    SXACurrencyDt  YES  Stores the Medicare Payment amount from 3M for the claim item 
ItemPatientResponsibilityPayment    SXACurrencyDt  YES  Stores the Patient Responsibility Payment amount from 3M for the claim item 
ItemTotalPayment    SXACurrencyDt  YES  Stores the Total Payment amount from 3M for the claim item 
ItemGrouperTypeUsed    varchar(50)  YES  To store Grouper Type for APC & ASC 
ItemPayAction    varchar(2)  YES  To store the Pay Action 
ItemStatusIndicator    varchar(2)  YES  Stored the Item Status Indicatior 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
ItemTotalExcludingOutliersPayment    SXACurrencyDt  YES  Total payment amount recived without ouliers for visit claim line processing. 
ItemTotalExcludingPassThroughPayment    SXACurrencyDt  YES  Total payment amount recived without outliers for claim line processing 
ItemMedicareSequestrationAmount    SXACurrencyDt  YES  Sequestration amount recived for medicare for claim line processing 

dbo.SXARCMPPS3MOutputItemData Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMPPS3MOutputItemDataPK  PrimaryKey  PPS3MOutputItemDataID