dbo.SXAANCBilling 
Default Table Name  SXAANCBilling 
Definition  Defines the billing items for Procedure 

dbo.SXAANCBilling 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. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
BillingID(PK)    int  NO  Auto generated unique primary key value. 
ConfigurationUnitID(FK)    int  NO  A foreign key to the ConfigurationUnitID column in the SXAANCConfigurationUnit table. 
FeeType    varchar(50)  YES  Fee type Professional?technical 
FeeCode    varchar(160)  YES  Fee Code 
UnitsToBill    int  YES  Number of units to Bill 
FeeDescription    varchar(200)  YES  Description of the Fee 
FeeModifier1    varchar(15)  YES  Billing Modifier 1; used to allow external code to identify and process modifiers to this billing record 
FeeModifier2    varchar(15)  YES  Billing Modifier 2; used to allow external code to identify and process modifiers to this billing record 
FeeModifier3    varchar(15)  YES  Billing Modifier 3; used to allow external code to identify and process modifiers to this billing record 
FeeModifier4    varchar(15)  YES  Billing Modifier 4; used to allow external code to identify and process modifiers to this billing record 
FeeModifier5    varchar(15)  YES  Billing Modifier 5; used to allow external code to identify and process modifiers to this billing record 
IsPrimary    bit  NO  Flag for identify Primary charge 
AUCFeeCode    varchar(50)  YES  This saves fee code which latter going to use to pass in HL7 field FT1.7 

dbo.SXAANCBilling Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAANCBillingPK  PrimaryKey  BillingID