ClinicalVarianceRecord
This table contains data on variance (IVR) records associated with a patient.
| Column Name | Type | Description |
|---|---|---|
| VarianceTypeIdentifier | VARCHAR | The unique ID for the variance type associated with this record. |
| VarianceCategory | INTEGER | The category assigned to this variance record. |
| VarianceCreatingUserDisciplineIdentifier | VARCHAR | The unique ID of the discipline of the user creating this variance record. |
| VarianceGoalTypeId | VARCHAR | The unique ID of the goal type associated with this variance record. |
| IsVarianceArchived | VARCHAR | Indicates whether the Variance record is archived at the record level. |
| VarianceCreatingUserId | VARCHAR | The unique ID of the user creating this record. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| VarianceCreationInstant | DATETIME | The instant this variance record was created. |
| VarianceDepartmentIdentifier | NUMERIC | The unique ID of the department associated with this variance. |
| InterventionTypeId | VARCHAR | The unique ID of the intervention type associated with this variance record. |
| VarianceDisplayName | VARCHAR | The display name for this record. |
| LogicalDeploymentOwnerIdentification | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |