SiteID 
Definition  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 

RepFlags 
Definition  Indicates the action in a distributed database environment. Distributed databases are no longer supported so this column is deprecated. 

Build 
Definition  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 
Definition  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 
Definition  The date and time that the row was last updated and will be based on the Enterprise time zone. 

CreatedBy 
Definition  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 
Definition  The date and time that the row was created and will be based on the Enterprise time zone. 

Active 
Definition  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 

GUID 
Definition  Unique primary key value. 

ClientGUID 
Definition  A foreign key to the GUID column in the CV3Client table. 

ChartGUID 
Definition  A foreign key to the GUID column in the CV3Chart table. 

ClientVisitGUID 
Definition  A foreign key to the GUID column in the CV3ClientVisit table. 

PathwayVersionGUID 
Definition  A foreign key to the GUID column in the CV3OrderPathway table. 

PathwayColumnGUID 
Definition  A foreign key to the GUID column in the CV3OrderPathwayHeader table. 

PathwayRowGUID 
Definition  The link to CV3ClinicalPathwayHeader that indicates which row to use. 

HealthIssueDeclGUID 
Definition  A foreign key to the GUID column in the CV3HealthIssueDeclaration table. 

ObsCatalogItemGUID 
Definition  A foreign key to the GUID column in the CV3ObsCatalogItem table. 

ObsCatalogMasterItemGUID 
Definition  A foreign key to the GUID column in the CV3ObsCatalogMasterItem table. 

Name 
Definition  The name of the outcome. 

DataType 
Definition  Indicates the type of data being entered for this outcome. Can only be the restricted or suggested dictionary types or free-text 

Sequence 
Definition  The sequence of this outcome in relation any other outcomes defined for the same row and column combination. 

IsTrackVariance 
Definition  Indicates whether this is a key outcome that needs to have variance tracked for it. 

TemplateValueGUID 
Definition  A foreign key to the GUID column in the CV3ObsValidValue table. 

TemplateValue 
Definition  The expected value, that contains the original expected outcome value to be achieved. 

TemplateLevelNum 
Definition  The level number of the template outcome value. 

ExpectedValueGUID 
Definition  The link to the Obs Valid Value which represents the expected outcome value to be achieved, if it exists. 

ExpectedValue 
Definition  The expected outcome value to be achieved. 

ExpectedLevelNum 
Definition  The level number of the expected outcome value. 

ActualValueGUID 
Definition  The valid value that represents the actual outcome value that was achieved, if it exists. 

ActualValue 
Definition  The actual outcome value that was achieved. If the Achievement Type is Met or Not Met, the outcome will have an actual value recorded here, and also in an associated Observation of outcome type 

ActualLevelNum 
Definition  The level number of the actual outcome value. 

Status 
Definition  The status of the outcome. Either Active or Inactive 

HasComment 
Definition  Indicates whether there is a comment for the observation for this item. 1 is True; 0 is False 

ObservationGUID 
Definition  Link to the CV3Observation table 

AchievementType 
Definition  Either None, Met, or Not Met. 

VarianceType 
Definition  Either None, Modify Template, or Deviation. 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.