> For the complete documentation index, see [llms.txt](https://handbook.teddwa.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.teddwa.xyz/broken-limbs/broken-legs-ankles-and-feet.md).

# Broken legs, ankles, and feet

Assess circulation, immobilize the lower limb, and identify trauma threats.

### Immediate actions

1. Complete the primary assessment (ABCs) and control life threatening bleeding.
2. Expose the limb and assess deformity, swelling, wounds, and tenderness.
3. Cover open fractures with a sterile dressing and control bleeding without moving exposed bone.

Consider associated pelvic, spinal, or internal injury after significant trauma. Minimize movement and follow trauma protocols.

### Check distal function

Assess and document distal pulses, skin color, warmth, capillary refill, sensation, and movement. Compare both limbs when practical.

Absent pulses, increasing pain, numbness, paralysis, or pale and cool skin require urgent reassessment and transport.

Watch for compartment syndrome: pain out of proportion, pain with passive movement, tense swelling, numbness, weakness, or reduced distal perfusion.

### Immobilize

Stabilize the limb in the position found. Immobilize the joint above and below the suspected fracture.

Use padded rigid splints, vacuum splints, or an approved immobilization device. Secure the device without restricting circulation. Recheck distal function after splinting.

Use a traction splint for an isolated mid shaft femur fracture. Do not use it when pelvic, knee, lower leg, ankle, or multi system injury is suspected.

### BLS and ALS care

Apply a cold pack over a barrier if appropriate. Prevent heat loss and monitor for shock.

ALS should treat severe pain with fentanyl, morphine, or ketamine when appropriate. Establish IV or IO access for femur fractures, open fractures, or suspected shock.

Treat hypotension with warmed isotonic crystalloid and reassess mental status, pulse, blood pressure, skin signs, and distal function.

### Transport

Transport urgently for open fractures, femur fractures, neurovascular compromise, severe deformity, multiple injuries, or suspected pelvic injury. Continue reassessment throughout transport.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://handbook.teddwa.xyz/broken-limbs/broken-legs-ankles-and-feet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
