dbo.SXAEDIInsuranceAuthorizationContact 
Default Table Name  SXAEDIInsuranceAuthorizationContact 
Definition  Stores the contact information for an insurance plan when performing authorization. 

dbo.SXAEDIInsuranceAuthorizationContact 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. 
TouchedWhen    datetime  NO  The date and time that the row was last updated and will be 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. 
CreatedWhen    datetime  NO  The date and time that the row was created and will be based on the Enterprise time zone. 
InsuranceAuthorizationContactID(PK)    int  NO  Auto generated unique primary key value. 
PlanCode    varchar(40)  NO  Code of the insurance plan. 
AgencyName    varchar(35)  YES  The name of the group/agency that user must call to get approval for services and referrals. 
Contact    varchar(85)  YES  PHI: Individual contact name. 
AddrLine1    varchar(50)  YES  Address line 1 of the group/agency. 
AddrLine2    varchar(50)  YES  Address line 2 of the group/agency. 
City    varchar(35)  YES  City of the group/agency. 
CountryCode    varchar(50)  YES  Country of the group/agency. 
CountryDvsnCode    varchar(30)  YES  State/Province of the group/agency. 
PostalCode    varchar(15)  YES  PHI: Zip/Postal code of the group/agency. 
AreaCode    varchar(10)  YES  PHI: Phone number area code of the contact or group/agency. 
PhoneNumber    varchar(40)  YES  PHI: Phone number of the contact or group/agency. 
Extension    varchar(20)  YES  PHI: Phone extension of the contact or group/agency. 
FaxAreaCode    varchar(10)  YES  PHI: Fax area code of the contact or group/agency. 
FaxNumber    varchar(40)  YES  PHI: Fax number of the contact or group/agency. 
Email    varchar(80)  YES  PHI: Email address of the contact or group/agency. 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.SXAEDIInsuranceAuthorizationContact Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAEDIInsuranceAuthorizationContactPK  PrimaryKey  InsuranceAuthorizationContactID