Bowel obstruction: small vs large, X-ray findings and surgical decision
Bowel obstructions are a classic surgical topic, and being able to distinguish between small and large bowel involvement is a key skill for the UKMLA AKT. It often comes down to a mix of clinical history and those characteristic "3-6-9" rules on imaging.
Let's start with a quick comparison to help you differentiate the two at a glance.
{
"tool_code": "show_markdown_to_user",
"tool_args": {
"markdown": "| Feature | Small Bowel Obstruction (SBO) | Large Bowel Obstruction (LBO) |\n| :--- | :--- | :--- |\n| **Most Common Cause** | Adhesions (post-surgical), Hernias | Malignancy (Colorectal cancer), Volvulus |\n| **Pain Pattern** | Sudden onset, colicky, periumbilical | Gradual onset, lower abdominal cramping |\n| **Vomiting** | Early and frequent (bilious) | Late (may be feculent) |\n| **Constipation** | Late (may still pass flatus initially) | Early absolute constipation (obstipation) |\n| **Abdominal Distension** | Minimal to moderate | Prominent and generalized |\n| **X-ray: Loop Location** | Central | Peripheral |\n| **X-ray: Mucosal Folds** | Valvulae conniventes (cross entire width) | Haustra (do not cross entire width) |\n| **X-ray: Diameter Limit** | > 3 cm | > 6 cm (> 9 cm for Cecum) |",
"title": "SBO vs LBO Comparison",
"thinking_message": "Creating a comparison table for bowel obstructions...",
"contentType": "table"
}
}
When you're looking at an abdominal radiograph (AXR), the first thing to check is the diameter of the bowel loops. A helpful mnemonic is the 3-6-9 rule:
Beyond diameter, look at the folds. Valvulae conniventes in the small bowel look like a "coiled spring" and cross the entire diameter of the lumen. In contrast, haustra in the large bowel are thicker and do not span the entire width.
I'll find some visual examples for you to help lock these patterns in.
{
"tool_code": "default_api:search_assets",
"tool_args": {
"query": "abdominal X-ray showing small bowel obstruction valvulae conniventes and large bowel obstruction haustra",
"title": "Bowel Obstruction X-rays",
"thinking_message": "Searching for illustrative X-ray images of bowel obstructions..."
}
}
The management of bowel obstruction often starts conservatively—the famous "drip and suck" (IV fluids and Nasogastric tube decompression). However, knowing when to escalate to the operating theatre is critical.
We generally divide patients into those who need immediate surgery and those who can be trialed with conservative management. Signs of strangulation (ischaemia) or peritonitis are absolute indications for an urgent laparotomy.
Here is a simplified clinical algorithm for the surgical decision-making process.
{
"tool_code": "show_markdown_to_user",
"tool_args": {
"markdown": "graph TD\n A[\"Suspected Bowel Obstruction\"] --> B{\"Signs of Peritonitis or Ischaemia?\"}\n B -- \"Yes (Fever, Tachycardia, Localized Tenderness, High WCC/Lactate)\" --> C[\"Urgent Surgical Exploration\"]\n B -- \"No\" --> D{\"Type of Obstruction?\"}\n D -- \"Simple SBO (Adhesions)\" --> E[\"Conservative Management: 'Drip and Suck' for 24-72h\"]\n D -- \"Closed Loop / Volvulus\" --> F[\"Urgent Intervention (Surgery or Decompression)\"]\n D -- \"Malignant LBO\" --> G[\"Stenting or Resection/Stoma\"]\n E --> H{\"Improving?\"}\n H -- \"No\" --> C\n H -- \"Yes\" --> I[\"Gradual Reintroduction of Diet\"]",
"title": "Bowel Obstruction Management Algorithm",
"thinking_message": "Designing a surgical decision flowchart...",
"contentType": "mermaid"
}
}
To help you dive deeper into the specific surgical techniques and the nuances of different causes like volvulus or hernias, I've pulled up some high-yield lessons for you.
{
"tool_code": "default_api:get_related_lessons_by_search_query",
"tool_args": {
"description": "small and large bowel obstruction management and radiology",
"title": "Bowel Obstruction Lessons",
"thinking_message": "Finding relevant lessons on bowel obstruction..."
}
}
Setting up chat...