“ Introduction Shock is clinical syndrome that results from poor tissue perfusion Poor tissue perfusion ↓ Body do not receive enough oxygen and nutrients to allow cells to function ↓ ↓ Cellular death Organ failure ↓ Whole body failure ↓ Death Feature Hypovolemic Shock Cardiogenic Shock Septic (Toxaemic) Shock Introduction – Most common form of shock.– Occurs due to decreased blood volume. – Caused by inadequate pumping action of heart. – Occurs due to severe bacterial infections or septicaemia. Causes 1. Acute haemorrhage2. Dehydration from vomiting, diarrhoea3. Burns4. Excessive use of diuretics5. Acute pancreatitis 1. Deficient emptying:a) Myocardial infarctionb) Cardiomyopathiesc) Rupture of the heart, ventricle or papillary muscled) Cardiac arrhythmias2. Deficient filling:a) Cardiac tamponade from haemopericardium3. Obstruction to the outflow:a) Pulmonary embolismb) Ball valve thrombusc) Tension pneumothoraxd) Dissecting aortic aneurysm 1. Gram-negative septicaemia (endotoxic shock):E. coli, Proteus, Klebsiella, Pseudomonas and Bacteroides.2. Gram-positive septicaemia (exotoxic shock):Streptococci, pneumococci. Pathogenesis ↓ Effective circulating blood volume → ↓ Venous return to heart → ↓ Cardiac output → ↓ Blood flow → ↓ Supply of oxygen → Anoxia → Inflammatory mediators → Acute circulatory failure (shock). Cardiogenic shock occurs when >40% of left ventricle is destroyed, leading to acute circulatory failure and tissue hypoperfusion. Gram-negative bacteria: LPS → binds CD14 → macrophage stimulation.Gram-positive bacteria: Lipoteichoic acid → binds TLR-2 → macrophage stimulation.Macrophages release TNF-α and IL-1 → vasodilatation + increased vascular permeability → inadequate tissue perfusion → septic shock. Symptoms 1. Increased heart rate (tachycardia)2. Low blood pressure (hypotension)3. Low urinary output (oliguria to anuria)4. Alteration in mental state (agitated → confused → lethargic) 1. Decreased tissue perfusion (tissue hypoxia) – Forward failure2. Pulmonary oedema – Backward failure Early stage: Tachycardia, warm extremities due to vasodilatation (hyperdynamic circulation).Late stage: Increased vascular permeability, decreased output and oliguria (renal failure). Stages Stage I (Mild hypovolemia): <20% volume loss. Only mild tachycardia with normal BP.Stage II (Moderate hypovolemia): 20–40% volume loss. Tachycardia with normal BP in supine position but hypotension in erect posture.Stage III (Severe hypovolemia): ≥40% volume loss. Classical signs of shock appear (tachycardia, hypotension, disorientation, etc.). No specific stages mentioned. 1. Early hyperdynamic stage2. Late hypodynamic stage Morphological Changes in Shock Organ Morphological Changes Brain Ischemic encephalopathy Kidneys Acute tubular necrosis, oliguria and electrolyte disturbances Heart Coagulative necrosis Liver Fatty change with hemorrhagic central necrosis Adrenal glands Cortical cell lipid depletion GIT Hemorrhagic enteropathy Lungs Uncommonly affected, but may show diffuse alveolar damage (shock lung)” Make html based illustrated mind map infographics as per the given text, nothing from given text must be changed and nothing must be added extra, and nothing must be skipped.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Shock - Illustrated Mind Map Infographic</title> <style> *{ margin:0; padding:0; box-sizing:border-box; font-family:Arial,Helvetica,sans-serif; } body{ background:#eef5fb; padding:25px; color:#222; } .container{ max-width:1800px; margin:auto; } h1{ text-align:center; margin-bottom:20px; color:#0d47a1; } .card{ background:white; border-radius:16px; padding:18px; margin-bottom:20px; box-shadow:0 5px 12px rgba(0,0,0,.15); } .title{ font-size:24px; font-weight:bold; margin-bottom:12px; color:#1565c0; } .flow{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:12px; margin-top:20px; } .box{ background:#e3f2fd; border:2px solid #1976d2; border-radius:12px; padding:15px; min-width:180px; text-align:center; font-weight:bold; } .arrow{ font-size:28px; color:#1976d2; font-weight:bold; } .table-container{ overflow-x:auto; } table{ width:100%; border-collapse:collapse; margin-top:15px; } th{ background:#1565c0; color:white; padding:12px; border:1px solid white; } td{ vertical-align:top; padding:12px; border:1px solid #ccc; line-height:1.55; } .feature{ background:#bbdefb; font-weight:bold; } .sub{ margin-left:15px; } .organtable th{ background:#2e7d32; } .organtable td:first-child{ font-weight:bold; background:#e8f5e9; } </style> </head> <body> <div class="container"> <h1>SHOCK</h1> <div class="card"> <div class="title">Introduction</div> <p><b>Shock is clinical syndrome that results from poor tissue perfusion</b></p> <div class="flow"> <div class="box"> Poor tissue perfusion </div> <div class="arrow">↓</div> <div class="box"> Body do not receive enough oxygen and nutrients to allow cells to function </div> <div class="arrow">↓</div> <div class="box"> Cellular death </div> <div class="arrow">↓</div> <div class="box"> Organ failure </div> <div class="arrow">↓</div> <div class="box"> Whole body failure </div> <div class="arrow">↓</div> <div class="box"> Death </div> </div> </div> <div class="card"> <div class="title">Classification of Shock</div> <div class="table-container"> <table> <tr> <th>Feature</th> <th>Hypovolemic Shock</th> <th>Cardiogenic Shock</th> <th>Septic (Toxaemic) Shock</th> </tr> <tr> <td class="feature">Introduction</td> <td> – Most common form of shock.<br> – Occurs due to decreased blood volume. </td> <td> – Caused by inadequate pumping action of heart. </td> <td> – Occurs due to severe bacterial infections or septicaemia. </td> </tr> <tr> <td class="feature">Causes</td> <td> 1. Acute haemorrhage<br><br> 2. Dehydration from vomiting, diarrhoea<br><br> 3. Burns<br><br> 4. Excessive use of diuretics<br><br> 5. Acute pancreatitis </td> <td> 1. Deficient emptying <div class="sub"> a) Myocardial infarction<br> b) Cardiomyopathies<br> c) Rupture of the heart, ventricle or papillary muscle<br> d) Cardiac arrhythmias </div> <br> 2. Deficient filling <div class="sub"> a) Cardiac tamponade from haemopericardium </div> <br> 3. Obstruction to the outflow <div class="sub"> a) Pulmonary embolism<br> b) Ball valve thrombus<br> c) Tension pneumothorax<br> d) Dissecting aortic aneurysm </div> </td> <td> 1. Gram-negative septicaemia (endotoxic shock): <div class="sub"> E. coli, Proteus, Klebsiella, Pseudomonas and Bacteroides. </div> <br> 2. Gram-positive septicaemia (exotoxic shock): <div class="sub"> Streptococci, pneumococci. </div> </td> </tr> <tr> <td class="feature">Pathogenesis</td> <td> ↓ Effective circulating blood volume ↓ ↓ Venous return to heart ↓ ↓ Cardiac output ↓ ↓ Blood flow ↓ ↓ Supply of oxygen ↓ Anoxia ↓ Inflammatory mediators ↓ Acute circulatory failure (shock). </td> <td> Cardiogenic shock occurs when >40% of left ventricle is destroyed, leading to acute circulatory failure and tissue hypoperfusion. </td> <td> Gram-negative bacteria: LPS → binds CD14 → macrophage stimulation. <br><br> Gram-positive bacteria: Lipoteichoic acid → binds TLR-2 → macrophage stimulation. <br><br> Macrophages release TNF-α and IL-1 ↓ vasodilatation + increased vascular permeability ↓ inadequate tissue perfusion ↓ septic shock. </td> </tr> <tr> <td class="feature">Symptoms</td> <td> 1. Increased heart rate (tachycardia)<br><br> 2. Low blood pressure (hypotension)<br><br> 3. Low urinary output (oliguria to anuria)<br><br> 4. Alteration in mental state (agitated → confused → lethargic) </td> <td> 1. Decreased tissue perfusion (tissue hypoxia) – Forward failure<br><br> 2. Pulmonary oedema – Backward failure </td> <td> Early stage: Tachycardia, warm extremities due to vasodilatation (hyperdynamic circulation). <br><br> Late stage: Increased vascular permeability, decreased output and oliguria (renal failure). </td> </tr> <tr> <td class="feature">Stages</td> <td> Stage I (Mild hypovolemia): <20% volume loss. Only mild tachycardia with normal BP. <br><br> Stage II (Moderate hypovolemia): 20–40% volume loss. Tachycardia with normal BP in supine position but hypotension in erect posture. <br><br> Stage III (Severe hypovolemia): ≥40% volume loss. Classical signs of shock appear (tachycardia, hypotension, disorientation, etc.). </td> <td> No specific stages mentioned. </td> <td> 1. Early hyperdynamic stage <br><br> 2. Late hypodynamic stage </td> </tr> </table> </div> </div> <div class="card"> <div class="title">Morphological Changes in Shock</div> <table class="organtable"> <tr> <th>Organ</th> <th>Morphological Changes</th> </tr> <tr> <td>Brain</td> <td>Ischemic encephalopathy</td> </tr> <tr> <td>Kidneys</td> <td>Acute tubular necrosis, oliguria and electrolyte disturbances</td> </tr> <tr> <td>Heart</td> <td>Coagulative necrosis</td> </tr> <tr> <td>Liver</td> <td>Fatty change with hemorrhagic central necrosis</td> </tr> <tr> <td>Adrenal glands</td> <td>Cortical cell lipid depletion</td> </tr> <tr> <td>GIT</td> <td>Hemorrhagic enteropathy</td> </tr> <tr> <td>Lungs</td> <td>Uncommonly affected, but may show diffuse alveolar damage (shock lung)</td> </tr> </table> </div> </div> </body> </html>