Saltar al contenido principal

Alarm Management

Descripción general

The vitalera alarm system automatically evaluates incoming patient observations against configured thresholds and generates alerts for healthcare professionals when clinical intervention may be needed.

Tipos de alarma

Threshold Alarms

Trigger when a measurement exceeds or falls below defined limits:

  • High threshold: Value above maximum (e.g., systolic BP > 180 mmHg)
  • Low threshold: Value below minimum (e.g., SpO2 < 90%)
  • Range: Value outside acceptable range

Missing Data Alarms

Trigger when expected measurements are not received within a defined time window. This helps identify patients who may have stopped monitoring.

Configuración

Alarms are configured per care plan and per observation type:

ParameterDescription
Observation typeWhich measurement to monitor (heart rate, BP, etc.)
High thresholdMaximum acceptable value
Low thresholdMinimum acceptable value
SeverityAlert priority level
Time windowFor missing data alarms

Ciclo de vida de la alarma

  1. Triggered: An incoming observation breaches a threshold
  2. Notified: Healthcare professionals receive the alert
  3. Classified: Professional reviews and classifies the alarm
  4. Resolved: Clinical action is taken and documented

Integración con la API

Alarm state transitions use dedicated action endpoints:

# Classify a detected issue
POST /api/detected-issues/{id}/classify/

# Cancel a detected issue
POST /api/detected-issues/{id}/cancel/

Mejores prácticas

  • Set thresholds based on clinical guidelines and patient-specific baselines
  • Configure missing data alarms to catch disengaged patients early
  • Review and adjust thresholds regularly based on patient trends