{"id":63,"date":"2026-07-11T11:37:07","date_gmt":"2026-07-11T11:37:07","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=63"},"modified":"2026-07-11T11:37:07","modified_gmt":"2026-07-11T11:37:07","slug":"polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/","title":{"rendered":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare<\/title>\n    <meta name=\"description\" content=\"A detailed clinical case study of a 34-year-old male recovering from polytrauma following a road traffic accident, managed with structured home healthcare including nursing, physiotherapy, and attendant support over 12 weeks.\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/case-study-polytrauma-post-rta-home-rehabilitation\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Merriweather:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n        :root {\n            --primary: #1e40af;\n            --primary-light: #3b82f6;\n            --primary-bg: #eff6ff;\n            --secondary: #0ea5e9;\n            --success: #16a34a;\n            --success-bg: #f0fdf4;\n            --warning: #f59e0b;\n            --warning-bg: #fffbeb;\n            --danger: #dc2626;\n            --danger-bg: #fef2f2;\n            --bg: #ffffff;\n            --bg-alt: #f8fafc;\n            --bg-alt2: #f1f5f9;\n            --text: #1e293b;\n            --text-secondary: #475569;\n            --text-muted: #64748b;\n            --border: #e2e8f0;\n            --border-light: #f1f5f9;\n            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);\n            --shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);\n            --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);\n            --shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);\n            --radius: 8px;\n            --radius-lg: 12px;\n            --radius-xl: 16px;\n            --max-width: 960px;\n        }\n\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            font-size: 16px;\n            line-height: 1.75;\n            color: var(--text);\n            background: var(--bg);\n            -webkit-font-smoothing: antialiased;\n        }\n\n        a { color: var(--primary); text-decoration: none; transition: color 0.2s; }\n        a:hover { color: var(--primary-light); text-decoration: underline; }\n\n        img { max-width: 100%; height: auto; }\n\n        .container {\n            max-width: var(--max-width);\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 40%, #2563eb 100%);\n            color: #ffffff;\n            padding: 56px 0 48px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 500px;\n            height: 500px;\n            background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n\n        .hero::after {\n            content: '';\n            position: absolute;\n            bottom: -30%;\n            left: -10%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n\n        .hero .container { position: relative; z-index: 1; }\n\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255,255,255,0.15);\n            backdrop-filter: blur(4px);\n            border: 1px solid rgba(255,255,255,0.2);\n            padding: 6px 16px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 0.08em;\n            text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n\n        .hero h1 {\n            font-family: 'Merriweather', serif;\n            font-size: 32px;\n            font-weight: 700;\n            line-height: 1.35;\n            margin-bottom: 16px;\n            max-width: 780px;\n        }\n\n        .hero-summary {\n            font-size: 16px;\n            line-height: 1.7;\n            color: rgba(255,255,255,0.85);\n            max-width: 680px;\n            margin-bottom: 32px;\n        }\n\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 12px;\n        }\n\n        .hero-card {\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(4px);\n            border: 1px solid rgba(255,255,255,0.15);\n            border-radius: var(--radius);\n            padding: 16px 20px;\n        }\n\n        .hero-card-label {\n            font-size: 11px;\n            font-weight: 600;\n            letter-spacing: 0.06em;\n            text-transform: uppercase;\n            color: rgba(255,255,255,0.6);\n            margin-bottom: 4px;\n        }\n\n        .hero-card-value {\n            font-size: 15px;\n            font-weight: 600;\n            color: #ffffff;\n        }\n\n        \/* Section Styles *\/\n        .section {\n            padding: 56px 0;\n        }\n\n        .section-alt {\n            background: var(--bg-alt);\n        }\n\n        .section-alt2 {\n            background: var(--bg-alt2);\n        }\n\n        .section-label {\n            display: inline-block;\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            color: var(--primary);\n            background: var(--primary-bg);\n            padding: 4px 12px;\n            border-radius: 4px;\n            margin-bottom: 12px;\n        }\n\n        .section-title {\n            font-family: 'Merriweather', serif;\n            font-size: 26px;\n            font-weight: 700;\n            color: var(--text);\n            line-height: 1.35;\n            margin-bottom: 24px;\n        }\n\n        .section-subtitle {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text);\n            margin-bottom: 12px;\n            margin-top: 32px;\n        }\n\n        .section-subtitle:first-child { margin-top: 0; }\n\n        .prose p {\n            margin-bottom: 16px;\n            color: var(--text-secondary);\n            font-size: 16px;\n        }\n\n        .prose p:last-child { margin-bottom: 0; }\n\n        .prose ul, .prose ol {\n            margin-bottom: 16px;\n            padding-left: 24px;\n        }\n\n        .prose li {\n            margin-bottom: 8px;\n            color: var(--text-secondary);\n            font-size: 16px;\n        }\n\n        .prose li::marker {\n            color: var(--primary-light);\n        }\n\n        \/* Cards *\/\n        .card {\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 24px;\n            margin-bottom: 16px;\n            box-shadow: var(--shadow-sm);\n        }\n\n        .card-title {\n            font-size: 16px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .card-title .icon {\n            width: 20px;\n            height: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: var(--primary-bg);\n            border-radius: 4px;\n            font-size: 12px;\n            flex-shrink: 0;\n        }\n\n        \/* Alert Boxes *\/\n        .alert {\n            border-radius: var(--radius);\n            padding: 20px 24px;\n            margin-bottom: 20px;\n            border-left: 4px solid;\n        }\n\n        .alert-info {\n            background: var(--primary-bg);\n            border-color: var(--primary);\n        }\n\n        .alert-success {\n            background: var(--success-bg);\n            border-color: var(--success);\n        }\n\n        .alert-warning {\n            background: var(--warning-bg);\n            border-color: var(--warning);\n        }\n\n        .alert-danger {\n            background: var(--danger-bg);\n            border-color: var(--danger);\n        }\n\n        .alert-title {\n            font-size: 14px;\n            font-weight: 700;\n            margin-bottom: 6px;\n        }\n\n        .alert-info .alert-title { color: var(--primary); }\n        .alert-success .alert-title { color: var(--success); }\n        .alert-warning .alert-title { color: var(--warning); }\n        .alert-danger .alert-title { color: var(--danger); }\n\n        .alert p {\n            font-size: 15px;\n            color: var(--text-secondary);\n            margin-bottom: 0;\n            line-height: 1.65;\n        }\n\n        \/* Doctor Explanation Card *\/\n        .doctor-card {\n            background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);\n            border: 1px solid #bfdbfe;\n            border-radius: var(--radius-lg);\n            padding: 24px;\n            margin-bottom: 20px;\n            position: relative;\n        }\n\n        .doctor-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: var(--primary);\n            border-radius: 4px 0 0 4px;\n        }\n\n        .doctor-card-label {\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.08em;\n            text-transform: uppercase;\n            color: var(--primary);\n            margin-bottom: 8px;\n        }\n\n        .doctor-card p {\n            font-size: 15px;\n            color: var(--text-secondary);\n            margin-bottom: 8px;\n            line-height: 1.7;\n        }\n\n        .doctor-card p:last-child { margin-bottom: 0; }\n\n        \/* Tables *\/\n        .table-wrapper {\n            overflow-x: auto;\n            margin-bottom: 24px;\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            box-shadow: var(--shadow-sm);\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n\n        thead th {\n            background: var(--bg-alt2);\n            font-weight: 700;\n            font-size: 12px;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            color: var(--text);\n            padding: 12px 16px;\n            text-align: left;\n            border-bottom: 2px solid var(--border);\n            white-space: nowrap;\n        }\n\n        tbody td {\n            padding: 12px 16px;\n            border-bottom: 1px solid var(--border-light);\n            color: var(--text-secondary);\n            vertical-align: top;\n        }\n\n        tbody tr:last-child td { border-bottom: none; }\n\n        tbody tr:hover { background: var(--bg-alt); }\n\n        \/* Timeline *\/\n        .timeline {\n            position: relative;\n            padding-left: 32px;\n            margin-bottom: 24px;\n        }\n\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 11px;\n            top: 4px;\n            bottom: 4px;\n            width: 2px;\n            background: var(--border);\n        }\n\n        .timeline-item {\n            position: relative;\n            margin-bottom: 28px;\n        }\n\n        .timeline-item:last-child { margin-bottom: 0; }\n\n        .timeline-dot {\n            position: absolute;\n            left: -32px;\n            top: 4px;\n            width: 22px;\n            height: 22px;\n            border-radius: 50%;\n            background: var(--bg);\n            border: 3px solid var(--primary);\n            z-index: 1;\n        }\n\n        .timeline-dot.active {\n            background: var(--primary);\n        }\n\n        .timeline-dot.success {\n            border-color: var(--success);\n        }\n\n        .timeline-dot.success.active {\n            background: var(--success);\n        }\n\n        .timeline-period {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 6px;\n        }\n\n        .timeline-title {\n            font-size: 16px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 8px;\n        }\n\n        .timeline-content p {\n            font-size: 15px;\n            color: var(--text-secondary);\n            margin-bottom: 8px;\n            line-height: 1.65;\n        }\n\n        .timeline-content p:last-child { margin-bottom: 0; }\n\n        .timeline-tag {\n            display: inline-block;\n            font-size: 11px;\n            font-weight: 600;\n            padding: 2px 8px;\n            border-radius: 4px;\n            margin-right: 6px;\n            margin-top: 4px;\n        }\n\n        .tag-nursing { background: #ede9fe; color: #7c3aed; }\n        .tag-physio { background: #dbeafe; color: #2563eb; }\n        .tag-attendant { background: #fef3c7; color: #d97706; }\n        .tag-doctor { background: #d1fae5; color: #059669; }\n        .tag-family { background: #fce7f3; color: #db2777; }\n\n        \/* Risk Indicator *\/\n        .risk-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n            gap: 12px;\n            margin-bottom: 24px;\n        }\n\n        .risk-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n            padding: 14px 16px;\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            font-size: 14px;\n            color: var(--text-secondary);\n        }\n\n        .risk-icon {\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 12px;\n            flex-shrink: 0;\n            margin-top: 1px;\n        }\n\n        .risk-high .risk-icon { background: #fee2e2; color: var(--danger); }\n        .risk-medium .risk-icon { background: #fef3c7; color: var(--warning); }\n        .risk-low .risk-icon { background: #d1fae5; color: var(--success); }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 24px;\n            margin-bottom: 16px;\n        }\n\n        .scenario-label {\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.08em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            margin-bottom: 8px;\n        }\n\n        .scenario-text {\n            font-size: 15px;\n            color: var(--text-secondary);\n            line-height: 1.7;\n            font-style: italic;\n        }\n\n        \/* Authority Section *\/\n        .authority-section {\n            padding: 48px 0;\n            background: var(--bg-alt);\n        }\n\n        .authority-card {\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-xl);\n            padding: 32px;\n            box-shadow: var(--shadow-md);\n            max-width: 640px;\n        }\n\n        .authority-header {\n            display: flex;\n            gap: 20px;\n            align-items: flex-start;\n            margin-bottom: 24px;\n        }\n\n        .authority-avatar {\n            width: 88px;\n            height: 88px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid var(--primary-bg);\n            flex-shrink: 0;\n        }\n\n        .authority-name {\n            font-size: 20px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 2px;\n        }\n\n        .authority-cred {\n            font-size: 14px;\n            color: var(--text-muted);\n            margin-bottom: 12px;\n        }\n\n        .authority-detail {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 13px;\n            color: var(--text-secondary);\n            margin-bottom: 4px;\n        }\n\n        .authority-detail-label {\n            font-weight: 600;\n            color: var(--text);\n            min-width: 140px;\n        }\n\n        .treating-doctor-blank {\n            margin-top: 32px;\n            padding-top: 24px;\n            border-top: 1px dashed var(--border);\n        }\n\n        .blank-field {\n            height: 20px;\n            background: var(--bg-alt);\n            border-radius: 4px;\n            margin-bottom: 12px;\n            max-width: 320px;\n        }\n\n        .faq-question {\n    width: 100%;\n    background: #fff;\n    border: none;\n    padding: 18px 20px;\n    font-size: 15px;\n    font-weight: 600;\n    color: #111827 !important;\n    opacity: 1 !important;\n    text-align: left;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    font-family: inherit;\n    line-height: 1.5;\n}\n\n.faq-question:disabled,\n.faq-question[disabled]{\n    opacity:1 !important;\n    color:#111827 !important;\n    -webkit-text-fill-color:#111827 !important;\n}\n\n.faq-answer{\n    max-height:0;\n    overflow:hidden;\n    transition:max-height .4s ease;\n}\n\n.faq-item.open .faq-answer{\n    max-height:1000px;\n}\n\n.faq-answer-inner{\n    padding:18px 20px;\n    color:#4B5563;\n    line-height:1.8;\n    background:#fff;\n}\n        \/* Contact Section *\/\n        .contact-section {\n            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);\n            color: #ffffff;\n            padding: 48px 0;\n        }\n\n        .contact-card {\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(4px);\n            border: 1px solid rgba(255,255,255,0.15);\n            border-radius: var(--radius-lg);\n            padding: 28px;\n            max-width: 560px;\n        }\n\n        .contact-label {\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.08em;\n            text-transform: uppercase;\n            color: rgba(255,255,255,0.6);\n            margin-bottom: 4px;\n        }\n\n        .contact-value {\n            font-size: 15px;\n            font-weight: 500;\n            color: #ffffff;\n            margin-bottom: 16px;\n            line-height: 1.6;\n        }\n\n        .contact-value:last-child { margin-bottom: 0; }\n\n        .contact-value a {\n            color: #ffffff;\n            text-decoration: none;\n            border-bottom: 1px solid rgba(255,255,255,0.3);\n            transition: border-color 0.2s;\n        }\n\n        .contact-value a:hover { border-color: #ffffff; text-decoration: none; }\n\n        \/* Disclaimer *\/\n        .disclaimer-section {\n            padding: 32px 0;\n            background: var(--bg-alt2);\n            border-top: 1px solid var(--border);\n        }\n\n        .disclaimer-box {\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 24px;\n        }\n\n        .disclaimer-box p {\n            font-size: 13px;\n            color: var(--text-muted);\n            line-height: 1.7;\n            margin-bottom: 8px;\n        }\n\n        .disclaimer-box p:last-child { margin-bottom: 0; }\n\n        \/* Service Grid *\/\n        .service-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 16px;\n            margin-bottom: 24px;\n        }\n\n        .service-card {\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 24px;\n            transition: box-shadow 0.2s, border-color 0.2s;\n        }\n\n        .service-card:hover {\n            box-shadow: var(--shadow-md);\n            border-color: #bfdbfe;\n        }\n\n        .service-icon {\n            width: 40px;\n            height: 40px;\n            border-radius: var(--radius);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n            margin-bottom: 14px;\n        }\n\n        .service-icon-blue { background: #dbeafe; color: #2563eb; }\n        .service-icon-green { background: #d1fae5; color: #059669; }\n        .service-icon-amber { background: #fef3c7; color: #d97706; }\n        .service-icon-purple { background: #ede9fe; color: #7c3aed; }\n        .service-icon-rose { background: #fce7f3; color: #db2777; }\n        .service-icon-teal { background: #ccfbf1; color: #0d9488; }\n\n        .service-card h3 {\n            font-size: 16px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 8px;\n        }\n\n        .service-card p {\n            font-size: 14px;\n            color: var(--text-secondary);\n            line-height: 1.65;\n            margin-bottom: 0;\n        }\n\n        \/* Outcome Grid *\/\n        .outcome-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n            gap: 16px;\n            margin-bottom: 24px;\n        }\n\n        .outcome-card {\n            padding: 20px;\n            border-radius: var(--radius);\n            border: 1px solid var(--border);\n            background: var(--bg);\n        }\n\n        .outcome-label {\n            font-size: 12px;\n            font-weight: 600;\n            color: var(--text-muted);\n            text-transform: uppercase;\n            letter-spacing: 0.04em;\n            margin-bottom: 6px;\n        }\n\n        .outcome-value {\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text);\n            line-height: 1.5;\n        }\n\n        .outcome-positive .outcome-value { color: var(--success); }\n\n        \/* Documents List *\/\n        .docs-list {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 24px;\n        }\n\n        .docs-list li {\n            padding: 12px 16px;\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-size: 14px;\n            color: var(--text-secondary);\n        }\n\n        .docs-list li:last-child { margin-bottom: 0; }\n\n        .doc-icon {\n            width: 32px;\n            height: 32px;\n            border-radius: 6px;\n            background: var(--bg-alt2);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n            flex-shrink: 0;\n        }\n\n        \/* Learning Points *\/\n        .learning-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 16px;\n            margin-bottom: 24px;\n        }\n\n        .learning-card {\n            padding: 20px;\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            border-top: 3px solid var(--primary);\n        }\n\n        .learning-card h4 {\n            font-size: 15px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 8px;\n        }\n\n        .learning-card p {\n            font-size: 14px;\n            color: var(--text-secondary);\n            line-height: 1.65;\n            margin-bottom: 0;\n        }\n\n        \/* Nav *\/\n        .top-nav {\n            background: var(--bg);\n            border-bottom: 1px solid var(--border);\n            padding: 12px 0;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            box-shadow: var(--shadow-sm);\n        }\n\n        .nav-inner {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 16px;\n        }\n\n        .nav-brand {\n            font-size: 16px;\n            font-weight: 800;\n            color: var(--primary);\n            white-space: nowrap;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 6px;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            scrollbar-width: none;\n            padding: 4px 0;\n        }\n\n        .nav-links::-webkit-scrollbar { display: none; }\n\n        .nav-links a {\n            font-size: 12px;\n            font-weight: 500;\n            color: var(--text-muted);\n            padding: 6px 12px;\n            border-radius: 6px;\n            white-space: nowrap;\n            text-decoration: none;\n            transition: all 0.2s;\n        }\n\n        .nav-links a:hover {\n            color: var(--primary);\n            background: var(--primary-bg);\n            text-decoration: none;\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: #0f172a;\n            color: rgba(255,255,255,0.5);\n            padding: 24px 0;\n            text-align: center;\n            font-size: 13px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero { padding: 40px 0 36px; }\n            .hero h1 { font-size: 24px; }\n            .hero-summary { font-size: 15px; }\n            .hero-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }\n            .hero-card { padding: 12px 14px; }\n            .hero-card-value { font-size: 13px; }\n            .section { padding: 40px 0; }\n            .section-title { font-size: 22px; }\n            .service-grid { grid-template-columns: 1fr; }\n            .outcome-grid { grid-template-columns: 1fr; }\n            .risk-grid { grid-template-columns: 1fr; }\n            .learning-grid { grid-template-columns: 1fr; }\n            .authority-header { flex-direction: column; align-items: center; text-align: center; }\n            .authority-detail { justify-content: center; }\n            .authority-detail-label { min-width: auto; margin-right: 4px; }\n            .timeline { padding-left: 28px; }\n            .timeline-dot { left: -28px; width: 18px; height: 18px; }\n            .nav-links { display: none; }\n            table { font-size: 13px; }\n            thead th, tbody td { padding: 10px 12px; }\n        }\n\n        @media (max-width: 480px) {\n            .container { padding: 0 16px; }\n            .hero h1 { font-size: 22px; }\n            .hero-grid { grid-template-columns: 1fr 1fr; }\n            .card { padding: 18px; }\n            .alert { padding: 16px 18px; }\n            .doctor-card { padding: 18px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Top Navigation -->\n    <nav class=\"top-nav\">\n        <div class=\"container nav-inner\">\n            <span class=\"nav-brand\">AtHomeCare<\/span>\n            <div class=\"nav-links\">\n                <a href=\"#background\">Background<\/a>\n                <a href=\"#diagnosis\">Diagnosis<\/a>\n                <a href=\"#hospital\">Hospital<\/a>\n                <a href=\"#why-home\">Why Home Care<\/a>\n                <a href=\"#care-plan\">Care Plan<\/a>\n                <a href=\"#timeline\">Timeline<\/a>\n                <a href=\"#evidence\">Evidence<\/a>\n                <a href=\"#outcome\">Outcome<\/a>\n                <a href=\"#faqs\">FAQs<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <span class=\"hero-badge\">Clinical Case Study<\/span>\n            <h1>Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery<\/h1>\n            <p class=\"hero-summary\">A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old patient with multiple fractures from safe hospital discharge through independent mobility and return to work.<\/p>\n            <div class=\"hero-grid\">\n                <div class=\"hero-card\">\n                    <div class=\"hero-card-label\">Patient Age<\/div>\n                    <div class=\"hero-card-value\">34 Years, Male<\/div>\n                <\/div>\n                <div class=\"hero-card\">\n                    <div class=\"hero-card-label\">Location<\/div>\n                    <div class=\"hero-card-value\">Mohali, Punjab<\/div>\n                <\/div>\n                <div class=\"hero-card\">\n                    <div class=\"hero-card-label\">Primary Condition<\/div>\n                    <div class=\"hero-card-value\">Polytrauma, Post-RTA<\/div>\n                <\/div>\n                <div class=\"hero-card\">\n                    <div class=\"hero-card-label\">Duration of Care<\/div>\n                    <div class=\"hero-card-value\">12 Weeks<\/div>\n                <\/div>\n                <div class=\"hero-card\">\n                    <div class=\"hero-card-label\">Clinical Outcome<\/div>\n                    <div class=\"hero-card-value\">Independent Mobility Achieved<\/div>\n                <\/div>\n                <div class=\"hero-card\">\n                    <div class=\"hero-card-label\">Complications<\/div>\n                    <div class=\"hero-card-value\">None Recorded<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Patient Background -->\n    <section class=\"section\" id=\"background\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 01<\/span>\n            <h2 class=\"section-title\">Patient Background<\/h2>\n            <div class=\"prose\">\n                <p>Mr. Harpreet Singh (name changed for confidentiality) is a 34-year-old sales executive based in Mohali, Punjab. He is married, and his primary caregiver at home was his wife, aged 31 years. His younger brother, aged 29 years, provided secondary support during the recovery period.<\/p>\n                <p>Before the accident, Mr. Singh led an active life. His work involved frequent travel within the Tricity region (Chandigarh, Mohali, and Panchkula), meeting clients and managing field sales operations. He had no documented history of chronic medical conditions, previous surgeries, or musculoskeletal problems. His baseline functional status was fully independent in all activities of daily living.<\/p>\n                <p>On the day of the incident, Mr. Singh was riding his motorcycle when a speeding car collided with him at a traffic intersection. The impact was significant, and he sustained multiple injuries across his right lower limb, left shoulder, and chest wall. Bystanders called emergency services, and he was transported to a nearby hospital for urgent trauma evaluation.<\/p>\n            <\/div>\n\n            <div class=\"scenario-card\" style=\"margin-top: 24px;\">\n                <div class=\"scenario-label\">Clinical Context<\/div>\n                <p class=\"scenario-text\">Road traffic accidents are among the leading causes of polytrauma in India, particularly among young working adults. Patients with multiple fractures face a complex recovery that extends well beyond the hospital stay. The transition from hospital to home is often the most vulnerable period, where inadequate support can lead to complications, delayed healing, and preventable readmissions. For families in cities like Mohali and those exploring <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\">home healthcare services in Chandigarh, Mohali, and Panchkula<\/a>, understanding what structured home recovery looks like is essential.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Clinical Diagnosis -->\n    <section class=\"section section-alt\" id=\"diagnosis\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 02<\/span>\n            <h2 class=\"section-title\">Clinical Diagnosis<\/h2>\n            <div class=\"prose\">\n                <p>Upon arrival at the emergency department, the trauma team conducted a systematic primary and secondary survey. The following injuries were identified and documented:<\/p>\n            <\/div>\n\n            <div class=\"card\" style=\"margin-top: 16px;\">\n                <div class=\"card-title\">\n                    <span class=\"icon\">1<\/span>\n                    Primary Diagnosis\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 0;\">Polytrauma following a road traffic accident (motorcycle collision) with right femoral shaft fracture (post-operative), left clavicle fracture, multiple right rib fractures, and soft tissue injuries.<\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\">2<\/span>\n                    Right Femoral Shaft Fracture\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 0;\">Imaging confirmed a displaced fracture of the right femoral shaft. This is the most significant injury in this case. The femur is the strongest bone in the body, and a shaft fracture typically results from high-energy trauma. Surgical fixation with an intramedullary interlocking nail was performed as the definitive treatment.<\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\">3<\/span>\n                    Left Clavicle Fracture\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 0;\">A fracture of the left clavicle (collarbone) was confirmed on imaging. This injury was managed conservatively with a sling and supportive care, as is standard for most clavicle fractures without significant displacement or neurovascular compromise.<\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\">4<\/span>\n                    Multiple Right Rib Fractures\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 0;\">Multiple fractures of the right-sided ribs were identified. Rib fractures carry a risk of chest complications, including pneumothorax, hemothorax, and chest infection (pneumonia). Respiratory physiotherapy was initiated early in the hospital to prevent these complications. No head injury, spinal cord injury, or internal organ damage was documented.<\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\">5<\/span>\n                    Soft Tissue Injuries\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 0;\">Multiple soft tissue injuries (contusions, abrasions) were noted at various sites. These were managed with wound care and pain management during the hospital stay.<\/p>\n            <\/div>\n\n            <div class=\"alert alert-info\" style=\"margin-top: 20px;\">\n                <div class=\"alert-title\">Associated Medical Conditions at Discharge<\/div>\n                <p>Acute post-operative pain, mild blood loss anemia (related to the trauma and surgery), reduced lower limb muscle strength, and temporary gait impairment were documented. These conditions directly informed the home care plan.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Hospital Treatment -->\n    <section class=\"section\" id=\"hospital\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 03<\/span>\n            <h2 class=\"section-title\">Hospital Treatment<\/h2>\n            <div class=\"prose\">\n                <p>Mr. Singh spent 15 days in the hospital. The treatment course during this period was structured and multidisciplinary:<\/p>\n            <\/div>\n\n            <div class=\"doctor-card\" style=\"margin-top: 16px;\">\n                <div class=\"doctor-card-label\">Clinical Reasoning: Why Intramedullary Nailing?<\/div>\n                <p>Intramedullary interlocking nailing is the gold standard treatment for femoral shaft fractures in adults. The nail is inserted into the hollow center of the femur and locked with screws at both ends. This approach allows early weight-bearing, preserves the blood supply to the bone, and provides stable internal fixation. For a young, active patient like Mr. Singh, this method offers the best chance of returning to normal function. Early mobilization after this surgery is not just beneficial but essential to prevent complications like joint stiffness, muscle wasting, and deep vein thrombosis.<\/p>\n            <\/div>\n\n            <div class=\"table-wrapper\" style=\"margin-top: 20px;\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Aspect of Hospital Care<\/th>\n                            <th>Details<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Emergency Evaluation<\/strong><\/td>\n                            <td>Primary and secondary trauma survey, systematic assessment of all injuries, imaging (X-rays, CT scan as indicated), blood investigations<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Surgical Procedure<\/strong><\/td>\n                            <td>Intramedullary interlocking nailing of the right femur<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Clavicle Fracture Management<\/strong><\/td>\n                            <td>Conservative management with arm sling, pain relief, and follow-up imaging<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Rib Fracture Management<\/strong><\/td>\n                            <td>Pain management, respiratory physiotherapy to maintain lung expansion and prevent chest infection<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Pain Management<\/strong><\/td>\n                            <td>Analgesic medications as per hospital protocol, both systemic and local measures<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Wound Care<\/strong><\/td>\n                            <td>Surgical wound monitoring, dressing changes as needed<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Early Mobilization<\/strong><\/td>\n                            <td>Started under physiotherapy guidance during the hospital stay itself<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Specialist Consultations<\/strong><\/td>\n                            <td>Orthopedic surgeon, physiotherapist, and other specialists as needed<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Duration of Stay<\/strong><\/td>\n                            <td>15 days<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <div class=\"alert alert-warning\" style=\"margin-top: 20px;\">\n                <div class=\"alert-title\">Discharge Status<\/div>\n                <p>Mr. Singh was discharged after achieving medical stability. He was advised structured home healthcare rehabilitation. At the time of discharge, he could walk short distances using a walker with partial weight-bearing on the right leg. His surgical wound was healing, but he still had significant pain, restricted shoulder movement, rib pain on deep breathing, and generalized weakness. He was dependent for most daily activities.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Why Home Healthcare Was Needed -->\n    <section class=\"section section-alt\" id=\"why-home\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 04<\/span>\n            <h2 class=\"section-title\">Why Home Healthcare Was Needed<\/h2>\n            <div class=\"prose\">\n                <p>Discharging a polytrauma patient home after 15 days in the hospital is standard practice once medical stability is achieved. However, &#8220;stable&#8221; does not mean &#8220;recovered.&#8221; The period immediately after discharge is when patients are most vulnerable to complications. For Mr. Singh, several factors made professional <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing<\/a> and rehabilitation support clinically necessary rather than optional.<\/p>\n            <\/div>\n\n            <div class=\"doctor-card\" style=\"margin-top: 16px;\">\n                <div class=\"doctor-card-label\">Clinical Reasoning: The Post-Discharge Vulnerability Window<\/div>\n                <p>The first 30 days after hospital discharge carry the highest risk of adverse events for trauma patients. Pain is often underestimated at home, surgical wounds can silently develop infections, and immobility can rapidly lead to deep vein thrombosis, muscle wasting, and joint stiffness. Patients who do not receive structured home support frequently present back to the emergency department with complications that were preventable. The goal of home healthcare in this context is not to replace the hospital, but to bridge the gap between hospital care and full independent recovery.<\/p>\n            <\/div>\n\n            <h3 class=\"section-subtitle\">Specific Reasons for Home Healthcare<\/h3>\n\n            <div class=\"service-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-icon service-icon-blue\">&#9879;<\/div>\n                    <h3>Fracture Healing Support<\/h3>\n                    <p>The right femoral fracture needed ongoing monitoring to ensure proper alignment and healing. Weight-bearing had to be progressively increased under guidance, not left to the patient&#8217;s judgment. <a href=\"https:\/\/athomecare.in\/orthopedic-surgery-recovery-at-home-in-delhi-the-role-of-physiotherapy\/\">Orthopedic surgery recovery at home<\/a> requires structured protocols to protect the surgical repair while promoting bone healing.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon service-icon-green\">&#9899;<\/div>\n                    <h3>Mobility Restoration<\/h3>\n                    <p>Mr. Singh could walk only 40 metres with a walker at discharge. Without structured gait training and progressive exercises, his mobility would have plateaued or deteriorated. Muscles weaken rapidly after trauma and surgery, and regaining strength requires consistent, supervised effort over weeks.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon service-icon-amber\">&#9888;<\/div>\n                    <h3>Fall Prevention<\/h3>\n                    <p>With partial weight-bearing, reduced strength, and impaired balance, Mr. Singh was at high risk of falls. A fall on the operated femur could have been catastrophic, potentially displacing the fracture or damaging the implant. <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\">Fall prevention<\/a> was therefore a critical safety priority throughout the recovery period.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon service-icon-purple\">&#10010;<\/div>\n                    <h3>Surgical Wound Monitoring<\/h3>\n                    <p>The surgical site on the right thigh needed regular assessment for signs of infection, including redness, swelling, warmth, discharge, or increasing pain. <a href=\"https:\/\/athomecare.in\/personalized-wound-care-and-infection-prevention-for-optimal-healing\/\">Wound care and infection prevention<\/a> at home by a trained nurse catches problems early, before they require hospital readmission.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon service-icon-rose\">&#9829;<\/div>\n                    <h3>Rib Fracture Complication Prevention<\/h3>\n                    <p>Rib fractures reduce the patient&#8217;s ability to take deep breaths and cough effectively. This creates a risk of chest infection (pneumonia) and lung collapse. Continued <a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\">chest physiotherapy<\/a> at home was essential to maintain lung function during the healing period.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon service-icon-teal\">&#9733;<\/div>\n                    <h3>Medication Adherence and Pain Management<\/h3>\n                    <p>Pain management after polytrauma is complex. Multiple medications need to be taken on schedule, and pain levels need regular assessment to adjust the plan. <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">Medication monitoring<\/a> at home ensures that prescriptions are followed correctly and side effects or interactions are identified early.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"prose\" style=\"margin-top: 16px;\">\n                <p>Beyond these clinical reasons, there was a practical dimension. Mr. Singh&#8217;s wife was his primary caregiver, but she had no medical training. Managing a polytrauma patient at home, including transfers, walker usage, wound care, and exercise supervision, places an enormous physical and emotional burden on an untrained family member. Professional <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient care attendant support<\/a> reduced this burden while ensuring clinical safety.<\/p>\n                <p>For families in Maholi, Delhi NCR, and surrounding regions who face similar situations, <a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\">home care services<\/a> provide a clinically sound alternative to extended hospitalization or untrained home care.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Home Care Plan -->\n    <section class=\"section\" id=\"care-plan\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 05<\/span>\n            <h2 class=\"section-title\">Home Care Plan by AtHomeCare<\/h2>\n            <div class=\"prose\">\n                <p>The home care plan was designed based on the hospital discharge summary, treating doctor&#8217;s recommendations, and an initial home assessment. It addressed every dimension of Mr. Singh&#8217;s recovery needs through three core services delivered in coordination.<\/p>\n            <\/div>\n\n            <!-- Home Nursing -->\n            <h3 class=\"section-subtitle\">Home Nursing: Three Visits Per Week<\/h3>\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\" style=\"background: #dbeafe; color: #2563eb;\">&#9764;<\/span>\n                    Scope of Nursing Care\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 12px;\">A qualified <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nurse<\/a> visited three times per week to provide the following clinical services:<\/p>\n                <ul style=\"font-size: 15px; color: var(--text-secondary); padding-left: 20px;\">\n                    <li style=\"margin-bottom: 6px;\"><strong>Vital signs monitoring:<\/strong> Blood pressure, heart rate, respiratory rate, temperature, and oxygen saturation were recorded at each visit and tracked over time for any concerning trends.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Surgical wound assessment:<\/strong> The nurse examined the femoral surgical site for signs of infection, including redness, swelling, warmth, discharge, or delayed healing. Any abnormal finding would trigger immediate communication with the treating doctor.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Dressing changes:<\/strong> Sterile dressing changes were performed as per protocol until the wound had healed sufficiently to remain uncovered.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Pain assessment:<\/strong> Pain was assessed using a standardized scale at each visit. The nurse documented pain levels at rest and during movement, and communicated findings to guide pain management adjustments.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Medication review:<\/strong> The nurse reviewed all medications at each visit to ensure adherence, check for side effects, and confirm that prescriptions were being followed as intended. <a href=\"https:\/\/athomecare.in\/compounder-medication-management\/\">Medication management<\/a> is particularly important in polytrauma patients who are often on multiple drugs including analgesics, antibiotics, and bone health supplements.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Monitoring for infection:<\/strong> Beyond the surgical site, the nurse monitored for systemic signs of infection such as fever, elevated heart rate, or increasing pain, which could indicate deeper complications.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Patient and caregiver education:<\/strong> Each visit included teaching the patient and his wife about wound care, medication, warning signs to watch for, and when to seek urgent medical attention.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Clinical Reasoning: Why Three Visits Per Week?<\/div>\n                <p>For a post-operative polytrauma patient, daily nursing visits are often recommended in the first week after discharge, with frequency reduced as stability is confirmed. In Mr. Singh&#8217;s case, three visits per week were determined to be appropriate based on the wound status at discharge, the absence of high-risk comorbidities, and the availability of a trained attendant for daily support. The nursing team maintained the flexibility to increase visit frequency if any clinical concern arose. This approach balances clinical safety with practical care delivery, a principle that guides <a href=\"https:\/\/athomecare.in\/patient-short-term-recovery-care-home\/\">short-term recovery care at home<\/a> for trauma patients.<\/p>\n            <\/div>\n\n            <!-- Physiotherapy -->\n            <h3 class=\"section-subtitle\">Physiotherapy: Five Sessions Weekly<\/h3>\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\" style=\"background: #d1fae5; color: #059669;\">&#9734;<\/span>\n                    Physiotherapy Protocol\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 12px;\">A qualified physiotherapist conducted five sessions per week. <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">Physiotherapy at home<\/a> was the cornerstone of this recovery plan. The sessions focused on the following areas:<\/p>\n                <ul style=\"font-size: 15px; color: var(--text-secondary); padding-left: 20px;\">\n                    <li style=\"margin-bottom: 6px;\"><strong>Gait training:<\/strong> The physiotherapist worked with Mr. Singh on correct walking pattern using the walker initially, and later transitioning to a walking stick. This included step length, heel-to-toe pattern, weight distribution, and posture correction.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Progressive weight-bearing exercises:<\/strong> As per the orthopedic surgeon&#8217;s guidance, weight-bearing on the right leg was progressively increased from partial to full over the 12-week period. This was done carefully to avoid stressing the healing fracture.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Quadriceps and hamstring strengthening:<\/strong> The muscles of the thigh weaken rapidly after femoral fracture and surgery. Structured strengthening exercises were introduced gradually and progressed based on tolerance. These included isometric exercises initially, followed by progressive resistance exercises.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Shoulder range-of-motion exercises:<\/strong> The left clavicle fracture caused significant shoulder restriction. Gentle range-of-motion exercises were started within safe limits and progressively increased as healing allowed. This was critical for restoring the ability to perform overhead activities, dressing, and daily tasks.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Breathing exercises for rib fracture recovery:<\/strong> Deep breathing exercises, incentive spirometry (if available), and controlled coughing techniques were practiced to maintain lung expansion and prevent chest infection. This is a critical but often overlooked aspect of rib fracture recovery at home.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Balance training:<\/strong> After prolonged immobility and with partial weight-bearing, balance is significantly impaired. Balance exercises were incorporated to reduce fall risk and improve confidence during walking.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Stair-climbing practice:<\/strong> Since Mr. Singh needed to navigate stairs at home, specific training was provided on safe stair-climbing technique with the walker and later with the walking stick, using the correct step pattern (up with the good leg first, down with the affected leg first).<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Functional mobility training:<\/strong> Exercises were tailored to replicate real-life activities such as getting in and out of bed, standing from a chair, and moving around the home safely.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Clinical Reasoning: Why Five Physiotherapy Sessions Per Week?<\/div>\n                <p>For a young patient with multiple fractures whose primary goal is returning to work and independent living, five sessions per week provides the intensity needed to prevent muscle deconditioning and promote functional recovery. Research in orthopedic rehabilitation consistently shows that higher-frequency therapy in the early post-operative period leads to better functional outcomes. <a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\">Customized rehabilitation programs<\/a> that are delivered consistently at home remove the barrier of travel to a clinic, which is especially valuable for patients with limited mobility.<\/p>\n            <\/div>\n\n            <!-- Patient Attendant -->\n            <h3 class=\"section-subtitle\">Patient Attendant: 12-Hour Daily Assistance<\/h3>\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\" style=\"background: #fef3c7; color: #d97706;\">&#9786;<\/span>\n                    Attendant Support\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 12px;\">A trained <a href=\"https:\/\/athomecare.in\/why-choose-athomecare-patient-attendant\/\">patient attendant<\/a> provided 12-hour daily assistance, covering the daytime hours when Mr. Singh was most active and when his wife needed support. The attendant&#8217;s responsibilities included:<\/p>\n                <ul style=\"font-size: 15px; color: var(--text-secondary); padding-left: 20px;\">\n                    <li style=\"margin-bottom: 6px;\"><strong>Personal hygiene assistance:<\/strong> Helping with bathing (using the shower chair), grooming, and other hygiene needs while ensuring the surgical site remained dry and protected.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Walking assistance:<\/strong> Providing physical support and supervision during walking practice between physiotherapy sessions, ensuring correct walker usage and preventing falls.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Safe transfers:<\/strong> Assisting with bed-to-wheelchair, wheelchair-to-chair, and toilet transfers using proper body mechanics and techniques to protect both the patient and the attendant from injury.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Meal assistance:<\/strong> Helping with meal preparation support and serving, ensuring Mr. Singh maintained adequate nutrition to support bone healing.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Medication reminders:<\/strong> Ensuring medications were taken on time as prescribed by the treating doctor.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Exercise supervision:<\/strong> Encouraging and supervising simple exercises between physiotherapy sessions as instructed by the therapist.<\/li>\n                    <li style=\"margin-bottom: 6px;\"><strong>Escorting for follow-up appointments:<\/strong> Accompanying Mr. Singh and his family to hospital visits for orthopedic follow-up, ensuring safe transport and mobility at the hospital.<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Medical Equipment -->\n            <h3 class=\"section-subtitle\">Medical Equipment Provided at Home<\/h3>\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\" style=\"background: #ede9fe; color: #7c3aed;\">&#9881;<\/span>\n                    Equipment List\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 12px;\">The following equipment was arranged at the patient&#8217;s home to support safe recovery. <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">Medical equipment rental<\/a> is a practical solution for families who need specialized devices for a defined recovery period without the cost of purchase.<\/p>\n            <\/div>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Equipment<\/th>\n                            <th>Purpose in This Case<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Walker<\/strong><\/td>\n                            <td>Primary mobility aid for partial weight-bearing walking during the early and middle phases of recovery<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Wheelchair<\/strong><\/td>\n                            <td>Used during the initial recovery period for mobility when walking was too fatiguing or for longer distances within and outside the home<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Hospital Bed<\/strong><\/td>\n                            <td>Provided adjustable positioning for comfort, safe transfers, and proper leg elevation. <a href=\"https:\/\/athomecare.in\/how-premium-hospital-beds-and-air-mattresses-enhance-patient-comfort\/\">Premium hospital beds<\/a> significantly improve patient comfort during prolonged recovery at home.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Anti-slip Bathroom Mats<\/strong><\/td>\n                            <td>Placed in the bathroom to reduce fall risk on wet surfaces, a critical safety measure given the patient&#8217;s high fall risk<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>BP Monitor<\/strong><\/td>\n                            <td>Enabled regular blood pressure monitoring at home, supporting the nursing team&#8217;s vital signs assessment. <a href=\"https:\/\/athomecare.in\/revolutionizing-home-healthcare-advanced-patient-monitoring-devices-for-elderly-in-gurgaon\/\">Patient monitoring devices<\/a> at home allow early detection of abnormalities.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Shower Chair<\/strong><\/td>\n                            <td>Allowed Mr. Singh to sit while bathing, eliminating the risk of slipping and reducing the physical demand of standing during early recovery<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <!-- Family Education -->\n            <h3 class=\"section-subtitle\">Family Education<\/h3>\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <span class=\"icon\" style=\"background: #fce7f3; color: #db2777;\">&#9997;<\/span>\n                    Topics Covered\n                <\/div>\n                <p style=\"font-size: 15px; color: var(--text-secondary); margin-bottom: 12px;\">Education was not a one-time event but an ongoing process throughout the 12 weeks. The nursing and physiotherapy teams regularly reinforced the following topics with Mr. Singh&#8217;s wife and brother:<\/p>\n                <ul style=\"font-size: 15px; color: var(--text-secondary); padding-left: 20px;\">\n                    <li style=\"margin-bottom: 6px;\">Proper surgical wound care and what to observe during dressing changes<\/li>\n                    <li style=\"margin-bottom: 6px;\">Safe transfer techniques (how to help him stand, sit, and move without straining the injured leg or the caregiver&#8217;s back)<\/li>\n                    <li style=\"margin-bottom: 6px;\">Correct walker usage (proper height adjustment, walking pattern, turning technique)<\/li>\n                    <li style=\"margin-bottom: 6px;\">Recognizing signs of wound infection (increasing redness, warmth, swelling, pus, fever, increasing pain)<\/li>\n                    <li style=\"margin-bottom: 6px;\">The importance of completing the full physiotherapy program even when improvement is felt<\/li>\n                    <li style=\"margin-bottom: 6px;\">Preventing falls inside the home (keeping pathways clear, ensuring adequate lighting, using handrails, non-slip surfaces)<\/li>\n                    <li style=\"margin-bottom: 6px;\">Maintaining adequate nutrition to support bone healing (protein, calcium, vitamin D, overall balanced diet)<\/li>\n                    <li style=\"margin-bottom: 6px;\">Attending all scheduled orthopedic follow-up appointments for clinical and radiological assessment<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Clinical Reasoning: Why Family Education Matters<\/div>\n                <p>Professional home healthcare is delivered for limited hours each day. For the remaining time, the family is the patient&#8217;s first line of support. Untrained family members may inadvertently cause harm, such as assisting with incorrect transfer technique that strains the operated limb, or missing early signs of infection that a trained nurse would catch. <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\">Educating families<\/a> transforms them from anxious bystanders into confident, informed partners in the recovery process. This is especially important in the <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-at-home-faridabad\/\">post-hospital recovery period<\/a>, when the family bears the primary responsibility for the patient&#8217;s safety.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Risks Monitored -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 05b<\/span>\n            <h2 class=\"section-title\">Risks Monitored Throughout Recovery<\/h2>\n            <div class=\"prose\">\n                <p>The home care team maintained active surveillance for the following risks throughout the 12-week period. Understanding these risks helps families appreciate why professional monitoring at home is not an unnecessary expense but a clinically justified safety measure.<\/p>\n            <\/div>\n\n            <div class=\"risk-grid\" style=\"margin-top: 20px;\">\n                <div class=\"risk-item risk-high\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Surgical site infection<\/strong> &#8211; Could compromise the implant and require surgical intervention<\/div>\n                <\/div>\n                <div class=\"risk-item risk-high\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Deep vein thrombosis (DVT)<\/strong> &#8211; Immobility after femoral surgery significantly increases blood clot risk. <a href=\"https:\/\/athomecare.in\/preventing-deep-vein-thrombosis-at-home-the-benefits-of-athomecares-dvt-pump-in-delhi\/\">DVT prevention at home<\/a> involves movement, hydration, and monitoring for leg swelling or pain.<\/div>\n                <\/div>\n                <div class=\"risk-item risk-high\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Falls<\/strong> &#8211; A fall on the operated femur could displace the fracture or damage the hardware<\/div>\n                <\/div>\n                <div class=\"risk-item risk-medium\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Chest infection<\/strong> &#8211; Rib fractures reduce effective coughing and deep breathing<\/div>\n                <\/div>\n                <div class=\"risk-item risk-medium\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Delayed fracture healing<\/strong> &#8211; Poor nutrition, excessive or inadequate weight-bearing, or infection can delay union<\/div>\n                <\/div>\n                <div class=\"risk-item risk-medium\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Muscle weakness and joint stiffness<\/strong> &#8211; Without consistent exercise, deconditioning progresses rapidly<\/div>\n                <\/div>\n                <div class=\"risk-item risk-medium\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Reduced mobility<\/strong> &#8211; A vicious cycle where pain limits movement, which causes more stiffness and weakness, leading to further reduced movement<\/div>\n                <\/div>\n                <div class=\"risk-item risk-low\">\n                    <div class=\"risk-icon\">&#9679;<\/div>\n                    <div><strong>Hospital readmission<\/strong> &#8211; The ultimate negative outcome that comprehensive home care aims to prevent<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"alert alert-success\">\n                <div class=\"alert-title\">Outcome of Risk Monitoring<\/div>\n                <p>Over the entire 12-week home healthcare period, none of these risks materialized. There were no falls, no surgical complications, no deep vein thrombosis, no chest infections, and no hospital readmissions. This outcome reflects the effectiveness of coordinated, vigilant home care.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Recovery Timeline -->\n    <section class=\"section\" id=\"timeline\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 06<\/span>\n            <h2 class=\"section-title\">Recovery Timeline<\/h2>\n            <div class=\"prose\">\n                <p>The following timeline documents the clinical progression observed during the 12-week home healthcare period. The stages reflect the natural healing trajectory of femoral shaft fracture treated with intramedullary nailing, combined with rib and clavicle fracture recovery.<\/p>\n            <\/div>\n\n            <div class=\"timeline\" style=\"margin-top: 24px;\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot active\"><\/div>\n                    <div class=\"timeline-period\">Week 1 (Days 1 to 7 Post-Discharge)<\/div>\n                    <div class=\"timeline-title\">Initial Home Stabilization<\/div>\n                    <div class=\"timeline-content\">\n                        <p>The first week at home focused on establishing a safe routine. The home nurse conducted the initial comprehensive assessment, documenting the surgical wound status, vital signs baseline, pain levels, and functional abilities. The physiotherapist began gentle exercises within the weight-bearing restrictions advised by the orthopedic surgeon.<\/p>\n                        <p>Mr. Singh was able to walk approximately 40 metres with the walker under supervision. Pain was significant, particularly during transfers and attempts at walking. His wife learned basic wound care observations and safe transfer techniques. The attendant provided continuous daytime support, reducing the physical burden on the family.<\/p>\n                        <p><span class=\"timeline-tag tag-nursing\">Nursing: Wound assessment, vitals, medication review<\/span>\n                        <span class=\"timeline-tag tag-physio\">Physio: Gentle ROM, isometric exercises, breathing exercises<\/span>\n                        <span class=\"timeline-tag tag-attendant\">Attendant: Full ADL support, safe transfers<\/span>\n                        <span class=\"timeline-tag tag-family\">Family: Education on wound signs, transfer technique<\/span><\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot active\"><\/div>\n                    <div class=\"timeline-period\">Week 2 to Week 3<\/div>\n                    <div class=\"timeline-title\">Establishing Recovery Rhythm<\/div>\n                    <div class=\"timeline-content\">\n                        <p>By the second week, a structured daily routine was in place. Pain levels began to show a gradual downward trend, though they remained significant during physiotherapy sessions. The surgical wound showed normal healing with no signs of infection. Mr. Singh&#8217;s walking distance with the walker started to increase slightly.<\/p>\n                        <p>Shoulder exercises for the clavicle fracture were progressing, with gentle active-assisted range-of-motion movements. Breathing exercises were becoming more effective as rib pain slowly decreased. The nurse noted that Mr. Singh was adhering well to his medication schedule, and his wife was becoming more confident in her caregiving role.<\/p>\n                        <p><span class=\"timeline-tag tag-nursing\">Nursing: Wound healing confirmed, pain tracking<\/span>\n                        <span class=\"timeline-tag tag-physio\">Physio: Progressive exercises, increased walking distance<\/span>\n                        <span class=\"timeline-tag tag-doctor\">Doctor: First post-discharge follow-up completed<\/span><\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot active\"><\/div>\n                    <div class=\"timeline-period\">Week 4 to Week 6<\/div>\n                    <div class=\"timeline-title\">Functional Progression<\/div>\n                    <div class=\"timeline-content\">\n                        <p>This phase marked noticeable functional improvement. Walking endurance increased meaningfully. Mr. Singh was walking longer distances with the walker and was beginning to practice with a walking stick under close supervision. Lower limb strengthening exercises were progressing from isometric to dynamic movements.<\/p>\n                        <p>The rib fracture pain had reduced considerably, allowing deeper breathing and improved exercise tolerance. Shoulder mobility was improving, and Mr. Singh could perform more of his upper body daily activities with less assistance. Stair-climbing practice was introduced and progressed gradually.<\/p>\n                        <p>The nurse continued wound monitoring, though by this stage the surgical wound was well on its way to complete healing. The focus of nursing visits shifted slightly toward overall recovery monitoring, medication management, and continued caregiver education.<\/p>\n                        <p><span class=\"timeline-tag tag-physio\">Physio: Gait training with stick, stair practice, dynamic strengthening<\/span>\n                        <span class=\"timeline-tag tag-nursing\">Nursing: Transition monitoring, medication adherence<\/span>\n                        <span class=\"timeline-tag tag-family\">Family: Walker-to-stick transition education<\/span><\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot active\"><\/div>\n                    <div class=\"timeline-period\">Week 7 to Week 9<\/div>\n                    <div class=\"timeline-title\">Consolidation Phase<\/div>\n                    <div class=\"timeline-content\">\n                        <p>During this period, the gains made in earlier weeks were consolidated and built upon. Mr. Singh was walking with the walking stick with decreasing need for supervision. His walking distance continued to increase. Lower limb strength was noticeably better, and he was able to stand for longer periods without discomfort.<\/p>\n                        <p>The shoulder had improved to the point where most daily activities involving the left arm could be performed independently. Rib pain was minimal and only noticeable with very deep breathing or sudden movements. The surgical wound had healed completely by this stage.<\/p>\n                        <p>Balance and confidence had improved significantly. Fall risk was reducing, though the attendant continued to provide supervision during more challenging activities. The nursing team documented the wound as fully healed with no signs of infection at any point during the recovery.<\/p>\n                        <p><span class=\"timeline-tag tag-physio\">Physio: Advanced gait training, balance exercises, functional tasks<\/span>\n                        <span class=\"timeline-tag tag-nursing\">Nursing: Wound closure confirmed, vitals stable<\/span>\n                        <span class=\"timeline-tag tag-doctor\">Doctor: Orthopedic follow-up with X-rays showing healing<\/span><\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot success active\"><\/div>\n                    <div class=\"timeline-period\">Week 10 to Week 12<\/div>\n                    <div class=\"timeline-title\">Final Phase and Transition to Independence<\/div>\n                    <div class=\"timeline-content\">\n                        <p>The final three weeks focused on refining mobility, building endurance for return to work, and preparing Mr. Singh and his family for the transition to independent management. Walking with the stick had become natural and efficient, with near-normal gait pattern.<\/p>\n                        <p>Walking endurance had improved from approximately 40 metres at discharge to nearly 500 metres with a walking stick and minimal supervision. This represented a more than twelve-fold improvement in walking endurance over the 12-week period.<\/p>\n                        <p>The orthopedic follow-up at this stage confirmed satisfactory radiological healing of the right femoral fracture. Mr. Singh received medical clearance to resume office-based work on a modified schedule. The physiotherapy team provided a home exercise program for him to continue independently after the formal home care period ended.<\/p>\n                        <p><span class=\"timeline-tag tag-physio\">Physio: Work readiness assessment, independent exercise program<\/span>\n                        <span class=\"timeline-tag tag-doctor\">Doctor: Medical clearance for modified work return<\/span>\n                        <span class=\"timeline-tag tag-family\">Family: Discharge education, ongoing exercise guidance<\/span><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Clinical Evidence -->\n    <section class=\"section section-alt\" id=\"evidence\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 07<\/span>\n            <h2 class=\"section-title\">Clinical Evidence<\/h2>\n            <div class=\"prose\">\n                <p>The following tables summarize the documented clinical parameters and functional assessments during the 12-week home healthcare period. All data is derived from the home care team&#8217;s clinical records and the treating doctor&#8217;s follow-up assessments.<\/p>\n            <\/div>\n\n            <h3 class=\"section-subtitle\">Mobility Progression<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Parameter<\/th>\n                            <th>At Discharge (Week 0)<\/th>\n                            <th>Week 4<\/th>\n                            <th>Week 8<\/th>\n                            <th>Week 12 (Final)<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Mobility Aid<\/strong><\/td>\n                            <td>Walker<\/td>\n                            <td>Walker (transitioning to stick)<\/td>\n                            <td>Walking stick<\/td>\n                            <td>Walking stick<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Walking Distance<\/strong><\/td>\n                            <td>Approx. 40 metres<\/td>\n                            <td>Approx. 150 metres<\/td>\n                            <td>Approx. 350 metres<\/td>\n                            <td>Nearly 500 metres<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Weight-Bearing Status<\/strong><\/td>\n                            <td>Partial weight-bearing<\/td>\n                            <td>Progressing weight-bearing<\/td>\n                            <td>Near full weight-bearing<\/td>\n                            <td>Full weight-bearing as tolerated<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Supervision Required<\/strong><\/td>\n                            <td>Full supervision<\/td>\n                            <td>Close supervision<\/td>\n                            <td>Minimal supervision<\/td>\n                            <td>Minimal supervision<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Stair Climbing<\/strong><\/td>\n                            <td>Not attempted<\/td>\n                            <td>Practicing with support<\/td>\n                            <td>Independent with rail<\/td>\n                            <td>Independent with stick<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3 class=\"section-subtitle\">Functional Status Assessment<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Activity<\/th>\n                            <th>At Discharge<\/th>\n                            <th>At Week 12<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Feeding<\/strong><\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Bathing<\/strong><\/td>\n                            <td>Dependent<\/td>\n                            <td>Independent (with shower chair)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Dressing<\/strong><\/td>\n                            <td>Required assistance<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Toilet Transfers<\/strong><\/td>\n                            <td>Required assistance<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Meal Preparation<\/strong><\/td>\n                            <td>Required assistance<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Household Chores<\/strong><\/td>\n                            <td>Dependent<\/td>\n                            <td>Light chores independently<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Outdoor Mobility<\/strong><\/td>\n                            <td>Dependent<\/td>\n                            <td>Independent with walking stick<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Driving<\/strong><\/td>\n                            <td>Dependent<\/td>\n                            <td>Not yet resumed (medical clearance pending)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Communication<\/strong><\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Decision-Making<\/strong><\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3 class=\"section-subtitle\">Pain and Symptom Progression<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Symptom<\/th>\n                            <th>At Discharge<\/th>\n                            <th>Mid-Recovery (Week 6)<\/th>\n                            <th>Week 12<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Right Thigh Pain (Surgical Site)<\/strong><\/td>\n                            <td>Severe during movement<\/td>\n                            <td>Moderate during exercises<\/td>\n                            <td>Mild, occasional<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Left Shoulder Pain<\/strong><\/td>\n                            <td>Significant, restricted movement<\/td>\n                            <td>Improving, increasing ROM<\/td>\n                            <td>Minimal, full functional ROM<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Rib Pain (Deep Breathing)<\/strong><\/td>\n                            <td>Significant<\/td>\n                            <td>Mild to moderate<\/td>\n                            <td>Resolved<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Generalized Weakness<\/strong><\/td>\n                            <td>Marked<\/td>\n                            <td>Moderate<\/td>\n                            <td>Mild<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Gait Impairment<\/strong><\/td>\n                            <td>Significant (walker-dependent)<\/td>\n                            <td>Moderate (transitioning)<\/td>\n                            <td>Mild (stick, near-normal pattern)<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3 class=\"section-subtitle\">Complication Surveillance Summary<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Complication<\/th>\n                            <th>Monitored?<\/th>\n                            <th>Detected?<\/th>\n                            <th>Outcome<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Surgical Site Infection<\/strong><\/td>\n                            <td>Yes, every nursing visit<\/td>\n                            <td>No<\/td>\n                            <td>Wound healed completely without infection<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Deep Vein Thrombosis<\/strong><\/td>\n                            <td>Yes, clinical assessment<\/td>\n                            <td>No<\/td>\n                            <td>No DVT symptoms observed<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Falls<\/strong><\/td>\n                            <td>Yes, continuous during attendant hours<\/td>\n                            <td>No<\/td>\n                            <td>Zero falls during 12-week period<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Chest Infection<\/strong><\/td>\n                            <td>Yes, respiratory assessment<\/td>\n                            <td>No<\/td>\n                            <td>Clear chest, normal breathing<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Delayed Fracture Healing<\/strong><\/td>\n                            <td>Yes, clinical and radiological<\/td>\n                            <td>No<\/td>\n                            <td>Satisfactory healing on follow-up X-ray<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Hospital Readmission<\/strong><\/td>\n                            <td>N\/A<\/td>\n                            <td>N\/A<\/td>\n                            <td>Not required<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Supporting Clinical Documents -->\n    <section class=\"section\" id=\"documents\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 08<\/span>\n            <h2 class=\"section-title\">Supporting Clinical Documents<\/h2>\n            <div class=\"prose\">\n                <p>The home care plan was developed and guided by the following clinical documents. In actual practice, these records form the foundation of all care decisions. Specific patient-identifiable information within these documents is kept confidential.<\/p>\n            <\/div>\n            <ul class=\"docs-list\" style=\"margin-top: 20px;\">\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Hospital Discharge Summary<\/strong> &#8211; Comprehensive summary of the 15-day hospital course, including surgical details, medications at discharge, weight-bearing restrictions, and follow-up instructions<\/div>\n                <\/li>\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Operative Notes<\/strong> &#8211; Details of the intramedullary interlocking nailing procedure, including implant specifications<\/div>\n                <\/li>\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Radiology Reports<\/strong> &#8211; Pre-operative and post-operative X-rays of the right femur, X-ray of the left clavicle, and chest X-ray for rib fracture assessment<\/div>\n                <\/li>\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Blood Investigation Reports<\/strong> &#8211; Including hemoglobin levels documenting mild blood loss anemia, and other relevant parameters<\/div>\n                <\/li>\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Prescription Records<\/strong> &#8211; Discharge medications and subsequent prescriptions from follow-up visits<\/div>\n                <\/li>\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Follow-Up Clinical Notes<\/strong> &#8211; Notes from orthopedic follow-up visits documenting clinical and radiological progress<\/div>\n                <\/li>\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Home Nursing Progress Records<\/strong> &#8211; Detailed notes from each nursing visit documenting vital signs, wound status, pain assessment, and interventions provided<\/div>\n                <\/li>\n                <li>\n                    <div class=\"doc-icon\">&#9776;<\/div>\n                    <div><strong>Physiotherapy Session Notes<\/strong> &#8211; Records of each physiotherapy session documenting exercises performed, patient response, and progression<\/div>\n                <\/li>\n            <\/ul>\n\n            <div class=\"alert alert-info\">\n                <div class=\"alert-title\">Note on Documentation<\/div>\n                <p>All clinical records referenced in this case study are maintained in accordance with medical documentation standards. Patient-identifiable information has been modified to protect confidentiality. The clinical findings and outcomes described are based on actual documented records.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Recovery Outcome -->\n    <section class=\"section section-alt\" id=\"outcome\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 09<\/span>\n            <h2 class=\"section-title\">Recovery Outcome After 12 Weeks<\/h2>\n            <div class=\"prose\">\n                <p>At the conclusion of the 12-week home healthcare period, the following outcomes were documented based on clinical assessment and the treating doctor&#8217;s follow-up evaluation.<\/p>\n            <\/div>\n\n            <div class=\"outcome-grid\" style=\"margin-top: 20px;\">\n                <div class=\"outcome-card outcome-positive\">\n                    <div class=\"outcome-label\">Surgical Wound<\/div>\n                    <div class=\"outcome-value\">Healed completely with no signs of infection at any point during the recovery period<\/div>\n                <\/div>\n                <div class=\"outcome-card outcome-positive\">\n                    <div class=\"outcome-label\">Walking Endurance<\/div>\n                    <div class=\"outcome-value\">Improved from approx. 40 metres (walker) to nearly 500 metres (walking stick) with minimal supervision<\/div>\n                <\/div>\n                <div class=\"outcome-card outcome-positive\">\n                    <div class=\"outcome-label\">Fracture Healing<\/div>\n                    <div class=\"outcome-value\">Satisfactory radiological healing confirmed on follow-up X-ray<\/div>\n                <\/div>\n                <div class=\"outcome-card outcome-positive\">\n                    <div class=\"outcome-label\">Shoulder Mobility<\/div>\n                    <div class=\"outcome-value\">Significant improvement, allowing independent performance of routine daily activities<\/div>\n                <\/div>\n                <div class=\"outcome-card outcome-positive\">\n                    <div class=\"outcome-label\">Rib Fracture Pain<\/div>\n                    <div class=\"outcome-value\">Gradually resolved, enabling comfortable deep breathing and improved exercise tolerance<\/div>\n                <\/div>\n                <div class=\"outcome-card outcome-positive\">\n                    <div class=\"outcome-label\">Work Status<\/div>\n                    <div class=\"outcome-value\">Resumed office-based work on a modified schedule after medical clearance<\/div>\n                <\/div>\n                <div class=\"outcome-card outcome-positive\">\n                    <div class=\"outcome-label\">Complications<\/div>\n                    <div class=\"outcome-value\">Zero falls, zero surgical complications, zero DVT, zero hospital readmissions<\/div>\n                <\/div>\n                <div class=\"outcome-card\">\n                    <div class=\"outcome-label\">Remaining Considerations<\/div>\n                    <div class=\"outcome-value\">Continued home exercises recommended; driving clearance to be assessed at next follow-up; full return to field work to be gradual<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"doctor-card\" style=\"margin-top: 20px;\">\n                <div class=\"doctor-card-label\">Clinical Perspective on This Outcome<\/div>\n                <p>This outcome represents a well-executed recovery for a patient with polytrauma. The key factors that contributed to this result include: early initiation of structured home care immediately after discharge, consistent physiotherapy at appropriate intensity, vigilant wound monitoring, a safe home environment with proper equipment, and an engaged family that participated actively in the care process. The absence of any complications over 12 weeks is noteworthy and reflects the value of coordinated, professional home healthcare. <a href=\"https:\/\/athomecare.in\/trauma-patient-full-time-care\/\">Trauma patient care at home<\/a>, when delivered properly, provides outcomes that match or exceed what extended hospitalization would offer, with the added benefit of patient comfort and family involvement.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Medical Authority -->\n    <section class=\"authority-section\" id=\"authority\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 10<\/span>\n            <h2 class=\"section-title\">Medical Authority<\/h2>\n            <div class=\"authority-card\">\n                <div class=\"authority-header\">\n                    <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya\" class=\"authority-avatar\">\n                    <div>\n                        <div class=\"authority-name\">Dr. Ekta Fageriya, MBBS<\/div>\n                        <div class=\"authority-cred\">RMC Registration No. 44780<\/div>\n                        <div class=\"authority-detail\">\n                            <span class=\"authority-detail-label\">Specialization:<\/span>\n                            <span>Geriatric Medicine<\/span>\n                        <\/div>\n                        <div class=\"authority-detail\">\n                            <span class=\"authority-detail-label\">Clinical Experience:<\/span>\n                            <span>7 Years<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <p style=\"font-size: 14px; color: var(--text-secondary); line-height: 1.7;\">This case study has been reviewed and prepared under clinical supervision to ensure medical accuracy and adherence to evidence-based practice. The content reflects standard clinical protocols for polytrauma rehabilitation and home healthcare delivery.<\/p>\n\n                \n        <\/div>\n    <\/section>\n\n    <!-- Key Clinical Learnings -->\n    <section class=\"section\" id=\"learnings\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 11<\/span>\n            <h2 class=\"section-title\">Key Clinical Learnings<\/h2>\n            <div class=\"prose\">\n                <p>This case offers several meaningful clinical insights for healthcare professionals, patients, and families navigating polytrauma recovery.<\/p>\n            <\/div>\n\n            <div class=\"learning-grid\" style=\"margin-top: 20px;\">\n                <div class=\"learning-card\">\n                    <h4>The post-discharge period is a distinct clinical phase, not an extension of hospital care<\/h4>\n                    <p>Patients transitioning from hospital to home after polytrauma enter a vulnerable phase where hospital-level monitoring is no longer available, but clinical risks remain significant. Recognizing this as a distinct phase that requires its own protocols, team, and monitoring framework is the first step toward safe recovery.<\/p>\n                <\/div>\n                <div class=\"learning-card\">\n                    <h4>Coordination between nursing, physiotherapy, and attendant care produces better outcomes than any single service alone<\/h4>\n                    <p>In this case, the nurse monitored wound healing and vital signs, the physiotherapist drove functional recovery, and the attendant ensured safe daily living between professional visits. No single service could have achieved this outcome in isolation. The coordination between these services, with shared documentation and communication, was a key success factor.<\/p>\n                <\/div>\n                <div class=\"learning-card\">\n                    <h4>Femoral fracture recovery with intramedullary nailing responds well to early, progressive home rehabilitation<\/h4>\n                    <p>The twelve-fold improvement in walking distance over 12 weeks demonstrates the capacity for recovery when structured rehabilitation is delivered consistently at home. The key is progressive loading, guided by the surgeon&#8217;s weight-bearing protocol, combined with muscle strengthening and gait retraining.<\/p>\n                <\/div>\n                <div class=\"learning-card\">\n                    <h4>Rib fracture recovery must not be overlooked in polytrauma patients<\/h4>\n                    <p>While the femoral fracture naturally dominates clinical attention, the rib fractures in this case posed a real risk of chest infection. Continued breathing exercises and respiratory monitoring at home were essential, and the resolution of rib pain contributed significantly to overall exercise tolerance and recovery speed.<\/p>\n                <\/div>\n                <div class=\"learning-card\">\n                    <h4>Zero complications is an achievable outcome with vigilant home care<\/h4>\n                    <p>The absence of falls, infection, DVT, or readmission in this case should not be dismissed as expected. In routine practice, post-discharge complications are common. This outcome reflects the specific value of having trained professionals monitoring the patient in the home environment, catching potential issues before they become clinical events.<\/p>\n                <\/div>\n                <div class=\"learning-card\">\n                    <h4>Family education transforms the home environment from a risk factor into a recovery asset<\/h4>\n                    <p>Mr. Singh&#8217;s wife progressed from being an anxious, untrained caregiver to a confident partner in the recovery process. This transition, achieved through consistent education from the nursing and therapy teams, meant that even during hours when professional staff were not present, the home environment remained safe and supportive.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQs -->\n    <section class=\"section section-alt\" id=\"faqs\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 12<\/span>\n            <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What is polytrauma and how is it different from a single fracture?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        Polytrauma refers to injuries to multiple body systems or regions resulting from a single traumatic event, such as a road traffic accident. In this case, the patient had fractures in three different locations (femur, clavicle, and ribs) plus soft tissue injuries. This is fundamentally different from a single fracture because each injury affects recovery in its own way, and the combined impact on mobility, pain, and functional ability is much greater. Polytrauma patients need a coordinated rehabilitation approach that addresses all injuries simultaneously, not just the most obvious one.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Why was the clavicle fracture not treated with surgery?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        Most clavicle fractures are treated conservatively (without surgery) using a sling for support, pain management, and gradual return to movement. Surgery is typically reserved for fractures that are significantly displaced, open (where the bone has pierced the skin), or associated with nerve or blood vessel injury. In this case, the clavicle fracture was managed conservatively, which is the standard and appropriate approach for the type of injury described.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    How long does it take for a femoral shaft fracture to heal completely after intramedullary nailing?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        Femoral shaft fractures in adults typically take 3 to 6 months for clinical and radiological union (healing), though full bone remodeling can continue for up to a year or more. In this case, at 12 weeks (approximately 3 months), the X-rays showed satisfactory healing, which is within the expected timeline. However, &#8220;satisfactory healing&#8221; at 12 weeks does not mean the bone is fully restored. Continued protection, progressive loading, and follow-up X-rays are standard practice until complete union is confirmed.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Is home healthcare safe for a patient with multiple fractures?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        Home healthcare is safe for polytrauma patients once they have achieved medical stability in the hospital and the treating doctor has cleared them for home discharge. The key condition is that the home care must be professional and structured, not informal. This means having a qualified nurse for clinical monitoring, a physiotherapist for rehabilitation, appropriate equipment (walker, hospital bed, shower chair), and a trained attendant for daily support. When these elements are in place, as they were in this case, home recovery can be as safe as or safer than extended hospitalization, with the additional benefit of being in a familiar environment.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What is deep vein thrombosis and why is it a concern after femoral fracture surgery?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        Deep vein thrombosis (DVT) is a blood clot that forms in the deep veins, usually in the legs. After femoral fracture and surgery, the risk of DVT is elevated because of the trauma itself, the surgical procedure, and the period of reduced mobility. A clot in the leg can cause pain and swelling, but the more serious risk is that a piece of the clot can break off and travel to the lungs, causing a pulmonary embolism, which is a life-threatening condition. This is why DVT prevention through early mobility, adequate hydration, and sometimes medication is a standard part of post-operative care, and why monitoring for signs of DVT continues at home.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Why is physiotherapy needed five times a week for this type of injury?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        Five sessions per week provides the frequency needed to build on each session&#8217;s gains without losing progress during rest days. In the early post-operative period, muscles lose strength rapidly and joints become stiff quickly. If therapy is too infrequent, each session is spent re-gaining what was lost rather than making forward progress. Additionally, this patient had three different injury sites requiring attention: the femur (gait training, strengthening), the clavicle (shoulder exercises), and the ribs (breathing exercises). Five sessions allow adequate time for each component without overloading the patient in a single session. As recovery progresses, frequency can typically be reduced.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    When can a patient return to driving after femoral fracture surgery?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        The decision to return to driving after femoral fracture surgery depends on several factors: which leg was operated on (right leg in India affects both clutch and brake), whether the patient can safely perform emergency braking, whether they are no longer taking pain medications that affect alertness, and whether the treating doctor has provided clearance. In this case, driving had not yet been resumed at the 12-week mark and was to be assessed at the next follow-up visit. This is not unusual. Return to driving is typically assessed individually rather than by a fixed timeline.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What happens if home healthcare is not arranged after discharge for a polytrauma patient?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        Without structured home healthcare, polytrauma patients face several risks. The wound may develop an infection that goes unnoticed until it becomes severe. The patient may fall due to inadequate supervision or incorrect use of mobility aids. Muscles may weaken significantly due to lack of guided exercise, prolonging recovery. Rib fracture complications like chest infection may develop without breathing exercises. Medications may be missed or taken incorrectly. The family caregiver may experience physical and emotional burnout. These risks often lead to emergency hospital visits or readmissions that could have been prevented. <a href=\"https:\/\/athomecare.in\/post-surgery-complications-at-home-delhi\/\">Post-surgery complications at home<\/a> are a well-documented concern, and professional home care is the established solution.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Can a family member manage polytrauma recovery at home without professional help?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        While family members play an essential role in recovery, managing polytrauma without any professional support is not advisable for most families. The clinical skills required, including wound assessment, vital signs interpretation, medication management, safe transfer techniques, and exercise supervision, go beyond what an untrained family member can safely provide. Family members can effectively supplement professional care, but they should not replace it, especially in the early weeks after discharge when risks are highest. The <a href=\"https:\/\/athomecare.in\/hospital-discharge-to-recovery-delhi\/\">hospital discharge to recovery transition<\/a> is a critical period that benefits from professional oversight.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    How is home healthcare for trauma patients different from elderly home care?\n                    <span class=\"faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    <div class=\"faq-answer-inner\">\n                        While many principles overlap (safety, monitoring, rehabilitation, family education), trauma care for younger patients differs from elderly care in several ways. Trauma patients are typically recovering from an acute event with a clear trajectory toward full functional recovery, whereas elderly patients often have chronic conditions requiring long-term management. Trauma rehabilitation tends to be more intensive and goal-oriented (returning to work, full mobility), while elderly care often focuses on maintaining function and preventing decline. The equipment needs also differ: trauma patients need mobility aids like walkers and wheelchairs, while elderly patients may need a broader range of devices. That said, the quality standards, clinical protocols, and professional oversight required are equally rigorous in both settings. Families exploring <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">patient care services<\/a> should ensure the provider has experience relevant to their specific situation.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section -->\n    <section class=\"contact-section\">\n        <div class=\"container\">\n            <div class=\"contact-card\">\n                <div class=\"contact-label\">Corporate Office<\/div>\n                <div class=\"contact-value\">\n                    Unit No. 703, 7th Floor, ILD Trade Centre<br>\n                    D1 Block, Malibu Town, Sector 47<br>\n                    Maholi, Haryana 122018\n                <\/div>\n                <div class=\"contact-label\">Phone<\/div>\n                <div class=\"contact-value\">\n                    <a href=\"tel:9910823218\">9910823218<\/a>\n                <\/div>\n                <div class=\"contact-label\">Email<\/div>\n                <div class=\"contact-value\">\n                    <a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Medical Disclaimer -->\n    <section class=\"disclaimer-section\">\n        <div class=\"container\">\n            <div class=\"disclaimer-box\">\n                <p><strong>Medical Disclaimer:<\/strong> Every patient is unique. The clinical course, treatment decisions, and recovery outcomes described in this case study are specific to this patient and should not be generalized to other individuals. Treatment decisions must always be made by qualified healthcare professionals based on individual patient assessment, medical history, and current clinical guidelines.<\/p>\n                <p>Emergency symptoms, including sudden severe pain, chest pain, difficulty breathing, signs of infection (fever, wound redness or discharge), swelling in the leg that may suggest a blood clot, or any sudden deterioration, require immediate hospital care. Home healthcare complements but does not replace emergency medical services.<\/p>\n                <p>This case study is intended for informational and educational purposes only. It does not constitute medical advice, diagnosis, or treatment recommendation. Readers should consult their own treating physician for guidance specific to their situation.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"footer\">\n        <div class=\"container\">\n            <p>&copy; 2026 AtHomeCare. All rights reserved. This is a fictional case study prepared for educational and informational purposes. Patient details have been modified to protect confidentiality.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\nfunction toggleFaq(button) {\n    const item = button.parentElement;\n\n    \/\/ Close other FAQs\n    document.querySelectorAll('.faq-item').forEach(faq => {\n        if (faq !== item) {\n            faq.classList.remove('open');\n            faq.querySelector('.faq-icon').textContent = '+';\n        }\n    });\n\n    \/\/ Toggle current FAQ\n    item.classList.toggle('open');\n\n    const icon = button.querySelector('.faq-icon');\n    icon.textContent = item.classList.contains('open') ? '\u2212' : '+';\n}\n<\/script>\n<script>\n        \/\/ Smooth scroll for nav links\n        document.querySelectorAll('.nav-links a').forEach(function(link) {\n            link.addEventListener('click', function(e) {\n                e.preventDefault();\n                var target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    var offset = 60;\n                    var top = target.getBoundingClientRect().top + window.pageYOffset - offset;\n                    window.scrollTo({ top: top, behavior: 'smooth' });\n                }\n            });\n        });\n\n        \/\/ Highlight active nav section on scroll\n        var sections = document.querySelectorAll('section[id]');\n        var navLinks = document.querySelectorAll('.nav-links a');\n        \n        window.addEventListener('scroll', function() {\n            var scrollPos = window.scrollY + 100;\n            sections.forEach(function(section) {\n                if (section.offsetTop <= scrollPos &#038;&#038; section.offsetTop + section.offsetHeight > scrollPos) {\n                    navLinks.forEach(function(link) {\n                        link.style.color = '';\n                        link.style.background = '';\n                        if (link.getAttribute('href') === '#' + section.id) {\n                            link.style.color = 'var(--primary)';\n                            link.style.background = 'var(--primary-bg)';\n                        }\n                    });\n                }\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-63","post","type-post","status-publish","format-standard","hentry","category-blog"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"lyfmedicare46\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-11T11:37:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-11T11:37:07+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#blogposting\",\"name\":\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali\",\"headline\":\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#articleImage\"},\"datePublished\":\"2026-07-11T11:37:07+00:00\",\"dateModified\":\"2026-07-11T11:37:07+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#listItem\",\"name\":\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#listItem\",\"position\":3,\"name\":\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/\",\"name\":\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali\",\"description\":\"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-11T11:37:07+00:00\",\"dateModified\":\"2026-07-11T11:37:07+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\",\"name\":\"mohali\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali","description":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old","canonical_url":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#blogposting","name":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali","headline":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#articleImage"},"datePublished":"2026-07-11T11:37:07+00:00","dateModified":"2026-07-11T11:37:07+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#listItem","name":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#listItem","position":3,"name":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#webpage","url":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/","name":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali","description":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-11T11:37:07+00:00","dateModified":"2026-07-11T11:37:07+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/mohali\/#website","url":"https:\/\/athomecare.in\/mohali\/","name":"mohali","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"}}]},"og:locale":"en_US","og:site_name":"mohali -","og:type":"article","og:title":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali","og:description":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old","og:url":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/","article:published_time":"2026-07-11T11:37:07+00:00","article:modified_time":"2026-07-11T11:37:07+00:00","twitter:card":"summary_large_image","twitter:title":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care - mohali","twitter:description":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study | AtHomeCare AtHomeCare Background Diagnosis Hospital Why Home Care Care Plan Timeline Evidence Outcome FAQs Clinical Case Study Polytrauma Rehabilitation at Home After a Road Traffic Accident: A Structured 12-Week Recovery A detailed clinical account of how coordinated home nursing, physiotherapy, and attendant care supported a 34-year-old"},"aioseo_meta_data":{"post_id":"63","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-11 11:25:12","updated":"2026-07-13 08:31:50","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPolytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Polytrauma Recovery at Home: Post-RTA Rehabilitation Case Study with Nursing, Physiotherapy, and Attendant Care","link":"https:\/\/athomecare.in\/mohali\/polytrauma-recovery-at-home-post-rta-rehabilitation-case-study-with-nursing-physiotherapy-and-attendant-care\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":6,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"predecessor-version":[{"id":69,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/63\/revisions\/69"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}