dbo.SXAIMMImmunizationReconciliation 
Default Table Name  SXAIMMImmunizationReconciliation 
Definition  This table holds the data for the patient immunization history while it is waiting for reconciliation
 

dbo.SXAIMMImmunizationReconciliation 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. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
ImmunizationReconciliationID(PK)    bigint  NO  Auto generated unique primary key value. 
ImmunizationQueryID(FK)    bigint  NO  A foreign key to the ImmunizationQueryID column in the SXAIMMImmunizationQuery table. 
ApplicSource    varchar(5)  NO  Link to SXAIMMImmunizationQuery table 
ActionCode    char(1)  YES  Soure application for row data. Action code: Add (A), Update (U) or Delete (D). 
ProductCVXCode    varchar(30)  YES  Vaccine CVX Code 
ProductName    varchar(100)  YES  Vaccine name 
ManufacturerMVXCode    varchar(30)  YES  Manufacturer MVX code 
ManufacturerName    varchar(150)  YES  Manufacturer Name 
RouteID    int  YES  Link to SXAIMMVaccineRoute table 
RouteName    varchar(50)  YES  Route id+text if not found in SXAIMMVaccineRoute table 
SiteGivenID    int  YES  Link to SXAIMMVaccineSiteGiven table 
SiteGivenName    varchar(30)  YES  Site Id + text if not found in SXAIMMVaccineSiteGiven table 
DoseUnitID    int  YES  Link to SXAIMMVaccineDoseUnit table 
DoseUnit    varchar(30)  YES  Dose + unit if not found in SXAIMMVaccineDoseUnit table 
DoseNumber    int  YES  Dose number 
LotNumber    varchar(1000)  YES  Lot numbers of the vaccine administered 
VaccineLotExpirationDtm    datetime  YES  Vaccine lot expiration date 
VISDate    datetime  YES  Vaccine Information Statement published date 
VISSignedDate    datetime  YES  Vaccine Information Statement presented date 
Comment    varchar(4000)  YES  Vaccine administration notes 
GivenDate    datetime  YES  Administered date 
GivenTime    varchar(30)  YES  Administered time 
AdministeredByGUID    HVCIDdt  YES  Link to CV3CareProvider table 
AdministeredBy    varchar(255)  YES  Care provider name if not found in CV3CareProvider table 
MSRowVersion    timestamp  NO  Optimistic lock identifier using rowversion datatype. 
StatusType    int  YES  An enumerated type with the following list of possible values: 0 = [Administered],1 = [Not administered],2 = [Refused], 
DoseAmount    numeric(14, 4)  YES  Immunization dose amount 
DoseUOM    varchar(30)  YES  Immunization dose unit of measure 
VaccineLotExpirationDates    varchar(1000)  YES  Lot expiration date/times of the vaccine administered 
ActionYear    int  YES  The year that the immunization was given. Required to support partial dates. 
ActionMonth    int  YES  The month that the immunization was given. Required to support partial dates. 
ActionDay    int  YES  The day that the immunization was given. Required to support partial dates. 
HistoricalInformationSourceCode    varchar(100)  YES  Historical Information Source (eg: Parent Recall, Written record, etc.) 
RefusalReasonCode    varchar(30)  YES  Immunization refusal reason code 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.SXAIMMImmunizationReconciliation Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAIMMImmunizationReconciliationPK  PrimaryKey  ImmunizationReconciliationID