ClinicalAlertInteraction
The table contains one record for every alert that was created in Hyperspace. Each record is based on the alert ID and contains key information about the alert such as the patient, patient CSN, alert type, and whether it was seen by a user.
| Column Name | Type | Description |
|---|---|---|
| AlertProtocolIdentifier | NUMERIC | The unique ID of the protocol the feedback in this alert record is about. |
| AlertPatientEncounterContactSerialNumber | NUMERIC | The contact serial number for the patient encounter in which the alert was fired. This number is unique across all patients and encounters in your system. If alerts are triggered in a patient-specific encounter, they are saved in a corresponding encounter. This can be used to join to PAT_ENC.PAT_ENC_CSN_ID to get the encounter information. |
| AlertDescriptionText | VARCHAR | A brief description of the alert. |
| MedicationAlertSubtype | INTEGER | Subtype of medication alert type. This is currently used only for alerts of type 23 - Error while checking interactions |
| NextBestActionGuarantorAccountIdentifier | NUMERIC | The guarantor account correlated with this next best action event. |
| MedicationDataVendorCategory | INTEGER | The category value for Medication Data Vendor. You could link it to ZC_MED_VENDOR.MED_VENDOR_C to get name, title, and abbreviation for the medication data vendor. |
| NextBestActionRecordIdentifier | NUMERIC | The ID of the action record correlated with this next best action event. |
| GeneralAlertInteractionTypeCode | INTEGER | This column contains the type of alert that was fired for this patient. Examples are: Best Practice Alerts, Duplicate Checking, Medication checking, and alternative alerts. |
| Order | NUMERIC | The unique ID of the order group the feedback in this alert record is about. |
| OrderValidationExtensionIdentifier | NUMERIC | The order validation extension that triggered on the patient |
| BloodProductAlertCategoryIdentifier | INTEGER | The blood alert bucket category ID for the alert. |
| NextBestActionProspectivePatientRecordIdentifier | NUMERIC | The prospective patient correlated with this next best action event. |
| LastUpdateDateTime | DATETIME | The date and time this row was last updated (the last time the table was extracted or this column was backfilled). |
| NextBestActionPatientIdentification | VARCHAR | The patient correlated with this next best action event. |
| PotentialDuplicateAlertIndicator | VARCHAR | This column stores if this alert fired within 5 minutes of another alert with the same EPT CSN, User, and alert type. This denotes it as a POTENTIAL duplicate. Despite the name of this column, this duplication flag can be set for a variety of alert types, including MAR alerts and Dispense Preparation alerts. |
| NextBestActionProviderIdentification | VARCHAR | The provider correlated with this next best action event. |
| HealthMaintenanceTopicIdentification | INTEGER | This column contains the ID of the Health Maintenance topic correlated with this alert record. |
| AlertIdentification | NUMERIC | The unique identifier for the alert. |
| IsRecordArchived | VARCHAR | Indicates whether the Alert record is archived at the record level. |
| PatientIdentifier | VARCHAR | The unique patient ID of the patient for whom the alert fired. You could link it to PATIENT.PAT_ID to get patient specific information. |
| MedicationPumpDeviceIdentification | VARCHAR | The unique external device ID of the pump selected in response to the warning after trying to program the pump. |
| NextBestActionSubmitterRecordIdentifier | NUMERIC | The submitter correlated with this next best action event. |
| MedicationAdministrationRecordActionCategory | VARCHAR | The MAR action category ID selected in response to the warning after trying to program the pump. |
| ExpectedWorkflowTriggerActivity | INTEGER | The activity which triggered the warning. Only used when the warning type is Expected Workflow Step Not Complete. |
| LogicalDeploymentOwnerIdentifier | 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. |
| BestPracticeAlertIsPatientFacingIndicator | VARCHAR | This column contains information about whether the BPA associated with this alert is patient-facing. |
| MedicationAlertClassification | INTEGER | This column contains the specific medication alert type. Examples are drug-drug, drug-food, and duplicate medication. You can link to ZC_MED_ALERT_TYPE.MED_ALERT_TYPE_C to get name, title, and abbreviation information for the medication alert type. |