Act as a world-class educator and teach me this chapter [chapter name] from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_40__MUSCULOSKELETAL_CARE_MODALITIES.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') # Extract first 5 pages to understand structure for i, page in enumerate(pdf.pages[:5]): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text[:2000]) "
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_40__MUSCULOSKELETAL_CARE_MODALITIES.pdf') as pdf: for i, page in enumerate(pdf.pages[5:]): text = page.extract_text() if text: print(f'--- PAGE {i+6} ---') print(text) "
"Watch for neurovascular compromise before it becomes permanent damage."
| Term | What It Means | Simple Analogy |
|---|---|---|
| External Fixation | Pins go INTO the bone, connected to a frame OUTSIDE the body | Like scaffolding on a building - the scaffold is outside but anchored to the structure |
| Internal Fixation | Screws, plates, rods surgically placed INSIDE the body | Like a metal skeleton inside a broken sculpture |
| Traction | A controlled pulling force to line up bones | Like pulling on a bent straw from both ends to straighten it |
Easy way to remember: Think of a cast like a "body brace" for a bone - it holds everything in place so the body can do its repair work.
Example scenario: A patient with a leg cast calls the nurse and says "my toes feel numb and I can't move them well." This is a MEDICAL EMERGENCY - it could be compartment syndrome.
| P | Stands For | What to Assess |
|---|---|---|
| Pain | Pain | Pain out of proportion to injury? Pain with passive stretch? |
| Paresthesia | Abnormal Sensation | Tingling, numbness distal to cast |
| Pallor | Paleness | Unusual paleness - reduced blood flow |
| Paralysis | Loss of Movement | Can't move fingers/toes? |
| Pulselessness | No Pulse | Absent distal pulse - LATE and CRITICAL sign |
| Poikilothermia | Temperature Change | Limb cooler than the opposite side |
Memory trick: "6 P's - Pain, Paresthesia, Pallor, Paralysis, Pulselessness, Poikilothermia." If you only remember one thing, remember that pain out of proportion + pain with passive stretch = call the doctor NOW.
Exam tip: If a question says "the patient's traction weight is resting on the floor" - the correct nursing action is to reposition the weights so they hang freely.
| Type | How Applied | Advantages | Risks |
|---|---|---|---|
| Skin Traction | Through skin via boots, straps, bandages | Noninvasive | Skin breakdown, nerve compression |
| Skeletal Traction | Pins/wires directly into bone | Stronger, more precise | Pin site infection, osteomyelitis, pain |
Visual: Imagine a scaffolding tower bolted to the outside of a building. The metal pins go through the skin into the bone, and a rigid external frame connects them all together.
Comparison summary: Hip replacement = dislocation prevention is the distinct priority. Knee replacement = pain control + early mobility + VTE prevention.
| Nursing Diagnosis | Key Nursing Actions |
|---|---|
| Acute Pain | Pharmacologic + nonpharmacologic measures; evaluate response |
| Impaired Physical Mobility | Prevent complications; promote safe movement; coordinate rehab |
| Risk for Peripheral Neurovascular Dysfunction | Frequent neurovascular checks; rapid escalation for any changes |
| Risk for Infection | Incision care; aseptic technique; patient teaching; especially critical with fixation devices |
| Risk for VTE | Prevention: exercises, compression devices, anticoagulant therapy if ordered |
FRACTURE / JOINT PROBLEM
β
How do we stabilize it?
β β β
CAST/SPLINT TRACTION EXTERNAL FIXATION β JOINT REPLACEMENT
β β β β
ALL require the SAME core nursing priorities:
1. Neurovascular checks (6 P's)
2. Prevent skin breakdown
3. Prevent VTE
4. Prevent infection
5. Pain management
6. Patient education
| Modality | #1 Specific Risk | #1 Nursing Priority |
|---|---|---|
| Cast/Splint | Compartment syndrome | Neurovascular checks (6 P's) |
| Body cast | Cast syndrome (SMA) | GI monitoring + skin protection |
| Skin traction | Skin breakdown | Skin checks under straps |
| Skeletal traction | Pin site infection | Pin care + neurovascular checks |
| External fixation | Pin site infection | Pin site care |
| Total hip arthroplasty | Hip dislocation | Abduction + movement precautions |
| Total knee arthroplasty | VTE | Early mobility + anticoagulation |
Explain compartment syndrome
"compartment syndrome" AND "acute" AND "management"

Compartment syndrome = pressure rising inside a fascial compartment to a level that cuts off blood flow to muscles and nerves inside it.
Injury/Swelling β Pressure rises in closed compartment
β
Capillary perfusion is blocked
β
Muscle and nerve ischemia (no oxygen)
β
Cellular damage, more edema released
β
Even higher pressure (vicious cycle)
β
Irreversible necrosis (within 6-8 hours if untreated)
Important pitfall: Compartment syndrome can occur even in open fractures (where bone pierces skin). Many clinicians assume an open wound "releases" the pressure - this is wrong. Always maintain a high index of suspicion regardless.
| Sign | What It Looks Like | Why It Happens |
|---|---|---|
| Pain out of proportion | Pain far worse than the injury should cause | Ischemic nerve fibers |
| Pain with passive stretch | Moving the toes/fingers passively causes severe pain | Stretches ischemic muscle |
| Paresthesia | Tingling, numbness | Nerve ischemia starting |
| Sign | Meaning |
|---|---|
| Pallor | Reduced arterial supply |
| Paralysis | Motor nerve death |
| Pulselessness | EXTREMELY late - major vessel compressed |
Critical teaching point from Bailey and Love's Surgery: "Paralysis, numbness and pallor are late signs and pulselessness is an extremely late sign." By the time the pulse is gone, permanent damage is nearly certain. You must act on the early signs - pain + paresthesia.
What NOT to rely on: Elevated CPK (creatine kinase) and myoglobin in the urine are late markers of muscle destruction, not early diagnostic tools. Do not wait for these to rise before acting.
Timing matters enormously: Fasciotomy within 6-8 hours of onset = good chance of full recovery. After that, irreversible muscle and nerve death accelerates rapidly. Delay = limb loss and possible mortality.
| Complication | Mechanism |
|---|---|
| Volkmann's Ischemic Contracture | Forearm muscles die, replaced by fibrotic scar tissue, leaving a permanently flexed/claw hand |
| Rhabdomyolysis | Dead muscle releases myoglobin into bloodstream |
| Acute Tubular Necrosis / Renal Failure | Myoglobin is toxic to kidney tubules |
| Permanent nerve damage | Paralysis, chronic numbness |
| Limb loss (amputation) | Muscle gangrene when left untreated |
| Death | From systemic effects of massive tissue necrosis |
| Priority | What to Do |
|---|---|
| Assess frequently | Every 1-2 hours post-op or post-injury in high-risk patients |
| Pain is your best early warning | Escalating pain, especially with passive stretch = emergency |
| Don't be falsely reassured by a present pulse | Pulselessness is a VERY late sign - act before this |
| Open fractures are NOT protected | Maintain high suspicion even when skin is broken |
| High-risk window | Prolonged ischemia > 6 hours before repair is the highest-risk scenario |
| Post-fasciotomy care | Wound left open; watch for fluid/electrolyte imbalances, monitor renal function, check urine color for myoglobinuria |
COMPARTMENT SYNDROME IN 60 SECONDS
WHAT: Pressure in fascial compartment β cuts off perfusion β ischemia β necrosis
CAUSES: Fracture (70%), crush, tight cast, reperfusion injury, burns
DIAGNOSIS: CLINICAL - pain out of proportion + pain with passive stretch
Confirm with compartment pressure β₯30 mmHg or ΞP β€30 mmHg
EARLY β LATE signs:
Pain β Paresthesia β Pallor β Paralysis β Pulselessness (act EARLY)
TREATMENT:
Immediate β split cast, remove dressings, notify doctor
Definitive β FASCIOTOMY (leave wound open)
COMPLICATIONS if missed:
Volkmann's contracture, rhabdomyolysis, renal failure, limb loss, death
NURSING RULE: Pain out of proportion = call immediately, do not wait
Act as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_41__MANAGEMENT_OF_PATIENTS_WITH_MUSCULOSKELETAL_DISORDERS.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
| Bucket | What It Covers |
|---|---|
| 1. Low Back Pain | Most common musculoskeletal complaint - causes, management, nursing care |
| 2. Upper Extremity Disorders | Problems of the hand, wrist, shoulder |
| 3. Foot Problems | Common foot conditions requiring nursing care |
| 4. Metabolic Bone Disease | Osteoporosis (the big one) and related disorders |
| 5. Nursing Process | How to apply nursing care to all of the above |
"Assess neurovascular status, manage pain, promote safe mobility, prevent complications, and educate the patient."
| Term | Definition | Memory Hook |
|---|---|---|
| Bursitis | Inflammation of a bursa (fluid-filled friction-reducing sac) | "Bursa = cushion; -itis = inflamed" |
| Tendonitis | Inflammation of a tendon | "Tendon on fire from overuse" |
| Contracture | Abnormal shortening of muscle or fibrosis of a joint | "The joint got stuck in a contracted position" |
| Radiculopathy | Disease of a spinal nerve root β pain and extreme touch sensitivity | "Radix = root; the root is sick" |
| Sciatica | Inflammation of the sciatic nerve β pain along thigh and leg | Named after the sciatic nerve it affects |
| Osteopenia | Low bone mineral density (precursor to osteoporosis) | "Osteo = bone; penia = poverty" |
| Osteoporosis | Degenerative bone disease - reduced mass, deteriorated matrix, diminished strength | "Porous bone - full of holes" |
| Sequestrum | Dead bone inside an abscess cavity (seen in osteomyelitis) | "Sequestered = isolated; dead bone is isolated" |
| Involucrum | New bone that grows AROUND a sequestrum | "Involucrum = envelope; new bone envelopes the dead bone" |
Example: A nurse who lifts patients incorrectly for years develops lumbar disc degeneration. The disc bulges and presses on the sciatic nerve, causing radiating pain down the leg (sciatica).
| Treatment | Goal |
|---|---|
| NSAIDs (ibuprofen, naproxen) | Reduce pain AND inflammation |
| Acetaminophen | Reduce pain only (NOT anti-inflammatory) |
| Muscle relaxants | Short-term, for acute muscle spasm |
| Physical therapy | Restore function and prevent recurrence |
| Heat or cold therapy | Symptom relief |
| Early mobilization | Encouraged - prolonged bed rest is AVOIDED |
Important NSAID mechanism: NSAIDs work by blocking prostaglandin formation via COX-1 and COX-2 inhibition. COX-2 selective agents (like celecoxib) inhibit only COX-2, sparing the GI-protective effects of COX-1.
Analogy: Like gravel getting into a hinge - the joint can't move smoothly because there's debris inside.
Repetitive overhead motion
β
Tendon/bursa irritation and inflammation
β
Pain, limited range of motion, muscle spasm, edema
β
If untreated β disuse atrophy β partial/complete ROTATOR CUFF TEAR
Visual: Imagine the palm fascia slowly shrinking like a drying leather strap, pulling the ring and little fingers permanently toward the palm.
| Priority | Action |
|---|---|
| #1 Neurovascular monitoring | Check color, temp, capillary refill, sensation, movement of fingers frequently |
| #2 Pain management | Analgesics + elevate hand above heart level |
| #3 Edema control | Elevate above heart especially first 24-48 hours; gentle finger movement if permitted |
| #4 Immobilization protection | Maintain splint/cast integrity; ensure not too tight |
| #5 Wound care | Monitor for bleeding, drainage, infection signs (redness, warmth, swelling, fever) |
| #6 Rehab | Early controlled motion as prescribed; OT/PT collaboration |
| Condition | What It Is | Key Feature |
|---|---|---|
| Callus | Thickened skin from friction/pressure | On weight-bearing areas; protective but can become painful |
| Corn | Small thickened skin over bony prominence | Has a central core that presses on tissue - painful |
| Hallux Valgus | Lateral deviation of great toe + bunion | "Bunion" = enlarged first metatarsal head; pain, difficulty with shoes |
| Hammer Toe | PIP joint flexion deformity (claw-like) | Usually 2nd-4th toe; from muscle imbalance or ill-fitting shoes |
| Ingrown Toenail | Nail edge grows into surrounding tissue | Great toe most common; can become infected |
| Morton Neuroma | Thickened nerve tissue between 3rd & 4th toes | "Walking on a pebble" sensation; burning, numbness, tingling |
| Pes Cavus | Abnormally HIGH arch | Uneven weight distribution β pain, instability, calluses |
| Pes Planus | Flat foot (LOW/absent arch) | Sole touches ground entirely; foot fatigue, altered gait |
| Plantar Fasciitis | Inflammation of plantar fascia (heel to forefoot) | Sharp heel pain first thing in the morning - classic symptom |
Memory trick for arches: "Cavus = Cave = high arch." "Planus = Plane = flat."
| Priority | Foot-Specific Actions |
|---|---|
| Neurovascular monitoring | Assess color, temp, capillary refill, sensation, toe movement, pulses |
| Pain + Edema | Elevate foot above heart level; cold therapy if prescribed |
| Weight bearing | Reinforce non-weight-bearing or limited weight-bearing restrictions |
| Ambulation safety | Teach correct use of crutches/walker; fall prevention measures |
| Wound care | Especially important in diabetic patients (impaired healing) |
Normal: Resorption = Formation β Stable bone density
Osteoporosis: Resorption > Formation β Bone mass DECREASES
| Strategy | Why It Helps |
|---|---|
| Adequate calcium + vitamin D | Supports bone mineralization |
| Weight-bearing exercise | Stimulates bone formation, slows resorption |
| Muscle-strengthening exercise | Improves stability, reduces falls |
| Avoid smoking | Smoking accelerates bone loss |
| Limit alcohol | Alcohol accelerates bone loss |
| Fall prevention | Reduces fracture events |
| Early risk identification | Start prevention before fractures occur |
| Diagnosis | Interventions |
|---|---|
| Acute pain | Administer prescribed analgesics; supportive positioning; comfort measures |
| Impaired mobility | Encourage safe movement; gradual activity; physical therapy |
| Risk for falls | Safety measures; home safety education |
| Nutrition | Dietary teaching: calcium-rich foods, vitamin D |
| Risk for injury | Medication adherence; fall prevention |
| Disorder | Key Feature |
|---|---|
| Osteomalacia | Soft bones due to vitamin D deficiency - bone matrix forms but doesn't mineralize |
| Paget Disease | Excessive disorganized bone remodeling β thick, weak, deformed bones |
| Septic (Infectious) Arthritis | Joint infection - requires urgent treatment to prevent joint destruction |
| Osteomyelitis | Bone infection; involves sequestrum (dead bone) and involucrum (new bone around it) |
| Bone Tumors | Primary (starts in bone) or metastatic (spreads from elsewhere); nursing focuses on pain and monitoring |
MUSCULOSKELETAL DISORDERS
β
βββββββ΄βββββββββββββββββββββββββββββββ
β β
STRUCTURAL METABOLIC
(Mechanical/Overuse) (Bone Disease)
β β
Low Back Pain Osteoporosis
Upper Extremity Disorders Osteomalacia
Foot Problems Paget Disease
Bone Infections/Tumors
β β
ββββββββββββββββ¬ββββββββββββββββββββββ
β
SAME NURSING PRIORITIES APPLY:
1. Neurovascular assessment
2. Pain management
3. Fall/injury prevention
4. Patient education
5. Promote mobility and independence
| Condition | Key Defining Feature | Primary Nursing Action |
|---|---|---|
| Low back pain | Pain worse with movement; may radiate (sciatica) | Teach body mechanics; avoid bed rest |
| Bursitis | Inflamed bursa β pain at joint | Rest, NSAIDs, ice |
| Tendonitis | Inflamed tendon from overuse | Rest, NSAIDs, rehab |
| Carpal tunnel | Median nerve compression; night pain | Wrist splint; avoid repetitive motion |
| Dupuytren | Ring + little finger fixed in flexion | Post-op neurovascular checks |
| Hallux valgus | Great toe deviates laterally (bunion) | Proper footwear; post-op weight-bearing restrictions |
| Plantar fasciitis | Heel pain first steps in AM | Stretching, supportive footwear |
| Morton neuroma | "Pebble" sensation 3rd-4th toes | Wider shoes, orthotics, possible injection |
| Osteoporosis | Porous bone β fractures; DEXA for diagnosis | Calcium + Vit D; fall prevention; exercise |
| Osteomyelitis | Bone infection with sequestrum/involucrum | IV antibiotics; wound care; neuro checks |
βAct as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_41__MANAGEMENT_OF_PATIENTS_WITH_MUSCULOSKELETAL_DISORDERS_PART_2.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
| Section | Topic | Core Problem |
|---|---|---|
| 1 | Osteomalacia | Bones form but don't harden - vitamin D deficiency |
| 2 | Paget Disease | Bones remodel too fast and become disorganized, enlarged, and brittle |
| 3 | Musculoskeletal Infections (Osteomyelitis + Septic Arthritis) | Bacteria invade bone or joints - causes destruction and necrosis |
| 4 | Bone Tumors | Abnormal cell growth weakens bone - primary or spread from elsewhere |
"Manage pain, prevent complications (especially fractures and functional loss), control infection when present, and educate the patient on long-term adherence."
Key distinction to know for exams:
- Osteoporosis = bone mass is LOST (scaffold itself is reduced)
- Osteomalacia = bone mass is present but NOT MINERALIZED (scaffold exists but stays soft)
Warning: Bone pain and weakness in older adults is often dismissed as "just aging" - this delays diagnosis. Always consider osteomalacia.
| Test | What It Shows |
|---|---|
| Serum vitamin D | LOW |
| Serum calcium | Low or normal |
| Serum phosphate | LOW |
| X-ray | Decreased bone density, characteristic demineralization changes |
| Clinical picture | Bone pain + muscle weakness + lab findings together = diagnosis |
Good news: With adequate treatment, bone pain and weakness usually improve and fracture risk decreases.
Analogy: Imagine a construction crew demolishing and rebuilding a wall simultaneously, working frantically and without any blueprint. The wall gets rebuilt quickly but it's thick, misshapen, full of structural flaws, and will crack under stress.
| Phase | What Happens | Key Player |
|---|---|---|
| 1. Osteolytic Phase | Excessive bone DESTRUCTION | Overactive osteoclasts eat bone rapidly |
| 2. Mixed Phase | Simultaneous destruction AND rebuilding | Both osteoclasts and osteoblasts working at once |
| 3. Osteoblastic (Sclerotic) Phase | New bone FORMS but it's disorganized, enlarged, and weak | Osteoblasts lay down chaotic bone |
| Symptom | Cause |
|---|---|
| Bone pain (deep, aching, persistent) | Most common symptom; caused by bone remodeling and nerve compression |
| Bowing of long bones | Structural weakness from disorganized bone |
| Enlarging skull (increasing hat size) | Skull bones grow abnormally |
| Hearing loss | Skull changes compress auditory nerve |
| Headaches + Radicular pain | Nerve compression by enlarged, deformed bone |
| Warmth over affected bones | Bone is highly vascular - extra blood flow = warm skin |
| Pathologic fractures | Brittle bone breaks under normal stress |
| Secondary osteoarthritis | Deformed bones stress adjacent joints |
Many patients are asymptomatic early - disease is often found incidentally during testing for another condition.
| Treatment | Purpose |
|---|---|
| Bisphosphonates (first-line) | Inhibit osteoclastic activity β slow down the runaway bone destruction β normalize bone turnover |
| Calcitonin (selected cases) | Alternative to bisphosphonates - inhibits osteoclasts |
| Analgesics | Pain control |
| Orthopedic surgery | For fractures, severe deformities, or joint degeneration |
| Route | Example |
|---|---|
| Hematogenous spread | Bacteria from a distant infection (UTI, skin infection) travel through the bloodstream to bone |
| Direct invasion | Open fracture, surgery, or penetrating trauma drives bacteria directly into bone |
| Contiguous spread | Nearby soft tissue infection (diabetic foot ulcer) slowly spreads into underlying bone |
Bacteria enter bone
β
Inflammatory response triggered
β
Intramedullary pressure rises
β
Blood flow to bone is reduced
β
Bone ischemia and necrosis occur
β
Dead bone separates β SEQUESTRUM forms
β
Body attempts repair β new bone grows around dead bone β INVOLUCRUM forms
β
Infection becomes chronic if sequestrum persists
(dead bone is like a "hiding place" for bacteria - antibiotics can't reach it)
Why is chronic osteomyelitis so hard to treat? Because the sequestrum (dead bone) acts as a reservoir for bacteria that antibiotics cannot penetrate. Surgical removal is often necessary.
| Test | Purpose |
|---|---|
| WBC + inflammatory markers | Elevated (confirms infection/inflammation) |
| Blood cultures | Identify the causative organism |
| Bone biopsy + culture | DEFINITIVE diagnosis |
| X-ray | Shows bone destruction (but delayed - may be normal early) |
| MRI/CT | Better for early infection and extent of involvement |
| Treatment | Details |
|---|---|
| Long-term IV antibiotics | Mainstay of treatment; guided by culture and sensitivity |
| Surgical debridement | Remove necrotic bone and tissue |
| Abscess drainage | Drain any pus collections |
| Sequestrum removal | Remove the dead bone (essential in chronic cases) |
| Immobilization | Reduces pain and promotes healing |
| Nutritional support | Adequate protein/calories are essential for tissue repair |
| Problem | Actions |
|---|---|
| Infection control | Administer antibiotics on schedule; monitor therapeutic effects and side effects |
| Pain | Analgesics; position affected limb comfortably |
| Mobility | Encourage appropriate activity while protecting the area |
| Wound care | Dressing changes with strict aseptic technique |
| Education | Complete the full antibiotic course; wound care at home; signs of recurrence |
Why is it an emergency? Bacteria inside a joint space rapidly destroy cartilage. Cartilage has NO blood supply and CANNOT regenerate. Once destroyed, the joint is permanently damaged.
Nursing alert: Older adults, immunocompromised patients, and patients with pre-existing joint disease may have less obvious fever - do not be falsely reassured by a low-grade or absent fever.
| Treatment | Purpose |
|---|---|
| Immediate IV antibiotics | Start NOW - do not wait for cultures to begin treatment |
| Joint drainage | Remove infected synovial fluid - essential to stop destruction |
| Needle aspiration | Simple, bedside drainage |
| Arthroscopic drainage | More thorough visualization and washout |
| Surgical drainage | For severe or complicated cases |
| Short-term immobilization | Reduce pain during acute phase |
| Gradual rehabilitation | Begin range-of-motion once infection is controlled - prevent stiffness |
| Priority | Actions |
|---|---|
| Treat as medical emergency | Report suspected septic arthritis IMMEDIATELY |
| Pain management | Analgesics; position joint for comfort |
| Infection control | IV antibiotics exactly as prescribed; aseptic technique during aspiration |
| Joint protection | Immobilize during acute phase |
| Recovery mobility | Gradual, prescribed ROM exercises with PT collaboration |
| Monitoring | Temperature; joint pain, swelling, mobility; lab results |
| Education | Complete antibiotic course; early signs of recurrence; follow-up importance |
BONE TUMORS
β
βββ PRIMARY (originate in bone)
β βββ Benign (non-cancerous)
β βββ Malignant (cancerous)
β βββ Osteosarcoma
β βββ Chondrosarcoma
β βββ Ewing Sarcoma
β
βββ METASTATIC (spread to bone from elsewhere) β MORE COMMON
βββ Source: Breast, Prostate, Lung, Kidney, Thyroid
| Tumor | Origin | Who Gets It | Key Feature |
|---|---|---|---|
| Osteosarcoma | Bone-forming cells | Children and adolescents (most common age group) | Most common primary malignant bone tumor |
| Chondrosarcoma | Cartilage-forming cells | Adults | Slower growing than osteosarcoma |
| Ewing Sarcoma | Uncertain origin | Children and young adults | Highly aggressive |
Tumor cells grow in bone
β
Normal bone remodeling disrupted
β
Bone structure weakened
β
Blood supply interfered with
β
Malignant tumors may:
β’ Destroy bone (osteolytic activity)
β’ Cause PATHOLOGIC FRACTURES (fracture from minimal or no trauma)
β’ Invade surrounding tissue
β’ Metastasize further
| Symptom | Details |
|---|---|
| Pain (most common) | Deep, aching, persistent; worse at night or with activity |
| Swelling/palpable mass | Over the affected bone |
| Pathologic fractures | Fracture with minimal or no trauma - classic |
| Decreased ROM / functional impairment | Tumor interferes with joint or movement |
| Fatigue, weight loss, anemia | Systemic effects (especially metastatic disease) |
| Neurologic deficits | If tumor compresses nerve or spinal cord |
| Test | Purpose |
|---|---|
| X-ray | Identifies bone destruction, lesions, deformities (first-line imaging) |
| Advanced imaging (CT/MRI) | Defines tumor size, location, soft tissue involvement |
| Bone biopsy | DEFINITIVE diagnosis - determines tumor type and malignancy |
| Lab work | May show anemia; specific tumor markers depending on type |
| History | History of known malignancy = strong suggestion of metastatic disease |
| Modality | When Used |
|---|---|
| Surgery - limb-sparing | Preferred when feasible - removes tumor while saving the limb |
| Amputation | Required in advanced disease when limb cannot be saved |
| Radiation therapy | Tumor control, pain relief, inoperable tumors |
| Chemotherapy | Primarily for osteosarcoma and Ewing sarcoma (given pre- and post-surgery) |
| Palliative management | Advanced/metastatic disease - focus on pain relief, mobility, quality of life |
BONE/JOINT DISEASE MECHANISMS
β
βββββββββΌβββββββββββββββββββ
β β β
METABOLIC INFECTION TUMORS
β β β
Soft/weak Necrosis & Destruction &
bones destruction pathologic fractures
β β β
βββββββββ΄βββββββββββββββββββ
β
SAME NURSING PRIORITIES:
1. Pain management
2. Protect bone from fracture
3. Prevent/control infection
4. Promote mobility safely
5. Psychosocial support
6. Patient education + adherence
| Link | Connection |
|---|---|
| Osteomalacia β Osteoporosis | Both weaken bone and increase fracture risk; different mechanisms |
| Osteomyelitis β Paget | Both involve abnormal bone remodeling; Paget is non-infectious |
| Osteomyelitis β Septic arthritis | Both are bone/joint infections; both emergencies; both require IV antibiotics + drainage/debridement |
| Septic arthritis β Bone tumors | Both cause pain, swelling, limited motion; tumor pain is persistent and worse at night |
| All conditions | Pathologic fracture risk is a common thread - always protect the bone |
| Disease | Key Pathology | Key Lab | Key Treatment |
|---|---|---|---|
| Osteomalacia | Unmineralized osteoid | Low vitamin D, low phosphate | Vitamin D + calcium supplementation |
| Paget disease | Disorganized bone remodeling | High ALP | Bisphosphonates |
| Osteomyelitis | Bone infection + necrosis (sequestrum) | High WBC; bone biopsy = definitive | Long-term IV antibiotics + surgery |
| Septic arthritis | Joint infection β cartilage destruction | Purulent synovial fluid | Emergency: IV antibiotics + joint drainage |
| Bone tumors | Abnormal cell growth destroying bone | Bone biopsy = definitive | Surgery Β± radiation Β± chemotherapy |
MUSCULOSKELETAL DISORDERS
β
ββββββ΄βββββββββββββββββββββ
MECHANICAL DISEASE-BASED
β β
Low back pain ββββββ΄βββββββββββββββββββββββββ
Upper extremity β β β
Foot problems METABOLIC INFECTION TUMOR
β β β
Osteoporosis Osteomyelitis Primary tumors
Osteomalacia Septic arthritis Metastatic
Paget disease
ALL REQUIRE: Pain control | Mobility support | Fall prevention | Patient education
Act as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Also, synthesis additional information from other sources pertinent to this chapter that are important for me to know as a nurse. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_42__MANAGEMENT_OF_PATIENTS_WITH_MUSCULOSKELETAL_TRAUMA_.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
LEAST SEVERE ββββββββββββββββββββββββββ MOST SEVERE
Contusion β Strain β Sprain β Dislocation β Fracture β Amputation
(bruise) (muscle) (ligament) (joint out) (broken bone) (limb loss)
Assess neurovascular status. Manage pain. Immobilize to protect. Prevent complications. Rehabilitate safely.
| Term | What Is Injured | Cause | Example |
|---|---|---|---|
| Contusion | Soft tissue (capillaries) | Blunt force | Bruise from hitting a door |
| Strain | Muscle AND/OR tendon | Overuse, overstretching, excessive load | Hamstring "pull" in a sprinter |
| Sprain | Ligament (connects bone to bone) | Twisting force | Ankle roll that tears the ligament |
Memory trick: "Strain = Muscle and tendon (S-train like a locomotive = M-uscle)"; "Sprain = ligament (Sprain = Sprint then Sprain = twisted joint)"
| Grade | What Happened | Pain | Swelling | Stability |
|---|---|---|---|---|
| Grade 1 (Mild) | Ligament STRETCHED but not torn | Mild | Mild | Stable - no instability |
| Grade 2 (Moderate) | Ligament PARTIALLY torn | More pain | More swelling | Mildly unstable - some laxity |
| Grade 3 (Severe) | Ligament COMPLETELY ruptured | Severe | Major | Unstable - joint is lax |
Clinical pearl: A Grade 3 sprain can sometimes hurt LESS than a Grade 2 - because when the ligament fully ruptures, tension is gone. Never assume "less pain = less serious."
| Step | Action | Why |
|---|---|---|
| Rest | Protect the joint from further loading | Prevents worsening the tear |
| Ice | Apply cold for 20 min on/20 min off | Reduces swelling, numbs pain |
| Compression | Elastic bandage wrap | Limits edema |
| Elevation | Above heart level | Reduces swelling via gravity |
| Term | Definition |
|---|---|
| Dislocation | COMPLETE displacement of bones forming a joint - the two bone surfaces are fully separated |
| Subluxation | PARTIAL displacement - bones are still partially in contact but not in normal congruency |
Analogy: A dislocation is like a ball falling completely out of a cup. A subluxation is the ball shifted to the edge but still partially in.
| Assessment | What to Check |
|---|---|
| Distal pulses | Are they present? Equal to other side? |
| Capillary refill | Should be < 2 seconds |
| Skin temperature and color | Cool, pale, or blue = reduced perfusion |
| Sensation | Numbness or tingling distal to the dislocation |
| Motor function | Can the patient move fingers/toes below the injury? |
Nursing alert: Do NOT attempt to reduce a dislocation without physician direction. Improper reduction attempts can worsen vascular or nerve injury.
| Type | Description | Key Clinical Concern |
|---|---|---|
| Open (Compound) | Bone pierces through skin - communicates with outside | High infection risk; contaminated by definition |
| Closed | Bone broken but skin intact | Lower infection risk |
| Transverse | Clean break across the bone | Usually stable after fixation |
| Oblique | Diagonal break | May shorten limb |
| Spiral | Twisting force wraps fracture around bone | Common in abuse cases in children |
| Comminuted | Bone shattered into multiple fragments | Harder to fix; increased healing time |
| Greenstick | Bone bends and partially breaks (one side intact) | Children only - bone is more flexible |
| Stress | Small crack from repetitive force | Common in athletes and military recruits |
| Pathologic | Fractures through diseased bone (tumor, infection, osteoporosis) | Minimal trauma causes it |
| Intra-articular | Fracture line enters a joint | Risk for stiffness, arthritis, impaired mechanics |
| Type | Wound Size | Contamination | Soft Tissue |
|---|---|---|---|
| I | < 1 cm | Clean | Minimal |
| II | 1-10 cm | Moderate | Moderate |
| III-A | > 10 cm | High | Adequate soft tissue coverage |
| III-B | > 10 cm | High | Periosteal stripping, needs flap |
| III-C | Any | Any | Arterial injury requiring repair |
| Sign | Description |
|---|---|
| Pain | Over or near the bone; worsened with movement or palpation |
| Swelling | From blood, lymph, and exudate accumulating in tissues |
| Circulatory disturbance | Limb-threatening when severe - always assess circulation |
| Ecchymosis | Bruising from bleeding into tissues (may appear hours later) |
| Tenderness | Localized over the fracture site |
| Crepitation | Grating sensation/sound when bone ends rub - treat as a warning sign; do NOT intentionally elicit it |
| Deformity | Abnormal angulation, shortening, or rotation of the limb |
| Loss of function | Inability to bear weight or use the extremity normally |
Important: Never repeatedly manipulate or "test" for crepitation - it causes unnecessary pain and can worsen neurovascular injury.
Stage 1: HEMATOMA FORMATION (Days 1-3)
β Bleeding at the fracture site forms a clot (hematoma)
β This is the scaffold for healing - do NOT disturb it
Stage 2: INFLAMMATION (Days 1-5)
β Inflammatory cells move in, clean up debris
β Fibroblasts begin arriving
Stage 3: SOFT CALLUS FORMATION (Weeks 2-3)
β Fibrous tissue and cartilage bridge the gap
β Bone feels "rubbery" - not yet hard
β X-ray shows soft callus; fracture still visible
Stage 4: HARD CALLUS FORMATION (Weeks 3-12)
β Cartilage is mineralized, woven bone forms
β X-ray shows hard callus; fracture line fading
Stage 5: BONE REMODELING (Months to years)
β Woven bone replaced by organized lamellar bone
β Bone reshapes along lines of stress
| Type | Description | When Used |
|---|---|---|
| Closed reduction | Manual manipulation without surgery to align bone | Simple, stable fractures |
| Open reduction (ORIF) | Surgery to directly align and fix bone with hardware | Complex, unstable, or displaced fractures |
| Complication | What It Is | Key Signs | Nursing Action |
|---|---|---|---|
| Compartment Syndrome | Pressure build-up in fascial compartment cuts off blood flow | Pain out of proportion, pain with passive stretch, paresthesia | URGENT - notify provider immediately; prepare for fasciotomy |
| Hemorrhage | Significant blood loss (e.g., femur = up to 2L, pelvis = massive) | Hypotension, tachycardia | Monitor VS; IV access; fluid resuscitation |
| Vascular Injury | Artery torn or compressed by bone fragment | Absent/diminished pulse, cool pale limb | Immediate surgical consult |
| Nerve Injury | Nerve stretched, compressed, or torn | Numbness, weakness in nerve distribution | Document baseline; monitor for recovery |
| Fat Embolism Syndrome | Fat from bone marrow enters bloodstream | See below | Monitor for onset 24-72 hours post-injury |
1. RESPIRATORY: Tachypnea, dyspnea, hypoxemia β can progress to respiratory failure
2. NEUROLOGIC: Confusion, drowsiness, decreased consciousness, seizures
3. DERMATOLOGIC: PETECHIAE (tiny pinpoint hemorrhages) - especially conjunctiva,
oral mucosa, and upper chest/axillae - this is the PATHOGNOMONIC finding
Nursing alert: If a patient with a femur fracture suddenly develops confusion, tachycardia, and difficulty breathing 24-48 hours after injury - think FES. Look for petechiae.
| Complication | Prevention/Action |
|---|---|
| Deep Venous Thrombosis (DVT) | Sequential compression devices; early mobilization; anticoagulation as ordered |
| Pulmonary Embolism | Prevention of DVT; monitor for sudden dyspnea/chest pain |
| Pneumonia | Deep breathing exercises; incentive spirometry; early ambulation |
| Pressure Injuries | Frequent repositioning; padding bony prominences; skin assessment |
| Muscle Atrophy | Isometric exercises; physical therapy |
| Contractures | Maintain joint range of motion; proper positioning |
| UTI | Minimize catheterization; proper hygiene; hydration |
| Delirium | Early mobility; cognitive stimulation; orientation; avoid anticholinergics in elderly |
Evidence-based tip (Campbell's Orthopaedics): In geriatric patients with hip fractures, surgery within 24 hours of admission reduces delirium AND improves 30-day mortality. Early fixation = better outcomes.
| Category | Meaning | Examples |
|---|---|---|
| "Dead" | Tissue is necrotic/gangrenous and can't be saved | Gangrene from severe arterial disease |
| "Deadly" | The limb threatens the patient's life | Wet gangrene with spreading sepsis; gas gangrene; malignancy |
| "Dead loss" | The limb is present but non-functional and causing harm | Relentless rest pain; permanent paralysis; severe traumatic damage |
UPPER EXTREMITY (proximal β distal):
Forequarter β Shoulder disarticulation β Above elbow (transhumeral)
β Elbow disarticulation β Below elbow (transradial) β Wrist β Hand/Fingers
LOWER EXTREMITY (proximal β distal):
Hindquarter β Hip disarticulation β Above knee (transfemoral)
β Knee disarticulation β Below knee (transtibial)
β Syme's (ankle) β Transmetatarsal β Toe
What is it? The perception of pain in the limb that has been removed. The brain still has a "map" of the missing limb, and signals that used to come from that limb become confused, producing pain or sensation.
Nursing priority: Educate the patient BEFORE surgery that phantom sensations will occur. Patients who are not warned can be very frightened by these sensations.
| Amputation | Positioning Concern | Action |
|---|---|---|
| Above-knee | Hip flexion contracture (hip gets stuck bent) | Lie prone 30 min 2-3x/day; avoid prolonged hip flexion |
| Below-knee | Knee flexion contracture | Avoid pillows under knee; keep knee extended when resting |
| Any lower extremity | Adduction contracture | Avoid crossing legs; use abduction splint if ordered |
MUSCULOSKELETAL TRAUMA
β
ββββββββ΄ββββββββββββββββββββββββββββββββ
β β
SOFT TISSUE BONE/JOINT
β β
Contusion Fractures
Strain Dislocations
Sprain (Grade 1-3) Subluxations
β
Treatment Modalities
(reduction, immobilization,
ORIF, external fixation)
β
ββββββββββββββ΄ββββββββββββββββ
EARLY COMPLICATIONS LATE COMPLICATIONS
Compartment syndrome DVT/PE
Hemorrhage Pneumonia
Vascular injury Pressure injury
Fat embolism syndrome Delirium
Nerve injury Contractures
β
(Severe cases)
β
AMPUTATION
β
Post-op care:
Stump care
Phantom limb
Rehabilitation
| Injury | Structure Damaged | Classic Sign | Key Nursing Action |
|---|---|---|---|
| Contusion | Capillaries/soft tissue | Bruise, swelling | RICE; pain management |
| Strain | Muscle/tendon | Pain with contraction | RICE; progressive rehab |
| Sprain Grade 1-2 | Partial ligament | Joint pain, some instability | RICE; protect from reinjury |
| Sprain Grade 3 | Complete ligament | Significant instability | May need surgery; casting |
| Subluxation | Partial joint separation | Partial deformity | Reduction; neurovascular checks |
| Dislocation | Complete joint separation | Visible deformity, severe pain | URGENT neuro-vascular check; reduction; re-assess |
| Closed fracture | Bone integrity | Pain, swelling, ecchymosis | Splint; neuro-vascular assessment |
| Open fracture | Bone + skin | Bone visible/wound over fracture | IV antibiotics + urgent surgery |
| Fat embolism | Lung/brain/skin | Respiratory distress + petechiae 24-72h post-fracture | O2; supportive care; monitor neuro |
| Amputation | Limb removed | Stump + phantom sensations | Stump care; phantom education; rehab |
Generate a quick reference PDF on compartment syndrome recognition and emergency response
ls -la /home/daytona/workspace/ && mkdir -p /home/daytona/workspace/compartment-syndrome-qr
~/compartment-syndrome-qr/generate_pdf.py
from reportlab.lib.pagesizes import letter
from reportlab.lib import colors
from reportlab.lib.units import inch
from reportlab.platypus import (
SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle,
HRFlowable, KeepTogether
)
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.lib.enums import TA_CENTER, TA_LEFT, TA_JUSTIFY
from reportlab.platypus import PageTemplate, Frame
from reportlab.lib.colors import HexColor
OUTPUT = "/home/daytona/workspace/compartment-syndrome-qr/Compartment_Syndrome_Quick_Reference.pdf"
# ββ Colour palette ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
RED = HexColor("#C0392B")
RED_LITE = HexColor("#FADBD8")
ORANGE = HexColor("#E67E22")
ORG_LITE = HexColor("#FDEBD0")
NAVY = HexColor("#1A3A5C")
NAVY_LT = HexColor("#D6E4F0")
GREEN = HexColor("#1E8449")
GRN_LITE = HexColor("#D5F5E3")
GRAY = HexColor("#F2F3F4")
DARK_GRY = HexColor("#5D6D7E")
WHITE = colors.white
BLACK = colors.black
YELLOW = HexColor("#F9E79F")
YEL_BRD = HexColor("#D4AC0D")
doc = SimpleDocTemplate(
OUTPUT,
pagesize=letter,
rightMargin=0.55 * inch,
leftMargin=0.55 * inch,
topMargin=0.5 * inch,
bottomMargin=0.5 * inch,
)
W = letter[0] - 1.1 * inch # usable width
# ββ Styles ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
base = getSampleStyleSheet()
def S(name, **kw):
s = ParagraphStyle(name, **kw)
return s
TITLE = S("TITLE",
fontName="Helvetica-Bold", fontSize=22, textColor=WHITE,
alignment=TA_CENTER, spaceAfter=2, leading=26)
SUBTITLE = S("SUBTITLE",
fontName="Helvetica", fontSize=11, textColor=HexColor("#AED6F1"),
alignment=TA_CENTER, spaceAfter=4, leading=14)
SEC_HDR = S("SEC_HDR",
fontName="Helvetica-Bold", fontSize=11, textColor=WHITE,
alignment=TA_LEFT, leading=14)
BODY = S("BODY",
fontName="Helvetica", fontSize=9.5, textColor=BLACK,
leading=13, spaceAfter=3)
BODY_B = S("BODY_B",
fontName="Helvetica-Bold", fontSize=9.5, textColor=BLACK,
leading=13, spaceAfter=3)
SMALL = S("SMALL",
fontName="Helvetica", fontSize=8.5, textColor=DARK_GRY,
leading=12, spaceAfter=2)
SMALL_B = S("SMALL_B",
fontName="Helvetica-Bold", fontSize=8.5, textColor=BLACK,
leading=12, spaceAfter=2)
ALERT = S("ALERT",
fontName="Helvetica-Bold", fontSize=10.5, textColor=RED,
alignment=TA_CENTER, leading=14)
FOOTER = S("FOOTER",
fontName="Helvetica-Oblique", fontSize=7.5, textColor=DARK_GRY,
alignment=TA_CENTER)
CENTERED = S("CENTERED",
fontName="Helvetica", fontSize=9, textColor=BLACK,
alignment=TA_CENTER, leading=12)
CENTERED_B = S("CENTERED_B",
fontName="Helvetica-Bold", fontSize=9, textColor=BLACK,
alignment=TA_CENTER, leading=12)
# ββ Helper: coloured section header bar ββββββββββββββββββββββββββββββββββββββ
def section_header(text, bg=NAVY, icon=""):
label = f"{icon} {text}" if icon else text
t = Table([[Paragraph(label, SEC_HDR)]], colWidths=[W])
t.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,-1), bg),
("ROWPADDING", (0,0), (-1,-1), 6),
("BOX", (0,0), (-1,-1), 0, bg),
]))
return t
def spacer(h=5):
return Spacer(1, h)
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
story = []
# ββ TITLE BANNER ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
banner = Table(
[[Paragraph("COMPARTMENT SYNDROME", TITLE)],
[Paragraph("Quick Reference Guide | Recognition & Emergency Response", SUBTITLE)]],
colWidths=[W]
)
banner.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,-1), NAVY),
("ROWPADDING", (0,0), (-1,-1), 8),
("TOPPADDING", (0,0), (-1,0), 12),
("BOTTOMPADDING",(0,1),(-1,1), 12),
]))
story += [banner, spacer(8)]
# ββ DEFINITION ROW βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def_data = [[
Paragraph(
"<b>DEFINITION:</b> A condition in which rising pressure within a closed fascial compartment "
"reduces capillary perfusion below the level needed for tissue viability, causing ischaemia "
"and β if untreated β irreversible muscle and nerve necrosis.",
S("DEF", fontName="Helvetica", fontSize=9.5, textColor=NAVY,
leading=14, alignment=TA_JUSTIFY)),
]]
def_tbl = Table(def_data, colWidths=[W])
def_tbl.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,-1), NAVY_LT),
("ROWPADDING", (0,0), (-1,-1), 8),
("BOX", (0,0), (-1,-1), 1.5, NAVY),
("LEFTPADDING", (0,0), (-1,-1), 10),
("RIGHTPADDING",(0,0), (-1,-1), 10),
]))
story += [def_tbl, spacer(8)]
# ββ TWO-COLUMN SECTION: CAUSES + COMMON SITES ββββββββββββββββββββββββββββββββ
story.append(section_header("CAUSES & COMMON SITES", NAVY))
story.append(spacer(4))
causes = [
["CAUSES (most common first)", "COMMON ANATOMIC SITES"],
[Paragraph("β’ Fractures β 70% of cases (esp. tibia, forearm)\n"
"β’ Crush injuries / soft tissue contusions β 23%\n"
"β’ Tight casts or circumferential dressings\n"
"β’ Burns (circumferential third-degree)\n"
"β’ Reperfusion after arterial ischaemia\n"
"β’ Bleeding disorders / anticoagulation\n"
"β’ IV fluid extravasation under pressure", SMALL),
Paragraph("β’ Leg (4 compartments: anterior, lateral,\n"
" deep posterior, superficial posterior)\n"
"β’ Forearm (volar / dorsal)\n"
"β’ Hand and foot\n"
"β’ Thigh and upper arm\n"
"β’ Buttock\n\n"
"<i>Open fractures do NOT protect against\n"
"compartment syndrome β stay vigilant.</i>", SMALL)],
]
causes_tbl = Table(causes, colWidths=[W*0.5, W*0.5])
causes_tbl.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,0), DARK_GRY),
("TEXTCOLOR", (0,0), (-1,0), WHITE),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,0), 9),
("ALIGN", (0,0), (-1,0), "CENTER"),
("ROWPADDING", (0,0), (-1,-1), 6),
("GRID", (0,0), (-1,-1), 0.5, HexColor("#BDC3C7")),
("VALIGN", (0,1), (-1,-1), "TOP"),
("BACKGROUND", (0,1), (-1,-1), GRAY),
]))
story += [causes_tbl, spacer(8)]
# ββ 6 P's RECOGNITION TABLE βββββββββββββββββββββββββββββββββββββββββββββββββββ
story.append(section_header("RECOGNITION: THE 6 P's", RED))
story.append(spacer(4))
ps_data = [
["P", "SIGN", "DETAILS", "TIMING"],
["Pain", "Pain out of proportion",
"Far worse than injury alone should cause.\nPain with PASSIVE STRETCH of muscles in the\ncompartment β EARLIEST & MOST RELIABLE sign.",
Paragraph("<b><font color='#C0392B'>EARLY</font></b>", CENTERED_B)],
["Paresthesia", "Tingling / Numbness",
"Nerve ischaemia begins. Tingling or numbness\ndistal to the compartment (fingers / toes).",
Paragraph("<b><font color='#C0392B'>EARLY</font></b>", CENTERED_B)],
["Pressure", "Tense / Firm swelling",
"Compartment feels woody or tense on palpation.\nBeyond normal post-injury swelling.",
Paragraph("<b><font color='#E67E22'>EARLYβMID</font></b>", CENTERED_B)],
["Pallor", "Skin paleness",
"Arterial supply being compromised.\nCompare with unaffected limb.",
Paragraph("<b><font color='#E67E22'>MIDβLATE</font></b>", CENTERED_B)],
["Paralysis", "Loss of motor function",
"Motor nerve and muscle ischaemia. Patient\ncannot move digits distal to the compartment.",
Paragraph("<b><font color='#922B21'>LATE</font></b>", CENTERED_B)],
["Pulselessness","Absent distal pulse",
"EXTREMELY LATE sign. Tissue is already dying.\nNEVER wait for this before acting.",
Paragraph("<b><font color='#922B21'>VERY LATE</font></b>", CENTERED_B)],
]
ps_tbl = Table(ps_data, colWidths=[W*0.13, W*0.18, W*0.49, W*0.20])
ps_tbl.setStyle(TableStyle([
# Header row
("BACKGROUND", (0,0), (-1,0), RED),
("TEXTCOLOR", (0,0), (-1,0), WHITE),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,0), 9),
("ALIGN", (0,0), (-1,0), "CENTER"),
# Body
("FONTNAME", (0,1), (1,-1), "Helvetica-Bold"),
("FONTSIZE", (0,1), (-1,-1), 9),
("ROWPADDING", (0,0), (-1,-1), 5),
("GRID", (0,0), (-1,-1), 0.5, HexColor("#BDC3C7")),
("VALIGN", (0,0), (-1,-1), "MIDDLE"),
# Alternating rows
("BACKGROUND", (0,1), (-1,1), RED_LITE),
("BACKGROUND", (0,2), (-1,2), WHITE),
("BACKGROUND", (0,3), (-1,3), RED_LITE),
("BACKGROUND", (0,4), (-1,4), WHITE),
("BACKGROUND", (0,5), (-1,5), RED_LITE),
("BACKGROUND", (0,6), (-1,6), WHITE),
# Highlight pain row
("LEFTPADDING", (0,0), (-1,-1), 6),
("RIGHTPADDING", (0,0), (-1,-1), 4),
]))
story += [ps_tbl, spacer(4)]
# Pain-stretch callout
callout = Table([[
Paragraph(
"KEY: Pain with PASSIVE STRETCH is the earliest and most actionable sign. "
"Passively extend the fingers/toes β if this triggers severe pain in the compartment, act immediately. "
"Do NOT wait for pulselessness.",
S("COut", fontName="Helvetica-BoldOblique", fontSize=9, textColor=RED,
leading=13, alignment=TA_LEFT))
]], colWidths=[W])
callout.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,-1), RED_LITE),
("BOX", (0,0),(-1,-1), 1.5, RED),
("ROWPADDING", (0,0),(-1,-1), 7),
("LEFTPADDING", (0,0),(-1,-1), 10),
]))
story += [callout, spacer(8)]
# ββ PRESSURE THRESHOLDS βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
story.append(section_header("COMPARTMENT PRESSURE THRESHOLDS (when measured)", ORANGE))
story.append(spacer(4))
thresh_data = [
["THRESHOLD", "VALUE", "ACTION"],
["Absolute compartment pressure",
"β₯ 30 mmHg",
"Fasciotomy indicated"],
["Delta pressure (Diastolic BP β Compartment Pressure)",
"β€ 30 mmHg",
"Fasciotomy indicated"],
["High clinical suspicion",
"Any pressure",
"Fasciotomy may still be indicated"],
]
thresh_tbl = Table(thresh_data, colWidths=[W*0.42, W*0.25, W*0.33])
thresh_tbl.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,0), ORANGE),
("TEXTCOLOR", (0,0), (-1,0), WHITE),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,-1), 9),
("ALIGN", (1,0), (1,-1), "CENTER"),
("ALIGN", (2,0), (2,-1), "CENTER"),
("ROWPADDING", (0,0), (-1,-1), 6),
("GRID", (0,0), (-1,-1), 0.5, HexColor("#BDC3C7")),
("BACKGROUND", (0,1), (-1,1), ORG_LITE),
("BACKGROUND", (0,2), (-1,2), WHITE),
("BACKGROUND", (0,3), (-1,3), ORG_LITE),
("FONTNAME", (0,1), (-1,-1), "Helvetica"),
("FONTNAME", (1,1), (1,-1), "Helvetica-Bold"),
("TEXTCOLOR", (2,1), (2,2), GREEN),
("FONTNAME", (2,1), (2,-1), "Helvetica-Bold"),
("LEFTPADDING", (0,0), (-1,-1), 7),
("VALIGN", (0,0), (-1,-1), "MIDDLE"),
]))
story += [thresh_tbl, spacer(4)]
note = Paragraph(
"<i>Note: Pressure measurement is used when diagnosis is uncertain or patient cannot communicate "
"(sedated, head injury). Clinical diagnosis takes priority β do not delay treatment waiting for a measurement.</i>",
SMALL)
story += [note, spacer(8)]
# ββ EMERGENCY RESPONSE β STEP-BY-STEP ββββββββββββββββββββββββββββββββββββββββ
story.append(section_header("EMERGENCY RESPONSE β NURSING ACTIONS (IN ORDER)", RED))
story.append(spacer(4))
steps = [
("STEP 1", "NOTIFY PROVIDER IMMEDIATELY",
"Do not wait. Compartment syndrome is a time-critical emergency. Call the provider and "
"document time of notification. Prepare for urgent intervention.",
RED, RED_LITE),
("STEP 2", "REMOVE ALL CONSTRICTIVE ITEMS",
"Bivalve / split the cast down to skin β this alone can significantly reduce pressure. "
"Remove circumferential dressings, bandages, splints, and any external compressive devices "
"to skin level. Do NOT merely loosen β remove completely.",
ORANGE, ORG_LITE),
("STEP 3", "POSITION THE LIMB AT HEART LEVEL",
"Elevate to heart level only (not above). Raising above heart reduces arterial inflow and "
"worsens ischaemia. Lowering below heart increases venous pressure and worsens oedema. "
"Heart level = optimal perfusion gradient.",
HexColor("#1A5276"), NAVY_LT),
("STEP 4", "ADMINISTER OXYGEN AS ORDERED",
"Supplemental oxygen maximises oxygen delivery to ischaemic tissue while awaiting "
"definitive treatment. Establish IV access if not already present.",
GREEN, GRN_LITE),
("STEP 5", "PREPARE FOR FASCIOTOMY",
"Fasciotomy (surgical release of fascia) is the only definitive treatment. "
"Obtain consent if possible. Prepare OR notification. Window: within 6β8 hours of onset "
"for best outcomes. Wounds are left OPEN post-fasciotomy.",
HexColor("#6C3483"), HexColor("#E8DAEF")),
("STEP 6", "MONITOR CONTINUOUSLY",
"Repeat neurovascular checks (6 P's) every 15β30 minutes until resolved or surgeon arrives. "
"Document all findings with timestamps. Monitor vitals, urine output (watch for myoglobinuria "
"β dark urine = rhabdomyolysis), and fluid balance.",
DARK_GRY, GRAY),
]
for code, title, desc, bg, lite in steps:
row = Table(
[[Paragraph(code, S(f"C{code}", fontName="Helvetica-Bold", fontSize=8,
textColor=WHITE, alignment=TA_CENTER, leading=11)),
Paragraph(f"<b>{title}</b><br/>{desc}",
S(f"D{code}", fontName="Helvetica", fontSize=9,
leading=13, textColor=BLACK))]],
colWidths=[W*0.11, W*0.89]
)
row.setStyle(TableStyle([
("BACKGROUND", (0,0),(0,0), bg),
("BACKGROUND", (1,0),(1,0), lite),
("VALIGN", (0,0),(-1,-1), "MIDDLE"),
("ROWPADDING", (0,0),(-1,-1), 6),
("LEFTPADDING", (0,0),(0,0), 4),
("RIGHTPADDING",(0,0),(0,0), 4),
("LEFTPADDING", (1,0),(1,0), 8),
("BOX", (0,0),(-1,-1), 0.5, HexColor("#BDC3C7")),
]))
story += [row, spacer(3)]
story.append(spacer(6))
# ββ POST-FASCIOTOMY NURSING CARE ββββββββββββββββββββββββββββββββββββββββββββββ
story.append(section_header("POST-FASCIOTOMY NURSING CARE", GREEN))
story.append(spacer(4))
post_data = [
["ASSESSMENT", "WOUND CARE", "SYSTEMIC MONITORING"],
[Paragraph("β’ Neurovascular checks q1β2h\n"
"β’ Compare with unaffected limb\n"
"β’ Monitor for pain relief (improvement\n"
" confirms decompression)\n"
"β’ Assess for residual deficits\n"
"β’ Monitor skin graft take if applicable", SMALL),
Paragraph("β’ Wounds left OPEN β do not close early\n"
"β’ Vacuum-assisted closure (VAC) device\n"
" applied to manage oedema\n"
"β’ Delayed primary closure in 3β5 days\n"
" when swelling resolves\n"
"β’ Aseptic dressing technique always\n"
"β’ Monitor for wound infection", SMALL),
Paragraph("β’ Urine output: target >100 mL/hr\n"
" (rhabdomyolysis risk)\n"
"β’ Monitor urine colour (dark = myoglobin)\n"
"β’ IV fluids β aggressive if rhabdo present\n"
"β’ Urine alkalinisation with bicarbonate\n"
" may be ordered (severe tissue damage)\n"
"β’ Monitor CPK, BMP, renal function\n"
"β’ K+ levels β released from necrotic cells", SMALL)],
]
post_tbl = Table(post_data, colWidths=[W/3, W/3, W/3])
post_tbl.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,0), GREEN),
("TEXTCOLOR", (0,0), (-1,0), WHITE),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,0), 9),
("ALIGN", (0,0), (-1,0), "CENTER"),
("ROWPADDING", (0,0), (-1,-1), 6),
("GRID", (0,0), (-1,-1), 0.5, HexColor("#BDC3C7")),
("VALIGN", (0,1), (-1,-1), "TOP"),
("BACKGROUND", (0,1), (-1,1), GRN_LITE),
("LEFTPADDING", (0,0), (-1,-1), 7),
]))
story += [post_tbl, spacer(8)]
# ββ COMPLICATIONS IF UNTREATED ββββββββββββββββββββββββββββββββββββββββββββββββ
story.append(section_header("CONSEQUENCES OF DELAYED / MISSED DIAGNOSIS", RED))
story.append(spacer(4))
comp_items = [
("Volkmann's Ischaemic Contracture",
"Forearm muscles replaced by fibrotic scar tissue β permanent claw-hand deformity"),
("Rhabdomyolysis",
"Dead muscle releases myoglobin into bloodstream β toxic to kidneys"),
("Acute Kidney Injury / Renal Failure",
"Myoglobin precipitates in tubules β acute tubular necrosis"),
("Permanent Nerve Damage",
"Chronic numbness, paralysis, neuropathic pain in distribution of affected nerves"),
("Limb Loss (Amputation)",
"Gangrenous muscle cannot be saved if fasciotomy is too late"),
("Death",
"From systemic effects of massive rhabdomyolysis, sepsis, and multi-organ failure"),
]
comp_data = [["COMPLICATION", "MECHANISM / OUTCOME"]]
for c, m in comp_items:
comp_data.append([Paragraph(f"<b>{c}</b>", SMALL_B), Paragraph(m, SMALL)])
comp_tbl = Table(comp_data, colWidths=[W*0.38, W*0.62])
comp_tbl.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,0), RED),
("TEXTCOLOR", (0,0), (-1,0), WHITE),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,0), 9),
("ALIGN", (0,0), (-1,0), "CENTER"),
("ROWPADDING", (0,0), (-1,-1), 5),
("GRID", (0,0), (-1,-1), 0.5, HexColor("#BDC3C7")),
("VALIGN", (0,0), (-1,-1), "MIDDLE"),
("BACKGROUND", (0,1), (-1,1), RED_LITE),
("BACKGROUND", (0,2), (-1,2), WHITE),
("BACKGROUND", (0,3), (-1,3), RED_LITE),
("BACKGROUND", (0,4), (-1,4), WHITE),
("BACKGROUND", (0,5), (-1,5), RED_LITE),
("BACKGROUND", (0,6), (-1,6), WHITE),
("LEFTPADDING", (0,0), (-1,-1), 7),
]))
story += [comp_tbl, spacer(8)]
# ββ SPECIAL POPULATIONS βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
story.append(section_header("SPECIAL POPULATIONS & CLINICAL PEARLS", NAVY))
story.append(spacer(4))
pearls = [
("Altered / Unconscious Patients",
"Cannot verbalise pain. Use compartment pressure measurement as primary tool. "
"Maintain high clinical suspicion in any patient with significant extremity injury who "
"cannot communicate."),
("Paediatric Patients",
"Supracondylar humerus fractures carry highest risk in children. "
"Children may not localise pain well β agitation, crying disproportionate to injury, "
"and refusal to move a limb are important indicators."),
("Open Fractures",
"Do NOT assume an open wound decompresses the compartment. "
"Compartment syndrome occurs in open fractures. Vigilance is mandatory."),
("Post-Operative Patients",
"Tight wound closure, haematoma formation, and positional pressure (e.g., lithotomy) "
"can all cause compartment syndrome in the post-op setting."),
("Cast / Splint Patients",
"Bivalve or remove cast completely (not just loosen) at FIRST sign of concern. "
"Teach all cast patients the 6 P's and to report changes immediately."),
]
pearl_rows = [["POPULATION / SITUATION", "CLINICAL PEARL"]]
for pop, pearl in pearls:
pearl_rows.append([Paragraph(f"<b>{pop}</b>", SMALL_B), Paragraph(pearl, SMALL)])
pearl_tbl = Table(pearl_rows, colWidths=[W*0.30, W*0.70])
pearl_tbl.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,0), NAVY),
("TEXTCOLOR", (0,0), (-1,0), WHITE),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,0), 9),
("ALIGN", (0,0), (-1,0), "CENTER"),
("ROWPADDING", (0,0), (-1,-1), 5),
("GRID", (0,0), (-1,-1), 0.5, HexColor("#BDC3C7")),
("VALIGN", (0,0), (-1,-1), "TOP"),
("BACKGROUND", (0,1), (-1,1), NAVY_LT),
("BACKGROUND", (0,2), (-1,2), WHITE),
("BACKGROUND", (0,3), (-1,3), NAVY_LT),
("BACKGROUND", (0,4), (-1,4), WHITE),
("BACKGROUND", (0,5), (-1,5), NAVY_LT),
("LEFTPADDING", (0,0), (-1,-1), 7),
]))
story += [pearl_tbl, spacer(8)]
# ββ QUICK MEMORY AID ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
mem_data = [[
Paragraph(
'<b>MEMORY AID β 6 P\'s:</b> <font color="#C0392B"><b>P</b></font>ain out of proportion '
'→ <font color="#C0392B"><b>P</b></font>aresthesia '
'→ <font color="#C0392B"><b>P</b></font>ressure (tense) '
'→ <font color="#C0392B"><b>P</b></font>allor '
'→ <font color="#C0392B"><b>P</b></font>aralysis '
'→ <font color="#C0392B"><b>P</b></font>ulselessness (act BEFORE this)',
S("MEM", fontName="Helvetica", fontSize=9.5, textColor=NAVY,
leading=14, alignment=TA_CENTER))
]]
mem_tbl = Table(mem_data, colWidths=[W])
mem_tbl.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,-1), YELLOW),
("BOX", (0,0),(-1,-1), 2, YEL_BRD),
("ROWPADDING", (0,0),(-1,-1), 9),
("LEFTPADDING", (0,0),(-1,-1), 12),
("RIGHTPADDING",(0,0),(-1,-1), 12),
]))
story += [mem_tbl, spacer(6)]
# ββ FOOTER ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
story.append(HRFlowable(width=W, thickness=0.5, color=DARK_GRY))
story.append(spacer(3))
story.append(Paragraph(
"Quick Reference | Compartment Syndrome Recognition & Emergency Response | "
"MS III Medical-Surgical Nursing | Unit 9 β Musculoskeletal Function | "
"Sources: Bailey & Love's Surgery 28e, Campbell's Operative Orthopaedics 15e, "
"Rosen's Emergency Medicine, Goldman-Cecil Medicine",
FOOTER))
# ββ Build βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
doc.build(story)
print("PDF generated:", OUTPUT)
cd /home/daytona/workspace/compartment-syndrome-qr && python3 generate_pdf.py
ls -lh /home/daytona/workspace/compartment-syndrome-qr/
Compartment Syndrome Quick Reference
PDF Document Β· PDF
| Section | Content |
|---|---|
| Definition | Concise clinical definition in a highlighted banner |
| Causes & Common Sites | Side-by-side table - fractures (70%), crush injuries, tight casts, burns, reperfusion; all 6 anatomic compartment regions |
| 6 P's Recognition Table | All six signs with descriptions, colour-coded EARLY / MID / LATE timing - Pain and Paresthesia highlighted as earliest, Pulselessness flagged as extremely late |
| Pain with Passive Stretch callout | Red alert box emphasising this is the most actionable early sign |
| Pressure Thresholds | β₯30 mmHg absolute OR delta pressure β€30 mmHg β fasciotomy |
| Emergency Response | 6 colour-coded step-by-step nursing actions in order (notify β remove cast β position at heart level β O2 β prepare fasciotomy β continuous monitoring) |
| Post-Fasciotomy Care | 3-column table: neurovascular assessment, wound care (VAC, leave open), systemic monitoring (rhabdomyolysis, urine output, CPK) |
| Consequences if Missed | Volkmann's contracture through death - in order of progression |
| Special Populations | Unconscious patients, paediatric, open fractures, post-op, cast patients |
| Memory Aid | Yellow banner with the 6 P's in sequence |
Create a visual flowchart PDF for fracture classification and immediate management
ls /home/daytona/workspace/ && mkdir -p /home/daytona/workspace/fracture-flowchart
~/fracture-flowchart/generate_flowchart.py
"""
Fracture Classification & Immediate Management β Visual Flowchart PDF
Uses ReportLab canvas (low-level) for precise positioned drawing.
Layout: A4 landscape for maximum width; all elements drawn with absolute coords.
"""
from reportlab.lib.pagesizes import A4, landscape
from reportlab.lib.units import cm, mm
from reportlab.lib.colors import HexColor, white, black
from reportlab.pdfgen import canvas
import math
OUTPUT = "/home/daytona/workspace/fracture-flowchart/Fracture_Classification_Management_Flowchart.pdf"
PW, PH = landscape(A4) # 841.89 x 595.28 pt
M = 0.45 * cm # margin
# ββ Palette ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
NAVY = HexColor("#1A3A5C")
NAVY_LT = HexColor("#D6E4F0")
SKY = HexColor("#2E86C1")
SKY_LT = HexColor("#AED6F1")
RED = HexColor("#C0392B")
RED_LT = HexColor("#FADBD8")
ORANGE = HexColor("#D35400")
ORG_LT = HexColor("#FAE5D3")
GREEN = HexColor("#1E8449")
GRN_LT = HexColor("#D5F5E3")
PURPLE = HexColor("#6C3483")
PUR_LT = HexColor("#E8DAEF")
TEAL = HexColor("#148F77")
TEA_LT = HexColor("#D1F2EB")
GOLD = HexColor("#B7950B")
GOLD_LT = HexColor("#FCF3CF")
GRAY_D = HexColor("#5D6D7E")
GRAY_L = HexColor("#F2F3F4")
BORDER = HexColor("#BDC3C7")
c = canvas.Canvas(OUTPUT, pagesize=landscape(A4))
c.setTitle("Fracture Classification & Immediate Management Flowchart")
# ββ Utility helpers ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def rect_fill(x, y, w, h, fill, stroke=None, radius=4):
c.saveState()
c.setFillColor(fill)
if stroke:
c.setStrokeColor(stroke)
c.setLineWidth(1.2)
else:
c.setStrokeColor(fill)
c.setLineWidth(0)
c.roundRect(x, y, w, h, radius, fill=1, stroke=1 if stroke else 0)
c.restoreState()
def text_center(x, y, w, txt, font="Helvetica", size=8, color=black, leading=10):
c.saveState()
c.setFillColor(color)
c.setFont(font, size)
lines = txt.split("\n")
total_h = len(lines) * leading
start_y = y + total_h / 2 - leading * 0.3
for i, line in enumerate(lines):
c.drawCentredString(x + w / 2, start_y - i * leading, line)
c.restoreState()
def text_left(x, y, txt, font="Helvetica", size=8, color=black, leading=10):
c.saveState()
c.setFillColor(color)
c.setFont(font, size)
lines = txt.split("\n")
for i, line in enumerate(lines):
c.drawString(x, y - i * leading, line)
c.restoreState()
def arrow_down(x, y, length=14, color=GRAY_D, width=1.5):
c.saveState()
c.setStrokeColor(color)
c.setFillColor(color)
c.setLineWidth(width)
c.line(x, y, x, y - length + 5)
# arrowhead
p = c.beginPath()
p.moveTo(x, y - length)
p.lineTo(x - 4, y - length + 6)
p.lineTo(x + 4, y - length + 6)
p.close()
c.drawPath(p, fill=1, stroke=0)
c.restoreState()
def arrow_right(x, y, length=14, color=GRAY_D, width=1.5):
c.saveState()
c.setStrokeColor(color)
c.setFillColor(color)
c.setLineWidth(width)
c.line(x, y, x + length - 5, y)
p = c.beginPath()
p.moveTo(x + length, y)
p.lineTo(x + length - 6, y + 4)
p.lineTo(x + length - 6, y - 4)
p.close()
c.drawPath(p, fill=1, stroke=0)
c.restoreState()
def arrow_left(x, y, length=14, color=GRAY_D, width=1.5):
c.saveState()
c.setStrokeColor(color)
c.setFillColor(color)
c.setLineWidth(width)
c.line(x, y, x - length + 5, y)
p = c.beginPath()
p.moveTo(x - length, y)
p.lineTo(x - length + 6, y + 4)
p.lineTo(x - length + 6, y - 4)
p.close()
c.drawPath(p, fill=1, stroke=0)
c.restoreState()
def diamond(cx, cy, hw, hh, fill, stroke):
"""Draw a diamond centred at cx,cy with half-widths hw, hh."""
c.saveState()
c.setFillColor(fill)
c.setStrokeColor(stroke)
c.setLineWidth(1.2)
p = c.beginPath()
p.moveTo(cx, cy + hh)
p.lineTo(cx + hw, cy)
p.lineTo(cx, cy - hh)
p.lineTo(cx - hw, cy)
p.close()
c.drawPath(p, fill=1, stroke=1)
c.restoreState()
def connector_line(x1, y1, x2, y2, color=GRAY_D, width=1.5, arrow_end=True):
"""Straight or L-shaped connector with arrowhead at end."""
c.saveState()
c.setStrokeColor(color)
c.setFillColor(color)
c.setLineWidth(width)
c.line(x1, y1, x2, y2)
if arrow_end:
# determine direction
dx, dy = x2 - x1, y2 - y1
angle = math.atan2(dy, dx)
arr_len = 7
p = c.beginPath()
p.moveTo(x2, y2)
p.lineTo(x2 - arr_len * math.cos(angle - 0.4),
y2 - arr_len * math.sin(angle - 0.4))
p.lineTo(x2 - arr_len * math.cos(angle + 0.4),
y2 - arr_len * math.sin(angle + 0.4))
p.close()
c.drawPath(p, fill=1, stroke=0)
c.restoreState()
def bent_connector(x1, y1, x2, y2, bend_x=None, color=GRAY_D, width=1.5):
"""Horizontal then vertical connector (or vertical then horizontal)."""
c.saveState()
c.setStrokeColor(color)
c.setFillColor(color)
c.setLineWidth(width)
if bend_x is not None:
c.line(x1, y1, bend_x, y1)
c.line(bend_x, y1, bend_x, y2)
c.line(bend_x, y2, x2, y2)
else:
mid_y = (y1 + y2) / 2
c.line(x1, y1, x1, mid_y)
c.line(x1, mid_y, x2, mid_y)
c.line(x2, mid_y, x2, y2)
# arrowhead at end
arr_len = 7
dx, dy = x2 - (bend_x if bend_x else x1), 0
angle = math.atan2(y2 - (y2), x2 - (bend_x if bend_x else x1))
# simplified: always points toward x2,y2
if x2 > (bend_x if bend_x else x1):
px, py = x2, y2
p = c.beginPath()
p.moveTo(px, py)
p.lineTo(px - arr_len, py + 4)
p.lineTo(px - arr_len, py - 4)
p.close()
else:
px, py = x2, y2
p = c.beginPath()
p.moveTo(px, py)
p.lineTo(px + arr_len, py + 4)
p.lineTo(px + arr_len, py - 4)
p.close()
c.drawPath(p, fill=1, stroke=0)
c.restoreState()
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# PAGE 1 β FRACTURE CLASSIFICATION FLOWCHART
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# ββ Title Banner ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
rect_fill(M, PH - 1.6*cm, PW - 2*M, 1.5*cm, NAVY)
text_center(M, PH - 1.1*cm, PW - 2*M,
"FRACTURE CLASSIFICATION & IMMEDIATE MANAGEMENT FLOWCHART",
"Helvetica-Bold", 15, white)
text_center(M, PH - 1.5*cm, PW - 2*M,
"Page 1 of 2 β Classification System",
"Helvetica", 8.5, HexColor("#AED6F1"))
# ββ Start node ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TOP_Y = PH - 2.3*cm
SN_W, SN_H = 3.6*cm, 0.85*cm
SN_X = (PW - SN_W) / 2
rect_fill(SN_X, TOP_Y - SN_H, SN_W, SN_H, NAVY, NAVY, radius=20)
text_center(SN_X, TOP_Y - SN_H/2 - 0.05*cm, SN_W,
"SUSPECTED FRACTURE", "Helvetica-Bold", 9.5, white)
# Arrow down
arrow_down(PW/2, TOP_Y - SN_H - 1, 14, NAVY, 2)
# ββ Diamond: Skin Intact? βββββββββββββββββββββββββββββββββββββββββββββββββ
D1_CX, D1_CY = PW/2, TOP_Y - SN_H - 1.6*cm
D1_HW, D1_HH = 2.6*cm, 0.85*cm
diamond(D1_CX, D1_CY, D1_HW, D1_HH, GOLD_LT, GOLD)
text_center(D1_CX - D1_HW, D1_CY - 0.15*cm, D1_HW*2,
"Is skin\nINTACT?", "Helvetica-Bold", 8.5, GOLD)
# YES label + arrow down left
connector_line(D1_CX - D1_HW, D1_CY,
D1_CX - D1_HW - 2.9*cm, D1_CY, GOLD, 1.5, True)
text_left(D1_CX - D1_HW - 1.6*cm, D1_CY + 5, "YES", "Helvetica-Bold", 7.5, GREEN)
# NO label + arrow right
connector_line(D1_CX + D1_HW, D1_CY,
D1_CX + D1_HW + 2.9*cm, D1_CY, RED, 1.5, True)
text_left(D1_CX + D1_HW + 0.3*cm, D1_CY + 5, "NO", "Helvetica-Bold", 7.5, RED)
# ββ CLOSED box ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
CL_W, CL_H = 3.4*cm, 1.0*cm
CL_X = D1_CX - D1_HW - 2.9*cm - CL_W
CL_Y = D1_CY - CL_H / 2
rect_fill(CL_X, CL_Y, CL_W, CL_H, GRN_LT, GREEN, radius=5)
text_center(CL_X, CL_Y + CL_H/2, CL_W,
"CLOSED\nFRACTURE", "Helvetica-Bold", 9, GREEN)
# ββ OPEN box ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
OP_W, OP_H = 3.4*cm, 1.0*cm
OP_X = D1_CX + D1_HW + 2.9*cm
OP_Y = D1_CY - OP_H / 2
rect_fill(OP_X, OP_Y, OP_W, OP_H, RED_LT, RED, radius=5)
text_center(OP_X, OP_Y + OP_H/2, OP_W,
"OPEN (COMPOUND)\nFRACTURE", "Helvetica-Bold", 9, RED)
# Arrow down from CLOSED
arrow_down(CL_X + CL_W/2, CL_Y - 1, 13, GREEN, 1.8)
# Arrow down from OPEN
arrow_down(OP_X + OP_W/2, OP_Y - 1, 13, RED, 1.8)
# ββ FRACTURE TYPE grid (closed types) βββββββββββββββββββββββββββββββββββββ
# 6 fracture types arranged in 2 rows of 3 under closed
FTYPE_Y_TOP = CL_Y - 1.5*cm
FT_W, FT_H = 3.1*cm, 1.8*cm
GAP = 0.3*cm
COLS_X_START = CL_X + CL_W/2 - (3*FT_W + 2*GAP)/2
ftypes = [
("TRANSVERSE", "Clean perpendicular break\nacross bone shaft", SKY, SKY_LT),
("OBLIQUE", "Diagonal break\nalong bone axis", TEAL, TEA_LT),
("SPIRAL", "Twisting force\nwraps around bone\n(abuse marker in kids)", PURPLE, PUR_LT),
("COMMINUTED", "Bone shattered into\n3+ fragments\n(harder to fix)", ORANGE, ORG_LT),
("GREENSTICK", "Partial break, one\ncortex intact\n(children only)", GREEN, GRN_LT),
("STRESS", "Hairline crack from\nrepetitive force\n(athletes, military)",NAVY, NAVY_LT),
]
for i, (name, desc, col, lite) in enumerate(ftypes):
row, col_idx = divmod(i, 3)
fx = COLS_X_START + col_idx * (FT_W + GAP)
fy = FTYPE_Y_TOP - row * (FT_H + 0.3*cm) - FT_H
rect_fill(fx, fy, FT_W, FT_H, lite, col, radius=4)
# name header strip
rect_fill(fx, fy + FT_H - 0.5*cm, FT_W, 0.5*cm, col, col, radius=3)
text_center(fx, fy + FT_H - 0.25*cm, FT_W, name, "Helvetica-Bold", 7.5, white)
text_center(fx, fy + (FT_H - 0.5*cm)/2, FT_W, desc, "Helvetica", 7, col)
# section label
rect_fill(COLS_X_START - 0.1*cm, FTYPE_Y_TOP + 0.1*cm, 3*FT_W + 2*GAP + 0.2*cm, 0.4*cm, GRAY_L, BORDER, 3)
text_center(COLS_X_START - 0.1*cm, FTYPE_Y_TOP + 0.25*cm, 3*FT_W + 2*GAP + 0.2*cm,
"CLOSED FRACTURE PATTERNS", "Helvetica-Bold", 7, GRAY_D)
# ββ OPEN fracture Gustilo classification βββββββββββββββββββββββββββββββββ
GUST_Y_TOP = OP_Y - 1.5*cm
GT_W = 3.2*cm
GT_H = 1.9*cm
GUST_X = OP_X + OP_W/2 - GT_W/2
gust_types = [
("TYPE I",
"Wound < 1 cm\nClean\nMinimal soft-tissue\ndamage",
GRN_LT, GREEN),
("TYPE II",
"Wound 1β10 cm\nModerate contam.\nModerate soft-\ntissue damage",
GOLD_LT, GOLD),
("TYPE III-A",
"Wound > 10 cm\nHigh contamination\nAdequate soft-\ntissue coverage",
ORG_LT, ORANGE),
("TYPE III-B",
"Wound > 10 cm\nPeriosteal stripping\nRequires flap for\ncoverage",
RED_LT, RED),
("TYPE III-C",
"Any size wound\n+ Arterial injury\nrequiring repair\n(LIMB-THREATENING)",
HexColor("#F9EBEA"), HexColor("#922B21")),
]
GT_GAP = 0.25*cm
GUST_X_START = OP_X + OP_W/2 - (5*GT_W + 4*GT_GAP)/2
for i, (name, desc, lite, col) in enumerate(gust_types):
gx = GUST_X_START + i*(GT_W + GT_GAP)
gy = GUST_Y_TOP - GT_H
rect_fill(gx, gy, GT_W, GT_H, lite, col, radius=4)
rect_fill(gx, gy + GT_H - 0.5*cm, GT_W, 0.5*cm, col, col, radius=3)
text_center(gx, gy + GT_H - 0.25*cm, GT_W, name, "Helvetica-Bold", 7.5, white)
text_center(gx, gy + (GT_H - 0.5*cm)/2, GT_W, desc, "Helvetica", 6.8, col)
# Gustilo label
rect_fill(GUST_X_START - 0.1*cm, GUST_Y_TOP + 0.1*cm,
5*GT_W + 4*GT_GAP + 0.2*cm, 0.4*cm, GRAY_L, BORDER, 3)
text_center(GUST_X_START - 0.1*cm, GUST_Y_TOP + 0.25*cm,
5*GT_W + 4*GT_GAP + 0.2*cm,
"GUSTILO-ANDERSON OPEN FRACTURE CLASSIFICATION",
"Helvetica-Bold", 7, GRAY_D)
# ββ SPECIAL FRACTURE TYPES bar (across bottom) ββββββββββββββββββββββββββββ
SFT_Y = 1.5*cm
SFT_TOTAL_W = PW - 2*M
SFT_H = 2.1*cm
special = [
("PATHOLOGIC", "Fracture through diseased bone\n(tumor, osteomyelitis,\nosteoporosis)\nMinimal or no trauma", PURPLE, PUR_LT),
("AVULSION", "Fragment pulled away\nby tendon or ligament\nforce at attachment\nsite", TEAL, TEA_LT),
("INTRA-ARTICULAR","Fracture line enters\na joint surface\nRisk: post-traumatic\narthritis + stiffness", ORANGE, ORG_LT),
("PERIPROSTHETIC","Fracture around\na joint implant\n(hip/knee replacement)\nComplex fixation", NAVY, NAVY_LT),
("COMPRESSION", "Vertebral body collapse\nfrom axial load\nCommon in osteoporosis\nDowager's hump risk", RED, RED_LT),
("IMPACTED", "Bone ends driven\ninto each other\nAppears stable but\nstill needs fixation", GREEN, GRN_LT),
]
SFT_W = (SFT_TOTAL_W - 5*0.25*cm) / 6
for i, (name, desc, col, lite) in enumerate(special):
sx = M + i*(SFT_W + 0.25*cm)
sy = SFT_Y
rect_fill(sx, sy, SFT_W, SFT_H, lite, col, radius=4)
rect_fill(sx, sy + SFT_H - 0.5*cm, SFT_W, 0.5*cm, col, col, radius=3)
text_center(sx, sy + SFT_H - 0.25*cm, SFT_W, name, "Helvetica-Bold", 7, white)
text_center(sx, sy + (SFT_H - 0.5*cm)/2, SFT_W, desc, "Helvetica", 6.5, col)
# Special label bar
rect_fill(M, SFT_Y + SFT_H, SFT_TOTAL_W, 0.4*cm, GRAY_D, GRAY_D, radius=2)
text_center(M, SFT_Y + SFT_H + 0.22*cm, SFT_TOTAL_W,
"ADDITIONAL / SPECIAL FRACTURE TYPES",
"Helvetica-Bold", 7.5, white)
# ββ Footer page 1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
c.setFillColor(GRAY_D)
c.setFont("Helvetica-Oblique", 7)
c.drawCentredString(PW/2, 0.35*cm,
"Fracture Classification & Immediate Management | MS III Medical-Surgical Nursing | Page 1 of 2")
c.showPage()
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# PAGE 2 β IMMEDIATE MANAGEMENT FLOWCHART
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# ββ Title Banner ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
rect_fill(M, PH - 1.6*cm, PW - 2*M, 1.5*cm, RED)
text_center(M, PH - 1.1*cm, PW - 2*M,
"FRACTURE IMMEDIATE MANAGEMENT FLOWCHART",
"Helvetica-Bold", 15, white)
text_center(M, PH - 1.5*cm, PW - 2*M,
"Page 2 of 2 β Emergency Response & Treatment Pathways",
"Helvetica", 8.5, HexColor("#FADBD8"))
# ββ Start box βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TOP_Y2 = PH - 2.3*cm
SB_W, SB_H = 4.5*cm, 0.85*cm
SB_X = (PW - SB_W) / 2
rect_fill(SB_X, TOP_Y2 - SB_H, SB_W, SB_H, RED, RED, radius=20)
text_center(SB_X, TOP_Y2 - SB_H/2, SB_W,
"FRACTURE IDENTIFIED", "Helvetica-Bold", 10, white)
# ββ Step 1: Primary survey βββββββββββββββββββββββββββββββββββββββββββββββββ
arrow_down(PW/2, TOP_Y2 - SB_H - 1, 14, RED, 2)
S1_Y = TOP_Y2 - SB_H - 1.8*cm
S1_W = PW - 2*M
S1_H = 1.9*cm
S1_X = M
rect_fill(S1_X, S1_Y - S1_H, S1_W, S1_H, NAVY_LT, NAVY, radius=5)
rect_fill(S1_X, S1_Y - 0.55*cm, S1_W, 0.55*cm, NAVY, NAVY, radius=4)
text_center(S1_X, S1_Y - 0.27*cm, S1_W,
"STEP 1: PRIMARY SURVEY & IMMEDIATE ASSESSMENT",
"Helvetica-Bold", 10, white)
# 5 sub-boxes in step 1
SUB1 = [
("ABCDE\nAssessment", "Airway, Breathing,\nCirculation,\nDisability, Exposure"),
("Control\nBleeding", "Direct pressure\nProximal tourniquet\nif arterial bleed"),
("Neurovascular\nCheck","Distal pulse\nCapillary refill\nSensation & motor"),
("Expose\nInjury", "Cut clothing\nVisual assessment\nDo NOT force limb"),
("Pain\nManagement", "IV access\nAnalgesics as ordered\nReassure patient"),
]
sub1_w = (S1_W - 4*0.2*cm) / 5
for i, (title, body) in enumerate(SUB1):
sx = S1_X + i*(sub1_w + 0.2*cm)
sy = S1_Y - S1_H
rect_fill(sx, sy, sub1_w, S1_H - 0.55*cm, white, NAVY, 3)
text_center(sx, sy + (S1_H - 0.55*cm)*0.72, sub1_w, title, "Helvetica-Bold", 7.5, NAVY)
text_center(sx, sy + (S1_H - 0.55*cm)*0.32, sub1_w, body, "Helvetica", 6.8, HexColor("#1A3A5C"))
# ββ Arrow + Diamond: Open fracture? ββββββββββββββββββββββββββββββββββββββ
arrow_down(PW/2, S1_Y - S1_H - 1, 14, RED, 2)
D2_CX, D2_CY = PW/2, S1_Y - S1_H - 1.8*cm
D2_HW, D2_HH = 2.8*cm, 0.9*cm
diamond(D2_CX, D2_CY, D2_HW, D2_HH, GOLD_LT, GOLD)
text_center(D2_CX - D2_HW, D2_CY - 0.18*cm, D2_HW*2,
"OPEN\nFRACTURE?", "Helvetica-Bold", 9, GOLD)
# YES β left branch
connector_line(D2_CX - D2_HW, D2_CY,
D2_CX - D2_HW - 3.5*cm, D2_CY, RED, 1.5)
text_left(D2_CX - D2_HW - 2.0*cm, D2_CY + 6, "YES", "Helvetica-Bold", 7.5, RED)
# NO β right
connector_line(D2_CX + D2_HW, D2_CY,
D2_CX + D2_HW + 3.5*cm, D2_CY, GREEN, 1.5)
text_left(D2_CX + D2_HW + 0.3*cm, D2_CY + 6, "NO", "Helvetica-Bold", 7.5, GREEN)
# ββ LEFT branch: OPEN FRACTURE management ββββββββββββββββββββββββββββββββ
OP2_W = 4.2*cm
OP2_X = D2_CX - D2_HW - 3.5*cm - OP2_W
OP2_H = 3.5*cm
OP2_Y = D2_CY - OP2_H/2
rect_fill(OP2_X, OP2_Y, OP2_W, OP2_H, RED_LT, RED, 4)
rect_fill(OP2_X, OP2_Y + OP2_H - 0.5*cm, OP2_W, 0.5*cm, RED, RED, 3)
text_center(OP2_X, OP2_Y + OP2_H - 0.25*cm, OP2_W,
"OPEN FRACTURE PROTOCOL", "Helvetica-Bold", 8, white)
text_center(OP2_X, OP2_Y + (OP2_H - 0.5*cm)*0.5, OP2_W,
"1. Moist sterile dressing\n"
"2. Do NOT reduce / push bone in\n"
"3. IV antibiotics STAT\n"
" (within 1 hr of injury)\n"
"4. Tetanus prophylaxis\n"
"5. Urgent OR consult\n"
"6. Surgical debridement\n"
" within 6-8 hrs\n"
"7. Wound left OPEN",
"Helvetica", 6.8, RED)
# ββ RIGHT branch: CLOSED FRACTURE management βββββββββββββββββββββββββββββ
CL2_X = D2_CX + D2_HW + 3.5*cm
CL2_W = 4.0*cm
CL2_H = 3.2*cm
CL2_Y = D2_CY - CL2_H/2
rect_fill(CL2_X, CL2_Y, CL2_W, CL2_H, GRN_LT, GREEN, 4)
rect_fill(CL2_X, CL2_Y + CL2_H - 0.5*cm, CL2_W, 0.5*cm, GREEN, GREEN, 3)
text_center(CL2_X, CL2_Y + CL2_H - 0.25*cm, CL2_W,
"CLOSED FRACTURE PROTOCOL", "Helvetica-Bold", 8, white)
text_center(CL2_X, CL2_Y + (CL2_H - 0.5*cm)*0.5, CL2_W,
"1. Splint in position found\n"
" (joint above AND below)\n"
"2. Pad bony prominences\n"
"3. Neurovascular check\n"
" before AND after splint\n"
"4. Imaging (X-ray)\n"
"5. Analgesia\n"
"6. Elevate limb",
"Helvetica", 6.8, GREEN)
# ββ Centre: REDUCTION diamond βββββββββββββββββββββββββββββββββββββββββββββ
arrow_down(PW/2, D2_CY - D2_HH - 1, 14, NAVY, 2)
D3_CX, D3_CY = PW/2, D2_CY - D2_HH - 1.8*cm
D3_HW, D3_HH = 2.6*cm, 0.85*cm
diamond(D3_CX, D3_CY, D3_HW, D3_HH, NAVY_LT, NAVY)
text_center(D3_CX - D3_HW, D3_CY - 0.15*cm, D3_HW*2,
"NEEDS\nREDUCTION?", "Helvetica-Bold", 8.5, NAVY)
# YES arrow left
connector_line(D3_CX - D3_HW, D3_CY,
D3_CX - D3_HW - 2.8*cm, D3_CY, NAVY, 1.5)
text_left(D3_CX - D3_HW - 1.5*cm, D3_CY + 6, "YES", "Helvetica-Bold", 7.5, NAVY)
# NO arrow right
connector_line(D3_CX + D3_HW, D3_CY,
D3_CX + D3_HW + 2.8*cm, D3_CY, NAVY, 1.5)
text_left(D3_CX + D3_HW + 0.3*cm, D3_CY + 6, "NO", "Helvetica-Bold", 7.5, NAVY)
# ββ Reduction types βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
RED_TYP_W = 4.5*cm
RED_TYP_H = 2.5*cm
# Closed Reduction
CR_X = D3_CX - D3_HW - 2.8*cm - RED_TYP_W
CR_Y = D3_CY - RED_TYP_H/2
rect_fill(CR_X, CR_Y, RED_TYP_W, RED_TYP_H, SKY_LT, SKY, 4)
rect_fill(CR_X, CR_Y + RED_TYP_H - 0.5*cm, RED_TYP_W, 0.5*cm, SKY, SKY, 3)
text_center(CR_X, CR_Y + RED_TYP_H - 0.25*cm, RED_TYP_W,
"CLOSED REDUCTION", "Helvetica-Bold", 8, white)
text_center(CR_X, CR_Y + (RED_TYP_H-0.5*cm)/2, RED_TYP_W,
"Manual manipulation\nunder analgesia/sedation\nFracture too complex?\nβ Proceed to ORIF",
"Helvetica", 7, SKY)
# Open Reduction (ORIF)
OR_X = D3_CX + D3_HW + 2.8*cm
OR_Y = D3_CY - RED_TYP_H/2
rect_fill(OR_X, OR_Y, RED_TYP_W, RED_TYP_H, PUR_LT, PURPLE, 4)
rect_fill(OR_X, OR_Y + RED_TYP_H - 0.5*cm, RED_TYP_W, 0.5*cm, PURPLE, PURPLE, 3)
text_center(OR_X, OR_Y + RED_TYP_H - 0.25*cm, RED_TYP_W,
"DIRECT IMMOBILIZATION", "Helvetica-Bold", 8, white)
text_center(OR_X, OR_Y + (RED_TYP_H-0.5*cm)/2, RED_TYP_W,
"Stable undisplaced fracture\nβ Immobilize directly\nNo manipulation needed",
"Helvetica", 7, PURPLE)
# Both converge downward
arrow_down(CR_X + RED_TYP_W/2, CR_Y - 1, 12, NAVY, 1.5)
arrow_down(OR_X + RED_TYP_W/2, OR_Y - 1, 12, NAVY, 1.5)
arrow_down(D3_CX, D3_CY - D3_HH - 1, 12, NAVY, 1.5)
# ββ IMMOBILIZATION OPTIONS ββββββββββββββββββββββββββββββββββββββββββββββββ
IMM_Y_TOP = D3_CY - D3_HH - 1.6*cm
IMM_H = 2.8*cm
IMM_W = (PW - 2*M - 3*0.3*cm) / 4
IMM_ITEMS = [
("CAST / SPLINT",
"Most common\nNoninvasive\nSplint for acute\nswelling first\nCast when swelling\nresolves",
TEAL, TEA_LT),
("TRACTION",
"Skin or skeletal\nContinuous force\nWeights hang freely\nCommon: Buck's for\nhip/femur pre-op",
NAVY, NAVY_LT),
("EXTERNAL FIXATION",
"Open fractures\nSevere soft-tissue\nTemporary in\npolytrauma\n(damage control)",
ORANGE, ORG_LT),
("ORIF\n(Internal Fixation)",
"Plates, screws,\nIM nails, rods\nUnstable / displaced\nIntra-articular\nJoint replacement",
PURPLE, PUR_LT),
]
rect_fill(M, IMM_Y_TOP, PW - 2*M, 0.45*cm, NAVY, NAVY, 3)
text_center(M, IMM_Y_TOP + 0.25*cm, PW-2*M,
"IMMOBILIZATION OPTIONS", "Helvetica-Bold", 9, white)
for i, (name, desc, col, lite) in enumerate(IMM_ITEMS):
ix = M + i*(IMM_W + 0.3*cm)
iy = IMM_Y_TOP - IMM_H
rect_fill(ix, iy, IMM_W, IMM_H, lite, col, 4)
rect_fill(ix, iy + IMM_H - 0.5*cm, IMM_W, 0.5*cm, col, col, 3)
text_center(ix, iy + IMM_H - 0.25*cm, IMM_W, name, "Helvetica-Bold", 8, white)
text_center(ix, iy + (IMM_H-0.5*cm)/2, IMM_W, desc, "Helvetica", 6.8, col)
# ββ ONGOING NURSING MONITORING strip βββββββββββββββββββββββββββββββββββββ
MON_Y = IMM_Y_TOP - IMM_H - 0.5*cm
MON_H = 2.3*cm
MON_W = PW - 2*M
rect_fill(M, MON_Y - MON_H, MON_W, MON_H, GRAY_L, BORDER, 4)
rect_fill(M, MON_Y - 0.48*cm, MON_W, 0.48*cm, GRAY_D, GRAY_D, 3)
text_center(M, MON_Y - 0.24*cm, MON_W,
"ONGOING NURSING MONITORING (ALL FRACTURES)",
"Helvetica-Bold", 9, white)
MON_ITEMS = [
("Neurovascular\nChecks",
"6 P's q1-2h\nDistal pulse\nCapillary refill\nSensation & motor"),
("Compartment\nSyndrome Watch",
"Pain out of\nproportion\nPain w/ passive\nstretch β ACT NOW"),
("Immobilization\nIntegrity",
"Cast/splint not\ntoo tight\nNo wrinkles\nElevation maintained"),
("Complication\nPrevention",
"DVT prophylaxis\nTurn & reposition\nIncentive spirometry\nSkin assessment"),
("Wound / Pin\nSite Care",
"External fixator:\nassess pin sites\nAseptic technique\nWatch for infection"),
("Patient\nEducation",
"6 P's warning signs\nActivity restrictions\nFollow-up compliance\nMedication teaching"),
]
mon_w = (MON_W - 5*0.2*cm) / 6
for i, (title, desc) in enumerate(MON_ITEMS):
mx = M + i*(mon_w + 0.2*cm)
my = MON_Y - MON_H
rect_fill(mx, my, mon_w, MON_H - 0.48*cm, white, BORDER, 3)
text_center(mx, my + (MON_H-0.48*cm)*0.72, mon_w, title, "Helvetica-Bold", 7, GRAY_D)
text_center(mx, my + (MON_H-0.48*cm)*0.3, mon_w, desc, "Helvetica", 6.5, HexColor("#424949"))
# ββ Key Nursing Rules bar βββββββββββββββββββββββββββββββββββββββββββββββββ
RULES_Y = MON_Y - MON_H - 0.4*cm
RULES_H = 1.15*cm
rect_fill(M, RULES_Y - RULES_H, PW-2*M, RULES_H, GOLD_LT, GOLD, 4)
rules_txt = (
"KEY RULES: Splint ABOVE & BELOW fracture | "
"Check neuro-vascular BEFORE & AFTER splinting | "
"Open fracture = contaminated = IV antibiotics NOW | "
"NEVER intentionally elicit crepitation | "
"Do NOT force a fractured limb into position | "
"Fat embolism watch: onset 24-72 hrs, respiratory + confusion + petechiae"
)
text_center(M, RULES_Y - RULES_H/2, PW-2*M, rules_txt, "Helvetica-Bold", 7.2, GOLD)
# ββ Footer page 2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
c.setFillColor(GRAY_D)
c.setFont("Helvetica-Oblique", 7)
c.drawCentredString(
PW/2, 0.35*cm,
"Fracture Classification & Immediate Management | "
"MS III Medical-Surgical Nursing | Page 2 of 2 | "
"Sources: Campbell's Operative Orthopaedics 15e, Rosen's Emergency Medicine, Bailey & Love 28e"
)
c.save()
print("PDF saved:", OUTPUT)
cd /home/daytona/workspace/fracture-flowchart && python3 generate_flowchart.py
ls -lh /home/daytona/workspace/fracture-flowchart/
Fracture Classification Management Flowchart
PDF Document Β· PDF
βAct as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Also, synthesis additional information from other sources pertinent to this chapter that are important for me to know as a nurse. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_48__ASSESSMENT_AND_MANAGEMENT_OF_PATIENTS_WITH_OBESITY.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
| Angle | Question Answered |
|---|---|
| What is it? | Definition, classification by BMI |
| Why does it happen? | Multifactorial causes and pathophysiology |
| What does it cause? | Associated diseases and complications |
| How do we treat it? | Lifestyle β medications β surgery (stepwise) |
| How do nurses care? | Assessment, interventions, nursing process |
"Obesity is a disease requiring long-term, compassionate, nonjudgmental, interdisciplinary care - not blame."
| Term | Definition |
|---|---|
| BMI (Body Mass Index) | Weight (kg) Γ· HeightΒ² (mΒ²) - a screening tool for weight classification |
| Obesity | BMI β₯ 30 kg/mΒ² |
| Morbid / Severe obesity | BMI β₯ 40 kg/mΒ² (Class III) |
| Metabolic syndrome | Cluster of conditions: central obesity + hypertension + high blood sugar + dyslipidemia |
| Bariatric surgery | Surgical procedures for weight reduction in obese patients |
| Malabsorptive procedure | Surgery that bypasses part of the digestive tract to reduce nutrient absorption |
| Restrictive procedure | Surgery that reduces stomach capacity to limit food intake |
| Dumping syndrome | Rapid gastric emptying after surgery causing GI distress and hypoglycemia |
| Lifestyle modification | Behavioral changes in diet, physical activity, and habits - first-line therapy |
Critical framing: The chapter opens by explicitly defining obesity as a disease state, not merely a "lifestyle choice." This matters for how you approach and communicate with patients. Stigmatizing language causes patients to avoid healthcare, worsening outcomes.
| Category | BMI (kg/mΒ²) |
|---|---|
| Underweight | < 18.5 |
| Normal weight | 18.5 - 24.9 |
| Overweight | 25.0 - 29.9 |
| Obesity Class I | 30.0 - 34.9 |
| Obesity Class II | 35.0 - 39.9 |
| Obesity Class III (Extreme/Severe) | β₯ 40.0 |
BMI does not distinguish between muscle and fat mass.
OBESITY
β
βββ GENETICS + ENVIRONMENT + BEHAVIOR + PSYCHOLOGY + HORMONES
β β β β β
Family Sedentary Poor diet Depression Leptin/
history lifestyle patterns + Stress insulin
+ Trauma dysregulation
| Category | Specific Contributing Factors |
|---|---|
| Genetic | Family history, gene variants affecting metabolism, hunger hormones |
| Environmental | Food deserts, toxic food environments, unsafe neighborhoods for exercise, socioeconomic barriers |
| Behavioral | High-calorie/low-nutrient diet, sedentary lifestyle, screen time |
| Psychological | Stress, depression, anxiety, trauma, emotional eating, binge eating disorder |
| Hormonal/Metabolic | Leptin resistance, ghrelin dysregulation, insulin resistance |
| Medications | Corticosteroids, antipsychotics (olanzapine, clozapine), insulin, some antidepressants, certain antihypertensives |
| Other | Sleep deprivation (alters hunger hormones), hypothyroidism, Cushing syndrome |
Nursing insight: When a patient says "I can't lose weight no matter what I try," believe them. Multiple biological mechanisms conspire to maintain elevated body weight. Willpower is only a small piece of the puzzle.
| System | Disease | Mechanism |
|---|---|---|
| Metabolic | Type 2 diabetes mellitus | Insulin resistance from excess adipose |
| Metabolic | Dyslipidemia | Elevated triglycerides, low HDL |
| Cardiovascular | Hypertension | Increased circulating volume, RAAS activation |
| Cardiovascular | Coronary artery disease, heart failure | Inflammation, atherosclerosis, increased cardiac workload |
| Respiratory | Obstructive sleep apnea (OSA) | Fat deposits around upper airway collapse during sleep |
| Respiratory | Obesity hypoventilation syndrome | Chest wall weight impairs breathing |
| GI | GERD (reflux) | Increased intra-abdominal pressure |
| GI | Non-alcoholic fatty liver disease (NAFLD) | Fat accumulation in hepatocytes |
| GI | Gallbladder disease | Supersaturation of bile with cholesterol |
| Musculoskeletal | Osteoarthritis | Mechanical joint overload + inflammatory damage |
| Oncologic | Increased cancer risk | Breast, colon, endometrial, esophageal cancers linked to obesity |
| Renal | Chronic kidney disease | Hypertension + diabetes damage kidneys |
| Mental Health | Depression, anxiety, low self-esteem | Bidirectional relationship |
| Component | Threshold (simplified) |
|---|---|
| Central obesity | Waist > 102 cm men / > 88 cm women |
| Hypertriglyceridemia | TG β₯ 150 mg/dL |
| Low HDL cholesterol | HDL < 40 mg/dL men / < 50 mg/dL women |
| Hypertension | BP β₯ 130/85 mmHg |
| Elevated fasting glucose | FG β₯ 100 mg/dL |
Clinical relevance: Patients with metabolic syndrome have a 2x risk of cardiovascular disease and a 5x risk of type 2 diabetes. Treating obesity directly attacks metabolic syndrome at its root.
STEP 1: Lifestyle Modification (ALL patients - first-line)
β (inadequate response + comorbidities)
STEP 2: Pharmacologic Therapy (medications added to lifestyle)
β (inadequate response, BMI criteria met)
STEP 3: Bariatric Surgery (selected patients)
5-10% weight loss produces clinically significant benefits - improved BP, blood sugar, lipids, and OSA severity. Patients do not need to reach "ideal body weight" to benefit.
| Mechanism | Example |
|---|---|
| Reduce appetite / increase satiety | Phentermine, GLP-1 agonists (semaglutide/liraglutide) |
| Increase energy expenditure | Phentermine (sympathomimetic) |
| Alter nutrient absorption | Orlistat (lipase inhibitor - blocks fat absorption) |
| Procedure | Type | How It Works | Weight Loss | Key Risks |
|---|---|---|---|---|
| Roux-en-Y Gastric Bypass (RYGB) | Restrictive + Malabsorptive | Small pouch created; bypasses part of small intestine | ~60-80% EBW loss | Dumping syndrome, nutritional deficiencies, anastomotic leak |
| Sleeve Gastrectomy | Restrictive only | ~75-80% of stomach removed; reduces capacity and hunger hormones (ghrelin) | ~50-70% EBW loss | GERD worsening, leak, long-term reflux |
| Adjustable Gastric Banding | Restrictive only | Adjustable band limits intake | ~40-50% EBW loss | Variable outcomes; now less commonly used |
| Biliopancreatic Diversion with Duodenal Switch (BPD-DS) | Restrictive + Malabsorptive | Most aggressive restriction + malabsorption | ~70-80% EBW loss | Highest nutritional deficiency risk; reserved for highest BMI patients |
Memory aid for procedures: "RSAB - From least to most radical: gastric banding β sleeve β bypass β BPD-DS. From least to most nutritional risk: banding β sleeve β bypass β BPD-DS."
Key teaching point: Bariatric surgery is not a quick fix. Patients who do not commit to dietary changes and follow-up regain weight. The surgery changes anatomy; behavior changes determine long-term success.
| Priority | Actions |
|---|---|
| Respiratory | Monitor SpO2; position head-of-bed elevated 30-45Β°; CPAP if ordered for OSA; incentive spirometry |
| VTE prevention | Early ambulation is critical (higher DVT/PE risk in obese patients); sequential compression devices; anticoagulation as ordered |
| Pain management | Adequate pain control enables deep breathing and early ambulation |
| Wound | Monitor incision sites; bariatric patients have higher infection risk |
| Fluid balance | Monitor I&O; dehydration is common post-op; IV fluids until oral intake established |
Phase 1: CLEAR LIQUIDS (Days 1-2)
β
Phase 2: FULL LIQUIDS / PROTEIN SHAKES (Weeks 1-3)
β
Phase 3: PUREED FOODS (Weeks 3-5)
β
Phase 4: SOFT FOODS (Weeks 5-8)
β
Phase 5: REGULAR TEXTURED FOODS (After 2 months)
(with permanent portion restrictions)
| Supplement | Why Needed | Deficiency Consequence |
|---|---|---|
| Multivitamin (chewable or liquid) | General | Multiple deficiencies |
| Calcium (calcium citrate preferred) | Malabsorption | Osteoporosis, tetany |
| Vitamin D | Malabsorption | Bone disease |
| Vitamin B12 | Intrinsic factor reduced (esp. bypass) | Pernicious anemia, neuropathy |
| Iron | Malabsorption + reduced gastric acid | Anemia |
| Folate | Malabsorption | Anemia, neural tube defects (women of childbearing age) |
Nursing alert: Calcium CITRATE (not carbonate) is required after gastric bypass - calcium carbonate requires stomach acid for absorption, which is now reduced.
| Type | Timing | Mechanism | Symptoms |
|---|---|---|---|
| Early dumping | 15-30 min after eating | Rapid fluid shift into gut; vagal response | Nausea, vomiting, abdominal cramping, diarrhea, flushing, tachycardia, diaphoresis, dizziness |
| Late dumping | 1-3 hours after eating | Rapid glucose absorption β insulin surge β reactive hypoglycemia | Weakness, diaphoresis, tremor, confusion, palpitations, syncope |
| Diagnosis | Focus |
|---|---|
| Imbalanced nutrition: more than body requirements | Caloric excess |
| Impaired physical mobility | Joint stress, deconditioning |
| Risk for impaired skin integrity | Moisture in skin folds |
| Disturbed body image | Negative self-perception |
| Deficient knowledge | Diet, activity, medications, surgery |
| Risk for low self-esteem | Weight stigma, social isolation |
| Ineffective health maintenance | Barriers to lifestyle change |
OBESITY (chronic multifactorial disease)
β
βββββββββββΌβββββββββββββββββββββββββββββββ
β β β
CAUSES CLASSIFICATION ASSOCIATED DISEASES
Genetics BMI 30-34.9 (Class I) Metabolic syndrome
Behavior BMI 35-39.9 (Class II) T2DM, HTN, OSA
Hormones BMI β₯40 (Class III) NAFLD, osteoarthritis
Meds (BMI limited - waist CAD, cancers
Sleep circumference matters too)
β
βββββββββββΌβββββββββββββββββββββββββββββββ
β β β
STEP 1 STEP 2 STEP 3
Lifestyle Pharmacotherapy Bariatric Surgery
Modify (GLP-1 agonists, RYGB, Sleeve,
Diet phentermine, orlistat) Band, BPD-DS
Exercise β β
Behavior ββββββββββββββββ¬ββββββββββββββββ
β
NURSING CARE (ALL LEVELS)
β’ Nonjudgmental approach
β’ Comprehensive assessment
β’ Nutritional education
β’ Post-op monitoring
β’ Lifelong supplementation
β’ VTE + respiratory prevention
β’ Dumping syndrome education
| Feature | RYGB | Sleeve | Band | BPD-DS |
|---|---|---|---|---|
| Mechanism | R+M | R | R | R+M |
| % Excess Weight Lost | 60-80% | 50-70% | 40-50% | 70-80% |
| Nutritional risk | Moderate | Low-moderate | Low | Highest |
| Reversible? | No | No | Yes | No |
| Ghrelin reduction? | Partial | Yes (major) | No | Partial |
| Common complication | Dumping | GERD | Band slippage | Nutritional deficiencies |
| Early | Late | |
|---|---|---|
| Timing | 15-30 min after meal | 1-3 hours after meal |
| Mechanism | Fluid shift + vagal | Reactive hypoglycemia |
| Symptoms | Nausea, diarrhea, flushing, tachycardia | Weakness, sweating, tremor, confusion |
| Trigger | Sugar, high-fat foods | Simple carbohydrates |
| Treatment | Dietary modification | Dietary modification + acarbose |
Generate a reference card on post-bariatric nursing complications and interventions
mkdir -p /home/daytona/workspace/bariatric-refcard
~/bariatric-refcard/generate_refcard.py
"""
Post-Bariatric Surgery Nursing Complications & Interventions β Reference Card PDF
Two-sided A4 landscape: Page 1 = Early/Acute complications, Page 2 = Late/Chronic + Diet + Supplements
"""
from reportlab.lib.pagesizes import A4, landscape
from reportlab.lib.units import cm, mm
from reportlab.lib.colors import HexColor, white, black
from reportlab.pdfgen import canvas as rl_canvas
from reportlab.platypus import (
SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle,
HRFlowable, KeepTogether, PageBreak
)
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.lib.enums import TA_CENTER, TA_LEFT, TA_JUSTIFY
from reportlab.lib.colors import HexColor
OUTPUT = "/home/daytona/workspace/bariatric-refcard/Post_Bariatric_Nursing_Reference_Card.pdf"
PW, PH = landscape(A4)
LM = RM = 0.5 * cm
TM = BM = 0.45 * cm
UW = PW - LM - RM # usable width
# ββ Palette ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
NAVY = HexColor("#1A3A5C")
NAVY_LT = HexColor("#D6E4F0")
RED = HexColor("#C0392B")
RED_LT = HexColor("#FADBD8")
ORANGE = HexColor("#D35400")
ORG_LT = HexColor("#FAE5D3")
GREEN = HexColor("#1E8449")
GRN_LT = HexColor("#D5F5E3")
TEAL = HexColor("#148F77")
TEA_LT = HexColor("#D1F2EB")
PURPLE = HexColor("#6C3483")
PUR_LT = HexColor("#E8DAEF")
GOLD = HexColor("#B7950B")
GOLD_LT = HexColor("#FCF3CF")
GRAY_D = HexColor("#5D6D7E")
GRAY_L = HexColor("#F2F3F4")
BORDER = HexColor("#BDC3C7")
CRIMSON = HexColor("#922B21")
TEAL2 = HexColor("#0E6655")
SKY = HexColor("#2E86C1")
SKY_LT = HexColor("#AED6F1")
# ββ Style helpers βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def S(name, **kw):
return ParagraphStyle(name, **kw)
TITLE = S("T", fontName="Helvetica-Bold", fontSize=16, textColor=white,
alignment=TA_CENTER, leading=20)
SUB = S("SU", fontName="Helvetica", fontSize=9, textColor=HexColor("#AED6F1"),
alignment=TA_CENTER, leading=12)
SH = S("SH", fontName="Helvetica-Bold", fontSize=9.5, textColor=white,
alignment=TA_LEFT, leading=12)
BODY = S("B", fontName="Helvetica", fontSize=8.5, textColor=black, leading=11)
BODYB = S("BB", fontName="Helvetica-Bold", fontSize=8.5, textColor=black, leading=11)
SMALL = S("SM", fontName="Helvetica", fontSize=7.8, textColor=black, leading=10.5)
SMALLB = S("SMB", fontName="Helvetica-Bold", fontSize=7.8, textColor=black, leading=10.5)
TINY = S("TI", fontName="Helvetica", fontSize=7, textColor=GRAY_D, leading=9.5)
TINYB = S("TIB", fontName="Helvetica-Bold", fontSize=7, textColor=black, leading=9.5)
FOOT = S("FO", fontName="Helvetica-Oblique", fontSize=6.8, textColor=GRAY_D,
alignment=TA_CENTER)
def spacer(h=4):
return Spacer(1, h)
# ββ Layout helpers ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def banner(text, subtext, bg, UW):
data = [
[Paragraph(text, TITLE)],
[Paragraph(subtext, SUB)],
]
t = Table(data, colWidths=[UW])
t.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,-1), bg),
("TOPPADDING", (0,0),(-1,0), 10),
("BOTTOMPADDING",(0,1),(-1,1), 8),
("ROWPADDING", (0,0),(-1,-1), 3),
]))
return t
def sec_hdr(text, bg, UW):
t = Table([[Paragraph(text, SH)]], colWidths=[UW])
t.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,-1), bg),
("ROWPADDING", (0,0),(-1,-1), 5),
("LEFTPADDING",(0,0),(-1,-1), 8),
]))
return t
def comp_table(rows, col_widths, hdr_bg):
"""rows[0] = header row (strings), rows[1:] = data rows (Paragraphs or strings)."""
t = Table(rows, colWidths=col_widths)
n = len(rows)
style = [
# Header
("BACKGROUND", (0,0),(-1,0), hdr_bg),
("TEXTCOLOR", (0,0),(-1,0), white),
("FONTNAME", (0,0),(-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0),(-1,0), 8),
("ALIGN", (0,0),(-1,0), "CENTER"),
# Body
("FONTSIZE", (0,1),(-1,-1), 7.8),
("ROWPADDING", (0,0),(-1,-1), 4),
("LEFTPADDING", (0,0),(-1,-1), 5),
("RIGHTPADDING",(0,0),(-1,-1), 4),
("VALIGN", (0,0),(-1,-1), "TOP"),
("GRID", (0,0),(-1,-1), 0.4, BORDER),
]
for i in range(1, n):
bg = GRAY_L if i % 2 == 0 else white
style.append(("BACKGROUND", (0,i),(-1,i), bg))
t.setStyle(TableStyle(style))
return t
def highlight_box(text_para, bg, border_color, UW):
t = Table([[text_para]], colWidths=[UW])
t.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,-1), bg),
("BOX", (0,0),(-1,-1), 1.5, border_color),
("ROWPADDING", (0,0),(-1,-1), 7),
("LEFTPADDING", (0,0),(-1,-1), 10),
("RIGHTPADDING",(0,0),(-1,-1), 10),
]))
return t
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# BUILD DOCUMENT
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
doc = SimpleDocTemplate(
OUTPUT,
pagesize=landscape(A4),
leftMargin=LM, rightMargin=RM,
topMargin=TM, bottomMargin=BM,
)
story = []
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# PAGE 1 β EARLY / ACUTE COMPLICATIONS
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
story.append(banner(
"POST-BARIATRIC SURGERY: NURSING COMPLICATIONS & INTERVENTIONS",
"Page 1 of 2 β Early & Acute Complications | MS III Medical-Surgical Nursing | Unit 11 Metabolic & Endocrine",
NAVY, UW
))
story.append(spacer(6))
# ββ Procedure reminder strip ββββββββββββββββββββββββββββββββββ
proc_data = [
["PROCEDURE", "TYPE", "MECHANISM", "KEY RISK"],
[Paragraph("<b>Roux-en-Y Gastric Bypass (RYGB)</b>", SMALLB),
Paragraph("Restrictive + Malabsorptive", SMALL),
Paragraph("Small pouch + bypasses jejunum", SMALL),
Paragraph("<font color='#C0392B'><b>Dumping, anastomotic leak, nutritional deficiencies</b></font>", SMALL)],
[Paragraph("<b>Sleeve Gastrectomy</b>", SMALLB),
Paragraph("Restrictive only", SMALL),
Paragraph("75-80% stomach removed; lowers ghrelin", SMALL),
Paragraph("<font color='#D35400'><b>Staple line leak, worsening GERD</b></font>", SMALL)],
[Paragraph("<b>Adjustable Gastric Band</b>", SMALLB),
Paragraph("Restrictive only", SMALL),
Paragraph("Adjustable band limits intake", SMALL),
Paragraph("<font color='#148F77'><b>Band slippage, erosion, port infection</b></font>", SMALL)],
[Paragraph("<b>BPD with Duodenal Switch</b>", SMALLB),
Paragraph("Restrictive + Malabsorptive", SMALL),
Paragraph("Most aggressive restriction + malabsorption", SMALL),
Paragraph("<font color='#922B21'><b>HIGHEST nutritional deficiency risk</b></font>", SMALL)],
]
proc_w = [UW*0.25, UW*0.17, UW*0.28, UW*0.30]
proc_t = comp_table(proc_data, proc_w, NAVY)
story += [proc_t, spacer(6)]
# ββ Early complications section header βββββββββββββββββββββββ
story.append(sec_hdr("EARLY / ACUTE COMPLICATIONS (hours to days post-op)", RED, UW))
story.append(spacer(4))
# Table: early complications
E_HDR = ["COMPLICATION", "TIMING", "SIGNS & SYMPTOMS", "NURSING ASSESSMENT", "INTERVENTIONS", "ESCALATE IF"]
early_comps = [
[
Paragraph("<b>Anastomotic / Staple\nLine LEAK</b>", SMALLB),
Paragraph("24 hrs β 5 days", SMALL),
Paragraph("Tachycardia (HR >120) is EARLIEST sign\nFever, severe abdominal pain\nLeft shoulder pain (diaphragm irritation)\nDiaphoresis, restlessness, anxiety", SMALL),
Paragraph("Vital signs q1-2h\nPain intensity & location\nDrain output (character, volume)\nO2 saturation", SMALL),
Paragraph("Keep NPO\nNotify surgeon STAT\nIV fluids; O2 therapy\nPrepare for CT / return to OR\nDocument drain output", SMALL),
Paragraph("<font color='#C0392B'><b>HR >120 bpm\nT >38.5Β°C\nSudden pain increase\nDrain output change</b></font>", SMALL),
],
[
Paragraph("<b>Pulmonary\nComplications</b>\n(Atelectasis, Pneumonia,\nRespiratory Failure)", SMALLB),
Paragraph("24β72 hrs", SMALL),
Paragraph("Hypoxia (SpO2 <94%)\nIncreased RR, dyspnea\nFever 24-48 hrs post-op\nDecreased breath sounds\nInability to use incentive spirometer", SMALL),
Paragraph("SpO2 & RR monitoring\nLung auscultation q4-8h\nIncentive spirometry use\nAmbulation progress\nCPAP compliance (OSA patients)", SMALL),
Paragraph("HOB 30-45Β° at all times\nIncentive spirometry q1-2h\nDeep breathing exercises\nEnsure CPAP for OSA patients\nEarly ambulation\nAdequate pain control (enables breathing)", SMALL),
Paragraph("<font color='#C0392B'><b>SpO2 <92%\nRR >24\nAccessory muscle use\nCyanosis</b></font>", SMALL),
],
[
Paragraph("<b>Venous\nThromboembolism\n(DVT / PE)</b>", SMALLB),
Paragraph("Days 1-30\n(peak Days 3-7)", SMALL),
Paragraph("DVT: calf pain, swelling, Homan's sign (unreliable)\nPE: sudden dyspnea, pleuritic chest pain,\ntachycardia, hypoxia, hemoptysis\nSudden collapse / cardiovascular collapse (massive PE)", SMALL),
Paragraph("Calf assessment daily\nVital signs trend\nLeg pain / swelling comparison\nMonitor anticoagulation levels\nNote immobility duration", SMALL),
Paragraph("SCDs on lower extremities\nAnticoagulation as ordered\nEarly ambulation (Day 1 if possible)\nAdequate hydration\nTeach patient to report leg pain / dyspnea\nDo NOT massage calf if DVT suspected", SMALL),
Paragraph("<font color='#C0392B'><b>Sudden dyspnea\nChest pain\nDesaturation\nSyncope</b></font>", SMALL),
],
[
Paragraph("<b>Bleeding /\nHemorrhage</b>", SMALLB),
Paragraph("Intraoperative\nβ 48 hrs", SMALL),
Paragraph("Tachycardia, hypotension\nDecreased urine output\nPale, diaphoretic skin\nDrain: bright red / large volume\nDecreasing Hgb/Hct", SMALL),
Paragraph("VS trend (MAP, HR)\nDrain output color & volume\nSerial Hgb/Hct\nUrine output (>0.5 mL/kg/hr)\nAbdominal girth", SMALL),
Paragraph("IV access x2 large bore\nFluid resuscitation as ordered\nBlood products if ordered\nTransfusion preparation\nNotify surgeon immediately", SMALL),
Paragraph("<font color='#C0392B'><b>SBP <90\nHR >110\nUO <30 mL/hr\nBright red drain\nHgb drop</b></font>", SMALL),
],
[
Paragraph("<b>Wound\nInfection /\nDehiscence</b>", SMALLB),
Paragraph("Days 3-10", SMALL),
Paragraph("Redness, warmth, swelling at incision\nPurulent or malodorous drainage\nFever, elevated WBC\nWound edges separating\nIncreasing pain at wound site", SMALL),
Paragraph("Inspect incisions each shift\nAssess drainage: amount, character\nTemperature & WBC trend\nBlood glucose (hyperglycemia impairs healing)\nSkin fold assessment", SMALL),
Paragraph("Aseptic wound care\nMoisture management\nHyperglycemia correction\nAntibiotics as ordered\nNutritional support\nWound care team consult PRN", SMALL),
Paragraph("<font color='#C0392B'><b>Fever >38.5Β°C\nFascia visible\nWound dehiscence\nRapidly expanding\nerythema</b></font>", SMALL),
],
]
E_W = [UW*0.13, UW*0.085, UW*0.19, UW*0.165, UW*0.195, UW*0.135]
hdr_row = [Paragraph(h, S(f"EH{i}", fontName="Helvetica-Bold", fontSize=7.8, textColor=white,
alignment=TA_CENTER, leading=10))
for i, h in enumerate(E_HDR)]
e_rows = [hdr_row] + early_comps
e_tbl = Table(e_rows, colWidths=E_W)
e_style = [
("BACKGROUND", (0,0),(-1,0), RED),
("TEXTCOLOR", (0,0),(-1,0), white),
("FONTNAME", (0,0),(-1,0), "Helvetica-Bold"),
("ALIGN", (0,0),(-1,0), "CENTER"),
("ROWPADDING", (0,0),(-1,-1), 4),
("LEFTPADDING", (0,0),(-1,-1), 5),
("RIGHTPADDING",(0,0),(-1,-1), 4),
("VALIGN", (0,0),(-1,-1), "TOP"),
("GRID", (0,0),(-1,-1), 0.4, BORDER),
("BACKGROUND", (0,1),(-1,1), RED_LT),
("BACKGROUND", (0,2),(-1,2), white),
("BACKGROUND", (0,3),(-1,3), RED_LT),
("BACKGROUND", (0,4),(-1,4), white),
("BACKGROUND", (0,5),(-1,5), RED_LT),
("FONTNAME", (0,1),(0,-1), "Helvetica-Bold"),
]
e_tbl.setStyle(TableStyle(e_style))
story += [e_tbl, spacer(5)]
# ββ Dumping syndrome highlight ββββββββββββββββββββββββββββββββ
story.append(sec_hdr("DUMPING SYNDROME β Most Common Post-Bariatric Complication", ORANGE, UW))
story.append(spacer(4))
dump_data = [
["", "EARLY DUMPING", "LATE DUMPING"],
[Paragraph("<b>Timing</b>", SMALLB),
Paragraph("15β30 minutes after eating", SMALL),
Paragraph("1β3 hours after eating", SMALL)],
[Paragraph("<b>Mechanism</b>", SMALLB),
Paragraph("Rapid gastric emptying β hyperosmolar chyme\nin jejunum β massive fluid shift into gut\n+ vagal stimulation", SMALL),
Paragraph("Rapid glucose absorption β excessive insulin\nrelease β REACTIVE HYPOGLYCEMIA", SMALL)],
[Paragraph("<b>Symptoms</b>", SMALLB),
Paragraph("Nausea, vomiting, cramping, explosive diarrhea\nFlushing, diaphoresis, palpitations\nDizziness, near-syncope", SMALL),
Paragraph("Weakness, diaphoresis, tremor, anxiety\nPalpitations, confusion, blurred vision\nSyncope (severe)", SMALL)],
[Paragraph("<b>Triggers</b>", SMALLB),
Paragraph("High-sugar foods, high-fat foods\nHigh-calorie liquids", SMALL),
Paragraph("Simple carbohydrates, sugar\nHigh glycaemic index foods", SMALL)],
[Paragraph("<b>Nursing\nInterventions</b>", SMALLB),
Paragraph("Teach: no sugar/high-fat foods\nSeparate liquids from solids (30 min)\nSmall frequent meals\nLie down 30 min after meals\nMonitor VS during episode", SMALL),
Paragraph("Check blood glucose during symptoms\nTeach to recognize hypoglycemia\nGive 15g fast carb if glucose <70\nAcarbose (if ordered) slows absorption\nDietary consult", SMALL)],
[Paragraph("<b>Medical\nTreatment</b>", SMALLB),
Paragraph("Dietary modification (first-line)\nOctreotide 25β100 mcg SC pre-meals\n(retards intestinal transit)", SMALL),
Paragraph("Dietary modification (first-line)\nAcarbose (slows carb absorption)\nOctreotide for refractory cases", SMALL)],
]
dump_w = [UW*0.12, UW*0.44, UW*0.44]
dump_t = Table(dump_data, colWidths=dump_w)
dump_t.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,0), ORANGE),
("TEXTCOLOR", (0,0),(-1,0), white),
("FONTNAME", (0,0),(-1,0), "Helvetica-Bold"),
("ALIGN", (0,0),(-1,0), "CENTER"),
("FONTSIZE", (0,0),(-1,0), 8.5),
("BACKGROUND", (1,0),(1,0), HexColor("#B7390A")),
("BACKGROUND", (2,0),(2,0), HexColor("#D35400")),
("ROWPADDING", (0,0),(-1,-1), 4),
("LEFTPADDING", (0,0),(-1,-1), 5),
("GRID", (0,0),(-1,-1), 0.4, BORDER),
("VALIGN", (0,0),(-1,-1), "TOP"),
("BACKGROUND", (0,1),(-1,1), ORG_LT),
("BACKGROUND", (0,2),(-1,2), white),
("BACKGROUND", (0,3),(-1,3), ORG_LT),
("BACKGROUND", (0,4),(-1,4), white),
("BACKGROUND", (0,5),(-1,5), ORG_LT),
("BACKGROUND", (0,6),(-1,6), white),
("FONTNAME", (0,1),(0,-1), "Helvetica-Bold"),
]))
story += [dump_t, spacer(5)]
# ββ Footer page 1 βββββββββββββββββββββββββββββββββββββββββββββ
story.append(HRFlowable(width=UW, thickness=0.4, color=GRAY_D))
story.append(spacer(2))
story.append(Paragraph(
"Post-Bariatric Surgery Nursing Reference Card | Page 1 of 2 | "
"Sources: Goldman-Cecil Medicine, Sleisenger & Fordtran GI Disease, "
"Miller's Anesthesia 10e, Harrison's Principles 22e",
FOOT))
story.append(PageBreak())
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# PAGE 2 β LATE / CHRONIC COMPLICATIONS + DIET + SUPPLEMENTS
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
story.append(banner(
"POST-BARIATRIC SURGERY: LATE COMPLICATIONS, DIET PROGRESSION & SUPPLEMENTATION",
"Page 2 of 2 β Late/Chronic Complications | Dietary Phases | Lifelong Supplementation | Patient Education",
TEAL, UW
))
story.append(spacer(6))
# ββ Late complications ββββββββββββββββββββββββββββββββββββββββ
story.append(sec_hdr("LATE / CHRONIC COMPLICATIONS (weeks to years post-op)", TEAL, UW))
story.append(spacer(4))
L_HDR = ["COMPLICATION", "TIME FRAME", "SIGNS & SYMPTOMS", "NURSING ASSESSMENT", "INTERVENTIONS"]
late_comps = [
[
Paragraph("<b>Nutritional\nDeficiencies</b>", SMALLB),
Paragraph("Months to years\n(lifelong risk)", SMALL),
Paragraph("B12: fatigue, glossitis, peripheral neuropathy, macrocytic anemia\n"
"Iron: fatigue, pallor, brittle nails, hair loss, microcytic anemia\n"
"Calcium/Vit D: bone pain, muscle cramps, tetany, osteoporosis\n"
"Folate: anemia, neural tube defects (pregnancy)\n"
"Thiamine (B1): Wernicke encephalopathy (confusion, ataxia, nystagmus)", SMALL),
Paragraph("Annual CBC, iron studies, B12, folate\nCalcium, Vit D, PTH levels\nThiamine if vomiting present\nBone density (DEXA) per protocol\nNeuro exam (B12 deficiency)\nHair, nail, skin assessment", SMALL),
Paragraph("Reinforce LIFELONG supplementation\nCalcium CITRATE (not carbonate) β requires no acid\nB12 sublingually or IM if needed (bypassed intrinsic factor)\nReferral to dietitian\nTeach: supplement with meals vs. separate from iron", SMALL),
],
[
Paragraph("<b>Weight Regain</b>", SMALLB),
Paragraph("Years 2-5+\n(common without\nbehavior change)", SMALL),
Paragraph("Progressive weight gain after initial loss\nReturn of obesity-related comorbidities\nResuming old eating patterns\nPsychological distress, self-blame", SMALL),
Paragraph("Track weight at every visit\nDietary recall assessment\nActivity level evaluation\nPsychological wellbeing screen\nSupport system assessment", SMALL),
Paragraph("Nonjudgmental approach β weight regain is common\nReinforce behavioral strategies\nDietitian / behavioral health referral\nConsider medication adjunct\nRevisional surgery in selected cases\nAddress psychological factors (depression, binge eating)", SMALL),
],
[
Paragraph("<b>Marginal Ulcer\n(Anastomotic ulcer)</b>", SMALLB),
Paragraph("Months to years\n(RYGB specific)", SMALL),
Paragraph("Epigastric or abdominal pain\nNausea, vomiting\nGI bleeding (hematemesis, melena)\nIron-deficiency anemia", SMALL),
Paragraph("Pain assessment (type, location)\nStool for occult blood\nHgb/Hct trend\nNSAID and smoking use history\n(major risk factors)", SMALL),
Paragraph("Strict: NO NSAIDs (use acetaminophen only)\nStop smoking (vasoconstiction impairs healing)\nPPI therapy as prescribed\nEndoscopy referral if suspected\nMucosa-protecting medications", SMALL),
],
[
Paragraph("<b>GERD / Reflux\nWorsening</b>", SMALLB),
Paragraph("Months to years\n(Sleeve gastrectomy\nspecific risk)", SMALL),
Paragraph("Heartburn, regurgitation\nChest pain, chronic cough\nBarrett's esophagus risk long-term\nWorstening after sleeve gastrectomy\n(RYGB often improves GERD)", SMALL),
Paragraph("Symptom severity screening\nMedication effectiveness\nHOB elevation at night\nDietary triggers review\n(caffeine, alcohol, fatty foods)", SMALL),
Paragraph("PPI therapy as ordered\nDietary modification: avoid triggers\nElevate HOB 30-45Β° for sleep\nAvoid eating 3 hrs before bed\nEndoscopy if symptoms persist\nConversion from sleeve to RYGB (selected patients)", SMALL),
],
[
Paragraph("<b>Dumping Syndrome\n(Chronic)</b>", SMALLB),
Paragraph("Can persist long-term\n(most improve\nwith diet changes)", SMALL),
Paragraph("See Page 1 β Dumping Syndrome\nChronic: reactive hypoglycemia\nmay be dominant presentation\nWeight loss plateau or worsening", SMALL),
Paragraph("Blood glucose diary\nFood-symptom diary\nWeight trend\nNutritional adequacy\nQuality of life assessment", SMALL),
Paragraph("Continuous dietary counseling\nAvoid simple sugars lifelong\nOctreotide PRN or scheduled\nEndocrinology referral for refractory hypoglycemia\nAcarbose for late dumping", SMALL),
],
[
Paragraph("<b>Psychological\nAdjustment /\nBody Image", SMALLB),
Paragraph("Ongoing\n(months to years)", SMALL),
Paragraph("Depression, anxiety (common post-op)\nBody image dissatisfaction\nSubstance use (alcohol transfer addiction)\nRelationship changes\nUnrealistic weight expectations", SMALL),
Paragraph("PHQ-9 depression screening\nAnxiety screening\nAlcohol/substance use screen\nBody image and self-esteem\nSocial support assessment", SMALL),
Paragraph("Normalize psychological adjustment\nReferral to behavioral health\nSupport group recommendation\nScreen for alcohol use disorder\n(alcohol absorbed faster post-RYGB)\nAddress body dysmorphia", SMALL),
],
[
Paragraph("<b>Gallstone\nFormation</b>", SMALLB),
Paragraph("First 6-12 months\n(rapid weight loss\nperiod)", SMALL),
Paragraph("Right upper quadrant pain\nNausea after fatty meals\nFever if cholecystitis\nJaundice if CBD obstruction", SMALL),
Paragraph("RUQ pain assessment\nPain with fatty food intake\nFever and jaundice monitoring\nLFT trend", SMALL),
Paragraph("Prophylactic ursodiol 300mg BID\n(for 6 months, standard of care)\nDietary fat modification\nUltrasound if symptoms present\nSurgery if symptomatic stones", SMALL),
],
]
L_W = [UW*0.14, UW*0.10, UW*0.22, UW*0.18, UW*0.26]
hdr_row_l = [Paragraph(h, S(f"LH{i}", fontName="Helvetica-Bold", fontSize=8,
textColor=white, alignment=TA_CENTER, leading=10))
for i, h in enumerate(L_HDR)]
l_rows = [hdr_row_l] + late_comps
l_tbl = Table(l_rows, colWidths=L_W)
l_style = [
("BACKGROUND", (0,0),(-1,0), TEAL),
("TEXTCOLOR", (0,0),(-1,0), white),
("FONTNAME", (0,0),(-1,0), "Helvetica-Bold"),
("ALIGN", (0,0),(-1,0), "CENTER"),
("ROWPADDING", (0,0),(-1,-1), 4),
("LEFTPADDING", (0,0),(-1,-1), 5),
("RIGHTPADDING",(0,0),(-1,-1), 4),
("VALIGN", (0,0),(-1,-1), "TOP"),
("GRID", (0,0),(-1,-1), 0.4, BORDER),
("FONTNAME", (0,1),(0,-1), "Helvetica-Bold"),
]
for i in range(1, len(l_rows)):
bg = TEA_LT if i % 2 != 0 else white
l_style.append(("BACKGROUND", (0,i),(-1,i), bg))
l_tbl.setStyle(TableStyle(l_style))
story += [l_tbl, spacer(6)]
# ββ Bottom two-column: Diet progression + Supplements ββββββββ
COL_W = UW * 0.48
GAP_W = UW * 0.04
# ββ LEFT: Dietary progression ββββββββββββββββββββββββββββββββ
diet_phases = [
["PHASE", "TIMING", "ALLOWED FOODS", "KEY RULES"],
[Paragraph("<b>1\nClear\nLiquids</b>", TINYB),
Paragraph("Days 1β2", TINY),
Paragraph("Water, broth, sugar-free\npopsicles, clear juice,\ndiluted herbal tea", TINY),
Paragraph("Sip slowly (1β2 oz at a time)\nNo carbonation EVER\nStay hydrated: 48β64 oz/day", TINY)],
[Paragraph("<b>2\nFull Liquids /\nProtein Shakes</b>", TINYB),
Paragraph("Weeks 1β3", TINY),
Paragraph("Protein shakes, milk,\nyogurt (smooth), cream\nsoups (strained)", TINY),
Paragraph("60β80g protein/day target\nSeparate eating & drinking\nNo sugar-added shakes", TINY)],
[Paragraph("<b>3\nPureed</b>", TINYB),
Paragraph("Weeks 3β5", TINY),
Paragraph("Blended protein (eggs,\ncottage cheese, fish)\nSmooth pureed vegetables", TINY),
Paragraph("2β4 oz per meal\nChew thoroughly\nProtein FIRST at every meal", TINY)],
[Paragraph("<b>4\nSoft Foods</b>", TINYB),
Paragraph("Weeks 5β8", TINY),
Paragraph("Soft cooked chicken, fish,\ncanned tuna, soft fruit,\ncooked vegetables", TINY),
Paragraph("Introduce one new food\nat a time\nStop if pain or vomiting", TINY)],
[Paragraph("<b>5\nRegular\nTexture</b>", TINYB),
Paragraph("After\n2 months", TINY),
Paragraph("Most foods allowed\n(portion-controlled forever)\nAvoid: tough meat, bread,\npasta, rice, carbonation", TINY),
Paragraph("Pouch = 4β8 oz capacity\nEat 5β6 small meals/day\nNO sugar, NO carbonation\nAlcohol absorbed faster: CAUTION", TINY)],
]
diet_col_w = [COL_W*0.10, COL_W*0.14, COL_W*0.40, COL_W*0.46]
diet_t = Table(diet_phases, colWidths=diet_col_w)
diet_t.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,0), PURPLE),
("TEXTCOLOR", (0,0),(-1,0), white),
("FONTNAME", (0,0),(-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0),(-1,0), 7.5),
("ALIGN", (0,0),(-1,0), "CENTER"),
("ROWPADDING", (0,0),(-1,-1), 3),
("LEFTPADDING", (0,0),(-1,-1), 4),
("GRID", (0,0),(-1,-1), 0.4, BORDER),
("VALIGN", (0,0),(-1,-1), "TOP"),
("BACKGROUND", (0,1),(-1,1), PUR_LT),
("BACKGROUND", (0,2),(-1,2), white),
("BACKGROUND", (0,3),(-1,3), PUR_LT),
("BACKGROUND", (0,4),(-1,4), white),
("BACKGROUND", (0,5),(-1,5), PUR_LT),
("FONTNAME", (0,1),(0,-1), "Helvetica-Bold"),
]))
diet_section = [
sec_hdr("DIETARY PROGRESSION PHASES", PURPLE, COL_W),
spacer(3),
diet_t,
]
# ββ RIGHT: Lifelong supplements βββββββββββββββββββββββββββββββ
supp_data = [
["SUPPLEMENT", "FORM / DOSE", "DEFICIENCY CONSEQUENCE", "NURSING PEARL"],
[Paragraph("<b>Multivitamin</b>", TINYB),
Paragraph("Chewable or liquid\n2x/day (bypass)\n1x/day (sleeve)", TINY),
Paragraph("Multiple micronutrient\ndeficiencies", TINY),
Paragraph("Must be chewable or\nliquid β tablets not\nabsorbed post-RYGB", TINY)],
[Paragraph("<b>Calcium\nCITRATE</b>", TINYB),
Paragraph("1200β1500 mg/day\nin 500mg doses\n(not all at once)", TINY),
Paragraph("Osteoporosis\nTetany, muscle cramps\nFracture risk", TINY),
Paragraph("<b>CITRATE only</b> β carbonate\nrequires stomach acid\nwhich is reduced post-op\nSeparate from iron by 2h", TINY)],
[Paragraph("<b>Vitamin D</b>", TINYB),
Paragraph("3000 IU/day\n(D3 preferred)", TINY),
Paragraph("Osteomalacia\nHypocalcemia\nBone disease", TINY),
Paragraph("Taken with calcium\nMonitor 25-OH Vit D\nlevel annually", TINY)],
[Paragraph("<b>Vitamin B12</b>", TINYB),
Paragraph("350β500 mcg/day\nSublingual or IM\nif severe", TINY),
Paragraph("Pernicious anemia\nPeripheral neuropathy\nWernicke's (rare)", TINY),
Paragraph("Intrinsic factor\nreduced after bypass\nSublingual bypasses\nGI absorption issue", TINY)],
[Paragraph("<b>Iron</b>", TINYB),
Paragraph("45β60 mg elemental\niron/day\n(menstruating women\nneed more)", TINY),
Paragraph("Iron-deficiency anemia\nFatigue, pallor\nHair loss, brittle nails", TINY),
Paragraph("Take with vitamin C\n(enhances absorption)\nSeparate from calcium\nby at least 2 hours", TINY)],
[Paragraph("<b>Folate</b>", TINYB),
Paragraph("400β800 mcg/day\n(higher in pregnancy)", TINY),
Paragraph("Megaloblastic anemia\nNeural tube defects\n(critical in pregnancy)", TINY),
Paragraph("All women of\nchildbearing age need\nadequate folate\nMonitor in pregnancy", TINY)],
[Paragraph("<b>Thiamine (B1)</b>", TINYB),
Paragraph("12 mg/day in multi\nSupplement if vomiting\nor neurologic Sx", TINY),
Paragraph("Wernicke encephalopathy\nConfusion, ataxia\nNystagmus", TINY),
Paragraph("At-risk: prolonged\nvomiting post-op\nIV thiamine if\nWernicke suspected", TINY)],
]
supp_col_w = [COL_W*0.18, COL_W*0.22, COL_W*0.28, COL_W*0.32]
supp_t = Table(supp_data, colWidths=supp_col_w)
supp_t.setStyle(TableStyle([
("BACKGROUND", (0,0),(-1,0), GOLD),
("TEXTCOLOR", (0,0),(-1,0), white),
("FONTNAME", (0,0),(-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0),(-1,0), 7.5),
("ALIGN", (0,0),(-1,0), "CENTER"),
("ROWPADDING", (0,0),(-1,-1), 3),
("LEFTPADDING", (0,0),(-1,-1), 4),
("GRID", (0,0),(-1,-1), 0.4, BORDER),
("VALIGN", (0,0),(-1,-1), "TOP"),
("BACKGROUND", (0,1),(-1,1), GOLD_LT),
("BACKGROUND", (0,2),(-1,2), white),
("BACKGROUND", (0,3),(-1,3), GOLD_LT),
("BACKGROUND", (0,4),(-1,4), white),
("BACKGROUND", (0,5),(-1,5), GOLD_LT),
("BACKGROUND", (0,6),(-1,6), white),
("BACKGROUND", (0,7),(-1,7), GOLD_LT),
("FONTNAME", (0,1),(0,-1), "Helvetica-Bold"),
# Highlight calcium citrate row
("BACKGROUND", (0,2),(-1,2), HexColor("#FEF9C3")),
("FONTNAME", (0,2),(-1,2), "Helvetica-Bold"),
]))
supp_section = [
sec_hdr("LIFELONG SUPPLEMENTATION (ALL BARIATRIC PATIENTS FOREVER)", GOLD, COL_W),
spacer(3),
supp_t,
]
# ββ Arrange left and right columns βββββββββββββββββββββββββββ
two_col = Table(
[[diet_section, Spacer(GAP_W, 1), supp_section]],
colWidths=[COL_W, GAP_W, COL_W],
)
two_col.setStyle(TableStyle([
("VALIGN", (0,0),(-1,-1), "TOP"),
("ROWPADDING", (0,0),(-1,-1), 0),
("LEFTPADDING",(0,0),(-1,-1), 0),
("RIGHTPADDING",(0,0),(-1,-1), 0),
]))
story.append(two_col)
story.append(spacer(5))
# ββ Patient education strip βββββββββββββββββββββββββββββββββββ
story.append(sec_hdr("KEY PATIENT EDUCATION POINTS β TEACH BEFORE DISCHARGE", NAVY, UW))
story.append(spacer(3))
edu_items = [
("WARNING SIGNS\n(Return to ER)",
"Severe abdominal pain\nHR >100 + sweating\nFever >38.5Β°C\nVomiting > 24 hrs\nChest pain / dyspnea\nWound opening or pus"),
("DIET RULES\n(Lifelong)",
"NO carbonated beverages\nNO sugar or high-calorie drinks\nSeparate liquids from meals\nProtein first at every meal\nChew thoroughly, eat slowly\nSmall portions always"),
("SUPPLEMENTS\n(Lifelong)",
"Take every day β forever\nCalcium CITRATE (not carbonate)\nB12 sublingual or injection\nTake iron with Vitamin C\nSeparate iron & calcium by 2+ hrs\nReport neuropathy / weakness"),
("ALCOHOL\n(High-Risk Post-op)",
"Absorbed FASTER post-RYGB\n(lower peak blood level needed)\nHigher addiction risk post-op\n('transfer addiction')\nAvoid for 1 yr post-op minimum\nOne drink = higher impairment"),
("MEDICATIONS\n(Post-Bariatric)",
"NO NSAIDs (marginal ulcer risk)\nUse acetaminophen for pain\nMedication absorption changes\nExtended-release may not work\nTell ALL providers about surgery\nCrush or liquid meds when possible"),
("FOLLOW-UP\n(Lifelong)",
"Labs at 3, 6, 12 months, then yearly\nDEXA scan (bone density)\nRegular dietitian visits\nMental health follow-up\nGynecology if planning pregnancy\nWait β₯18 months before pregnancy"),
]
edu_col_w = [(UW - 5*0.2*cm) / 6] * 6
edu_rows = [[Paragraph(f"<b>{title}</b>", S("ET", fontName="Helvetica-Bold", fontSize=7.5,
textColor=white, alignment=TA_CENTER, leading=10)),
*[None]*0]
for title, _ in edu_items]
# Build as a 2-row table (title row + content row)
edu_title_cells = []
edu_body_cells = []
for title, body in edu_items:
edu_title_cells.append(
Paragraph(title, S(f"ET{title}", fontName="Helvetica-Bold", fontSize=7.5,
textColor=white, alignment=TA_CENTER, leading=10)))
edu_body_cells.append(
Paragraph(body, S(f"EB{title}", fontName="Helvetica", fontSize=7,
textColor=black, leading=10)))
edu_t = Table(
[edu_title_cells, edu_body_cells],
colWidths=edu_col_w
)
edu_bg_colors = [NAVY, RED, GOLD, ORANGE, TEAL, PURPLE]
edu_style = [
("ROWPADDING", (0,0),(-1,-1), 4),
("LEFTPADDING", (0,0),(-1,-1), 5),
("RIGHTPADDING",(0,0),(-1,-1), 4),
("GRID", (0,0),(-1,-1), 0.4, BORDER),
("VALIGN", (0,0),(-1,-1), "TOP"),
("BACKGROUND", (0,1),(-1,1), GRAY_L),
]
for col, bg in enumerate(edu_bg_colors):
edu_style.append(("BACKGROUND", (col,0),(col,0), bg))
edu_style.append(("TEXTCOLOR", (col,0),(col,0), white))
edu_t.setStyle(TableStyle(edu_style))
story += [edu_t, spacer(4)]
# ββ Footer page 2 βββββββββββββββββββββββββββββββββββββββββββββ
story.append(HRFlowable(width=UW, thickness=0.4, color=GRAY_D))
story.append(spacer(2))
story.append(Paragraph(
"Post-Bariatric Surgery Nursing Reference Card | Page 2 of 2 | "
"MS III Medical-Surgical Nursing β Unit 11 Metabolic & Endocrine | "
"Sources: Goldman-Cecil Medicine, Harrison's Principles 22e, Sleisenger & Fordtran GI Disease, "
"Miller's Anesthesia 10e, Fuster & Hurst's The Heart 15e",
FOOT))
# ββ Build βββββββββββββββββββββββββββββββββββββββββββββββββββββ
doc.build(story)
print("PDF saved:", OUTPUT)
cd /home/daytona/workspace/bariatric-refcard && python3 generate_refcard.py 2>&1
~/bariatric-refcard/generate_refcard.py
Successfully replaced 1 instance(s) of the string in '/home/daytona/workspace/bariatric-refcard/generate_refcard.py'
cd /home/daytona/workspace/bariatric-refcard && python3 generate_refcard.py 2>&1
ls -lh /home/daytona/workspace/bariatric-refcard/
Post Bariatric Nursing Reference Card
PDF Document Β· PDF
| Complication | Timing | Signs & Symptoms | Nursing Assessment | Interventions | Escalate If |
|---|---|---|---|---|---|
| Anastomotic/Staple Line Leak | 24hβ5 days | Tachycardia HR>120 (EARLIEST sign), fever, left shoulder pain | q1-2h VS, drain output | NPO, notify surgeon STAT | HR >120, fever, sudden pain |
| Pulmonary complications | 24β72h | Hypoxia, decreased breath sounds | SpO2, lung auscultation, CPAP compliance | HOB 30-45Β°, incentive spirometry q1-2h | SpO2 <92%, RR >24 |
| VTE (DVT/PE) | Days 1β30 | Calf pain, sudden dyspnea, tachycardia | Daily calf assessment, anticoagulation levels | SCDs, early ambulation Day 1 | Sudden dyspnea, chest pain |
| Bleeding/Hemorrhage | Intraopβ48h | Tachycardia, hypotension, decreased UO | VS trend, drain color/volume, Hgb/Hct | IV access Γ2, fluid resuscitation | SBP <90, UO <30 mL/hr |
| Wound Infection/Dehiscence | Days 3β10 | Redness, purulent drainage, fever | Inspect each shift, glucose monitoring | Aseptic wound care, hyperglycemia correction | Fascia visible, rapidly expanding erythema |
βAct as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Also synthesis additional information from other sources pertinent to this chapter that are important for me to know as a nurse. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_49__ASSESSMENT_AND_MANAGEMENT_OF_PATIENTS_WITH_HEPATIC_DISORDERS_.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
| Protein Made | What it Does | Fails β Causes |
|---|---|---|
| Albumin | Holds fluid inside blood vessels (oncotic pressure) | Hypoalbuminemia β edema, ascites |
| Clotting factors (I, II, V, VII, IX, X) | Stop bleeding | Coagulopathy β bleeding tendency, elevated PT/INR |
| Transport proteins (transferrin, etc.) | Carry hormones and drugs | Drug toxicity; altered medication effect |
Nursing pearl: The INR tells you how badly liver protein synthesis is failing. A rising INR in a liver patient = the liver is getting sicker, not just that the patient is on warfarin.
| Test | What It Measures | Elevated When |
|---|---|---|
| AST (aspartate aminotransferase) | Hepatocyte injury marker | Liver cell damage; also elevated in heart, muscle damage |
| ALT (alanine aminotransferase) | More liver-specific injury marker | Liver cell damage (more specific than AST) |
| Alkaline Phosphatase (ALP) | Biliary/bone marker | Biliary obstruction, cholestatic disease |
| GGT (gamma-glutamyl transferase) | Biliary + alcohol damage | Biliary disease; confirms ALP is liver-source (not bone) |
| Bilirubin (total/direct/indirect) | Bilirubin processing | Jaundice; hemolysis, hepatocellular damage, obstruction |
| Albumin | Protein synthesis | LOW in chronic liver failure (takes weeks to fall) |
| PT/INR | Clotting factor synthesis | Elevated = failing liver clotting production |
AST:ALT ratio > 1.5 with values typically under 400 IU/L = alcoholic hepatitis - Harrison's Principles 22e
| Manifestation | Why It Happens |
|---|---|
| Fatigue and weakness | Impaired glucose metabolism; muscle wasting |
| Anorexia, nausea, vomiting | Liver inflammation, portal hypertension affecting gut |
| Jaundice | Elevated bilirubin |
| Pruritus | Bile salts depositing in skin (especially cholestatic disease) |
| Edema and ascites | Low albumin + portal hypertension |
| Bleeding tendencies | Low clotting factors; thrombocytopenia (hypersplenism) |
| Mental status changes | Hepatic encephalopathy from ammonia accumulation |
| Type | Cause | Bilirubin Type Elevated | Stool/Urine |
|---|---|---|---|
| Pre-hepatic (hemolytic) | Excess RBC breakdown - too much bilirubin for liver to handle | Unconjugated (indirect) | Dark urine, normal/dark stool |
| Hepatocellular | Liver cells damaged - can't conjugate or excrete | Both | Dark urine, pale stool |
| Post-hepatic (obstructive/cholestatic) | Bile duct blocked (gallstone, tumor) - bile can't exit | Conjugated (direct) | Dark urine, PALE/CLAY-COLORED stool, pruritus |
| Intervention | Purpose |
|---|---|
| Low-sodium diet (2g/day) | Reduce fluid retention |
| Daily weights (same time, same clothing) | Track fluid accumulation - 1 kg gain = roughly 1 L retained |
| Measure abdominal girth | Track progression |
| Diuretics - Spironolactone first-line (with furosemide if needed) | Spironolactone blocks aldosterone; tackles the root cause |
| Paracentesis (therapeutic) | Remove large volumes of ascitic fluid for symptom relief |
| Albumin infusion after large-volume paracentesis | Prevent circulatory collapse when large volumes removed (8 g IV albumin per liter removed if >5L) |
| Priority | Action |
|---|---|
| Airway | Highest priority - massive hematemesis β aspiration risk. Suction at bedside. Anticipate intubation. |
| Hemodynamics | VS every 15-30 min; MAP target >65 mmHg |
| Neuro | Mental status changes signal worsening encephalopathy or shock |
| Position | HOB elevated, lateral positioning during vomiting |
| Activity | Strict bed rest; no Valsalva maneuvers (bearing down raises intra-abdominal/portal pressure) |
| Output | Strict I&O; UO >0.5 mL/kg/hr |
| Labs | H&H, coagulation studies, BMP frequently |
| Grade | Status | Manifestations |
|---|---|---|
| Minimal (Covert) | Alert, normal | Abnormal on psychometric testing only; no clinical signs |
| Grade 1 (Covert) | Alert | Mild confusion, euphoria or anxiety, shortened attention span, sleep rhythm changes |
| Grade 2 (Overt) | Lethargic | Lethargy, disorientation to TIME, inappropriate behavior, ASTERIXIS present |
| Grade 3 (Overt) | Somnolent | Somnolence but arousable, gross confusion, disorientation to place AND time |
| Grade 4 (Overt) | Coma | Unresponsive - hepatic coma |
Nursing test tip: Ammonia level has POOR correlation with the grade of encephalopathy. Clinical assessment is more reliable than the ammonia number. Do not manage encephalopathy based on ammonia level alone.
- Washington Manual of Medical Therapeutics; Goldman-Cecil Medicine
Test question setup: A cirrhotic patient with ascites is admitted for SBP. Two days later, urine output drops and creatinine rises - the kidneys look normal on imaging. Diagnosis = hepatorenal syndrome Type 1. The IV albumin given with the antibiotic treatment was meant to PREVENT this exact complication.
| Feature | Hep A | Hep B | Hep C | Hep D | Hep E |
|---|---|---|---|---|---|
| Virus | RNA | DNA | RNA | RNA | RNA |
| Transmission | Fecal-oral | Blood, sex, perinatal | Blood (IV drug use, transfusion) | Blood (requires HBV) | Fecal-oral |
| Becomes chronic? | NEVER | 5-10% adults; 90% neonates | 70-80% (highest rate) | Yes (if chronic HBV) | Rarely (immunocompromised) |
| Vaccine available? | YES | YES | NO | Prevented by HBV vaccine | No (in most countries) |
| Treatment | Supportive | Antivirals (tenofovir, entecavir) | Highly effective DAA drugs (>95% cure) | Treat HBV | Supportive |
| Special concern | Outbreaks; shellfish | Vertical transmission (birth) | Leading cause of cirrhosis + HCC in USA | Most severe with HBV | Severe/fatal in pregnant women |
| Marker | Meaning |
|---|---|
| HBsAg (surface antigen) | INFECTED currently (acute or chronic) |
| Anti-HBs (surface antibody) | IMMUNE (recovered or vaccinated) |
| HBeAg | HIGH infectivity (active viral replication) |
| Anti-HBc IgM | ACUTE infection |
| Anti-HBc IgG | Past exposure (recovered) |
"HBsAg = the virus is THERE. Anti-HBs = you're SAFE."
| Score | Class | 1-Year Survival |
|---|---|---|
| 5-6 | A (compensated) | 100% |
| 7-9 | B (significant) | 80% |
| 10-15 | C (decompensated) | 45% |
| Problem | Intervention |
|---|---|
| Ascites | Daily weights; restrict sodium to 2g/day; restrict fluids as ordered; diuretics as ordered; measure abdominal girth; elevate HOB |
| Bleeding risk | Soft toothbrush; electric razor; gentle handling; avoid IM injections if possible; apply pressure to venipuncture sites for 5 min; no aspirin or NSAIDs; fall prevention |
| Encephalopathy | Orient frequently; minimize sedatives/opioids; lactulose administration; watch for asterixis; safety precautions (bed rails, fall prevention); quiet environment |
| Nutrition | Small frequent meals; high-calorie, adequate protein (do NOT restrict protein in stable cirrhosis); Vitamin supplementation (A, D, E, K, B vitamins - especially thiamine in alcoholic patients); consult dietitian |
| Pruritus | Cool baths; avoid hot water (dilates vessels, worsens itch); soft cotton clothes; keep nails short; cholestyramine or antihistamines as ordered |
| Type | Timing | Mechanism | Signs | Treatment |
|---|---|---|---|---|
| Hyperacute | Minutes-hours | Pre-formed antibodies | Immediate graft failure (rare) | Retransplant |
| Acute (Cellular) | Days to weeks | T-cell mediated | Fever, elevated LFTs, jaundice, graft tenderness | High-dose IV corticosteroids (pulse steroids); add tacrolimus |
| Chronic | Months-years | Antibody + T-cell | Progressive LFT elevation, jaundice | Hard to reverse; may lead to retransplant |
| Drug | Class | Key Nursing Consideration |
|---|---|---|
| Tacrolimus (FK506) | Calcineurin inhibitor | Nephrotoxic; neurotoxic; narrow therapeutic window - check blood levels; avoid grapefruit |
| Mycophenolate mofetil | Antiproliferative | GI side effects; teratogenic |
| Prednisone | Corticosteroid | Hyperglycemia, infection, osteoporosis, hypertension |
| Cyclosporine | Calcineurin inhibitor | Nephrotoxic; hypertension; gingival hyperplasia; hirsutism; grapefruit interaction |
Nurse's role: Never omit or delay immunosuppressive doses. Missing a dose of tacrolimus or cyclosporine can trigger acute rejection. Teach patients: "This medication protects your new liver. Take it at the same time every day for life."
| Deficiency | Consequence | Nursing Action |
|---|---|---|
| Thiamine (B1) | Wernicke encephalopathy (confusion + ataxia + nystagmus) - especially in alcoholics | Always give IV thiamine BEFORE glucose in alcoholic patients (glucose without thiamine triggers Wernicke's) |
| Folate | Megaloblastic anemia | Supplementation |
| Vitamin K | Worsened coagulopathy | Vitamin K IV/PO; does NOT help if hepatocytes dead (can't use it) |
| Vitamin D | Bone disease, osteoporosis (hepatic osteodystrophy) | Supplementation; DEXA monitoring |
| Zinc | Altered taste; may worsen encephalopathy (zinc needed for urea cycle) | Supplementation |
HEPATOCYTE DAMAGE (from any cause)
β
ββββββββ΄βββββββ
β Structural β Functional Loss
β Scarring β
ββββββββ¬βββββββ
β PORTAL HYPERTENSION
βββββββ΄βββββββ¬βββββββββββββββββ
β β β
Varices Ascites Splenomegaly
(Hemorrhage) (SBP risk) (Thrombocytopenia)
β
+Hypoalbuminemia
+Aldosterone retention
+Kidney dysfunction
β
HEPATORENAL SYNDROME
PROTEIN SYNTHESIS FAILURE:
β Low albumin β edema, ascites
β Low clotting factors β bleeding
β High ammonia β ENCEPHALOPATHY
β Low glucose regulation
DETOXIFICATION FAILURE:
β High estrogen β spider nevi, gynecomastia
β Drug toxicity at normal doses
β Aldosterone retention β more ascites
LONG-TERM:
β Chronic inflammation + cell regeneration = CIRRHOSIS
β Cirrhosis + oncogenic virus = LIVER CANCER
β End stage = TRANSPLANT
βAct as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Also synthesis additional information from other sources pertinent to this chapter that are important for me to know as a nurse. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_50__ASSESSMENT_AND_MANAGEMENT_OF_PATIENTS_WITH_BILIARY_DISORDERS.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
LIVER
β (Right + Left hepatic ducts)
COMMON HEPATIC DUCT
β + Cystic duct from GALLBLADDER
COMMON BILE DUCT (CBD)
β + Pancreatic duct
AMPULLA OF VATER β DUODENUM
| Function | Cell Type | What It Makes | Where It Goes |
|---|---|---|---|
| Exocrine | Acinar cells | Digestive enzymes (amylase, lipase, trypsinogen, chymotrypsinogen, elastase) | Pancreatic duct β duodenum |
| Endocrine | Islets of Langerhans | Insulin, glucagon, somatostatin | Directly into bloodstream |
| Feature | Cholesterol Stones | Pigment Stones |
|---|---|---|
| Frequency | 80% | 20% |
| Composition | Cholesterol monohydrate crystals | Black: Calcium bilirubinate; Brown: Mixed with bacteria/infection |
| Radiographic appearance | Radiolucent (invisible on plain X-ray) | Radiopaque (visible on plain X-ray) |
| Typical patients | Obese, female, elderly, rapid weight loss, pregnancy | Black: chronic hemolysis, cirrhosis; Brown: bile duct infection, Asia |
Silent gallstones (60-80%)
β (stone moves to cystic duct during gallbladder contraction)
BILIARY COLIC
β (stone stays impacted in cystic duct)
ACUTE CHOLECYSTITIS
β (stone migrates to common bile duct)
CHOLEDOCHOLITHIASIS
β (complete CBD obstruction + infection)
ASCENDING CHOLANGITIS (emergency)
β (stone impacts at Ampulla of Vater)
GALLSTONE PANCREATITIS
"Sudden cessation of deep inspiration due to pain when examining fingers reach the inflamed gallbladder upon palpation of the right subcostal region." Sensitivity 65%, specificity 87%.
- Tintinalli's Emergency Medicine
Exam tip: Charcot's Triad = think cholangitis. Reynolds' Pentad = septic cholangitis = ICU + emergency biliary drainage.
| Issue | Assessment | Intervention |
|---|---|---|
| Shoulder pain | Right shoulder/scapula pain post-op | Common - residual COβ gas under diaphragm irritating phrenic nerve; reassure, position changes, early ambulation |
| Puncture site | Assess 4 incision sites for redness, drainage, warmth | Keep clean and dry; teach signs of infection |
| Diet | Dietary tolerance | Low-fat diet initially; may gradually liberalize; GI upset common while body adjusts (bile now drips continuously into duodenum rather than bolus) |
| Activity | Wound pain with movement | Usually return to light activity within days |
| Priority | Nursing Action |
|---|---|
| Respiratory | Splinting incision for coughing; incentive spirometry q1-2h; ambulate early; risk of atelectasis high because incision is below right costal margin - deep breathing is painful |
| Pain management | Adequate analgesia enables deep breathing; assess pain frequently; PCA or scheduled opioids |
| T-tube care (if placed in CBD) | Monitor bile drainage (250-500 mL/day expected initially, then decreases); keep tube patent; never clamp unless ordered; drainage should be bile-colored (golden-green); report sudden drop in output (tube displaced) or foul drainage (infection) |
| Skin integrity | Bile is irritating to skin around T-tube/drain site; barrier protection, keep dry |
| Diet | Progress from clear liquids; small low-fat meals; reduce nausea |
| Complications to watch | Bile leak (sudden increase in pain, fever, peritoneal signs), bleeding, bile duct injury |
Exam trigger: Hypocalcemia in pancreatitis = poor prognosis. Why? Fat saponification: activated lipase digests peripancreatic fat β releases free fatty acids β free fatty acids bind calcium β calcium "consumed" by the reaction β serum calcium drops. Low calcium = extensive fat necrosis = severe disease.
| Test | Finding | Clinical Meaning |
|---|---|---|
| Serum lipase | Elevated (>3Γ upper limit = significant) | More sensitive AND specific than amylase for pancreatitis; stays elevated longer (7-14 days) |
| Serum amylase | Elevated | Less specific (elevated in bowel obstruction, salivary gland disease, perforated ulcer); returns to normal faster (2-3 days) |
| WBC | Elevated | Inflammation/infection |
| Calcium | Low (hypocalcemia) | Fat saponification = severity marker |
| Glucose | High | Islet cell dysfunction |
| Bilirubin/ALP | Elevated if CBD obstructed | Suggests gallstone etiology |
| Triglycerides | >1000 mg/dL | May be the cause, not just a finding |
| Hematocrit | May be elevated (hemoconcentration from fluid third-spacing) or fall with hemorrhage | Guides fluid resuscitation |
Lipase vs. Amylase memory trick: "Lipase Lasts Longer." Lipase is the better test - order it, know it. Amylase normalizes faster and is less specific.
Current guidelines recommend oral feeding within 24 hours of admission, even if lipase levels have not normalized. Start with low-fat or normal solid diet - do NOT need to trial liquid β soft β regular. Early feeding:
- Maintains gut mucosal integrity (prevents bacterial translocation from gut to sterile pancreatic necrosis)
- Reduces infected necrosis rates
- Reduces multi-organ failure
- Reduces hospital length of stay
- Current Surgical Therapy 14e, block 6
| Complication | Signs to Watch | Action |
|---|---|---|
| Respiratory failure/ARDS | SpOβ dropping, increasing RR, labored breathing even with normal CXR | Supplemental Oβ, escalate to ventilator if needed |
| Renal failure | Oliguria (<0.5 mL/kg/hr), rising creatinine | Adequate fluid resuscitation, avoid nephrotoxins |
| Hypocalcemia | Muscle cramps, positive Chvostek's/Trousseau's sign, tetany | IV calcium gluconate, monitor ECG |
| Hyperglycemia | Elevated glucose | Insulin sliding scale; islet cell dysfunction from inflammation |
| Septic shock | Fever, hypotension, tachycardia, altered mental status | Blood cultures, broad antibiotics, resuscitation |
| Pseudocyst | Persistent pain + palpable epigastric mass 4-6 weeks post-episode | CT imaging; many resolve spontaneously; drainage if expanding or infected |
| Abdominal compartment syndrome | Rising abdominal pressure, oliguria, respiratory compromise with over-resuscitation | Decompress: NG, Foley; surgical decompression if pressures critical |
| Consequence | Mechanism | Nursing Management |
|---|---|---|
| Exocrine insufficiency | Much of pancreatic tissue removed | Pancreatic enzyme replacement with every meal |
| Endocrine insufficiency (diabetes) | Islet cells removed | Diet, insulin - brittle diabetes |
| Dumping syndrome | Partial gastrectomy β rapid gastric emptying | Same as post-bariatric: small frequent meals, no liquids with meals, avoid sugar |
| Malabsorption / weight loss | Bypassed duodenum (major absorptive surface), reduced pancreatic secretion | Nutritional supplementation; fat-soluble vitamins; dietitian |
| Bile reflux | Altered anatomy | Proton pump inhibitor; dietary adjustments |
GALLSTONE FORMATION
(Cholesterol supersaturation + nucleation + stasis)
β stone moves
BILIARY COLIC (transient obstruction, resolves)
β stone lodges in cystic duct
ACUTE CHOLECYSTITIS
(Unremitting RUQ pain + Murphy's sign + fever + leukocytosis)
β stone migrates to CBD
CHOLEDOCHOLITHIASIS
(Jaundice + elevated direct bilirubin + ALP)
β CBD obstruction + bacteria ascend
ASCENDING CHOLANGITIS
(Charcot's Triad β Reynolds' Pentad = septic emergency)
β stone blocks Ampulla of Vater
GALLSTONE PANCREATITIS
(Autodigestion β edema β necrosis β multi-organ failure)
Chronic insult (alcohol, genetic) β
CHRONIC PANCREATITIS
(Fibrosis β exocrine failure β steatorrhea + endocrine failure β DM)
Chronic inflammation β malignant transformation β
PANCREATIC CANCER
(Painless jaundice in head tumors β Whipple procedure β nutritional consequences)
βAct as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Also synthesis additional information from other sources pertinent to this chapter that are important for me to know as a nurse. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_51__ASSESSMENT_AND_MANAGEMENT_OF_PATIENTS_WITH_DIABETES.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
| Feature | Type 1 | Type 2 |
|---|---|---|
| Mechanism | Absolute insulin deficiency (autoimmune) | Insulin resistance + relative deficiency |
| Insulin levels | Absent/very low | Normal to high (initially), then declining |
| Typical age | Childhood/young adult | Middle-aged/older (increasingly in younger patients with obesity) |
| Body habitus | Usually thin/normal | Usually overweight/obese |
| Onset | Rapid (days to weeks) | Gradual (years, often incidental) |
| Ketones | YES - high DKA risk | NO (usually) - HHS risk |
| Insulin required? | ALWAYS - lifelong | Initially no; eventually ~30% need insulin |
| Autoimmune markers | Anti-islet, anti-GAD antibodies present | No autoimmune markers |
| Genetic | HLA-DR3, DR4 association | Strong polygenic; linked to obesity genes |
| Symptom | Mechanism | How to Explain It |
|---|---|---|
| Polyuria (excessive urination) | Excess glucose in kidney tubules pulls water with it (osmotic diuresis) - exceeds renal threshold of ~180 mg/dL | "Your kidneys can't absorb all the glucose, so it spills into urine and takes water with it" |
| Polydipsia (excessive thirst) | Fluid loss from osmotic diuresis β dehydration β intense thirst | "All that urination makes you dehydrated and desperately thirsty" |
| Polyphagia (excessive hunger) | Glucose can't enter cells β cells literally starving despite blood full of glucose | "Your cells are starving even though your blood sugar is high - that makes you hungry" |
| Weight loss | Body breaks down fat and muscle for energy (especially Type 1) | "Since glucose can't get in, the body burns fat and muscle instead" |
| Fatigue | Cells can't use glucose β energy deficit | "No fuel getting into cells = exhaustion" |
| Blurred vision | Osmotic changes in lens of eye (glucose changes lens shape) | Resolves with treatment; do NOT rush to new glasses during initial diagnosis |
| Recurrent infections | Hyperglycemia impairs immune function (WBC chemotaxis, phagocytosis); glucose-rich environment feeds bacteria | Yeast infections (especially vaginal), skin infections, UTIs are classic presentations |
| Poor wound healing | Vascular impairment + neuropathy + immune dysfunction | Classic "foot wound that won't heal" |
| Test | Diabetic Value | Prediabetes Value |
|---|---|---|
| Fasting plasma glucose | β₯ 126 mg/dL | 100-125 mg/dL (IFG) |
| Random plasma glucose | β₯ 200 mg/dL + symptoms | - |
| 2-hour OGTT (75g oral glucose load) | β₯ 200 mg/dL | 140-199 mg/dL (IGT) |
| HbA1c | β₯ 6.5% | 5.7-6.4% |
"The Four Sixes Rule": Fasting β₯ 126, Random β₯ 200, OGTT β₯ 200, HbA1c β₯ 6.5%. Or just remember: fasting >125 = diabetes.
| Type | Examples | Onset | Peak | Duration | When to Use |
|---|---|---|---|---|---|
| Rapid-acting | Lispro (Humalog), Aspart (NovoLog), Glulisine (Apidra) | 15 min | 1-2 hr | 3-5 hr | Given with meals (within 15 min of eating); mimics meal-time insulin spike |
| Short-acting (Regular) | Regular insulin (Humulin R, Novolin R) | 30-60 min | 2-4 hr | 6-8 hr | Meal coverage (given 30 min before meals); used in IV insulin drips for DKA |
| Intermediate-acting | NPH (Humulin N, Novolin N) | 1-3 hr | 6-12 hr | 12-18 hr | Given BID; provides background insulin coverage; less predictable, more hypoglycemia risk |
| Long-acting | Glargine (Lantus, Basaglar), Detemir (Levemir) | 1-2 hr | Peakless | 20-24 hr | Once daily (glargine); mimics steady basal insulin output |
| Ultra-long-acting | Degludec (Tresiba) | Gradual | Peakless | >42 hr | Once daily; very stable coverage |
| Drug Class | Examples | Mechanism | Main Nursing Concern |
|---|---|---|---|
| Biguanides | Metformin (Glucophage) | Reduces hepatic glucose production (inhibits gluconeogenesis); improves insulin sensitivity | HOLD before IV contrast (metformin + contrast β lactic acidosis risk; hold 48h before and after); contraindicated in renal impairment (eGFR <30), liver failure, heart failure, alcohol abuse; NO hypoglycemia alone |
| Sulfonylureas | Glipizide, Glimepiride, Glyburide | Stimulate beta cell insulin secretion (close ATP-K channels) | HIGH hypoglycemia risk (especially glyburide - long-acting); weight gain; avoid in sulfa allergy; observe for delayed hypoglycemia 12-21h after ingestion; caution in elderly/renal impairment |
| Meglitinides | Repaglinide (Prandin), Nateglinide (Starlix) | Short-acting insulin secretagogues (like sulfonylureas but faster, shorter) | Take with each meal; skip dose if skipping meal; less hypoglycemia than sulfonylureas |
| Thiazolidinediones (TZDs) | Pioglitazone (Actos), Rosiglitazone (Avandia) | Insulin sensitizers (PPARΞ³ agonists) | Weight gain + fluid retention β heart failure risk; contraindicated in Class III-IV HF; monitor LFTs; bone fracture risk in women |
| DPP-4 Inhibitors ("gliptins") | Sitagliptin (Januvia), Saxagliptin, Alogliptin | Inhibit DPP-4 β increases incretin hormones β increases insulin release + decreases glucagon | Pancreatitis risk; joint pain; saxagliptin β heart failure hospitalizations; generally well tolerated |
| GLP-1 Agonists | Semaglutide (Ozempic/Wegovy), Liraglutide (Victoza), Dulaglutide (Trulicity), Exenatide | Mimic incretin hormone GLP-1 β insulinβ + glucagonβ + gastric emptyingβ + satietyβ + weight lossβ | Aspiration risk (delayed gastric emptying) - inform surgical team; nausea/vomiting most common side effect; pancreatitis risk; significant weight loss; injectable; HOLD before elective procedures |
| SGLT2 Inhibitors ("-flozins") | Empagliflozin (Jardiance), Dapagliflozin (Farxiga), Canagliflozin (Invokana) | Block renal glucose reabsorption β glucose excreted in urine β lower blood glucose | Genital yeast infections, UTIs, urinary frequency; DKA risk (even with normal glucose); Fournier's gangrene; hypotension in elderly; bone fractures; hold before surgery; cardiovascular and renal protective (reduce CV death, HF hospitalizations) |
| Alpha-glucosidase inhibitors | Acarbose (Precose), Miglitol | Delay intestinal carbohydrate absorption | GI side effects (gas, diarrhea, bloating); must take with meals; if hypoglycemia occurs - use pure glucose (NOT sucrose) because these drugs delay complex carbohydrate absorption |
| Insulin | Multiple types | Replace or supplement insulin | See Section 5 |
| Principle | Detail |
|---|---|
| Consistent carbohydrate intake | Same amount at each meal; helps predict glucose response to insulin/medications; not eliminating carbs but controlling amount and timing |
| Carbohydrate counting | Most effective method for insulin-treated patients; count grams of carbs per meal; match bolus insulin dose to carb intake |
| Glycemic index | Favor slow-digesting carbs (whole grains, legumes, vegetables) over fast-digesting (white bread, sugary drinks) |
| Fiber | Soluble fiber slows glucose absorption; aim 25-38g/day; lowers postprandial glucose spikes |
| Fat quality | Reduce saturated and trans fats β improve cardiovascular risk (diabetes and CVD travel together) |
| Protein | Normal intake appropriate; do NOT restrict in diabetic nephropathy without dietitian guidance |
| Alcohol | Causes hypoglycemia (inhibits gluconeogenesis); if consumed, eat with meals; avoid if on insulin or sulfonylureas (hypoglycemia risk) |
| Artificial sweeteners | Generally acceptable; help reduce sugar/calorie intake |
| Sign/Symptom | Mechanism |
|---|---|
| Nausea, vomiting, abdominal pain | Ketones irritate GI tract |
| Fruity/acetone breath | Acetone (a ketone body) is volatile β exhaled |
| Kussmaul respirations (deep, rapid, labored breathing) | Body's attempt to blow off COβ to compensate for metabolic acidosis (respiratory compensation) |
| Dehydration signs (dry mucosa, poor skin turgor, tachycardia, hypotension) | Massive fluid losses from osmotic diuresis |
| Altered mental status, lethargy | Hyperosmolarity + acidosis β CNS depression |
| Polyuria, polydipsia | Osmotic diuresis |
Sodium bicarbonate to correct acidosis in DKA has not demonstrated any benefit and may be associated with worse outcomes. The acidosis resolves as insulin clears ketones. - Rosen's Emergency Medicine
| Parameter | Frequency | Goal |
|---|---|---|
| Blood glucose | Hourly | Decrease 50-75 mg/dL/hr; stop rapid drop at ~200 mg/dL |
| Potassium | Every 2-4 hours | Maintain 3.5-5.0 mEq/L |
| Anion gap | Every 4 hours (via BMP) | Gap closes = ketones cleared = resolution |
| Urine output | Hourly (Foley catheter) | > 0.5 mL/kg/hr |
| Neurological status | Every hour | Watch for cerebral edema (headache, altered consciousness, bradycardia) - especially in children |
| Vital signs | Every 30-60 min | Trend of improving hemodynamics |
"A hyperglycemic hyperosmolar state is usually seen in older adults with multiple comorbid conditions and is distinguished from DKA by the absence of ketoacidosis." - Rosen's Emergency Medicine, block 22
| Feature | DKA | HHS |
|---|---|---|
| Diabetes type | Type 1 (mainly) | Type 2 (mainly) |
| Age | Young | Older adults |
| Glucose | Usually 250-500 mg/dL | Usually > 600 mg/dL (often 900-1200) |
| Ketones | Present (high) | Absent or minimal |
| pH | < 7.3 (acidosis) | > 7.3 (normal or near-normal) |
| Bicarbonate | < 15 mEq/L | > 20 mEq/L |
| Anion gap | Elevated | Normal |
| Osmolality | Mildly elevated | Markedly elevated (>320 mOsm/kg) |
| Fluid deficit | 3-6 liters | 8-12 liters |
| Onset | Hours (rapid) | Days to weeks (gradual) |
| Kussmaul respirations | Present | Absent |
| Fruity breath | Present | Absent |
| Neurological | Mild-moderate change | Profound (confusion, seizures, coma) |
| Mortality | 1-5% | 10-20% (worse prognosis due to age/comorbidities) |
| Complication | Site | Manifestations | Nursing Priority |
|---|---|---|---|
| Coronary Artery Disease | Coronary arteries | MI (often "silent" - no chest pain due to neuropathy); higher risk and worse outcomes | Annual ECG; cholesterol management; aspirin; ACE inhibitor |
| Stroke / TIA | Cerebral vessels | Ischemic stroke risk 2-4Γ higher | BP control; antiplatelet therapy |
| Peripheral Arterial Disease (PAD) | Leg arteries | Claudication, rest pain, non-healing ulcers, gangrene, amputation | Foot assessment at every visit; ankle-brachial index; smoking cessation |
INSULIN DEFICIENCY (absolute in T1) or INSULIN RESISTANCE + RELATIVE DEFICIENCY (T2)
β
GLUCOSE CANNOT ENTER CELLS
β
βββββββββββββββββ΄βββββββββββββββββ
β SHORT TERM β LONG TERM
β β
β β
HYPERGLYCEMIA CHRONIC VASCULAR DAMAGE
(3 P's + fatigue + infections) β
β ββββββββ΄ββββββββ
β Absolute deficiency β MACRO β MICRO
β (T1 / severe T2) β β
β β β
KETONES PRODUCED CAD / Stroke Retinopathy
β DKA PVD / Foot Nephropathy
β Neuropathy
β Relative deficiency
β (T2) + severe dehydration
β
HHS (no ketones, extreme hyperglycemia + hyperosmolarity)
TREATMENT REVERSES THE PROCESS:
Insulin β glucose enters cells β ketone production stops (DKA resolves)
Fluids β correct dehydration and osmolarity (DKA + HHS)
Tight control over years β slow/prevent chronic complications
| DKA | HHS | |
|---|---|---|
| Type | T1 | T2 elderly |
| Glucose | 250-500 | >600 |
| Ketones | YES | NO |
| pH | <7.3 | Normal |
| Fluid deficit | 3-6L | 8-12L |
| Kussmaul resp. | YES | NO |
| Fruity breath | YES | NO |
| Mortality | 1-5% | 10-20% |
βAct as a world-class educator and teach me this chapter from absolute basics to complete mastery. First give me a simple overview of the chapter, then break it into small sections and explain each concept in easy language with examples. Also synthesis additional information from other sources pertinent to this chapter that are important for me to know as a nurse. Connect all topics together and create a final summary that helps me revise the entire chapter quickly before exams.β
cd /home/daytona/workspace/attachments/08d90756-434c-4004-9a60-02bd5a701dbd/ && python3 -c " import pdfplumber with pdfplumber.open('CHAPTER_52__ASSESSMENT_AND_MANAGEMENT_OF_PATIENTS_WITH_ENDOCRINE_DISORDERS.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
HYPOTHALAMUS
(integrates nervous system signals; detects hormone levels)
β Releasing hormones (TRH, CRH, GHRH, GnRH)
ANTERIOR PITUITARY ("master gland")
β Tropic hormones (TSH, ACTH, GH, LH, FSH, Prolactin)
TARGET GLANDS (thyroid, adrenals, gonads, etc.)
β End hormones (T3/T4, cortisol, testosterone/estrogen)
β NEGATIVE FEEDBACK back to hypothalamus and pituitary
| Gland | Hormone | Function |
|---|---|---|
| Hypothalamus | TRH, CRH, GHRH, GnRH | Releasing/inhibiting hormones; controls pituitary |
| Anterior pituitary | TSH, ACTH, GH, Prolactin, LH, FSH | Tropic hormones β stimulate target glands |
| Posterior pituitary | ADH (vasopressin), Oxytocin | ADH = water retention; Oxytocin = uterine contractions, milk ejection |
| Thyroid | T3 (triiodothyronine), T4 (thyroxine), Calcitonin | T3/T4 = metabolism, BMR, heat; Calcitonin = lowers calcium |
| Parathyroid | PTH (parathyroid hormone) | Raises serum calcium; opposes calcitonin |
| Adrenal cortex | Cortisol, Aldosterone, Androgens | Cortisol = stress; Aldosterone = Na/K/BP; Androgens = sex characteristics |
| Adrenal medulla | Epinephrine, Norepinephrine | Fight-or-flight response |
| Pancreas | Insulin, Glucagon | Glucose regulation (covered in Ch. 51) |
| Test | Purpose |
|---|---|
| Serum hormone levels | Directly measure hormone concentrations (TSH, T4, cortisol, PTH, etc.) |
| Stimulation tests | Assess whether a gland can respond to stimulation (e.g., ACTH stimulation test - give synthetic ACTH, measure cortisol response; low response = adrenal insufficiency) |
| Suppression tests | Assess whether a gland can be suppressed (e.g., Dexamethasone suppression test - give dexamethasone to suppress cortisol; if cortisol doesn't fall = Cushing's syndrome) |
| Radioactive iodine uptake (RAIU) | Thyroid-specific; measures how much radioiodine the thyroid absorbs; HIGH uptake = Graves' disease; LOW uptake = thyroiditis (hormone release without production) |
| Imaging (CT, MRI, US) | Locate tumors, measure gland size, identify nodules |
| 24-hour urine | Measure hormone metabolites (cortisol, catecholamines) over the full day; more accurate than a single blood draw |
| System | Manifestations |
|---|---|
| Constitutional | Weight loss despite increased appetite (hyperphagia); fatigue; generalized weakness |
| Hypermetabolic | Heat intolerance; cold preference; excessive sweating; warm, moist skin |
| Cardiovascular | Tachycardia, palpitations; atrial fibrillation (especially in elderly); widened pulse pressure; high-output heart failure |
| Neuropsychiatric | Anxiety, restlessness, irritability, emotional lability, insomnia; fine tremor of hands; poor attention |
| GI | Nausea, vomiting, diarrhea; increased frequency of bowel movements |
| Musculoskeletal | Proximal muscle weakness (trouble getting out of chair, combing hair); myopathy |
| Reproductive | Menstrual irregularities (oligomenorrhea, amenorrhea); decreased libido; erectile dysfunction; infertility |
| Ophthalmologic | Tearing, irritation, diplopia (Graves' specific); exophthalmos |
| Skin/hair | Hair loss; warm, velvety skin; pretibial myxedema (Graves' only) |
Exam tip: Elderly patients with hyperthyroidism present differently. In older adults, hyperthyroidism may manifest as "apathetic thyrotoxicosis" - no hyperactivity, no weight gain worry. Instead: weight loss, shortness of breath, atrial fibrillation, or apparent dementia. Always check thyroid function in elderly patients with new-onset AFib.
| Drug | Mechanism | Key Points |
|---|---|---|
| Methimazole (MMI) | Blocks thyroid hormone synthesis (inhibits thyroid peroxidase); also some immunosuppressive effect | Drug of choice for Graves' disease; once-daily dosing; preferred over PTU (except 1st trimester pregnancy) |
| Propylthiouracil (PTU) | Blocks synthesis AND blocks peripheral T4 β T3 conversion | Preferred in 1st trimester pregnancy and thyroid storm (because it blocks T4βT3 conversion too); requires 3Γ daily dosing; hepatotoxicity risk |
"Thyroid storm is a life-threatening endocrine emergency associated with high mortality rates. It is characterized by rapid deterioration secondary to a thyrotoxicosis exacerbation." - Creasy & Resnik's Maternal-Fetal Medicine
| Step | Treatment | Rationale |
|---|---|---|
| 1. Antithyroid drug FIRST | PTU 200-400 mg PO/NGT every 6h (preferred over methimazole because it also blocks T4βT3 conversion) | Block new hormone synthesis |
| 2. Iodine AFTER PTU | Sodium iodide 250 mg PO/IV every 6h OR Lugol's iodine | Inhibit hormone RELEASE (Wolff-Chaikoff); must give 1+ hour AFTER PTU to prevent iodine from being used to make more hormone |
| 3. Glucocorticoids | Hydrocortisone 50-100 mg IV every 6h | Reduce hormone secretion + block peripheral T4βT3 conversion; also treats potential relative adrenal insufficiency from the thyroid storm |
| 4. Beta-blocker | Propranolol 10-40 mg PO q4-6h OR esmolol IV infusion | Control tachycardia, tremor, agitation; reduce T4βT3 conversion slightly; use with caution in heart failure |
| 5. Supportive care | IV fluids, cooling blankets, acetaminophen (NOT aspirin - aspirin displaces T4 from binding protein β more free T4), nutritional support | Manage hyperthermia and dehydration |
| 6. Treat the trigger | Antibiotics if infection suspected; address precipitating cause | Storm will not resolve without addressing the trigger |
Critical nursing memory: Order of treatment in thyroid storm = PTU first, then iodine (never reverse this). Iodine given first = thyroid uses iodine to make more T3/T4 = disaster.
| System | Manifestations |
|---|---|
| Constitutional | Fatigue, lethargy, weight gain despite poor appetite |
| Metabolic | Cold intolerance, hypothermia, decreased sweating; dry skin |
| Cardiovascular | Bradycardia; diastolic hypertension; pericardial effusion; decreased cardiac output |
| GI | Constipation; decreased bowel sounds; ileus (severe cases) |
| Neuropsychiatric | Slow thinking, poor memory, depression; slowed reflexes (prolonged relaxation phase of DTRs) |
| Musculoskeletal | Muscle cramps, weakness, aching |
| Skin/hair/nails | Dry, coarse skin; hair loss; brittle nails; non-pitting edema (myxedema) - especially around eyes and face |
| Reproductive | Menorrhagia; decreased libido; infertility |
| Voice | Hoarse voice (myxedema of vocal cords) |
| Lipids | Elevated cholesterol and triglycerides |
Nurse's memory: In myxedema coma - give hydrocortisone before or with levothyroxine to protect against adrenal crisis. The opposite of the thyroid storm rule.
| Feature | HYPOTHYROIDISM | HYPERTHYROIDISM |
|---|---|---|
| Metabolism | Decreased (slowed) | Increased (accelerated) |
| Weight | Gain (despite poor appetite) | Loss (despite increased appetite) |
| Temperature | Cold intolerance; hypothermia | Heat intolerance; hyperthermia |
| Heart rate | Bradycardia | Tachycardia, atrial fibrillation |
| Blood pressure | Diastolic hypertension | Widened pulse pressure |
| Skin | Dry, coarse, myxedematous | Warm, moist, flushed |
| Hair | Coarse, brittle, loss | Silky, fine, loss |
| GI | Constipation | Diarrhea, increased frequency |
| Reflexes | Delayed (prolonged relaxation) | Brisk, hyperactive |
| Mental status | Slow, depressed, poor memory | Anxious, irritable, insomnia |
| Muscle | Weakness, cramps | Proximal weakness, tremor |
| Lab: TSH | HIGH (primary) | LOW (primary) |
| Lab: Free T4 | Low | High |
| Emergency | Myxedema coma | Thyroid storm |
| Treatment | Levothyroxine | Antithyroid drugs/RAI/surgery |
| Category | Manifestations |
|---|---|
| Bones | Bone pain, pathologic fractures; osteoporosis; osteitis fibrosa cystica (severe/untreated) |
| Stones | Renal stones (calcium oxalate or calcium phosphate); nephrocalcinosis; polyuria (hypercalcemia impairs renal concentrating ability β nephrogenic DI) |
| Groans | GI: nausea, vomiting, constipation, anorexia; peptic ulcer disease (Ca stimulates gastrin); pancreatitis |
| Moans | Neuropsychiatric: depression, anxiety, fatigue, cognitive changes, confusion; muscle weakness |
| Effect | Detail |
|---|---|
| Stress response | Released during physiologic stress (illness, surgery, trauma); mobilizes energy |
| Metabolic | Raises blood glucose (gluconeogenesis, reduces glucose uptake by cells) |
| Anti-inflammatory | Suppresses immune response; reduces inflammation (basis for therapeutic corticosteroids) |
| Protein catabolism | Breaks down muscle protein β amino acids for gluconeogenesis |
| Fat redistribution | Mobilizes peripheral fat; promotes central fat deposition |
| Mineralocorticoid effect | High cortisol β weak aldosterone-like effect β mild Na retention |
| CNS | Affects mood (euphoria/depression), sleep, cognitive function |
| Feature | Mechanism |
|---|---|
| Fatigue, weakness (most common and earliest) | Cortisol deficiency; impaired energy metabolism |
| Weight loss, anorexia, nausea, vomiting | Cortisol deficiency; GI effects |
| Hypotension, orthostatic hypotension | Both cortisol (vascular tone) and aldosterone (Na retention) deficiency |
| Hyponatremia | Aldosterone deficiency β sodium wasting |
| Hyperkalemia | Aldosterone deficiency β potassium retention |
| Hypoglycemia | Cortisol promotes gluconeogenesis; deficiency β low glucose under stress |
| Hyperpigmentation | High ACTH stimulates melanocortin receptors in skin β bronze/dark coloring; especially in sun-exposed areas, pressure points, palmar creases, buccal mucosa, scars |
| Salt craving | Sodium depletion |
| Depression, irritability | Cortisol deficiency affects CNS |
"Cushing's SYNDROME = cortisol excess from ANY cause. Cushing's DISEASE = cortisol excess specifically from a pituitary ACTH-secreting adenoma." - Schwartz's Surgery
| Feature | Mechanism |
|---|---|
| Moon face (round, full face) | Fat redistribution to face |
| Buffalo hump (dorsal cervical fat pad) | Fat redistribution to neck/shoulders |
| Truncal/central obesity | Fat redistribution to abdomen, torso |
| Supraclavicular fat pads | Fat redistribution |
| Muscle wasting, proximal weakness | Protein catabolism |
| Purple/violet striae | Skin thinning + subcutaneous fat expansion β skin tears |
| Thin, fragile skin | Protein catabolism of skin collagen |
| Easy bruising | Capillary fragility |
| Poor wound healing | Immune suppression + protein catabolism |
| Osteoporosis | Cortisol inhibits osteoblasts; increases bone resorption |
| Hypertension | Mineralocorticoid effect; increased vascular sensitivity to catecholamines |
| Hyperglycemia | Enhanced gluconeogenesis; steroid-induced diabetes |
| Hypokalemia | Mineralocorticoid effect at high cortisol levels |
| Increased infections | Immune suppression |
| Hirsutism, acne | Androgen excess (adrenal androgens also elevated) |
| Amenorrhea | Androgen excess + cortisol suppression of GnRH |
| Psychiatric changes | Depression, euphoria, insomnia, psychosis |
| Cause | Treatment |
|---|---|
| Exogenous (iatrogenic) | Gradual steroid taper (NEVER abrupt stop β adrenal crisis) |
| Cushing's disease (pituitary) | Transsphenoidal pituitary surgery (first-line); radiation; metyrapone/ketoconazole (block cortisol synthesis) |
| Adrenal adenoma | Adrenalectomy (laparoscopic) |
| Adrenal carcinoma | Surgery + mitotane (adrenolytic drug) |
| Ectopic ACTH | Treat primary tumor + cortisol-blocking agents |
| Feature | ADDISON'S (Deficiency) | CUSHING'S (Excess) |
|---|---|---|
| Cortisol | Low | High |
| ACTH (primary) | High | High (pituitary) or Low (adrenal tumor) |
| Weight | Loss | Gain (central) |
| Blood pressure | Hypotension | Hypertension |
| Sodium | Low (hyponatremia) | Normal to slightly low |
| Potassium | High (hyperkalemia) | Low (hypokalemia) |
| Glucose | Low (hypoglycemia) | High (hyperglycemia) |
| Skin | Hyperpigmentation | Thin, bruising, purple striae |
| Muscle | Wasting, weakness | Proximal weakness, wasting |
| Fat | Loss | Central redistribution (moon face, buffalo hump) |
| Immune | No specific change | Immunosuppressed |
| Bones | No change (acute) | Osteoporosis |
| Emergency | Adrenal crisis (cortisol deficiency + shock) | No acute emergency (unless sudden steroid withdrawal β adrenal crisis) |
| Steroid treatment | Needs steroids (lifelong) | Has too much - need to reduce |
HYPOTHALAMUS (integrates nervous system + hormonal signals)
β Releasing hormones
ANTERIOR PITUITARY ("master gland")
β Tropic hormones
ββ TSH β THYROID β T3/T4 (metabolism)
β β Too much β HYPERTHYROIDISM β Thyroid Storm
β β Too little β HYPOTHYROIDISM β Myxedema Coma
β
ββ ACTH β ADRENAL CORTEX β Cortisol + Aldosterone
β Too much cortisol β CUSHING'S SYNDROME
β Too little cortisol/aldosterone β ADDISON'S DISEASE β Adrenal Crisis
PARATHYROID GLANDS (independent; regulated by Ca2+ level)
β PTH β Hypercalcemia β "Bones, Stones, Groans, Moans"
β PTH (post-thyroidectomy most common) β Hypocalcemia β Tetany
ADRENAL MEDULLA (independent; sympathetic regulated)
β Catecholamines (pheochromocytoma) β Hypertensive crisis
CONNECTING THREADS:
- Thyroidectomy links thyroid disease β parathyroid disease (hypocalcemia)
- Cushing's vs. Addison's = mirror opposites of cortisol
- Long-term corticosteroid therapy β iatrogenic Cushing's + secondary Addison's risk
- Diabetes (Ch. 51) + Cushing's syndrome: both cause hyperglycemia via different mechanisms
- Pancreatitis (Ch. 50) + adrenal insufficiency: both can cause hypocalcemia
| Addison's | Cushing's |
|---|---|
| LOW cortisol | HIGH cortisol |
| Hypotension | Hypertension |
| Hypo-Na | Normal/low Na |
| Hyper-K | Hypo-K |
| Hypoglycemia | Hyperglycemia |
| Hyperpigmentation (primary) | Striae, moon face, buffalo hump |
| Needs hydrocortisone | Reduce cortisol |
UNIT 16/ CHAPTER 65: ASSESSMENT OF NEUROLOGIC FUNCTION Learning Objectives By the end of this module, students should be able to: 1. Describe the structures and functions of the central and peripheral nervous systems. 2. Differentiate between pathologic changes affecting motor control and those affecting sensory pathways. 3. Compare and contrast the functions of the sympathetic and parasympathetic nervous systems. 4. Explain the importance of physical assessment in the diagnosis of neurologic dysfunction. 5. Identify age-related changes in neurologic function and their effects on neurologic assessment findings. 6. Discuss diagnostic tests used in the evaluation of suspected neurologic disorders and the associated nursing implications. Lesson Content I. OVERVIEW OF NEUROLOGIC FUNCTION Β· The nervous system is the bodyβs primary control and communication system. Β· It coordinates: o Sensory input o Motor responses o Cognitive processes o Autonomic regulation Β· Neurologic assessment is essential because: o Many neurologic disorders progress rapidly o Early changes may be subtle o Delayed recognition can lead to irreversible damage II. STRUCTURES AND FUNCTIONS OF THE CENTRAL AND PERIPHERAL NERVOUS SYSTEMS A. CENTRAL NERVOUS SYSTEM 1. Central nervous system Β· The central nervous system consists of the brain and spinal cord. Β· It is responsible for: o Processing sensory information o Initiating motor activity o Regulating consciousness, thought, memory, and emotion B. BRAIN 1. Cerebrum Β· The cerebrum is the largest portion of the brain. Β· It is divided into two hemispheres, each containing distinct lobes. a. Frontal lobe Β· Responsible for: o Voluntary motor activity o Speech production o Judgment, reasoning, and behavior Β· Damage may result in: o Motor weakness o Personality changes o Impaired speech (expressive aphasia) b. Parietal lobe Β· Responsible for: o Sensory perception o Spatial orientation Β· Damage may cause: o Loss of sensation o Inability to recognize objects by touch c. Temporal lobe Β· Responsible for: o Hearing o Memory o Language comprehension Β· Damage may cause: o Memory deficits o Receptive aphasia d. Occipital lobe Β· Responsible for: o Visual processing Β· Damage may result in: o Visual field defects o Cortical blindness 2. Diencephalon Β· Includes the thalamus and hypothalamus. Β· Thalamus: o Acts as a relay station for sensory impulses. Β· Hypothalamus: o Regulates temperature, hunger, thirst, and endocrine function. 3. Brainstem Β· Includes the midbrain, pons, and medulla oblongata. Β· Controls: o Respiratory and cardiac function o Level of consciousness Β· Damage can be life-threatening. 4. Cerebellum Β· Coordinates: o Balance o Posture o Fine motor movement Β· Cerebellar dysfunction causes: o Ataxia o Tremors o Poor coordination C. SPINAL CORD Β· The spinal cord conducts impulses between the brain and peripheral nerves. Β· It also mediates reflex activity. Β· Injury may result in: o Motor paralysis o Sensory loss o Autonomic dysfunction D. PERIPHERAL NERVOUS SYSTEM 1. Peripheral nervous system Β· Composed of: o Cranial nerves o Spinal nerves Β· Divided into: o Somatic nervous system o Autonomic nervous system 2. Somatic nervous system Β· Controls voluntary muscle movement. Β· Damage results in: o Weakness o Paralysis o Loss of reflexes III. MOTOR AND SENSORY PATHWAYS A. MOTOR PATHWAYS Motor pathways Β· Carry impulses from the brain to muscles. Β· Lesions affecting motor pathways cause: o Weakness o Paralysis o Abnormal muscle tone Pathologic changes affecting motor control: Β· Upper motor neuron lesions o Cause spasticity, hyperreflexia, and loss of voluntary movement. Β· Lower motor neuron lesions o Cause flaccid paralysis, muscle atrophy, and absent reflexes. B. SENSORY PATHWAYS Sensory pathways Β· Transmit sensations such as: o Pain o Temperature o Touch o Proprioception Pathologic changes affecting sensory pathways: Β· Cause: o Numbness o Tingling o Loss of sensation o Abnormal sensations (paresthesia) IV. AUTONOMIC NERVOUS SYSTEM A. Autonomic nervous system Β· Regulates involuntary body functions. Β· Divided into: o Sympathetic nervous system o Parasympathetic nervous system B. Sympathetic nervous system Β· Known as the fight-or-flight system. Β· Effects include: o Increased heart rate o Dilated pupils o Bronchodilation o Increased blood glucose C. Parasympathetic nervous system Β· Known as the rest-and-digest system. Β· Effects include: o Decreased heart rate o Constricted pupils o Increased gastrointestinal activity D. Comparison Β· These systems act in opposition to maintain homeostasis. Β· Dysfunction results in: o Blood pressure instability o Abnormal heart rate o Impaired temperature regulation V. SIGNIFICANCE OF PHYSICAL ASSESSMENT IN NEUROLOGIC DIAGNOSIS A. Purpose of Neurologic Assessment Β· Detect early neurologic dysfunction. Β· Establish baseline data. Β· Monitor progression or improvement. B. Components of Neurologic Assessment 1. Level of consciousness Β· Reflects cerebral function. Β· Altered consciousness may indicate: o Brain injury o Infection o Metabolic disturbances 2. Cognitive function Β· Assesses: o Orientation o Memory o Attention o Language 3. Motor function Β· Muscle strength Β· Coordination Β· Gait Β· Reflexes 4. Sensory function Β· Pain Β· Temperature Β· Touch Β· Vibration Β· Position sense VI. AGE-RELATED CHANGES IN NEUROLOGIC FUNCTION A. Normal Aging Changes Β· Slower nerve conduction Β· Decreased reflexes Β· Mild memory decline Β· Reduced sensory perception B. Impact on Assessment Β· Findings must be differentiated from disease. Β· Older adults may: o Respond more slowly o Have diminished vibration and position sense Β· Increased risk for: o Falls o Delirium o Stroke VII. DIAGNOSTIC TESTS FOR NEUROLOGIC DISORDERS A. Imaging Studies Computed tomography Β· Identifies hemorrhage, tumors, and structural abnormalities. Magnetic resonance imaging Β· Provides detailed images of brain and spinal cord tissue. B. Electrical Studies Electroencephalography Β· Measures electrical activity of the brain. Β· Used to diagnose seizure disorders. Electromyography Β· Evaluates muscle and nerve function. C. Cerebrospinal Fluid Analysis Lumbar puncture Β· Assesses cerebrospinal fluid for: o Infection o Hemorrhage o Inflammatory disorders Β· Nursing implications: o Monitor for headache o Maintain hydration o Observe neurologic status VIII. NEUROLOGIC ABNORMALITIES: CLINICAL SIGNIFICANCE Aphasia Β· Language impairment due to cerebral damage. Β· May be expressive, receptive, or global. Ataxia Β· Incoordination due to cerebellar dysfunction. Hemiparesis Β· Weakness on one side of the body. Coma Β· Prolonged unconsciousness indicating severe brain dysfunction.
NERVOUS SYSTEM
βββ CENTRAL NERVOUS SYSTEM (CNS)
β βββ Brain
β βββ Spinal cord
βββ PERIPHERAL NERVOUS SYSTEM (PNS)
βββ Cranial nerves (12 pairs)
βββ Spinal nerves (31 pairs)
βββ Somatic nervous system (voluntary)
βββ Autonomic nervous system (involuntary)
βββ Sympathetic ("fight or flight")
βββ Parasympathetic ("rest and digest")
| Type | Location Damaged | Understanding | Speech | What It Looks Like |
|---|---|---|---|---|
| Expressive (Broca's) | Left frontal (Broca's area) | Intact | Non-fluent, effortful, short phrases | Patient understands you but struggles to speak; knows what they want to say; frustrated |
| Receptive (Wernicke's) | Left temporal (Wernicke's area) | Impaired | Fluent but nonsensical ("word salad") | Patient speaks in sentences but they don't make sense; doesn't understand your speech; unaware of deficit |
| Global | Large left hemisphere damage | Impaired | Non-fluent | Both expression and comprehension severely impaired; most severe type |
| Pattern | Location of Damage |
|---|---|
| Cheyne-Stokes | Bilateral hemispheres or diencephalon; crescendo-decrescendo pattern with apnea |
| Central neurogenic hyperventilation | Midbrain - pons; rapid, deep, regular |
| Apneustic | Pons; prolonged inspiratory pauses |
| Cluster breathing | Pons - medulla; irregular bursts |
| Ataxic (Biot's) | Medulla; completely irregular; immediately preceding respiratory arrest |
| Pathway | Carries | Crosses | Travels In |
|---|---|---|---|
| Spinothalamic tract | Pain, temperature, crude touch | Crosses immediately at level of entry in spinal cord | Anterolateral cord |
| Dorsal columns (Posterior columns) | Fine touch, vibration, proprioception (position sense) | Crosses in medulla (high up) | Posterior cord |
| Feature | UMN Lesion | LMN Lesion |
|---|---|---|
| Location | Brain or spinal cord (ABOVE the anterior horn) | Anterior horn, spinal nerve, peripheral nerve |
| Tone | Spastic (increased) - UMN inhibition is lost, so LMN is overactive | Flaccid (decreased/absent) - no signal reaching muscle |
| Reflexes | Hyperreflexia (exaggerated) | Hyporeflexia / Areflexia (absent) |
| Babinski sign | Positive (big toe extends upward) | Negative |
| Muscle atrophy | Mild (late, from disuse) | Severe, early (muscle denervated, wastes quickly) |
| Fasciculations | Absent | Present (spontaneous muscle twitches from dying motor neurons) |
| Examples | Stroke, TBI, MS, cervical spinal cord injury | Peripheral neuropathy, amyotrophic lateral sclerosis (anterior horn), Guillain-BarrΓ©, herniated disc |
| Sensation | How to Test | Pathway |
|---|---|---|
| Pain | Pinprick (use safety pin or disposable pin) | Spinothalamic |
| Temperature | Cold/warm test tubes | Spinothalamic |
| Light touch | Cotton wisp, brushing | Spinothalamic (crude) + dorsal column (fine) |
| Vibration | Tuning fork (128 Hz) on bony prominences (great toe, malleolus, patella, iliac crest) | Dorsal column |
| Proprioception (position sense) | Hold patient's toe/finger at sides, move up or down, ask direction | Dorsal column |
| Stereognosis | Place familiar object in palm with eyes closed, ask to identify | Cortical (parietal lobe) |
| Graphesthesia | Write number on palm with dull object, ask to identify | Cortical (parietal lobe) |
| Two-point discrimination | Two simultaneous points; can patient distinguish one from two? | Cortical (parietal lobe) |
| Function | SYMPATHETIC ("Fight or Flight") | PARASYMPATHETIC ("Rest and Digest") |
|---|---|---|
| Activator | Stress, fear, exercise, danger | Rest, eating, safety |
| Origin | Thoracolumbar cord (T1-L2) | Craniosacral (brainstem CN III, VII, IX, X + S2-S4) |
| Heart rate | Increases | Decreases |
| Blood pressure | Increases | Decreases |
| Pupils | Dilates (mydriasis) | Constricts (miosis) |
| Airways | Bronchodilation | Bronchoconstriction |
| GI motility | Decreases | Increases |
| Bladder | Relaxes detrusor (holds urine) | Contracts detrusor (empties) |
| Sweat glands | Activates | (minimal) |
| Blood glucose | Increases (glycogenolysis) | Decreases |
| Skin/peripheral vessels | Vasoconstriction (pale, cold) | Vasodilation |
| Salivary glands | Thick, reduced saliva | Thin, increased saliva |
| Transmitter (postganglionic) | Norepinephrine (except sweat glands: acetylcholine) | Acetylcholine |
| CN | Name | Type | Function | Assess By | Clinical Significance |
|---|---|---|---|---|---|
| I | Olfactory | Sensory | Smell | Identify familiar scents (coffee, vanilla) each nostril separately | Loss in frontal lobe injury; COVID-19 |
| II | Optic | Sensory | Vision | Snellen chart; visual fields by confrontation; fundoscopy (papilledema = elevated ICP) | Papilledema: early sign of elevated ICP |
| III | Oculomotor | Motor | Eye movement (up, down, medial), pupil constriction, eyelid elevation | Pupil response to light; eye movement; ptosis | Most important for herniation detection - CN III compression = fixed dilated pupil |
| IV | Trochlear | Motor | Eye movement (down and in - superior oblique) | Eye movement; patient may tilt head to compensate | Diplopia when looking down stairs |
| V | Trigeminal | Both | Facial sensation (3 divisions); mastication (chewing) | Cotton wisp to face (3 zones); clench teeth; corneal reflex (afferent limb) | Trigeminal neuralgia (severe facial pain); corneal reflex absent in coma |
| VI | Abducens | Motor | Lateral eye movement (abduction) | Eye movement laterally | Diplopia; earliest sign of elevated ICP (falsely localizing sign) |
| VII | Facial | Both | Facial expression (motor); taste anterior tongue; salivation/lacrimation | Raise eyebrows, close eyes tightly, smile, puff cheeks | Bell's palsy (LMN VII) = entire ipsilateral face; Stroke (UMN VII) = forehead SPARED |
| VIII | Vestibulocochlear | Sensory | Hearing; balance/vestibular | Whisper test; Rinne and Weber tests; Romberg (balance) | Hearing loss; vertigo; Ménière's disease |
| IX | Glossopharyngeal | Both | Taste posterior tongue; pharyngeal sensation; gag reflex (afferent) | Gag reflex | Swallowing assessment; gag reflex |
| X | Vagus | Both | Pharynx and larynx motor; visceral parasympathetic; gag efferent | Soft palate rises symmetrically on "ahh"; voice quality | Most important ANS nerve - heart rate, GI motility; hoarseness = vagal damage |
| XI | Spinal Accessory | Motor | Sternocleidomastoid; trapezius | Shrug shoulders against resistance; turn head against resistance | Neck/shoulder weakness |
| XII | Hypoglossal | Motor | Tongue movement | Stick out tongue - deviates toward the side of the lesion | Deviation helps localize stroke/lesion |
| Component | Response | Score |
|---|---|---|
| Eye Opening (E) | Spontaneous | 4 |
| To verbal command | 3 | |
| To pain | 2 | |
| None | 1 | |
| Verbal Response (V) | Oriented | 5 |
| Confused | 4 | |
| Inappropriate words | 3 | |
| Incomprehensible sounds | 2 | |
| None | 1 | |
| Motor Response (M) | Obeys commands | 6 |
| Localizes pain | 5 | |
| Withdraws from pain | 4 | |
| Abnormal flexion (decorticate) | 3 | |
| Extension (decerebrate) | 2 | |
| None | 1 |
The GCS is the single most important neurological assessment tool for communication between providers. Always report GCS with individual component scores (E4V4M5 = GCS 13), not just the total.
- Bradley and Daroff's Neurology in Clinical Practice
| Pupils | Interpretation |
|---|---|
| Unilaterally fixed, dilated (4-9 mm) | CN III compression - URGENT herniation |
| Bilaterally fixed, dilated (>6 mm) | Brainstem herniation, severe hypoxia, anticholinergic drugs, death |
| Pinpoint, reactive | Pontine lesion (bilateral) OR opioid toxicity |
| Unilateral small + ptosis + anhidrosis | Horner's syndrome (sympathetic chain disruption) |
| Bilaterally unreactive mid-size (4-5 mm) | Midbrain damage |
| Grade | Description |
|---|---|
| 0 | No muscle contraction |
| 1 | Flicker or trace of contraction |
| 2 | Active movement with gravity eliminated |
| 3 | Active movement against gravity (can lift limb) |
| 4 | Active movement against some resistance |
| 5 | Full strength against full resistance (normal) |
| Grade | Description |
|---|---|
| 0 | Absent |
| 1+ | Diminished (hypoactive) |
| 2+ | Normal |
| 3+ | Increased (hyperactive) |
| 4+ | Clonus (rhythmic involuntary oscillations) |
| Normal Age-Related Change | Clinical Implication |
|---|---|
| Slower nerve conduction velocity | Response time delayed; instructions must be given more slowly |
| Decreased vibration sense (especially feet) | Loss of vibration at toes/ankles may be normal in elderly - test at ankle, then knee before calling it pathological |
| Decreased proprioception | Contributes to balance instability and fall risk |
| Mild reduction in near vision (presbyopia) | Needs glasses for reading; visual field testing must account for glasses use |
| Mild memory decline (episodic memory - recent events) | Normal: slow recall but eventually remembers; Abnormal: cannot recall at all; Tip: "3-word recall at 5 minutes" distinguishes |
| Slower reaction time | Fall risk; more time needed for walking, transfers |
| Decreased deep tendon reflexes (especially ankle jerk) | Absent ankle jerk may be normal in elderly; do not immediately interpret as pathological |
| Reduced pupillary reactivity | Pupils may be smaller and react slightly slower |
| Postural changes (slight kyphosis, wider gait base) | Normal adaptation; wide base for stability |
| Sleep-wake cycle changes | Earlier sleep time, more frequent awakening, less deep sleep |
| Component | Normal | Bacterial Meningitis | Viral Meningitis | SAH |
|---|---|---|---|---|
| Appearance | Clear, colorless | Cloudy, turbid | Clear | Bloody β xanthochromic |
| Opening pressure | 70-180 mmHβO | Elevated | Normal/mildly elevated | Elevated |
| WBC | 0-5 (all lymphocytes) | Thousands (PMNs dominant) | Hundreds (lymphocytes) | Normal (unless blood) |
| Glucose | 60-80% of serum glucose | LOW (<40 mg/dL) | Normal | Normal |
| Protein | 15-45 mg/dL | HIGH (>200 mg/dL) | Mildly elevated | Elevated |
| Culture | Negative | Positive (bacteria) | Negative | Negative |
| Priority | Action |
|---|---|
| Post-LP headache (most common complication) | Flat position for 1-2 hours may help; aggressive oral/IV hydration; caffeine; analgesics; if severe and persistent β blood patch (anesthesia injects patient's own blood into epidural space to seal hole) |
| Vital signs and neuro assessment | Monitor every 15-30 min Γ 2h; watch for signs of herniation |
| Maintain hydration | Encourage oral fluids to help replace CSF |
| Inspect puncture site | Assess for hematoma, CSF leakage |
| Position | Head of bed flat initially (1-4h per protocol); patient may then ambulate |
| Report immediately | Severe worsening headache, change in LOC, lower extremity weakness/numbness, bowel/bladder changes |
| LOC Level | What it Suggests |
|---|---|
| Confusion/delirium | Diffuse cortical dysfunction (infection, metabolic, drugs, hypoxia) |
| Stupor | Bilateral hemispheric or upper brainstem dysfunction |
| Coma | Both hemispheres impaired OR brainstem (RAS) damaged |
| Persistent vegetative state | Brainstem intact (sleep-wake cycles present), but no cortical awareness |
| Brain death | Complete cessation of all brain (including brainstem) function |
| Symptom | Definition | Localization |
|---|---|---|
| Aphasia (expressive) | Cannot produce words; understands fine | Left frontal (Broca's area) |
| Aphasia (receptive) | Cannot understand; produces fluent but nonsensical speech | Left temporal (Wernicke's area) |
| Dysarthria | Slurred/poor articulation; language intact | Cerebellar or lower motor neuron (CN XII, VII, X) |
| Dysphagia | Difficulty swallowing | CN IX, X; brainstem; bilateral hemispheres |
| Hemiparesis | Weakness one side of body | Contralateral motor cortex or corticospinal tract |
| Ataxia | Incoordination, staggering gait | Cerebellum or dorsal columns |
| Tremor (resting) | Tremor at rest, improves with movement | Basal ganglia (Parkinson's) |
| Tremor (intention) | Tremor worsens approaching target | Cerebellum |
| Diplopia (double vision) | Seeing double | CN III, IV, or VI (extraocular muscle palsy) |
| Vertigo | Sensation of spinning | Vestibular (CN VIII) or cerebellar |
| Nystagmus | Rhythmic involuntary eye oscillation | Cerebellar or brainstem (CN VI, VIII) |
| Fasciculations | Spontaneous muscle twitching | LMN destruction (anterior horn cells - ALS) |
BRAIN FUNCTION β β NEUROLOGIC ASSESSMENT
β
ββββββββ΄βββββββββββββββ
β β
STRUCTURE FUNCTION
β β
βββββββββββ€ LOC / GCS
β ββ Frontal Cognition
β ββ Parietal Cranial nerves
β ββ Temporal Motor (UMN vs. LMN)
β ββ Occipital Sensory (two pathways)
β ββ Brainstem Reflexes (DTR + Babinski)
β ββ Cerebellum Coordination + gait
β
PATHWAYS
Motor: UMN (spastic, hyperreflexia)
vs. LMN (flaccid, atrophy)
Sensory: Spinothalamic (pain/temp)
vs. Dorsal column (vibration/proprioception)
AUTONOMIC SYSTEM
Sympathetic: fight-or-flight (βHR, βBP, βglucose, dilated pupils)
Parasympathetic: rest-digest (βHR, βGI, constricted pupils)
Dysregulation β Autonomic dysreflexia, Horner's syndrome
DIAGNOSTIC TOOLS
Acute blood β CT first (fast, blood sensitive)
Tissue detail β MRI (slow, superior soft tissue)
Seizures β EEG
Peripheral nerve/muscle β EMG/NCS
CSF β Lumbar puncture (meningitis, SAH, MS)
Post-LP: flat, hydrate, monitor for headache and herniation
CLINICAL CONNECTIONS:
Ch. 51 (DM) β hold metformin before CT contrast; diabetic peripheral neuropathy (stocking-glove sensory loss)
Ch. 52 (Endocrine) β hypothyroidism causes cognitive slowing, myxedema; Cushing's causes psychiatric symptoms; adrenal crisis β altered LOC
Ch. 50 (Pancreas) β Wernicke's from thiamine deficiency (alcohol/pancreatitis)
Every Chapter β altered LOC from metabolic causes (infection, organ failure, medications)
Chapter 66 - Management of Patients with Neurologic Dysfunction (seizures, ICP management, brain herniation, neurosurgical nursing)
| Category | Examples |
|---|---|
| Increased brain volume | Edema (vasogenic: tumor/abscess; cytotoxic: stroke/hypoxia), tumor mass, abscess, contusion |
| Increased blood volume | Hematoma (epidural, subdural, intracerebral), venous sinus thrombosis, hyperemia |
| Increased CSF volume | Hydrocephalus (obstructive or communicating), blocked CSF drainage |
| Type | Structure | Herniation Through | Key Sign |
|---|---|---|---|
| Uncal (transtentorial) | Medial temporal lobe | Tentorial notch | Ipsilateral fixed dilated pupil β bilateral then |
| Central (transtentorial) | Diencephalon/midbrain | Tentorial notch bilaterally | Bilateral small then fixed pupils; early Cheyne-Stokes |
| Subfalcine (cingulate) | Cingulate gyrus | Under falx cerebri | ACA territory ischemia; leg weakness |
| Tonsillar | Cerebellar tonsils | Foramen magnum | Sudden respiratory arrest; neck pain/stiffness; MOST RAPIDLY FATAL |
| Upward (reverse) | Cerebellum | Upward through tentorium | Less common; posterior fossa mass |
| Device | Location | Notes |
|---|---|---|
| Intraventricular catheter (EVD - External Ventricular Drain) | Lateral ventricle | Gold standard - most accurate; also allows CSF DRAINAGE to REDUCE ICP; highest infection risk |
| Intraparenchymal monitor (e.g., Camino probe) | Brain tissue | Accurate; no drainage capability; lower infection risk |
| Subarachnoid bolt | Subarachnoid space | Less accurate; rarely used now |
| Epidural sensor | Between dura and skull | Least invasive; least accurate |
| Priority | Detail |
|---|---|
| Level the transducer | Zeroed to the foramen of Monro (anatomically: external auditory meatus/tragus of ear) with HOB at ordered angle. If HOB changes β relevel transducer. |
| Maintain CSF drainage level | EVD drain level is set at ordered height ABOVE the foramen of Monro (e.g., 15-20 cm HβO) - CSF drains only when ICP exceeds the set level (gravity drainage) |
| Clamp before repositioning | Always clamp the EVD before repositioning or transporting the patient to prevent over-drainage (over-drainage β siphoning β collapse of ventricles β tearing of bridging veins β subdural hematoma) |
| Infection prevention | Strict aseptic technique for any manipulation of the system; CSF sampling only per protocol; maximum 7-14 days catheter duration before infection risk increases significantly |
| Monitor CSF characteristics | Color, clarity, amount per hour. Normal CSF = clear, colorless. Bloody or cloudy CSF = report immediately (hemorrhage vs. infection) |
| Assess system for patency | Waveform should oscillate with heartbeat/respiration. Flat waveform = catheter obstructed (kink, clot, catheter tip against ventricle wall). No oscillation after repositioning/flushing per protocol = notify neurosurgery. |
| Strict sterile technique | Never disconnect tubing at bedside; use inline ports only |
| Grade | Clinical Description | Mortality |
|---|---|---|
| I | Asymptomatic or mild headache | Low |
| II | Moderate headache, nuchal rigidity, no deficit | Low |
| III | Drowsiness, confusion, mild deficit | Moderate |
| IV | Stupor, moderate-severe hemiparesis | High |
| V | Coma, decerebrate posturing | Very high |
| Type | Consciousness | Motor Signs | Example |
|---|---|---|---|
| Focal aware (formerly "simple partial") | Intact | Contralateral rhythmic jerking of hand/face/arm (Jacksonian march - spreads proximally); OR sensory aura (tingling, smell, visual flash) | "My hand started jerking and I was awake the whole time" |
| Focal impaired awareness (formerly "complex partial") | Impaired | Automatisms (lip-smacking, chewing, hand-picking movements, repetitive purposeless behaviors) | Patient stares blankly, picks at clothing, cannot respond, post-ictal confusion |
| Focal to bilateral tonic-clonic | Impaired | Focal onset β generalizes | Starts as hand jerking β spreads to full tonic-clonic |
| Type | Features | Nursing Pearls |
|---|---|---|
| Tonic-clonic (formerly "grand mal") | Tonic phase (stiffening, apnea, cyanosis, may fall) β Clonic phase (bilateral rhythmic jerking) β Post-ictal phase | Most common type nurses encounter; seizure precautions; airway positioning |
| Absence (formerly "petit mal") | 5-30 second staring spells; abrupt onset/offset; eye blinking or lip smacking; NO post-ictal confusion | Common in children; may be mistaken for daydreaming; EEG: 3 Hz spike-wave |
| Myoclonic | Brief, sudden, lightning-like muscle jerks (usually morning); consciousness briefly altered | Juvenile myoclonic epilepsy; often exacerbated by sleep deprivation, alcohol |
| Tonic | Sudden muscle stiffening; may fall | |
| Atonic ("drop attacks") | Sudden loss of muscle tone β falls; injury risk from falls | Helmet recommended; fall precautions critical |
| Phase | Duration | What Happens | Nursing Role |
|---|---|---|---|
| Aura (prodrome) | Seconds | Sensory/motor warning before seizure (not all patients have this) | Patient may report warning; help them to safety |
| Tonic phase | 10-20 seconds | Sudden loss of consciousness; all muscles contract; patient may fall; eyes deviated upward; apnea; may cry out (air forced through contracted vocal cords) | Protect from injury; note time; do NOT restrain; ease to floor if possible |
| Clonic phase | 1-2 minutes | Rhythmic bilateral jerking; hypersalivation; possible incontinence; cyanosis common | Turn to side (recovery position) to prevent aspiration of secretions; suction available |
| Post-ictal phase | Minutes to hours | Confusion, drowsiness, headache, muscle aching; patient gradually recovers | Ensure airway is clear; reorient; document recovery time; check for injuries |
| Priority | Action |
|---|---|
| PROTECT | Lower patient to floor; remove hazardous objects; pad side rails; do NOT restrain (can cause injury - fractures, dislocations) |
| TIME | Note start time AND stop time - duration drives treatment decisions |
| POSITION | Turn patient to lateral (recovery) position to prevent aspiration; do NOT insert anything in mouth (tongue biting prevention is a myth - jaw muscles are enormously powerful; fingers and hard objects cause WORSE injury) |
| AIRWAY | Suction secretions as needed after clonic phase; supplemental oxygen |
| DO NOT | Put anything in the mouth; restrain the patient; leave the patient alone |
| DOCUMENT | Type of movement; which body part started; eye deviation; duration; incontinence; post-ictal state; injuries noted |
| POST-ICTAL | Vital signs; full neurological assessment; check for injuries (head, tongue bite, shoulder dislocation - very common from violent muscle contraction); reorient patient gently |
TIME FROM ONSET TIER AGENTS
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
0-5 min Stabilize ABCs: airway, breathing, circulation
IV access Γ 2, ECG monitoring
Draw stat: glucose, BMP, CBC, AED levels, tox screen
Check fingerstick glucose β if low: give dextrose (+ thiamine)
5-20 min TIER 1 BENZODIAZEPINES (First-line)
(Urgent)
IV ACCESS AVAILABLE:
β’ Lorazepam (Ativan) 0.1 mg/kg IV (max 4 mg/dose)
- PREFERRED IV agent (longer duration than diazepam)
β’ Diazepam (Valium) 0.15 mg/kg IV (redistributes faster - shorter effect)
NO IV ACCESS:
β’ Midazolam (Versed) 10 mg IM (fastest prehospital option)
β’ Rectal diazepam (Diastat) - home use/first responder
β’ Intranasal midazolam - especially in children
20-40 min TIER 2 SECOND-LINE ANTIEPILEPTICS (if benzodiazepine fails)
(Established β’ Levetiracetam (Keppra) IV - well tolerated, no cardiac effects
SE) β’ Valproate (Depacon) IV - avoid in liver disease, pregnancy
β’ Fosphenytoin IV (preferred over phenytoin - can give faster, IM OK)
β’ Phenytoin IV - must use SALINE (precipitates in dextrose);
max infusion 50 mg/min (hypotension, cardiac arrhythmia risk);
requires cardiac monitoring; can cause purple glove syndrome
These four agents are EQUALLY effective; ~50% seizure cessation rate
*Katzung's Basic and Clinical Pharmacology, 16th Edition*
40-60 min TIER 3 REFRACTORY SE - ANESTHETIC AGENTS
(Refractory (Requires ICU, continuous EEG monitoring, intubation)
SE) β’ Propofol - rapid, titratable; risk of propofol infusion syndrome
β’ Midazolam infusion
β’ Pentobarbital (barbiturate coma) - most effective; causes burst-
suppression on EEG; hypotension requires vasopressors; long recovery
β’ Ketamine - emerging evidence
>24h in anesthesia TIER 4 SUPER-REFRACTORY SE
No established treatment; ketamine, magnesium, pyridoxine,
immunotherapy, ketogenic diet, surgery in selected cases
*Katzung's Basic and Clinical Pharmacology, 16th Edition*
| Drug | Common Seizure Types | Key Side Effects | Critical Nursing Points |
|---|---|---|---|
| Phenytoin (Dilantin) | Focal, tonic-clonic | Gingival hyperplasia, hirsutism, ataxia, diplopia, Stevens-Johnson syndrome, teratogenic | Only in NS; cardiac monitoring IV; narrow therapeutic range (10-20 mcg/mL); induces CYP enzymes |
| Fosphenytoin | Same | Same as phenytoin (prodrug) | Can give IM; faster IV infusion than phenytoin |
| Levetiracetam (Keppra) | Focal, generalized | Behavioral changes (irritability, aggression - "Keppra rage"), somnolence, dizziness | Well tolerated; minimal drug interactions; no monitoring of levels usually needed |
| Valproate/Valproic acid (Depakote) | Generalized (absence, myoclonic, tonic-clonic), focal | Hepatotoxicity, pancreatitis, thrombocytopenia, weight gain, hair loss, teratogenic (neural tube defects) | Check LFTs; absolutely contraindicated in pregnancy |
| Carbamazepine (Tegretol) | Focal, tonic-clonic; also trigeminal neuralgia | Aplastic anemia (rare), agranulocytosis (check CBC), SIADH (monitor sodium - causes hyponatremia), Stevens-Johnson, diplopia, ataxia | Induces own metabolism; monitor sodium; CBC; serum levels (4-12 mcg/mL) |
| Lamotrigine (Lamictal) | Focal, generalized; also bipolar | Stevens-Johnson syndrome (risk reduced by very slow titration) | Titrate VERY slowly; must educate patient on rash protocol - stop immediately for any rash |
| Topiramate (Topamax) | Focal, generalized; also migraine prophylaxis | Cognitive slowing ("Dopamax"), kidney stones, weight loss, metabolic acidosis, glaucoma | Adequate hydration; word-finding difficulties are common |
| Ethosuximide (Zarontin) | Absence seizures ONLY | GI upset, headache | Drug of choice for pure absence epilepsy |
| Phenobarbital | Focal, tonic-clonic; neonatal seizures | Sedation, cognitive impairment, respiratory depression IV | Oldest AED; IV: respiratory depression risk; long half-life |
| Diazepam (Valium) / Lorazepam (Ativan) | Acute seizures, SE | Respiratory depression, sedation, tolerance | For acute management; not long-term; respiratory monitoring |
| Gabapentin (Neurontin) | Focal seizures (adjunct); also neuropathic pain, postherpetic neuralgia | Somnolence, dizziness, ataxia, weight gain, edema | Renal dosing required; not an enzyme inducer |
| Pregabalin (Lyrica) | Focal (adjunct); neuropathic pain, fibromyalgia | Same as gabapentin; schedule V controlled substance | Abuse potential |
| Letter | Causes |
|---|---|
| A | Alcohol; Acidosis |
| E | Epilepsy (post-ictal); Electrolytes; Encephalopathy |
| I | Infection (meningitis, encephalitis, sepsis) |
| O | Overdose (opioids, benzodiazepines, TCAs, acetaminophen) |
| U | Uremia (renal failure) |
| T | Trauma (TBI); Temperature (hypo/hyperthermia) |
| I | Insulin (hypoglycemia) |
| P | Psychiatric (rare diagnosis of exclusion); Poisoning |
| S | Stroke; SAH; Structural lesion; Shock |
| Complication | Signs/Symptoms | Action |
|---|---|---|
| Post-op hemorrhage | Declining GCS, pupil changes, new focal deficit, sudden severe headache, HTN | Stat CT, notify neurosurgeon IMMEDIATELY |
| Cerebral edema | Gradual neurologic decline hours 24-72; ICP spike | Elevate HOB, mannitol or hypertonic saline, notify neurosurgeon |
| Seizure | Convulsive activity; GCS drop | Seizure management protocol, benzodiazepine IV, notify |
| Meningitis | Fever, nuchal rigidity, photophobia, CSF changes | Blood cultures, LP if no contraindication, IV antibiotics |
| CSF leak | Clear drainage from nose (rhinorrhea) or ear (otorrhea), halo sign on gauze | Keep head elevated, do NOT pack nostril, do NOT blow nose, strict aseptic technique, notify neurosurgeon |
| DI | Urine output > 200 mL/hr, low specific gravity, rising serum Na | Fluid replacement, DDAVP, notify |
| SIADH | Hyponatremia, confusion, decreasing urine output | Fluid restriction, monitor Na, notify |
| Venous air embolism | Sitting position surgeries; sudden hypotension, tachycardia, "millwheel" cardiac murmur | Trendelenburg, left lateral decubitus, notify immediately |
THE FOUR PILLARS OF CHAPTER 66
ELEVATED ICP SEIZURES
βββββββββββ ββββββββ
Monroe-Kellie Classification: focal/generalized
CPP = MAP - ICP Status epilepticus ladder:
Normal ICP: 0-15 Benzo β AED β Anesthetic
Treat > 20-22 mmHg Nursing during seizure: PROTECT
Herniation types: AED education: never stop abruptly
Uncal: blown pupil Phenytoin: only NS, cardiac monitoring
Tonsillar: fatal
Management ladder:
HOB 30Β°, neutral neck
Avoid hypoxia/hypercapnia
Mannitol vs hypertonic saline
EVD drainage
Decompressive craniectomy
INTRACRANIAL HEMORRHAGE NEUROSURGICAL NURSING
βββββββββββββββββββββββ βββββββββββββββββββββ
EDH: biconvex, lucid Pre-op: baseline neuro assessment
interval, arterial Post-op priorities (8):
SDH: crescent, venous 1. Neuro checks q15-30min
Elderly + anticoagulants 2. BP management
SAH: thunderclap HA 3. Airway/oxygenation
"3 Killers": 4. Positioning (which side?)
1. Rebleeding 5. Wound/drain assessment
2. Vasospasm (day 4-14) 6. Electrolytes (DI vs SIADH)
β Nimodipine 4hΓ21d 7. Pain (avoid opioids)
3. Hydrocephalus 8. Seizure prophylaxis
CROSS-CONNECTIONS:
Ch. 65 (Assessment) β baseline GCS/pupils β foundation for every post-op comparison
Ch. 51 (Diabetes) β hold metformin before contrast CT; glucose check in all altered LOC
Ch. 52 (Endocrine) β DI (no ADH) post pituitary surgery; SIADH from brain injury
Ch. 49 (Hepatic) β valproate contraindicated in liver disease; hepatic encephalopathy = neurologic presentation
Ch. 50 (Pancreatic) β Wernicke's encephalopathy from thiamine deficiency
Yes, chapter 67
The larger the mismatch between infarcted core and at-risk penumbra, the greater the potential clinical benefit from reperfusion therapy.
- Bradley and Daroff's Neurology in Clinical Practice
| Mechanism | Pathophysiology | Example / Clinical Clue |
|---|---|---|
| Large artery atherosclerosis | Atherosclerotic plaque in a major intracranial or extracranial artery (ICA, MCA, vertebral) β stenosis β thrombus forms on plaque β occlusion | Gradual onset; preceded by TIA; often elderly with CV risk factors; carotid bruit |
| Cardioembolic | Clot forms in the heart β embolizes to the brain | Atrial fibrillation (most common source); recent MI (mural thrombus); prosthetic heart valve; endocarditis. Classic: abrupt onset with maximal deficit at onset; infarct in multiple territories |
| Small vessel / lacunar | Lipohyalinosis of small perforating arteries (from chronic hypertension) β occlusion β small deep infarcts ("lacunes") in basal ganglia, thalamus, internal capsule, pons | History of poorly controlled HTN; pure motor hemiplegia or pure sensory stroke (classic lacunar syndromes); NO cortical signs (no aphasia, no neglect) |
| Cryptogenic | No identifiable cause despite workup | 20-30% of ischemic strokes; may have occult paroxysmal AF |
| Other | Arterial dissection, vasculitis, hypercoagulable states, sickle cell, cocaine vasoconstriction | Young patients; neck trauma (dissection) |
| Feature | Left (Dominant) MCA | Right (Non-dominant) MCA |
|---|---|---|
| Motor | Contralateral face/arm > leg weakness (face and arm worse than leg because motor strip representation is lateral; leg is medial on ACA territory) | Contralateral face/arm > leg weakness |
| Sensory | Contralateral face/arm sensory loss | Contralateral face/arm sensory loss |
| Language | Aphasia (expressive if frontal Broca's; receptive if temporal Wernicke's; global if large territory) | NO aphasia |
| Special | Hemispatial neglect (ignores left side); anosognosia (unaware of deficits) | |
| Eyes | Eyes deviate TOWARD the lesion (frontal eye fields destroyed β gaze pulled toward side of infarct) | Same |
| Massive MCA | Malignant MCA syndrome - massive edema β midline shift β herniation β death without craniectomy | Same risk |
PICA stroke results in nausea, vomiting, nystagmus, dysphagia, ipsilateral Horner's syndrome, and ipsilateral limb ataxia - the lateral medullary (Wallenberg's) syndrome.
- Schwartz's Principles of Surgery
| Factor | Points |
|---|---|
| Age β₯ 60 years | 1 |
| Blood pressure β₯ 140/90 at presentation | 1 |
| Clinical features: unilateral weakness | 2 |
| Clinical features: speech disturbance without weakness | 1 |
| Duration: β₯ 60 minutes | 2 |
| Duration: 10-59 minutes | 1 |
| Diabetes | 1 |
| Factor | Points |
|---|---|
| GCS 3-4 | 2 |
| GCS 5-12 | 1 |
| GCS 13-15 | 0 |
| ICH volume β₯ 30 mL | 1 |
| Intraventricular extension | 1 |
| Infratentorial (brainstem/cerebellar) | 1 |
| Age β₯ 80 | 1 |
| Target | Goal |
|---|---|
| Door-to-CT | β€ 25 minutes |
| CT read | β€ 45 minutes |
| Door-to-needle (tPA) | β€ 60 minutes (AHA target; better outcomes with β€ 45 min) |
| Door-to-groin puncture (thrombectomy) | β€ 90 minutes |
| Category | What It Tests | Score Range |
|---|---|---|
| 1a. Level of consciousness | Alertness | 0-3 |
| 1b. LOC questions | Month + age | 0-2 |
| 1c. LOC commands | Open/close eyes, grip | 0-2 |
| 2. Gaze | Horizontal eye movement | 0-2 |
| 3. Visual fields | All 4 quadrants, confrontation | 0-3 |
| 4. Facial palsy | Facial symmetry | 0-3 |
| 5a/5b. Motor arm | Drift, R and L separately | 0-4 each |
| 6a/6b. Motor leg | Drift, R and L separately | 0-4 each |
| 7. Limb ataxia | Finger-nose, heel-shin | 0-2 |
| 8. Sensory | Pinprick, face/arm/leg | 0-2 |
| 9. Language (aphasia) | Naming, reading, sentence | 0-3 |
| 10. Dysarthria | Speech clarity | 0-2 |
| 11. Extinction/Neglect | Double simultaneous stimulation | 0-2 |
| Score | Severity |
|---|---|
| 0 | No stroke symptoms |
| 1-4 | Minor stroke |
| 5-15 | Moderate stroke |
| 16-20 | Moderate-severe stroke |
| β₯ 21 | Severe stroke |
The NIHSS is a rough estimate of the extent of tissue at risk and is used in conjunction with imaging to determine thrombectomy candidacy.
- Bradley and Daroff's Neurology in Clinical Practice
| Contraindication | Rationale |
|---|---|
| Intracranial hemorrhage on CT | tPA into a bleed = catastrophic expansion |
| Prior intracranial hemorrhage (any time) | Pre-existing vascular fragility |
| Stroke or TBI within 3 months | Recent infarct area vulnerable to hemorrhagic transformation |
| Major surgery within 14 days | Active surgical wounds; hemorrhage risk |
| GI or urinary hemorrhage within 21 days | Active bleeding source |
| Arterial puncture at non-compressible site within 7 days | Cannot control bleeding |
| Platelet count < 100,000/ΞΌL | Cannot maintain clot to prevent bleeding |
| Heparin use within 48h + elevated aPTT | Additive bleeding risk |
| Current anticoagulation with INR > 1.7 | Anticoagulated state |
| DOAC use within 48h (with normal anti-Xa/dabigatran levels exception) | Active anticoagulation |
| SBP > 185 or DBP > 110 mmHg | Must be controlled BEFORE giving tPA (can treat BP first, then give tPA if controlled) |
| Blood glucose < 50 or > 400 mg/dL | Hypoglycemia mimics stroke; hyperglycemia worsens outcomes |
| Seizure at onset (if residual neurological deficits attributed to post-ictal Todd's paralysis) | Cannot confirm deficit is ischemic |
A paradigm shift in ischemic stroke management has occurred. Though tPA can be effective for strokes of smaller vessels, it produces recanalization in only 20% of large vessel ischemic strokes. The MR-CLEAN trial's mechanical thrombectomy group had significantly better 90-day outcomes.
- Schwartz's Principles of Surgery 11th Edition
Patients not eligible for tPA require hemodynamic optimization and neurologic monitoring. Permissive hypertension allows for maximal cerebral perfusion. SBP > 180 mmHg may require treatment.
- Schwartz's Principles of Surgery 11th Edition
| Factor | Points |
|---|---|
| Congestive heart failure | 1 |
| Hypertension | 1 |
| Age β₯ 75 | 2 |
| Diabetes mellitus | 1 |
| Stroke/TIA history | 2 |
| Vascular disease (prior MI, PAD) | 1 |
| Age 65-74 | 1 |
| Sex category (female) | 1 |
| Risk Factor | Target/Intervention |
|---|---|
| Hypertension | Target BP < 130/80 mmHg; most important modifiable risk factor |
| Diabetes | HbA1c < 7%; daily foot inspection; smoking cessation especially critical |
| Dyslipidemia | High-intensity statin therapy (atorvastatin 40-80 mg) for all ischemic stroke regardless of LDL |
| Atrial fibrillation | Anticoagulation; rate vs. rhythm control |
| Smoking | Cessation - doubles stroke risk; counsel at every visit |
| Obesity/Physical inactivity | 150 min/week moderate exercise; weight management |
| Alcohol | Moderate reduction; heavy use is a direct risk factor |
| Carotid stenosis | Carotid endarterectomy (CEA) if symptomatic stenosis β₯ 70%; or 50-69% in selected patients |
| Sleep apnea | Screen and treat with CPAP; strong association with AF and stroke |
| Discipline | Focus |
|---|---|
| Nurse | ADLs, skin integrity, bowel/bladder, medication education, fall prevention, family teaching, care coordination |
| Physical therapy (PT) | Mobility, gait retraining, transfer training, balance, strength |
| Occupational therapy (OT) | Upper extremity function, ADL adaptations, cognitive retraining, assistive devices |
| Speech-language pathology (SLP) | Dysphagia evaluation and treatment; aphasia therapy; cognitive communication |
| Social work | Discharge planning, family support, insurance navigation, community resources |
| Neuropsychology | Cognitive assessment, depression screening, adjustment counseling |
| Physiatry | Physical medicine and rehabilitation specialist; oversees rehabilitation planning |
STROKE
βββ ISCHEMIC (87%)
β βββ Mechanism: atherosclerosis, cardioembolic (AF #1), lacunar, cryptogenic
β βββ Recognition: FAST/BE-FAST; NIHSS; artery territory
β β
β βββ ACUTE MANAGEMENT
β β βββ CT FIRST (rule out hemorrhage)
β β βββ Fingerstick glucose
β β βββ tPA β€3h (4.5h extended): 0.9 mg/kg; 10% bolus/90% infusion
β β β Contraindications: hemorrhage, recent surgery, anticoagulated,
β β β platelet <100k, BP >185/110, glucose <50 or >400
β β βββ Thrombectomy (LVO): β€6h (up to 24h with imaging mismatch)
β β β 5 landmark trials (MR CLEAN, ESCAPE, SWIFT PRIME, EXTEND-IA, REVASCAT)
β β βββ Non-tPA: permissive HTN (allow up to 220/120 Γ 24-48h)
β β
β βββ SECONDARY PREVENTION
β βββ Non-cardioembolic: antiplatelet (aspirin Β± clopidogrel or Aggrenox)
β βββ Cardioembolic (AF): anticoagulation (DOAC preferred; warfarin for valvular)
β βββ Statin (all ischemic stroke patients)
β βββ Risk factor control (HTN β <130/80; DM; smoking cessation)
β βββ CEA if symptomatic carotid stenosis β₯70%
β
βββ HEMORRHAGIC (13%)
βββ ICH: hypertension #1; basal ganglia most common
β Treatment: BP <140 quickly; reverse anticoagulation; surgical CEA only for
β cerebellar ICH >3cm; ICP management
βββ SAH (covered in Ch. 66): aneurysm rupture; nimodipine Γ 21 days
ARTERY TERRITORIES:
MCA (most common): face/arm > leg weakness; aphasia (left dominant) or neglect (right)
ACA: leg > arm weakness; incontinence
PCA: homonymous hemianopsia; thalamic pain syndrome
Basilar: locked-in syndrome; crossed deficits; coma
PICA (Wallenberg's): ipsilateral face CN deficits + Horner's; CONTRALATERAL body
pain/temp loss; dysphagia; PRESERVED motor power
Lacunar: pure motor or pure sensory; no cortical signs (no aphasia, no neglect)
CROSS-CONNECTIONS:
Ch. 65: GCS, NIHSS assessment; aphasia recognition; pronator drift
Ch. 66: ICP management (malignant MCA stroke, hemorrhagic stroke); tPA monitoring;
Cushing's triad; EVD for hydrocephalus
Ch. 51: Diabetes β stroke risk + worsens outcomes; glucose 140-180 in acute stroke
Ch. 52: Hyperthyroidism β AF β cardioembolic stroke
Ch. 49: Liver disease β coagulopathy β tPA contraindication; reversal agents
Yes, chapter 68
| Grade | Description |
|---|---|
| ASIA A | Complete: No motor OR sensory function preserved in S4-S5 sacral segments |
| ASIA B | Incomplete: Sensory but NO motor function preserved below injury level (including S4-S5) |
| ASIA C | Incomplete: Motor function preserved below level; MORE THAN HALF of key muscles have grade < 3 |
| ASIA D | Incomplete: Motor function preserved below level; AT LEAST HALF of key muscles have grade β₯ 3 |
| ASIA E | Normal: Normal motor and sensory function |
| Incomplete Syndrome | Cord Region Affected | Motor | Sensory |
|---|---|---|---|
| Central cord syndrome (most common) | Central gray matter + central white matter | Arm > leg weakness (arms represented centrally) | Variable; often pain/temp affected |
| Anterior cord syndrome | Anterior cord (corticospinal + spinothalamic tracts) | Bilateral motor loss | Bilateral pain/temp loss; dorsal columns PRESERVED (vibration/proprioception intact) |
| Brown-SΓ©quard syndrome | Lateral hemisection (one side) | Ipsilateral motor loss | Ipsilateral dorsal column loss + Contralateral pain/temp loss (from Ch. 65) |
| Posterior cord syndrome (rare) | Posterior columns only | Intact | Bilateral vibration/proprioception loss; pain/temp intact |
| Conus medullaris syndrome | S1-S5 (conus) | Flaccid bladder/bowel; sexual dysfunction | Perianal/genital sensory loss |
| Cauda equina syndrome | Nerve roots L2-S5 (not cord itself) | LMN flaccid weakness of legs | Saddle anesthesia (perineum); bladder/bowel dysfunction |
| Injury Level | Respiratory Status | Motor Function | Daily Living Implications |
|---|---|---|---|
| C1-C3 | Requires ventilator (phrenic nerve C3-4-5 is above injury - diaphragm paralyzed) | Quadriplegia; no head/neck control | Complete dependence; ventilator-dependent; cannot breathe independently |
| C4 | Diaphragm partially/usually intact ("C3-4-5 keeps the diaphragm alive"); may wean from vent | Quadriplegia; some shoulder shrug | Possible ventilator independence; complete care dependence |
| C5 | Independent diaphragmatic breathing | Quadriplegia; shoulder/elbow flexion (biceps) | Can feed self with adaptive equipment; no triceps (can't push) |
| C6 | Independent | Quadriplegia; wrist extension intact | Wrist-driven hand function; can propel manual wheelchair; more independence |
| C7 | Independent | Quadriplegia; triceps intact | Can transfer independently; most important functional level |
| C8-T1 | Independent | Quadriplegia; hand intrinsics weak | Near-full UE function; can live independently with adaptations |
| T1-T6 | Independent; intercostals partially affected | Paraplegia; full arm function | Needs trunk support; manual wheelchair; independent transfers |
| T6-T12 | Independent; intercostals intact | Paraplegia; varying trunk control | Independent in wheelchair; trunk stability improves with lower level |
| L1-L2 | Independent; full respiratory function | Paraplegia; hip flexors weak | May ambulate with braces and crutches |
| L3-L5 | Independent | Lower leg weakness (knee extension, ankle) | Community ambulation possible |
| S1-S5 | Independent | Mild leg weakness; bowel/bladder dysfunction | Ambulates independently; neurogenic bladder/bowel main issue |
| Feature | Neurogenic Shock | Hypovolemic Shock |
|---|---|---|
| Heart rate | Bradycardia | Tachycardia |
| Skin | Warm, dry, flushed | Cold, clammy, pale |
| Mechanism | Loss of sympathetic tone | Volume depletion |
| Vasomotor tone | Absent (vasodilated) | Increased (vasoconstricted) |
| SVR | Decreased | Increased |
| Associated | High SCI (above T6) | Trauma, hemorrhage, dehydration |
| Step | Action | Rationale |
|---|---|---|
| 1. SIT PATIENT UP | Raise head of bed to 90 degrees; dangle legs if possible | Orthostatic drop β lowers BP; use gravity |
| 2. FIND AND REMOVE THE TRIGGER | Check Foley catheter FIRST (kinked? clogged? full bag? need to irrigate?) | Bladder distension is #1 cause; fix it |
| If Foley is OK β check for fecal impaction (digital exam with anesthetic lubricant - use LIDOCAINE LUBRICANT to prevent worsening stimulus) | Bowel #2 cause | |
| Check all clothing, compression stockings, tubes for constriction | Remove anything tight | |
| 3. MONITOR BP EVERY 2-5 MINUTES | Continuous BP monitoring | BP can rise or fall rapidly |
| 4. ANTIHYPERTENSIVES if BP remains β₯ 150 mmHg | Nitrates (nitroglycerin paste to chest above injury level; oral nifedipine SUBLINGUAL is historical but still used in some protocols; nitroprusside IV for severe cases) | Rapidly acting short-duration agents preferred |
| 5. NOTIFY PHYSICIAN | If unable to find/remove trigger; if BP not responding | May need urologic or GI intervention |
| 6. DOCUMENT | Time, BP, trigger found, interventions, patient response | Legal record; pattern identification |
| Type | Pattern | Course |
|---|---|---|
| Relapsing-Remitting MS (RRMS) | Most common (85% at onset) | Discrete attacks (relapses) with full or partial recovery (remissions); between attacks, no progression |
| Secondary Progressive MS (SPMS) | Develops from RRMS after years | Initial relapsing pattern β transitions to steady worsening without clear relapses |
| Primary Progressive MS (PPMS) | ~15% at onset | Steady worsening from onset; no relapses; less responsive to disease-modifying therapy |
| Progressive-Relapsing MS | Rare | Steady worsening from onset WITH acute relapses |
| Feature | Description | Pathophysiology |
|---|---|---|
| Optic neuritis | Painful vision loss in one eye; decreased visual acuity; pain with eye movement | Demyelination of optic nerve (CN II); often the FIRST symptom; most patients with optic neuritis go on to develop MS |
| Internuclear ophthalmoplegia (INO) | On lateral gaze, the adducting eye (turning inward) lags behind while the abducting eye shows nystagmus | Demyelination of the medial longitudinal fasciculus (MLF) in the brainstem; in a young patient = MS until proven otherwise |
| Lhermitte's sign | Electric shock sensation down the spine and into the limbs with neck flexion | Demyelination in cervical cord; neck flexion stretches the demyelinated cord |
| Sensory symptoms | Numbness, tingling, paresthesias; often in a "cape" distribution (shoulders/arms) or below a cord level | Cervical cord plaques |
| Motor symptoms | Spastic weakness; usually legs more than arms; spastic gait | Corticospinal tract plaques |
| Fatigue | Most common symptom overall; often disproportionate to activity level | Widespread conduction impairment; central fatigue mechanism |
| Bladder dysfunction | Urgency, frequency, incontinence (UMN bladder from cord lesion) | Spinal cord plaques |
| Bowel dysfunction | Constipation; urgency | Cord lesions |
| Sexual dysfunction | Erectile dysfunction, decreased sensation, orgasm difficulty | Cord and brain lesions |
| Cognitive impairment | Memory difficulties, processing speed, attention ("cog fog") | Cortical and subcortical plaques |
| Depression | Most common psychological complication; higher than in any other neurological disease | Direct CNS effects + adjustment reaction |
| Dysarthria and dysphagia | Brainstem plaques | Cerebellar or brainstem involvement |
| Cerebellar symptoms | Ataxia, intention tremor, dysarthria | Cerebellar plaques |
| Charcot's triad of MS | Intention tremor + scanning (staccato) speech + nystagmus | Cerebellar peduncle involvement |
| Category | Drugs | Route | Key Side Effects / Nursing |
|---|---|---|---|
| Interferons (lower efficacy) | IFN beta-1a (Avonex, Rebif), IFN beta-1b (Betaseron) | IM or SC injection | Flu-like symptoms (fever, myalgia, fatigue - treat prophylactically with ibuprofen/acetaminophen before injection); injection site reactions; depression; liver toxicity (monitor LFTs); autoimmune thyroiditis |
| Glatiramer acetate (Copaxone) | Glatiramer | SC injection | Injection site reactions; immediate post-injection reaction (flushing, chest tightness, palpitations - benign, lasts <30 min, self-limiting); no systemic toxicity |
| Dimethyl fumarate (Tecfidera) | Dimethyl fumarate | Oral | Flushing (take with food; aspirin 30 min before); GI upset; lymphopenia (monitor CBC); rare PML risk |
| Fingolimod (Gilenya) | Fingolimod | Oral | Cardiac: first-dose bradycardia and AV block β 6-hour cardiac monitoring after FIRST dose in cardiology setting; macular edema (ophthalmology exam); lymphopenia; PML risk; rebound MS if discontinued abruptly |
| Natalizumab (Tysabri) | Natalizumab | IV infusion | PML (progressive multifocal leukoencephalopathy) - potentially fatal brain infection from JC virus reactivation; risk increases with JC virus antibody titer + prior immunosuppression; monthly JCV antibody monitoring |
| Alemtuzumab (Lemtrada) | Alemtuzumab | IV infusion | Secondary autoimmune diseases (thyroid disease #1, ITP, nephropathy); infusion reactions; lymphopenia; serious infections; monthly monitoring for 4 years post-treatment |
| Ocrelizumab (Ocrevus) | Ocrelizumab | IV infusion | Only DMT approved for PPMS; infusion reactions; increased infection risk; pre-medication required; PML risk; hepatitis B reactivation screening |
| Cladribine (Mavenclad) | Cladribine | Oral | Lymphopenia; teratogenic; malignancy risk |
| Feature | Description | Clinical Details |
|---|---|---|
| Tremor (resting) | 4-6 Hz "pill-rolling" tremor (thumb and index finger); occurs at REST; disappears with voluntary movement (opposite of cerebellar intention tremor) | Often the first symptom; starts unilaterally; worse with stress; may affect hands, jaw, lips, legs |
| Rigidity | Increased resistance to passive movement throughout the range ("lead pipe" rigidity); "cogwheeling" if tremor superimposed on rigidity | Stiffness; muscle pain; stooped posture; micrographia (small handwriting) |
| Akinesia/Bradykinesia | Slowness of movement initiation and execution; reduced amplitude of movement | Masked facies (hypomimia - expressionless face); reduced arm swing when walking; festinating gait |
| Postural instability | Impaired balance and righting reflexes; falls | Late sign (not present early); pull test - patient pulled backward, does not step back to catch self (positive test = abnormal); leading cause of disability and death-related injury |
| Drug Class | Example | Mechanism | Key Side Effects / Nursing |
|---|---|---|---|
| Levodopa/Carbidopa (gold standard) | Sinemet | Levodopa = dopamine precursor β crosses BBB β converted to dopamine. Carbidopa = peripheral decarboxylase inhibitor (prevents levodopa conversion to dopamine in the periphery, reducing side effects and allowing lower doses) | Nausea (take with food; NOT a high-protein meal - protein competes for transport); orthostatic hypotension; dyskinesias (involuntary writhing movements = sign of OVER-treatment after years of use); hallucinations; impulse control disorders (gambling, hypersexuality) |
| Dopamine agonists | Pramipexole (Mirapex), Ropinirole (Requip), Rotigotine (Neupro patch) | Directly stimulate dopamine receptors | Impulse control disorders (very common - gambling, compulsive shopping, hypersexuality - ask specifically); nausea; somnolence; sudden sleep attacks (can occur while driving - educate); leg edema; hallucinations (more than levodopa) |
| MAO-B inhibitors | Selegiline, Rasagiline, Safinamide | Block MAO-B enzyme that breaks down dopamine in the brain β prolongs dopamine effect | Drug interactions: serotonin syndrome risk with SSRIs, TCAs, opioids (especially meperidine - CONTRAINDICATED); tyramine dietary restrictions (minimal with selective MAO-B at recommended doses, but high-dose selegiline β watch aged cheeses, wine, cured meats) |
| COMT inhibitors | Entacapone (Comtan), Tolcapone | Block COMT enzyme (breaks down dopamine peripherally and centrally) β prolongs levodopa effect; given with levodopa only | Urine discoloration (harmless orange-brown); diarrhea; dyskinesias; tolcapone β hepatotoxicity (monitor LFTs; reserve for others fail) |
| Anticholinergics | Benztropine (Cogentin), Trihexyphenidyl | Block acetylcholine in striatum (restores dopamine/acetylcholine balance) | Used primarily for tremor; AVOID in elderly (anticholinergic side effects: confusion, urinary retention, constipation, dry mouth, blurred vision, tachycardia) |
| Amantadine | Amantadine | Mechanism unclear; mild dopaminergic effect; NMDA antagonist | Used for dyskinesias (late PD); livedo reticularis (mottled skin pattern - benign); ankle edema; confusion in elderly; requires renal dose adjustment |
| Priority | Nursing Intervention |
|---|---|
| Safety/Falls | Highest priority; assess with Timed Up and Go test; remove scatter rugs; install grab bars; proper footwear; ensure gait aids available; bed alarm; low bed; fall precautions |
| Dysphagia | Swallowing screen; thickened liquids if needed; sit upright for meals; small bites; NPO if unsafe; aspiration pneumonia prevention |
| Constipation | High-fiber diet; adequate fluids; bowel regimen; stimulant laxatives; autonomic dysfunction causes colonic dysmotility |
| Orthostatic hypotension | Rise slowly (dangle before standing); elastic stockings; fludrocortisone or midodrine if severe; teach patient to flex legs before rising |
| Communication | Hypophonia (soft voice), dysarthria; use amplifiers; face patient; allow time; speech therapy; Lee Silverman Voice Treatment (LSVT) |
| Medication timing | Never miss or delay doses; document timing; educate hospital staff about time-sensitive nature |
| Skin | Sebaceous dermatitis; inspect regularly; fall-related skin tears |
| Psychosocial | Depression (screen and treat); caregiver burden enormous; support groups; community resources |
Cell death of upper and lower motor neurons results in progressive failure of the neuromuscular system affecting limb, bulbar, and respiratory muscles. Average life expectancy is only 2 to 3 years from symptom onset, with death usually resulting from respiratory failure. Characteristic clinical features are combined upper and lower motor neuron signs in bulbar, upper, and lower limb regions.
- Goldman-Cecil Medicine
| Problem | Management |
|---|---|
| Respiratory failure (main cause of death) | Respiratory function tests (FVC) every 3 months; offer non-invasive positive pressure ventilation (NIV/BiPAP) when FVC < 50% predicted or symptoms of hypoventilation; discuss invasive ventilation (tracheostomy) and patient's values early; palliative comfort measures if patient declines ventilation |
| Dysphagia/malnutrition | Thickened liquids; modified texture foods; PEG tube (percutaneous endoscopic gastrostomy) offered when FVC still > 50% (safer to place while respiratory reserve remains); nutrition optimization |
| Communication failure | AAC (augmentative and alternative communication) devices; eye-tracking systems; speech-generating devices; plan ahead BEFORE communication is lost |
| Secretion management (sialorrhea) | Anticholinergic medications (glycopyrrolate, scopolamine patch, atropine drops sublingually); mechanical suctioning; high-frequency chest wall oscillation (Vest) for secretion clearance |
| Spasticity and cramps | Baclofen, tizanidine, mexiletine (for cramps); stretching |
| Pain | Opioids are appropriate for dyspnea and pain in late ALS; discuss palliative approach |
| Depression/anxiety | Universal in ALS; SSRIs, SNRIs; counseling; support groups |
| Pseudobulbar affect (PBA) | Involuntary laughing/crying; dextromethorphan/quinidine (Nuedexta) specifically approved for PBA |
| Muscles | Signs | Clinical Impact |
|---|---|---|
| Ocular muscles (80%) | Ptosis (drooping eyelid - unilateral or bilateral); diplopia (double vision); ocular palsies | Often the FIRST and ONLY symptom for years (ocular MG) |
| Bulbar muscles | Dysarthria ("nasal" quality - palate muscles); dysphagia; facial weakness (flat smile - "myasthenic snarl"); jaw fatigue when chewing | Aspiration risk; nutrition |
| Proximal limb muscles | Arm and leg fatigue with repeated use; shoulder and hip girdle weakness | Difficulty climbing stairs, lifting arms above head |
| Respiratory muscles | Diaphragm and intercostal weakness | Myasthenic crisis |
| Stage | Duration | Clinical Features |
|---|---|---|
| Mild (early) | Years | Short-term memory loss (cannot form new memories - hippocampus); word-finding difficulties; some executive function decline; insight often preserved early; drives, works, independent in ADLs |
| Moderate (middle) | Years | Increased memory loss (long-term memories affected); confusion about time and place; difficulty with complex tasks; behavioral changes (wandering, sundowning, agitation, paranoia); needs assistance with some ADLs; safety concerns |
| Severe (late) | Months | Cannot recognize family members; nonverbal; needs total care for all ADLs; bedbound; dysphagia (aspiration pneumonia = leading cause of death); loss of bowel and bladder control |
| Drug | Mechanism | Stage | Notes |
|---|---|---|---|
| Donepezil (Aricept) | Acetylcholinesterase inhibitor | Mild-Severe | Modest symptomatic benefit; GI side effects (nausea, diarrhea - start low, titrate); bradycardia |
| Rivastigmine (Exelon) | AChE inhibitor | Mild-Moderate | Also for Lewy body dementia; patch formulation available |
| Galantamine (Razadyne) | AChE inhibitor + nicotinic receptor modulator | Mild-Moderate | |
| Memantine (Namenda) | NMDA glutamate receptor antagonist | Moderate-Severe | Reduces excitotoxicity; can combine with AChE inhibitors; well tolerated |
| Lecanemab (Leqembi) | Anti-amyloid monoclonal antibody | Early AD (MCI/mild) | New FDA-approved agent (2023); reduces amyloid plaques; slows progression; risk of ARIA (amyloid-related imaging abnormalities - brain edema/hemorrhage); requires MRI monitoring; expensive |
| Donanemab (Kisunla) | Anti-amyloid monoclonal antibody | Early AD | Similar to lecanemab; FDA approved 2024 |
| Priority | Approach |
|---|---|
| Safety | Fall prevention; wandering prevention (door alarms, GPS trackers, ID bracelet); remove hazardous items; safe environment |
| Communication | Approach from front; maintain eye contact; short simple sentences; use their name; validate emotions rather than arguing about orientation; "therapeutic fibbing" (acceptable in many facilities - go along with the person's reality if it causes no harm) |
| Behavioral management | Non-pharmacological FIRST (redirection, music, environmental modifications, routine); antipsychotics as last resort (increased mortality in elderly with dementia - black box warning) |
| Nutrition | Finger foods; consistent meal times; adequate calories; dysphagia screen; ethical decision about tube feeding in late stage (evidence does not support it; discuss with family and ethics committee) |
| Caregiver support | Caregiver burnout is a major issue; respite care resources; support groups; Alzheimer's Association |
| Dignity | Preserve dignity and identity; involve in care decisions as long as capacity allows |
CHAPTER 68 INTEGRATION
SPINAL CORD INJURY
βββ Level determines function ("C3-4-5 keeps the diaphragm alive")
βββ ASIA A (complete) vs. B-D (incomplete)
βββ Incomplete syndromes:
β Central cord: arms > legs; hyperextension + spondylosis
β Anterior cord: motor + pain/temp loss; vibration preserved
β Brown-SΓ©quard: ipsilateral motor, contralateral pain/temp
β Cauda equina: LMN, saddle anesthesia
βββ EMERGENCIES:
β Neurogenic shock: hypotension + BRADYCARDIA + warm skin
β β vasopressors (norepinephrine) + MAP β₯ 85
β (NOT hypovolemic - opposite HR and skin color!)
β Autonomic dysreflexia (above T6):
β Trigger (bladder #1) β massive sympathetic storm β SBP 200+
β β SIT UP β CHECK FOLEY β REMOVE TRIGGER β antihypertensives
βββ Nursing: respiratory monitoring, halo vest pin care,
urinary/bowel program, skin q2h, DVT prophylaxis, thermoregulation
DEGENERATIVE DISORDERS - Quick Reference
MS (Multiple Sclerosis)
Autoimmune demyelination; relapsing-remitting most common
Uhthoff's: heat worsens symptoms (pseudo-relapse - check temp first!)
Optic neuritis often first; INO = characteristic; Lhermitte's sign
Dx: MRI (periventricular "Dawson's fingers") + CSF oligoclonal bands
Rx: IV methylprednisolone for relapses; lifelong DMTs
Key drugs: Natalizumab (PML risk - JCV monitoring);
Fingolimod (6h cardiac monitoring first dose); IVIG not used for MS
Parkinson's Disease
Lost dopamine (substantia nigra) + Lewy bodies (alpha-synuclein)
TRAP: Tremor (rest) + Rigidity + Akinesia + Postural instability
Festinating gait; masked facies; micrographia
Rx: Levodopa/carbidopa (gold standard); MAO-B inhibitors;
NEVER STOP ABRUPTLY (Parkinsonism-Hyperpyrexia Syndrome)
Nursing: medication timing is critical (time-sensitive drugs)
ALS (Amyotrophic Lateral Sclerosis)
Combined UMN + LMN signs; sensory PRESERVED; fatal (2-3 yr)
Death from respiratory failure (monitor FVC serially)
Riluzole (extends survival ~2-3 mo); edaravone
Nursing: advance care planning; respiratory; PEG; AAC devices
Guillain-BarrΓ© Syndrome
Post-infectious ascending flaccid paralysis + areflexia
CSF: high protein + normal WBC (albuminocytologic dissociation)
DANGER: respiratory failure - FVC + NIF every 2-4h
"20-30-40 rule": FVC <20 mL/kg, NIF <-30, SpOβ <92% β intubate
Rx: IVIG or plasmapheresis (NOT both; NOT steroids)
Myasthenia Gravis
Autoimmune AChR antibodies; fatigable weakness; worse with use
Ptosis + diplopia first; thymoma in 10-15%
Myasthenic crisis (too little ACh) vs. Cholinergic crisis (too much)
β Tensilon test distinguishes (atropine at bedside)
Rx: Pyridostigmine (symptomatic); prednisone; thymectomy
Huntington's Disease
Autosomal dominant CAG repeat; chorea + psychiatric + dementia
50% inheritance risk; suicide risk HIGH; no cure
Tetrabenazine for chorea
Alzheimer's Disease
Amyloid plaques + tau tangles; hippocampus first
Memory β behavior β complete dependence
AChE inhibitors (donepezil, rivastigmine) - mild-moderate
Memantine - moderate-severe
Safety + dignity + caregiver support = core nursing role
CROSS-CONNECTIONS:
Ch. 65: UMN vs. LMN; autonomic NS; dermatomes (all reinforce here)
Ch. 66: Autonomic dysreflexia = autonomic storm (vs. neurogenic shock)
Ch. 40/42: Immobility complications (DVT, pressure injury, contracture)
Ch. 51: Diabetes β peripheral neuropathy (LMN pattern)
Ch. 52: Hyperthyroidism β myopathy; hypothyroidism β pseudo-dementia
CHAPTER 69:
What is the title of Chapter 69 in your textbook?
| Age Group | Most Common Organisms | Key Points |
|---|---|---|
| Neonates (< 1 month) | Group B Streptococcus, E. coli, Listeria monocytogenes | From maternal vaginal flora during birth |
| Infants/Children (1 mo - 5 yr) | Streptococcus pneumoniae (pneumococcus), Neisseria meningitidis (meningococcus) | Haemophilus influenzae rare since vaccine |
| Adolescents/Young adults (15-24) | Neisseria meningitidis (meningococcus) | College dormitories = highest risk; MenACWY vaccine required; most fulminant course; petechial/purpuric rash = hallmark |
| Adults (20-60) | Streptococcus pneumoniae (most common overall adult pathogen) | Pneumococcal vaccination reduces risk |
| Elderly / Immunocompromised | S. pneumoniae, Listeria monocytogenes, Gram-negative bacilli | Add ampicillin for Listeria coverage in these patients |
| Post-neurosurgery / CSF shunt | Staphylococcus aureus, coagulase-negative staph, Gram-negatives | Healthcare-associated; different antibiotic coverage needed |
| Parameter | Normal | Bacterial | Viral | TB/Fungal | SAH |
|---|---|---|---|---|---|
| Appearance | Clear | Cloudy/purulent | Clear/slightly cloudy | Clear/xanthochromic | Bloody β xanthochromic |
| Opening pressure | 70-180 mmHβO | High (>250) | Normal/slightly high | High | High |
| WBC (cells/ΞΌL) | 0-5 | Thousands (100-100,000) | 10-1,000 | 10-500 | Variable |
| Predominant cell | Lymphocytes | Neutrophils (PMNs) | Lymphocytes | Lymphocytes | RBCs |
| Glucose | 60-80% of serum glucose | LOW (<40 mg/dL; ratio <0.4) | Normal | Low | Normal |
| Protein | 15-45 mg/dL | Very high (>200) | Mildly elevated (50-100) | High | Elevated |
| Gram stain | Negative | Positive in ~60-80% | Negative | Negative for bacteria | Negative |
| Culture | Sterile | Usually positive | Negative | Positive for TB/fungi | Negative |
| Special tests | Latex agglutination; blood cultures | PCR (most sensitive) | India ink (Cryptococcus); AFB smear; cryptococcal antigen | Xanthochromia |
| Complication | Mechanism | Signs |
|---|---|---|
| Cerebral edema / Elevated ICP | Inflammation β vasogenic and cytotoxic edema | Declining LOC, Cushing's triad, herniation |
| SIADH | Inflammatory mediators β excess ADH release | Hyponatremia, concentrated urine, worsening confusion |
| Cerebral venous thrombosis | Inflammation β venous occlusion | Focal deficits, headache, papilledema |
| Hydrocephalus | Exudate blocks CSF reabsorption (arachnoid granulations) | Rising ICP, ventriculomegaly on CT; may need EVD |
| Seizures | Cortical irritation from inflammation | Manage per Ch. 66 seizure protocol |
| Septic shock | Bacteremia + endotoxemia | Hypotension, tachycardia, organ failure (especially meningococcal) |
| DIC | Meningococcemia β endotoxin β clotting cascade | Purpura, bleeding, petechiae (skin) |
| Hearing loss | CN VIII damage from inflammation | Common long-term sequela of pneumococcal meningitis; audiology follow-up |
| Waterhouse-Friderichsen syndrome | Meningococcal β bilateral adrenal hemorrhage β adrenal crisis | Profound shock, petechiae, non-responsive to fluids; treat with IV hydrocortisone |
| Priority | Action |
|---|---|
| ISOLATION | Droplet precautions immediately (gown + surgical mask) until 24 hours of effective antibiotics; meningococcal and Hib are spread by respiratory droplets |
| Antibiotics timing | Document time of first antibiotic dose; national quality measure |
| Neurological monitoring | GCS, pupillary response, and vital signs every 1-2 hours (rapid deterioration common) |
| ICP precautions | HOB 30Β°; neutral neck; dim lighting; quiet environment; cluster care |
| Fluid management | Euvolemia is goal (avoid hypotension AND overhydration); monitor for SIADH (daily electrolytes; fluid restriction if Na falling) |
| Seizure precautions | Padded rails; suction at bedside |
| Pain/comfort | Severe headache; dim room; limit noise; analgesics as ordered |
| Dexamethasone timing | Administer before or concurrent with first antibiotic dose - document timing |
| Contact tracing | Health department notification for meningococcal cases; close contacts need prophylaxis |
| Fever management | Antipyretics; cooling measures (fever β increased cerebral metabolic demand β worse outcome) |
| Route | Source | Common Location |
|---|---|---|
| Contiguous spread (most common overall) | Sinusitis β frontal lobe abscess; Otitis media/mastoiditis β temporal lobe or cerebellar; Dental infection β frontal lobe | Near the primary infection source |
| Hematogenous (bacteremic seeding) | Endocarditis, lung abscess, intra-abdominal infection, cyanotic congenital heart disease (right-to-left shunt bypasses pulmonary filter) | Often at gray-white matter junction; multiple abscesses common |
| Direct inoculation | Penetrating trauma, neurosurgery | At the wound site |
| Cryptogenic | No source identified in ~25% |
| Antibody | Clinical Features | Association |
|---|---|---|
| LGI1 antibodies | Limbic encephalitis; memory loss; seizures; faciobrachial dystonic seizures (FBDS) - very brief, frequent face + arm twitches; hyponatremia | Often no tumor; older men |
| CASPR2 antibodies | Limbic encephalitis; peripheral nerve hyperexcitability (Morvan syndrome); neuromyotonia | Thymoma association |
| AMPAR antibodies | Limbic encephalitis; prominent psychiatric features | Lung or breast tumor |
| GABA-B antibodies | Limbic encephalitis; prominent seizures | Small cell lung cancer |
| Pattern | Description | Common Causes |
|---|---|---|
| Mononeuropathy | Single nerve affected | Trauma, entrapment (carpal tunnel = median nerve; peroneal nerve compression at fibular head = foot drop) |
| Mononeuritis multiplex | Multiple individual nerves affected at different times/sites | Vasculitis (PAN, DM), sarcoidosis, Lyme disease |
| Polyneuropathy | Multiple peripheral nerves affected symmetrically | Diabetes (most common worldwide), alcohol, B12 deficiency, uremia, chemotherapy, Guillain-BarrΓ© |
| Primary Fibers Affected | Signs | Causes |
|---|---|---|
| Sensory (large fiber) | Loss of vibration, proprioception; ataxia; positive Romberg | Diabetes (early), B12 deficiency, alcohol |
| Sensory (small fiber) | Pain, burning, temperature loss; preserved reflexes; no ataxia | Diabetes (early), amyloidosis, Fabry disease |
| Motor | Weakness, atrophy, fasciculations (LMN pattern) | GBS, CIDP, heavy metal toxicity |
| Autonomic | Orthostatic hypotension, gastroparesis, neurogenic bladder, sexual dysfunction, anhidrosis | Diabetes, amyloidosis, PD |
| Mixed (sensorimotor) | Both sensory + motor findings | Most diabetic neuropathy, CIDP, toxic neuropathies |
| Type | Features |
|---|---|
| Distal symmetric polyneuropathy | Most common; stocking-glove; burning/numbness/tingling feet; loss of vibration/proprioception; absent ankle DTRs; neuropathic foot ulcers |
| Autonomic neuropathy | Gastroparesis; orthostatic hypotension; neurogenic bladder; sexual dysfunction; cardiac denervation (loss of warning pain for MI - "silent MI") |
| Focal/mononeuropathy | Single nerve; e.g., CN III palsy (diabetic CN III = pupil-sparing - autonomic fibers on outside spared) |
| Diabetic amyotrophy | Severe proximal leg pain and weakness; thigh atrophy; from ischemic damage to lumbosacral plexus/nerve roots |
| Drug | Notes |
|---|---|
| Gabapentin (Neurontin) | FDA-approved for PHN; first-line; start low (100-300 mg at night), titrate; somnolence, dizziness, edema; renally cleared |
| Pregabalin (Lyrica) | FDA-approved for PHN; similar to gabapentin; twice daily; schedule V controlled substance |
| Tricyclic antidepressants (amitriptyline, nortriptyline) | First-line; effective but limited by anticholinergic side effects especially in elderly (confusion, retention, constipation, tachycardia, falls) |
| 5% Lidocaine patch (Lidoderm) | FDA-approved for PHN; topical; no systemic effects; applied up to 12h on/12h off; excellent for allodynia; ideal for elderly |
| 8% Capsaicin patch (Qutenza) | Applied in clinical setting only; 60-minute application; works by depleting substance P; painful application; provides relief for ~3 months |
| Duloxetine (Cymbalta) | SNRI; useful in PHN; also treats concurrent depression |
| Tramadol, opioids | Second/third-line; use cautiously; opioids more appropriate in severe, refractory PHN than in other neuropathic pain types |
CHAPTER 69 INTEGRATION
PART 1 - NEUROLOGIC INFECTIONS
β
βββ BACTERIAL MENINGITIS
β Organisms: Streptococcus pneumoniae (adults), N. meningitidis (teens/young adults)
β Add ampicillin if: age >50, immunocompromised (Listeria)
β Classic triad: fever + headache + nuchal rigidity
β Kernig's + Brudzinski's signs
β CSF: cloudy, neutrophils (PMNs), LOW glucose, HIGH protein
β TX: Blood cultures β Antibiotics (ceftriaxone + vancomycin) β CT β LP
β Dexamethasone BEFORE or WITH first antibiotic dose
β Nursing: DROPLET precautions; neurological monitoring q1-2h;
β ICP precautions; SIADH monitoring (check Na); contact tracing
β
βββ VIRAL MENINGITIS (Aseptic)
β Enteroviruses most common; summer/fall
β CSF: clear, lymphocytes, NORMAL glucose, mildly elevated protein
β Supportive treatment; self-limiting
β
βββ HERPES SIMPLEX ENCEPHALITIS
β Temporal lobe; behavioral change; temporal lobe seizures
β MRI: temporal lobe T2 signal; EEG: PLEDs
β CSF PCR = gold standard but can be negative early
β TX: IV Acyclovir 10 mg/kg q8h Γ 14-21d (START EMPIRICALLY)
β Acyclovir nursing: hydrate before each dose; q8h exactly
β
βββ BRAIN ABSCESS
Ring-enhancing lesion on CT/MRI with contrast
LP CONTRAINDICATED
TX: Surgical drainage + IV antibiotics 4-8 weeks
Nursing: neuro monitoring; seizure precautions; ICP precautions
PART 2 - AUTOIMMUNE DISORDERS
β
βββ ANTI-NMDA RECEPTOR ENCEPHALITIS
β Young women; often ovarian teratoma
β Phases: psychiatric β movement disorders β autonomic instability β ventilator
β Dx: NMDAR antibodies in CSF/serum + MRI Β± tumor workup
β TX: Remove teratoma + corticosteroids + IVIG + plasmapheresis
β Nursing: safety (hallucinations, dyskinesias), airway vigilance, seizures
β
βββ NEUROSARCOIDOSIS
CN VII palsy most common; leptomeningeal; hypothalamic/pituitary
TX: Corticosteroids
PART 3 - NEUROPATHIES
β
βββ DIABETIC PERIPHERAL NEUROPATHY
β Stocking-glove pattern; small fiber (burning) and/or large fiber (ataxia)
β Control HbA1c; duloxetine or pregabalin or gabapentin for pain
β Nursing: daily foot care; monofilament testing; protective footwear
β
βββ TRIGEMINAL NEURALGIA
β Electric shock facial pain; V2/V3 most common; triggers (touching face, eating)
β TX: Carbamazepine (first-line); MVD surgery (most durable)
β Nursing: pain assessment; soft/room-temp diet; medication education; psych support
β
βββ BELL'S PALSY (LMN CN VII)
β Complete face ipsilateral INCLUDING forehead (vs. UMN stroke: forehead SPARED)
β TX: Prednisolone Γ 10 days Β± antiviral, within 72 hours
β CRITICAL: Eye care (lubricating drops + ointment + taping eye shut at night)
β Corneal exposure = most dangerous complication
β
βββ POSTHERPETIC NEURALGIA
Dermatome pain >90 days after shingles; allodynia
Risk: age >60; early antivirals reduce risk
TX: Gabapentin/Pregabalin; lidocaine patch; TCAs; capsaicin patch
Shingrix vaccine (β₯50 yr) = best prevention
CROSS-CONNECTIONS:
Ch. 65: Lumbar puncture + CSF interpretation (all of Part 1 uses this)
Ch. 66: ICP management (meningitis, encephalitis, abscess all cause elevated ICP)
Ch. 67: Stroke vs. Bell's palsy (central vs. peripheral facial palsy distinction)
Ch. 51: Diabetic neuropathy β foot care, HbA1c control
Ch. 68: GBS (autoimmune polyneuropathy, same immunotherapy options as NMDAR encephalitis)
CHAPTER 70: MANAGEMENT OF PATIENTS WITH ONCOLOGIC OR DEGENERATIVE NEUROLOGIC DISORDERS Learning Objectives By the end of this module, students should be able to: 1. Describe brain and spinal cord tumors, including their classification, pathophysiology, clinical manifestations, diagnostic methods, and medical and nursing management. 2. Use the nursing process as a framework for caring for patients with primary brain tumors or nervous system metastases. 3. Explain the pathophysiologic mechanisms involved in various neurodegenerative disorders. 4. Apply the nursing process as a framework for providing care to patients with Parkinson disease. 5. Identify available resources for patients and families affected by oncologic and degenerative neurologic disorders. 6. Use the nursing process as a framework for caring for patients after a cervical discectomy. Lesson Content I. OVERVIEW OF ONCOLOGIC AND DEGENERATIVE NEUROLOGIC DISORDERS Oncologic neurologic disorders involve primary or metastatic tumors affecting the brain or spinal cord. Degenerative neurologic disorders involve progressive deterioration of neurons, leading to gradual loss of motor, sensory, or cognitive function. These disorders are often: Chronic and progressive Associated with significant disability Emotionally and physically challenging for patients and families Nursing care focuses on: Early recognition Prevention of complications Functional support Symptom control Psychosocial adaptation II. BRAIN AND SPINAL CORD TUMORS A. CLASSIFICATION OF BRAIN AND SPINAL CORD TUMORS Brain tumors Abnormal growths of cells within the cranial cavity. Classified as: Primary brain tumors β originate from brain tissue or surrounding structures Metastatic brain tumors β spread from cancers elsewhere in the body Spinal cord tumors Tumors located within or surrounding the spinal cord. Classified by location: Intramedullary tumors β arise within the spinal cord Intramedullary tumors β arise within the spinal cord Extramedullary tumors β arise outside the spinal cord but within the dura or vertebral column B. PATHOPHYSIOLOGY Tumors disrupt neurologic function by: Compressing neural tissue Increasing intracranial or intraspinal pressure Altering blood flow and oxygen delivery Tumor growth leads to: Cerebral edema Increased intracranial pressure Herniation risk in brain tumors Spinal cord tumors compress ascending and descending nerve tracts, causing motor and sensory deficits. C. CLINICAL MANIFESTATIONS Brain tumors Headache (often worse in the morning) Nausea and vomiting Altered level of consciousness Seizures Cognitive and personality changes Focal neurologic deficits depending on tumor location Spinal cord tumors Progressive back pain Motor weakness Sensory loss Bowel and bladder dysfunction Gait disturbances D. DIAGNOSTIC EVALUATION Magnetic resonance imaging is the primary diagnostic tool. Computed tomography scanning is useful for detecting hemorrhage and bone involvement. Biopsy confirms tumor type and malignancy. Neurologic assessment establishes baseline function. E. MEDICAL MANAGEMENT Surgical intervention Removal or debulking of tumor when possible Radiation therapy Used for tumor control or palliation Chemotherapy Used depending on tumor type and sensitivity Corticosteroids Reduce cerebral edema Antiseizure medications Prevent or treat seizures F. NURSING MANAGEMENT Monitor neurologic status and signs of increased intracranial pressure. Manage pain, nausea, and seizures. Provide emotional support. Educate patient and family about disease and treatment. Prevent complications related to immobility and therapy. III. NURSING PROCESS: PATIENT WITH PRIMARY BRAIN TUMOR OR NERVOUS SYSTEM METASTASES A. Nursing Assessment Level of consciousness and cognition Motor and sensory function Seizure activity Visual and speech changes Psychosocial response B. Nursing Diagnoses (Common) Impaired physical mobility Risk for injury Disturbed thought processes Acute or chronic pain Anxiety and ineffective coping C. Nursing Interventions Protect patient from injury. Maintain optimal cerebral perfusion. Support mobility and self-care. Provide clear communication and reassurance. Coordinate interdisciplinary care. D. Evaluation Stabilized neurologic status Effective symptom control Improved coping and quality of life IV. NEURODEGENERATIVE DISORDERS A. OVERVIEW OF NEURODEGENERATION Neurodegenerative disorders involve progressive loss of neurons. Damage is typically irreversible and worsens over time. Causes include: Genetic factors Abnormal protein accumulation Neurotransmitter imbalances B. Parkinson Disease Definition Parkinson disease is a chronic, progressive neurodegenerative disorder characterized by dopamine deficiency in the basal ganglia. Pathophysiology Degeneration of dopamine-producing neurons occurs. Dopamine deficiency disrupts balance between excitatory and inhibitory neurotransmitters. Motor control becomes impaired. Clinical Manifestations Resting tremor Bradykinesia (slowness of movement) Rigidity Postural instability Masklike facial expression Shuffling gait Speech and swallowing difficulties Cognitive changes in advanced disease Medical Management Medications that increase dopamine levels or mimic dopamine. Surgical interventions for advanced disease. Physical and occupational therapy. V. NURSING PROCESS: PATIENT WITH PARKINSON DISEASE A. Nursing Assessment Motor function and gait Ability to perform activities of daily living Swallowing and nutrition status Speech clarity Cognitive and emotional status B. Nursing Interventions Promote mobility and prevent falls. Schedule activities during peak medication effectiveness. Assist with feeding and swallowing safety. Encourage communication strategies. Support independence while ensuring safety. C. Evaluation Improved mobility and function Reduced complications Effective medication management Enhanced quality of life VI. RESOURCES FOR PATIENTS AND FAMILIES Community and national organizations supporting neurologic disorders. Rehabilitation services. Home health care. Support groups for patients and caregivers. Palliative and hospice care services when appropriate. Education resources for long-term disease management. VII. NURSING PROCESS: PATIENT FOLLOWING CERVICAL DISCECTOMY A. Cervical discectomy Definition Surgical removal of a damaged intervertebral disc in the cervical spine to relieve nerve compression. B. Postoperative Nursing Assessment Airway patency and respiratory status. Neurologic function of upper and lower extremities. Pain and incision site. Signs of hematoma or spinal cord compression. C. Nursing Interventions Maintain airway and proper neck alignment. Monitor neurologic status frequently. Administer pain medication. Encourage early ambulation as prescribed. Educate on activity restrictions and neck support. D. Evaluation Relief of neurologic symptoms. Stable neurologic function. Absence of complications. Patient understanding of postoperative care.
| Tumor | Grade | Key Features | Prognosis |
|---|---|---|---|
| Glioblastoma (GBM) | Grade IV | Most common and most malignant primary brain tumor in adults; IDH-wildtype; rapid growth; necrotic center; "butterfly pattern" if crosses corpus callosum | Median survival ~14-16 months with standard treatment; ~5% survive 5 years |
| Astrocytoma, IDH-mutant | Grade 2-4 | IDH mutation = better prognosis than IDH-wildtype; younger patients | Grade 2: years to decades; Grade 3-4: shorter |
| Oligodendroglioma, IDH-mutant + 1p/19q codeletion | Grade 2-3 | Very chemotherapy-sensitive; better prognosis | Often many years |
| Ependymoma | Grade 1-3 | Arises from ependymal cells lining ventricles/spinal canal; most common spinal cord primary tumor | Variable by grade and location |
| Diffuse midline glioma (H3K27M-mutant) | Grade 4 | Brainstem/thalamic; children; previously called "DIPG" | Very poor; months |
| Grade | Biological Behavior | Example | Prognosis |
|---|---|---|---|
| I | Benign; slow-growing; curable with surgery | Pilocytic astrocytoma, meningioma (most) | Excellent |
| II | Relatively benign; may recur; can progress | Oligodendroglioma Grade 2, astrocytoma Grade 2 | Good; years |
| III | Malignant; infiltrating; recurs | Anaplastic astrocytoma, anaplastic oligodendroglioma | Moderate; 2-5 years |
| IV | Highly malignant; rapid growth; necrosis | Glioblastoma (GBM) | Poor; months-1-2 years |
| Location | Typical Symptoms |
|---|---|
| Frontal lobe | Personality changes (disinhibition, apathy), executive dysfunction, contralateral weakness, expressive aphasia (dominant side), urinary incontinence |
| Parietal lobe | Contralateral sensory loss, spatial neglect (non-dominant), astereognosis, visual field defects |
| Temporal lobe | Receptive aphasia (dominant), memory disturbance, temporal lobe seizures (olfactory auras, dΓ©jΓ vu) |
| Occipital lobe | Visual field defects, cortical blindness |
| Cerebellum | Ataxia, intention tremor, nystagmus, dysarthria, vertigo |
| Brainstem | Multiple cranial nerve palsies, crossed deficits, dysphagia, respiratory compromise |
| Corpus callosum | Personality changes; "butterfly" GBM - bilateral symptoms |
| Pituitary/sellar | Bitemporal hemianopsia, hormonal syndromes |
| Spinal cord | Motor weakness (below level), sensory loss, bowel/bladder dysfunction, back pain |
| Drug | Tumors | Mechanism | Key Side Effects / Nursing |
|---|---|---|---|
| Temozolomide (Temodar) | GBM (#1 chemotherapy); anaplastic astrocytoma | Oral alkylating agent; damages DNA; most effective when tumor MGMT is methylated | Myelosuppression (monitor CBC weekly); nausea (give antiemetic 30-60 min before); PCP prophylaxis required when given with dexamethasone (trimethoprim-sulfamethoxazole or dapsone); taken on an empty stomach (or with food if nausea is severe - but standardize) |
| BCNU/CCNU (carmustine/lomustine) | High-grade glioma (CCNU often in combination); BCNU wafers (Gliadel) implanted in the surgical cavity at craniotomy | Nitrosourea alkylating agents | Myelosuppression; pulmonary fibrosis (BCNU); nausea |
| Bevacizumab (Avastin) | Recurrent GBM | Anti-VEGF monoclonal antibody; reduces tumor vascularity and edema | Hypertension; proteinuria; impaired wound healing (hold 4-6 weeks around surgery); thromboembolism; GI perforation (rare); may obscure true tumor progression on MRI (pseudoresponse) |
| Methotrexate (high-dose IV) | Primary CNS lymphoma | Antifolate; crosses BBB at high doses | Renal toxicity (leucovorin rescue required); mucositis; myelosuppression; leukoencephalopathy with WBRT; hydration and leucovorin timing are critical nursing actions |
| PCV (procarbazine + CCNU + vincristine) | Oligodendroglioma (with 1p/19q codeletion - very responsive) | Multi-agent alkylating | Myelosuppression; neuropathy (vincristine); nausea |
| Location | Definition | Common Tumors | Key Feature |
|---|---|---|---|
| Intramedullary | WITHIN the spinal cord substance | Ependymoma (most common in adults), astrocytoma, hemangioblastoma | Arises from cells within the cord itself; causes central cord syndrome pattern; difficult to completely resect without neurological injury |
| Intradural-extramedullary | Between dura and cord (in the CSF space) but OUTSIDE the cord | Meningioma (most common), schwannoma/neurofibroma (nerve sheath tumors), myxopapillary ependymoma (at conus/filum) | Compress cord from outside; surgical resection often curative for benign tumors |
| Extradural | OUTSIDE the dura | Metastatic tumors (most common type overall), lymphoma, chordoma | Most epidural tumors are malignant metastases from lung, breast, prostate, kidney, lymphoma |
| Nursing Diagnosis | Related Factors |
|---|---|
| Impaired physical mobility | Motor deficits from tumor or surgical resection; hemiplegia; ataxia |
| Risk for injury | Seizures; altered LOC; fall risk from weakness/ataxia; visual field defects |
| Disturbed thought processes / Impaired cognition | Direct frontal/temporal tumor effects; elevated ICP; steroid-induced mood/cognitive changes |
| Acute or chronic pain | Brain tumor headache; post-craniotomy pain; radicular pain (spinal tumors) |
| Anxiety and fear | New cancer diagnosis; uncertainty about prognosis; fear of dying; treatment side effects |
| Ineffective coping | Grief reaction; sudden role change (patient was provider/caregiver; now dependent) |
| Impaired verbal communication | Aphasia (temporal/frontal tumor); dysarthria; post-surgical change |
| Risk for aspiration | Dysphagia (brainstem or cranial nerve involvement) |
| Caregiver role strain | Complex, prolonged caregiving demands; limited respite |
| Deficient knowledge | New diagnosis; complex treatment regimen; medication side effects |
| Presentation | Mechanism | Symptoms |
|---|---|---|
| Cervical radiculopathy | Nerve ROOT compression | Dermatomal arm pain/numbness/tingling; weakness in muscles innervated by that root; reduced reflexes (LMN pattern) |
| Cervical myelopathy | SPINAL CORD compression | Bilateral arm and leg symptoms; UMN signs in legs (spasticity, hyperreflexia, Babinski); gait dysfunction; bladder/bowel dysfunction; most serious - can be progressive and permanent if untreated |
| Level | Pain Distribution | Motor Deficit | Reflex Lost |
|---|---|---|---|
| C5 | Neck β shoulder β lateral upper arm | Deltoid (shoulder abduction) | Biceps |
| C6 | Neck β lateral forearm β thumb/index finger | Wrist extension; biceps | Brachioradialis |
| C7 | Neck β posterior arm β middle finger | Triceps; wrist flexion | Triceps |
| C8 | Neck β medial forearm β ring/pinky finger | Hand intrinsics; finger flexion | Finger flexion |
| Topic | Key Points |
|---|---|
| Wound care | Inspect incision daily; keep dry until healed; no submerging (shower OK, no swimming/tub bath); signs of infection (increased redness, warmth, swelling, purulent discharge, fever > 38Β°C) |
| Activity restrictions | No heavy lifting; no driving until cleared; specific restrictions from surgeon (typically written discharge instructions); when can return to work (desk job: 1-2 weeks; physical labor: 6-12 weeks) |
| Cervical collar | If prescribed: how to apply and remove; when to wear it (all times vs. only outdoors vs. only at night - per surgeon order); how to keep clean |
| Medication | Pain management schedule; transition from opioids to acetaminophen as pain decreases; avoid NSAIDs if bone fusion required (surgeon will specify timeframe) |
| Fusion timeline | Bone fusion takes 3-6 months; X-ray and CT scans will confirm fusion at follow-up; avoid activities that stress the fusion site until it is solid |
| Physical therapy | Often prescribed 4-6 weeks post-op; strengthens supporting neck muscles; improves posture and range of motion |
| When to call the surgeon | Worsening arm/hand numbness or weakness (suggests nerve root or cord compromise); new leg weakness or bladder/bowel dysfunction (cord compression); fever; wound changes; difficulty breathing or swallowing significantly worsening |
| Follow-up appointments | When to return for post-operative visit (typically 2 weeks and 6 weeks); next imaging (6-week X-ray to assess hardware; 3-6 month CT for fusion) |
| Driving | Not while wearing a rigid collar; not while taking opioids; typically cleared at 2-4 week visit if progressing well |
CHAPTER 70 INTEGRATION
BRAIN AND SPINAL CORD TUMORS
β
βββ PRIMARY BRAIN TUMORS (classify by grade, location, molecular markers)
β Grade I-II: Meningioma (benign, extra-axial), pilocytic astrocytoma,
β acoustic neuroma, pituitary adenoma (transsphenoidal surgery)
β Grade III-IV: Glioblastoma (most common malignant; median survival ~14mo;
β Stupp protocol: temozolomide + radiation)
β Other: PCNSL (NO steroids before biopsy!), medulloblastoma (children),
β oligodendroglioma (1p/19q codeletion = chemo-sensitive)
β
βββ METASTATIC (far more common than primary)
β Lung #1, Breast #2, Melanoma (hemorrhagic), Colon, Renal cell
β Multiple lesions at gray-white junction
β Treatment: SRS (limited lesions) or WBRT (many lesions); steroid for edema
β
βββ SPINAL CORD TUMORS
β Intramedullary (in cord): ependymoma, astrocytoma - central cord pattern
β Intradural-extramedullary: meningioma, schwannoma - compress from outside - CURABLE
β Extradural: Metastases (most common overall) β ESCC emergency:
β Back pain in cancer patient = spinal met until proven otherwise
β TX: Dexamethasone IV immediately + urgent MRI + radiation Β± surgery
β
βββ CLINICAL FEATURES
β Headache WORSE IN MORNING; nausea/vomiting; seizures (focal = localizing);
β personality change (frontal); aphasia (temporal-dominant); visual field defects
β
βββ TREATMENT
β Surgery: maximal safe resection Β± awake craniotomy; fluorescence-guided (5-ALA)
β Radiation: fractionated EBRT (GBM); SRS (mets, meningioma); WBRT (multiple mets)
β Chemotherapy: Temozolomide (GBM - Stupp); methotrexate (PCNSL);
β bevacizumab (recurrent GBM)
β Steroids: Dexamethasone for vasogenic edema β symptom relief within hours;
β monitor glucose; PPI; never stop abruptly; PCP prophylaxis with TMZ
β
βββ NURSING PROCESS
Assess: GCS + focal neuro exam + seizures + functional ADLs + psychosocial
Priorities: Neuro monitoring; ICP precautions; seizure safety; falls;
airway/swallowing; medication timing (steroids); psychosocial support
Evaluate: Stable neuro; pain controlled; patient/family understand plan;
advance directives completed
PARKINSON'S DISEASE - NURSING PROCESS
β
βββ ASSESSMENT: "On/Off" states (schedule care around "on" time);
β gait + pull test; dysphagia screen; orthostatic BP; depression (PHQ-9);
β hallucinations; impulse control behaviors; caregiver burden
β
βββ KEY INTERVENTIONS:
β Medications = TIME-SENSITIVE (within 30 min of scheduled time; NEVER skip;
β never stop abruptly β Parkinsonism-hyperpyrexia syndrome)
β Falls: freezing cues (visual + auditory); slow transfers; home modifications
β Swallowing: upright 90Β°; small bites; modified textures; protein timing
β Bowel: high fiber + fluids + scheduled toileting + stimulant laxatives
β Orthostatic: rise slowly; compression stockings; fludrocortisone; midodrine
β Communication: LSVT LOUD; amplifiers; allow extra time
β Psychosocial: depression treatment; hallucination management (quetiapine);
β support groups; caregiver resources; advance care planning
β
βββ EVALUATE: Optimal "on" time; no falls; adequate nutrition; independent in ADLs
as long as possible; coping supported
CERVICAL DISCECTOMY (ACDF)
β
βββ PRIORITY 1: AIRWAY
β Hematoma β tracheal compression β airway emergency within 24h
β Intubation equipment at bedside; monitor stridor + dysphagia + voice change
β Dysphagia post-op: EXPECTED; NPO until screen passed; soft diet initially
β Hoarseness: RLN stretch; usually temporary
β
βββ PRIORITY 2: NEURO CHECKS
β Motor + sensory in all 4 extremities; compare to pre-op baseline
β New deficit = surgical emergency β call surgeon
β
βββ PRIORITY 3: PAIN
β Acetaminophen baseline; opioids PRN; ice; NO NSAIDs (impair bone fusion)
β
βββ PRIORITY 4: POSITIONING
β Neutral neck alignment; log roll; cervical collar per surgeon order
β Early ambulation day 1-2
β
βββ DISCHARGE EDUCATION
Wound care; activity restrictions (no lifting, no driving with collar/opioids);
NSAIDs avoided 6 weeks; fusion takes 3-6 months; PT referral;
WHEN TO CALL: worsening arm/leg deficits; new bladder/bowel symptoms; fever
CROSS-CONNECTIONS:
Ch. 65: Neurologic assessment tools (GCS, NIHSS, motor grading) β baseline for all
Ch. 66: ICP management (brain tumors); craniotomy nursing; dexamethasone
Ch. 67: Brain tumor vs. stroke (focal deficit - CT/MRI distinguishes)
Ch. 68: Parkinson's medications and pathophysiology (this chapter = nursing process)
Ch. 52: Dexamethasone β Cushingoid features; pituitary adenoma β Cushing's disease
Ch. 51: Dexamethasone β hyperglycemia; diabetic patients need glucose monitoring
Ch. 40/41: Cervical disc β connects to lumbar disc herniation; immobility complications