PharmacyInterventionDetai
The interventions table contains one record for each intervention recorded in your system. Items included are: status, significance, time spent, value, response, associated patient and CSN, associated order, creating user, associated pharmacy, instant created, and instant closed. Not all of these items will be associated with every intervention. The primary key for the interventions table is.
| Column Name | Type | Description |
|---|---|---|
| CreatingPharmacyIdentifier | NUMERIC | The ID of the pharmacy (if any) associated with this intervention. This will be the log-in pharmacy of the department the user who created the intervention was logged into. |
| DeferralScoringRuleIdentifier | VARCHAR | The rule that is associated with the deferral. |
| InterventionRecordName | VARCHAR | The record name for this intervention record. An intervention is a specific task scheduled to be completed by a clinician to relieve a patient's health problem. |
| 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. |
| InterventionSignificanceCategory | INTEGER | The documented significance of the intervention. |
| ScoringSystemIdentifier | NUMERIC | If this intervention is associated with a scoring system, this column will contain the unique ID of the scoring system record. |
| InterventionDurationMinutes | NUMERIC | Amount of time documented as spent on the intervention in minutes. |
| IsScoringSystemInterventionDeferred | VARCHAR | Indicates whether this intervention is a scoring system deferral. 'Y' indicates that it is a scoring system deferral. 'N' indicates that is not a scoring system deferral. An intervention is a specific task scheduled to be completed by a clinician to relieve a patient's health problem. A scoring system is used in conjunction with rules to assign a value to a particular patient or event. For example, they can be used to assign an acuity score to patient or calculate future charges. Clinicians can defer them, indicating they will fill out the scoring system at a later time. |
| MedicationRuleIdentifier | NUMERIC | The unique ID for the medication rule associated with the deferral. |
| InterventionEstimatedValueAmount | NUMERIC | Numerical estimated value of the intervention as entered by the user. |
| CreatingUserIdentifier | VARCHAR | The user (EMP) ID of the user who created this intervention. |
| InterventionIdentifier | NUMERIC | A unique ID for the intervention. |
| InterventionStatusCode | INTEGER | The open/closed status of the intervention. Status values =2 or >=2000 are closed, other status values are open. |
| 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. |
| InterventionClosedDateTime | DATETIME | The date and time (if any) that this intervention was closed in calendar format. |
| InterventionResponseCategory | INTEGER | Response documented by the user in the intervention. |
| PatientIdentifier | VARCHAR | The patient (if any) associated with this intervention. This ID may be encrypted if you have elected to use enterprise reporting’s encryption utility. |