## Synchronized Intermittent Mandatory Ventilation (SIMV) **Key Point:** SIMV is a hybrid mode that combines mandatory breaths (set by the ventilator) with spontaneous breaths (initiated by the patient). The ventilator synchronizes mandatory breaths with patient effort when possible, ensuring a minimum minute ventilation while allowing patient participation. ### SIMV Mechanism ```mermaid flowchart TD A[Patient breathing cycle]:::outcome --> B{Patient triggers breath?}:::decision B -->|Yes, within sync window| C[Mandatory breath delivered<br/>synchronized with effort]:::action B -->|No, sync window expires| D[Mandatory breath delivered<br/>at set rate]:::action E[Spontaneous breaths between<br/>mandatory breaths] --> F[Patient controls V~t~ and rate<br/>of spontaneous breaths]:::outcome C --> G[Minimum minute ventilation<br/>guaranteed]:::outcome D --> G E --> G ``` ### Key Features of SIMV | Parameter | Set by Ventilator | Set by Patient | |-----------|-------------------|----------------| | **Mandatory rate** | Yes (e.g., 8 breaths/min) | — | | **Mandatory V~t~** | Yes | — | | **Spontaneous breaths** | — | Triggered by patient effort | | **Spontaneous V~t~** | — | Determined by patient effort & lung mechanics | | **Total minute ventilation** | Minimum guaranteed | May exceed minimum if patient breathes more | ### Clinical Applications **High-Yield:** SIMV is ideal for: - **Weaning from mechanical ventilation** — allows gradual transition to spontaneous breathing - **Patients with intact respiratory drive** — encourages patient participation - **Preventing respiratory muscle atrophy** — maintains some spontaneous effort **Clinical Pearl:** SIMV can be combined with pressure support (SIMV + PS) to assist spontaneous breaths, reducing work of breathing during the spontaneous phase. ### Why NOT the Other Modes - **CPAP:** Provides only positive airway pressure; no mandatory breaths, no guaranteed minute ventilation - **PSV:** Pressure-supported spontaneous breaths only; no mandatory breaths, no guaranteed minimum rate - **CMV:** Fully controlled; patient cannot trigger additional breaths (no patient participation)
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.