| Literature DB >> 32432551 |
Chrystinne Fernandes1, Simon Miles2, Carlos José Pereira Lucena1.
Abstract
BACKGROUND: Although alarm safety is a critical issue that needs to be addressed to improve patient care, hospitals have not given serious consideration about how their staff should be using, setting, and responding to clinical alarms. Studies have indicated that 80%-99% of alarms in hospital units are false or clinically insignificant and do not represent real danger for patients, leading caregivers to miss relevant alarms that might indicate significant harmful events. The lack of use of any intelligent filter to detect recurrent, irrelevant, and/or false alarms before alerting health providers can culminate in a complex and overwhelming scenario of sensory overload for the medical team, known as alarm fatigue.Entities:
Keywords: alarm fatigue; alarm safety; eHealth systems; false alarms; notification; reasoning; remote patient monitoring; sensors
Year: 2020 PMID: 32432551 PMCID: PMC7270842 DOI: 10.2196/15407
Source DB: PubMed Journal: JMIR Med Inform
Summary of alarm-related issues.
| Alarm-related issue | Causes | Consequences to the staff | Consequences to patient care | Avoidance strategies |
| Excessive false positive alarms | Can be attributed to patient manipulation (ie, motion artifact) | Apathy and desensitization | Reduction in responding | Suspension of alarms for a short period prior to patient manipulation |
| Frequent insignificant or irrelevant alarms | Use of the default alarm settings | Distraction | Disruption of patient care | Eliminating nonessential alarms |
Figure 1State machine diagram showing how we calculate the false alarm probability (FAP) associated with an alarm. FAI: false alarm indicator.
Inputs for our reasoning algorithm.
| Input | Input name | FAIa the input is used to calculate | Description | Type of related monitoring device |
| 1 | LEVEL_OF_ BATTERY | FAI1 | Level of battery for each monitoring device, including multiparametric monitors | Monitoring devices that use batteries |
| 2 | LAST_TIME_ BATTERY_ CHANGED | FAI1 | Last time the device’s battery was changed | Monitoring devices that use batteries |
| 3 | LAST_TIME_ SKIN_ PREPARATION | FAI2 | Last time skin preparation occurred | Sensors that use electrodes |
| 4 | LAST_TIME_ ELECTRODES_ CHANGED | FAI2 | Last time electrodes were changed | Sensors that use electrodes |
| 5 | CURRENT_ PATIENT_ LOCALIZATION | FAI3 | The current patient’s localization | Sensors used to track patient localization |
| 6 | LOG_LAST_ PATIENT_ LOCALIZATION | FAI3 | A log of the patient’s last localization | Sensors used to track patient localization |
| 7 | CURRENT_ PATIENT_POSITION_IN_BED | FAI4 | The current position a patient occupies in a bed | Sensors used to track patient position in bed |
| 8 | LOG_LAST_ PATIENT_POSITIONS_IN_BED | FAI4 | The last positions a patient has occupied in a bed | Sensors used to track patient position in bed |
aFAI: false alarm indicator.
Figure 2The Philips Efficia CM100 monitor.
Figure 3Arduino UNO microcontroller.
Figure 4eHealth Sensor Platform Complete Kit.
Figure 5eHealth Sensor Shield.
Defining the anomaly thresholds of temperature and heart rate sensors for each patient.
| Patient ID | Minimum temperature, °C | Maximum temperature, °C | Minimum heart rate, BPMa | Maximum heart rate, BPM |
| 1 | 35.5 | 39.0 | 60 | 100 |
| 2 | 35.0 | 38.5 | 55 | 95 |
| 3 | 35.5 | 39.5 | 60 | 100 |
| 4 | 35.5 | 38.5 | 50 | 100 |
aBPM: beats per minute.
Results of our experiments for notifications related to temperature alarms.
| NIDa | WIDb | PIDc | AIDd | Sensor value, °C | Alarm timestamp, date and time | FAPe,% | Notification timestamp, date and time | FAP_LABEL, % |
| 1 | 1 | 1 | 1 | 35.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 2 | 1 | 4 | 2 | 42.0 | 2019-07-02 | 25.0 | 2019-07-02 | UNDEFINED |
| 3 | 1 | 3 | 4 | 41.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 4 | 1 | 2 | 9 | 41.0 | 2019-07-02 | 75.0 | 2019-07-02 | 75.0 |
| 5 | 1 | 1 | 12 | 42.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 1 | 15 | 42.0 | 2019-07-02 | 100.0 | 2019-07-02 | 100.0 |
| 5 | 1 | 1 | 16 | 41.0 | 2019-07-02 | 75.0 | 2019-07-02 | 75.0 |
| 5 | 1 | 1 | 17 | 35.0 | 2019-07-02 | 25.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 1 | 18 | 42.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 1 | 20 | 41.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
aNID: Notification ID.
bWID: Ward ID.
cPID: Patient ID.
dAID: Alarm ID.
eFAP: false alarm probability.
Results of our experiments for notifications related to heart rate vital signs.
| NIDa | WIDb | PIDc | AIDd | Sensor value, BPMe | Alarm timestamp, date and time | FAPf,% | Notification timestamp, date and time | FAP_LABEL, % |
| 1 | 1 | 2 | 1 | 108.0 | 2019-07-02 | 75.0 | 2019-07-02 | 75.0 |
| 2 | 1 | 1 | 2 | 145.0 | 2019-07-02 | 25.0 | 2019-07-02 | UNDEFINED |
| 3 | 1 | 4 | 6 | 123.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 4 | 1 | 3 | 8 | 116.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 2 | 3 | 156.0 | 2019-07-02 | 0.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 2 | 5 | 159.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 2 | 7 | 44.0 | 2019-07-02 | 75.0 | 2019-07-02 | 75.0 |
| 5 | 1 | 2 | 9 | 164.0 | 2019-07-02 | 50.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 2 | 16 | 184.0 | 2019-07-02 | 25.0 | 2019-07-02 | UNDEFINED |
| 5 | 1 | 2 | 23 | 51.0 | 2019-07-02 | 0.0 | 2019-07-02 | UNDEFINED |
aNID: Notification ID.
bWID: Ward ID.
cPID: Patient ID.
dAID: Alarm ID.
eBPM: beats per minute.
fFAP: false alarm probability.