{"id":50,"date":"2026-07-11T11:23:51","date_gmt":"2026-07-11T11:23:51","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=50"},"modified":"2026-07-11T11:23:51","modified_gmt":"2026-07-11T11:23:51","slug":"recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/","title":{"rendered":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study"},"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>Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare<\/title>\n    <meta name=\"description\" content=\"Clinical case study of a 38-year-old construction supervisor with pelvic fracture, L2 compression fracture, and distal radius fracture managed through structured home healthcare rehabilitation over 12 weeks.\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/case-study-multiple-orthopedic-injuries-home-rehabilitation\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Merriweather:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n        :root {\n            --bg: #F8F9FA;\n            --bg-white: #FFFFFF;\n            --bg-light-blue: #EDF4FC;\n            --bg-light-green: #EDF7ED;\n            --bg-light-amber: #FFF8E7;\n            --bg-light-red: #FEF2F2;\n            --bg-light-purple: #F3F0FF;\n            --text-primary: #1A1A2E;\n            --text-secondary: #4A5568;\n            --text-muted: #718096;\n            --blue-50: #EBF5FF;\n            --blue-100: #D6EBFF;\n            --blue-200: #ADD6FF;\n            --blue-400: #339AF0;\n            --blue-500: #1C7ED6;\n            --blue-600: #1864AB;\n            --blue-700: #194F8A;\n            --green-600: #2B8A3E;\n            --green-700: #1B6B2C;\n            --amber-600: #D97706;\n            --amber-700: #B45309;\n            --red-600: #DC2626;\n            --red-700: #B91C1C;\n            --purple-600: #7C3AED;\n            --gray-100: #F1F5F9;\n            --gray-200: #E2E8F0;\n            --gray-300: #CBD5E1;\n            --gray-400: #94A3B8;\n            --gray-500: #64748B;\n            --gray-600: #475569;\n            --border-light: #E5E7EB;\n            --border-blue: #BFDBFE;\n            --border-green: #BBF7D0;\n            --border-amber: #FDE68A;\n            --border-red: #FECACA;\n            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);\n            --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);\n            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.04);\n            --radius: 12px;\n            --radius-sm: 8px;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: var(--bg);\n            color: var(--text-primary);\n            line-height: 1.75;\n            font-size: 16px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container {\n            max-width: 860px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: #0F2A47;\n            padding: 48px 20px 56px;\n            color: #fff;\n            position: relative;\n            overflow: hidden;\n        }\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -60%;\n            right: -20%;\n            width: 500px;\n            height: 500px;\n            background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255,255,255,0.15);\n            border: 1px solid rgba(255,255,255,0.3);\n            padding: 5px 14px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n            margin-bottom: 20px;\n            color: #FFFFFF;\n        }\n        .hero h1 {\n            font-family: 'Merriweather', serif;\n            font-size: clamp(22px, 4.5vw, 32px);\n            font-weight: 700;\n            line-height: 1.4;\n            margin-bottom: 16px;\n            max-width: 740px;\n            color: #FFFFFF;\n            text-shadow: 0 2px 8px rgba(0,0,0,0.4);\n        }\n        .hero-summary {\n            font-size: 15.5px;\n            line-height: 1.8;\n            color: #FFFFFF;\n            max-width: 700px;\n            margin-bottom: 28px;\n            text-shadow: 0 1px 4px rgba(0,0,0,0.35);\n            font-weight: 400;\n        }\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 12px;\n            max-width: 720px;\n        }\n        .hero-stat {\n            background: rgba(255,255,255,0.1);\n            border: 1px solid rgba(255,255,255,0.18);\n            border-radius: var(--radius-sm);\n            padding: 14px 16px;\n        }\n        .hero-stat-label {\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: rgba(255,255,255,0.7);\n            margin-bottom: 4px;\n            font-weight: 500;\n        }\n        .hero-stat-value {\n            font-size: 14px;\n            font-weight: 600;\n            color: #FFFFFF;\n        }\n\n        \/* Main Content *\/\n        .main-content {\n            padding: 40px 20px 60px;\n        }\n        .container-narrow {\n            max-width: 860px;\n            margin: 0 auto;\n        }\n\n        \/* Section Headings *\/\n        .section-heading {\n            font-family: 'Merriweather', serif;\n            font-size: clamp(20px, 3.5vw, 26px);\n            font-weight: 700;\n            color: var(--text-primary);\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--blue-500);\n            display: inline-block;\n        }\n        .subsection-heading {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--blue-700);\n            margin: 28px 0 12px;\n        }\n\n        \/* Cards *\/\n        .card {\n            background: var(--bg-white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 24px;\n            margin-bottom: 24px;\n            box-shadow: var(--shadow-sm);\n        }\n        .card-blue {\n            background: var(--bg-light-blue);\n            border-color: var(--border-blue);\n        }\n        .card-green {\n            background: var(--bg-light-green);\n            border-color: var(--border-green);\n        }\n        .card-amber {\n            background: var(--bg-light-amber);\n            border-color: var(--border-amber);\n        }\n        .card-red {\n            background: var(--bg-light-red);\n            border-color: var(--border-red);\n        }\n        .card-purple {\n            background: var(--bg-light-purple);\n            border-color: #DDD6FE;\n        }\n        .card-label {\n            font-size: 11px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        .card-label-blue { color: var(--blue-600); }\n        .card-label-green { color: var(--green-600); }\n        .card-label-amber { color: var(--amber-600); }\n        .card-label-red { color: var(--red-600); }\n        .card-label-purple { color: var(--purple-600); }\n\n        \/* Doctor Explanation Card *\/\n        .doctor-card {\n            background: var(--bg-white);\n            border-left: 4px solid var(--blue-500);\n            border-radius: 0 var(--radius) var(--radius) 0;\n            padding: 20px 24px;\n            margin: 20px 0;\n            box-shadow: var(--shadow-sm);\n        }\n        .doctor-card-header {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 10px;\n        }\n        .doctor-icon {\n            width: 36px;\n            height: 36px;\n            background: var(--blue-50);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        .doctor-icon svg {\n            width: 18px;\n            height: 18px;\n            fill: var(--blue-500);\n        }\n        .doctor-card-title {\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--blue-600);\n        }\n        .doctor-card p {\n            font-size: 14.5px;\n            color: var(--text-secondary);\n            line-height: 1.75;\n        }\n\n        \/* Tables *\/\n        .table-wrapper {\n            overflow-x: auto;\n            margin: 16px 0 24px;\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        thead {\n            background: #F1F5F9;\n        }\n        th {\n            padding: 12px 14px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--text-secondary);\n            border-bottom: 2px solid var(--border-light);\n        }\n        td {\n            padding: 11px 14px;\n            border-bottom: 1px solid var(--border-light);\n            color: var(--text-primary);\n        }\n        tr:last-child td { border-bottom: none; }\n        tr:hover td { background: #FAFBFC; }\n\n        \/* Timeline *\/\n        .timeline {\n            position: relative;\n            padding-left: 32px;\n            margin: 24px 0;\n        }\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 11px;\n            top: 4px;\n            bottom: 4px;\n            width: 2px;\n            background: var(--blue-200);\n        }\n        .timeline-item {\n            position: relative;\n            margin-bottom: 28px;\n        }\n        .timeline-item:last-child { margin-bottom: 0; }\n        .timeline-dot {\n            position: absolute;\n            left: -32px;\n            top: 4px;\n            width: 24px;\n            height: 24px;\n            background: var(--blue-500);\n            border: 3px solid var(--bg);\n            border-radius: 50%;\n            z-index: 1;\n        }\n        .timeline-dot-green {\n            background: var(--green-600);\n        }\n        .timeline-label {\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--blue-600);\n            margin-bottom: 6px;\n        }\n        .timeline-content {\n            background: var(--bg-white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            padding: 16px 18px;\n        }\n        .timeline-content p {\n            font-size: 14px;\n            color: var(--text-secondary);\n            margin-bottom: 8px;\n        }\n        .timeline-content p:last-child { margin-bottom: 0; }\n        .timeline-tag {\n            display: inline-block;\n            font-size: 11px;\n            font-weight: 500;\n            padding: 2px 8px;\n            border-radius: 4px;\n            margin-right: 4px;\n            margin-top: 4px;\n        }\n        .tag-nursing { background: var(--blue-50); color: var(--blue-600); }\n        .tag-physio { background: var(--green-600); color: #fff; }\n        .tag-doctor { background: var(--purple-600); color: #fff; }\n        .tag-family { background: #FEF3C7; color: #92400E; }\n\n        \/* Risk Indicator *\/\n        .risk-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 12px 0;\n        }\n        .risk-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 10px 12px;\n            background: var(--bg-light-red);\n            border: 1px solid var(--border-red);\n            border-radius: var(--radius-sm);\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--red-700);\n        }\n        .risk-dot {\n            width: 8px;\n            height: 8px;\n            background: var(--red-600);\n            border-radius: 50%;\n            flex-shrink: 0;\n        }\n\n        \/* Equipment Grid *\/\n        .equip-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n            gap: 10px;\n            margin: 12px 0;\n        }\n        .equip-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 10px 12px;\n            background: var(--bg-light-blue);\n            border: 1px solid var(--border-blue);\n            border-radius: var(--radius-sm);\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--blue-700);\n        }\n        .equip-icon {\n            width: 28px;\n            height: 28px;\n            background: #fff;\n            border-radius: 6px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        .equip-icon svg {\n            width: 14px;\n            height: 14px;\n            fill: var(--blue-500);\n        }\n\n        \/* Goal Cards *\/\n        .goal-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n            margin: 16px 0;\n        }\n        @media (max-width: 600px) {\n            .goal-row { grid-template-columns: 1fr; }\n        }\n        .goal-card {\n            padding: 18px;\n            border-radius: var(--radius-sm);\n            border: 1px solid;\n        }\n        .goal-card h4 {\n            font-size: 14px;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n        .goal-card ul {\n            list-style: none;\n            padding: 0;\n        }\n        .goal-card li {\n            font-size: 13.5px;\n            padding: 4px 0 4px 20px;\n            position: relative;\n            color: var(--text-secondary);\n        }\n        .goal-card li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 12px;\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n        }\n        .goal-short { background: var(--bg-light-green); border-color: var(--border-green); }\n        .goal-short h4 { color: var(--green-700); }\n        .goal-short li::before { background: var(--green-600); }\n        .goal-long { background: var(--bg-light-blue); border-color: var(--border-blue); }\n        .goal-long h4 { color: var(--blue-700); }\n        .goal-long li::before { background: var(--blue-500); }\n\n        \/* Author Section *\/\n        .author-section {\n            background: var(--bg-white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 28px;\n            margin: 40px 0;\n            box-shadow: var(--shadow-md);\n        }\n        .author-top {\n            display: flex;\n            align-items: center;\n            gap: 18px;\n            margin-bottom: 20px;\n        }\n        .author-img {\n            width: 72px;\n            height: 72px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid var(--blue-100);\n            flex-shrink: 0;\n        }\n        .author-name {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text-primary);\n        }\n        .author-creds {\n            font-size: 13px;\n            color: var(--text-muted);\n            margin-top: 2px;\n        }\n        .author-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 12px;\n            padding-top: 16px;\n            border-top: 1px solid var(--border-light);\n        }\n        .author-detail-item {\n            font-size: 13px;\n        }\n        .author-detail-item strong {\n            display: block;\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--text-muted);\n            margin-bottom: 2px;\n        }\n\n       \/* FAQ *\/\n.faq-section-list {\n    margin-top: 8px;\n}\n\n.faq-item {\n    border: 1px solid #E5E7EB;\n    border-radius: 8px;\n    margin-bottom: 10px;\n    background: #FFFFFF;\n    overflow: hidden;\n}\n\n.faq-question {\n    width: 100%;\n    padding: 16px 18px;\n    background: #FFFFFF;\n    border: none;\n    text-align: left;\n    font-size: 15px;\n    font-weight: 600;\n    color: #111827;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 14px;\n    font-family: 'Inter', sans-serif;\n    line-height: 1.5;\n    transition: all 0.2s ease;\n    opacity: 1 !important;\n}\n\n\/* Even if button is disabled, keep text visible *\/\n.faq-question:disabled,\n.faq-question[disabled] {\n    color: #111827 !important;\n    opacity: 1 !important;\n    -webkit-text-fill-color: #111827 !important;\n    cursor: pointer;\n}\n\n\/* If parent has disabled class *\/\n.faq-item.disabled,\n.faq-item[disabled] {\n    opacity: 1 !important;\n}\n\n.faq-question:hover {\n    background: #F3F4F6;\n}\n\n.faq-item.active .faq-question {\n    background: #F3F4F6;\n    color: #111827;\n}\n\n.faq-arrow {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.3s ease;\n    color: #6B7280;\n}\n\n.faq-item.active .faq-arrow {\n    transform: rotate(180deg);\n}\n\n.faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease;\n}\n\n.faq-item.active .faq-answer {\n    max-height: 400px;\n}\n\n.faq-answer-text {\n    padding: 4px 18px 18px;\n    font-size: 14px;\n    color: #4B5563;\n    line-height: 1.8;\n}\n        \/* Contact Section *\/\n        .contact-section {\n            background: var(--bg-white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 28px;\n            margin: 40px 0 24px;\n            box-shadow: var(--shadow-md);\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n        @media (max-width: 600px) {\n            .contact-grid { grid-template-columns: 1fr; }\n        }\n        .contact-item {\n            font-size: 14px;\n        }\n        .contact-item strong {\n            display: block;\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--text-muted);\n            margin-bottom: 4px;\n        }\n        .contact-item span, .contact-item a {\n            color: var(--text-primary);\n            text-decoration: none;\n            font-weight: 500;\n        }\n        .contact-item a:hover { color: var(--blue-500); text-decoration: underline; }\n\n        \/* Disclaimer *\/\n        .disclaimer {\n            background: var(--bg-light-amber);\n            border: 1px solid var(--border-amber);\n            border-radius: var(--radius-sm);\n            padding: 20px 22px;\n            margin: 32px 0;\n            font-size: 13px;\n            color: var(--amber-700);\n            line-height: 1.75;\n        }\n        .disclaimer strong {\n            display: block;\n            margin-bottom: 6px;\n            font-size: 13px;\n        }\n\n        \/* Outcome Grid *\/\n        .outcome-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .outcome-item {\n            padding: 16px;\n            background: var(--bg-light-green);\n            border: 1px solid var(--border-green);\n            border-radius: var(--radius-sm);\n        }\n        .outcome-item .label {\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--green-600);\n            font-weight: 600;\n            margin-bottom: 4px;\n        }\n        .outcome-item .value {\n            font-size: 14px;\n            font-weight: 500;\n            color: var(--text-primary);\n        }\n\n        \/* Paragraphs *\/\n        .content-area p {\n            margin-bottom: 16px;\n            font-size: 15px;\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n        .content-area ul, .content-area ol {\n            margin: 12px 0 20px 20px;\n            color: var(--text-secondary);\n            font-size: 14.5px;\n        }\n        .content-area li {\n            margin-bottom: 6px;\n            line-height: 1.7;\n        }\n        .content-area a {\n            color: var(--blue-600);\n            text-decoration: underline;\n            text-underline-offset: 2px;\n        }\n        .content-area a:hover { color: var(--blue-400); }\n\n        \/* Clinical Note *\/\n        .clinical-note {\n            background: #FEFCE8;\n            border: 1px solid #FDE68A;\n            border-radius: var(--radius-sm);\n            padding: 16px 18px;\n            margin: 16px 0;\n            font-size: 13.5px;\n            color: #92400E;\n            line-height: 1.7;\n        }\n        .clinical-note strong {\n            color: #78350F;\n        }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: var(--bg-light-purple);\n            border: 1px solid #DDD6FE;\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            margin: 16px 0;\n        }\n        .scenario-card .scenario-label {\n            font-size: 11px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            color: var(--purple-600);\n            margin-bottom: 8px;\n        }\n        .scenario-card p {\n            font-size: 14px;\n            color: var(--text-secondary);\n            line-height: 1.75;\n            margin-bottom: 8px;\n        }\n        .scenario-card p:last-child { margin-bottom: 0; }\n\n        \/* Section Spacing *\/\n        .section-block {\n            margin-bottom: 48px;\n        }\n\n        \/* List inside card *\/\n        .card-list {\n            list-style: none;\n            padding: 0;\n            margin: 8px 0 0;\n        }\n        .card-list li {\n            padding: 5px 0 5px 22px;\n            position: relative;\n            font-size: 14px;\n            color: var(--text-secondary);\n            line-height: 1.65;\n        }\n        .card-list li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 13px;\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: var(--blue-400);\n        }\n\n        \/* Progress bar *\/\n        .progress-bar-container {\n            margin: 12px 0;\n        }\n        .progress-label {\n            display: flex;\n            justify-content: space-between;\n            font-size: 13px;\n            margin-bottom: 4px;\n        }\n        .progress-label span:first-child { color: var(--text-secondary); font-weight: 500; }\n        .progress-label span:last-child { color: var(--blue-600); font-weight: 600; }\n        .progress-track {\n            width: 100%;\n            height: 8px;\n            background: var(--gray-200);\n            border-radius: 4px;\n            overflow: hidden;\n        }\n        .progress-fill {\n            height: 100%;\n            border-radius: 4px;\n            transition: width 0.8s ease;\n        }\n        .fill-blue { background: var(--blue-500); }\n        .fill-green { background: var(--green-600); }\n\n        \/* Footer *\/\n        footer {\n            background: #1A1A2E;\n            padding: 32px 20px;\n            text-align: center;\n            color: rgba(255,255,255,0.5);\n            font-size: 13px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 600px) {\n            .hero { padding: 36px 16px 44px; }\n            .hero-grid { grid-template-columns: 1fr 1fr; }\n            .card { padding: 18px; }\n            .risk-grid, .equip-grid { grid-template-columns: 1fr; }\n            .outcome-grid { grid-template-columns: 1fr; }\n            .author-details-grid { grid-template-columns: 1fr; }\n            .timeline { padding-left: 28px; }\n            .timeline-dot { left: -28px; width: 20px; height: 20px; }\n            .main-content { padding: 28px 16px 48px; }\n            table { font-size: 13px; }\n            th, td { padding: 10px 10px; }\n        }\n    <\/style>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study\",\n        \"description\": \"Clinical case study of a 38-year-old patient with pelvic fracture, L2 compression fracture, and distal radius fracture managed through structured home healthcare over 12 weeks.\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Multiple Orthopedic Injuries Following Fall from Height\"\n        },\n        \"author\": {\n            \"@type\": \"Physician\",\n            \"name\": \"Dr. Ekta Fageriya\",\n            \"credential\": \"MBBS\",\n            \"medicalSpecialty\": \"Geriatric Medicine\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"AtHomeCare\"\n        }\n    }\n    <\/script>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <header class=\"hero\">\n        <div class=\"container\">\n            <span class=\"hero-badge\">Clinical Case Study<\/span>\n            <h1>Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence<\/h1>\n            <p class=\"hero-summary\">A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After 17 days of hospital treatment including surgery, he was discharged with significant functional limitations. This case study documents his 12-week recovery through professional home healthcare.<\/p>\n            <div class=\"hero-grid\">\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Patient Age<\/div>\n                    <div class=\"hero-stat-value\">38 Years, Male<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Location<\/div>\n                    <div class=\"hero-stat-value\">Mohali, Punjab<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Primary Condition<\/div>\n                    <div class=\"hero-stat-value\">Multiple Orthopedic Fractures<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Duration of Care<\/div>\n                    <div class=\"hero-stat-value\">12 Weeks<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Hospital Stay<\/div>\n                    <div class=\"hero-stat-value\">17 Days<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Final Outcome<\/div>\n                    <div class=\"hero-stat-value\">Returned to Office Duties<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Main Content -->\n    <main class=\"main-content\">\n        <div class=\"container-narrow\">\n\n            <!-- 1. Patient Background -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Patient Background<\/h2>\n                <p>Mr. Gurkirat Brar, a 38-year-old male, worked as a site civil supervisor at a construction project in Mohali, Punjab. His job involved walking across uneven surfaces, climbing scaffolding, and supervising labour at various heights. He was married and lived with his wife, aged 35, and his father, aged 64.<\/p>\n                <p>Before the injury, Mr. Brar was physically active and had no known chronic medical conditions. He had no history of previous fractures, spinal problems, or musculoskeletal disorders. There was no documented history of smoking, alcohol use, or metabolic bone disease. His baseline functional status was fully independent in all activities of daily living.<\/p>\n                <p>His wife took on the role of primary caregiver after the injury. His father, despite being 64 years old, served as the secondary caregiver. The family had no prior experience managing orthopedic injuries or post-surgical care at home. They lived in a standard apartment with basic furnishings, which would later require modifications to support safe mobility during recovery.<\/p>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        <span class=\"doctor-card-title\">Clinical Context<\/span>\n                    <\/div>\n                    <p>Construction workers in India face a disproportionately high risk of fall-from-height injuries. According to occupational health data, falls from scaffolding remain one of the leading causes of multiple orthopedic trauma in the building sector. Younger patients like Mr. Brar typically have good bone health and healing potential, but the combination of spinal, pelvic, and upper-limb injuries creates a complex rehabilitation challenge that requires coordinated care.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- 2. Clinical Diagnosis -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Clinical Diagnosis<\/h2>\n                <p>Mr. Brar fell approximately 12 feet from scaffolding while supervising construction work. He landed on his left side and lower back. Following the fall, he experienced severe lower back pain, pelvic pain, and pain in the left wrist. He was unable to bear weight on his lower limbs.<\/p>\n\n                <h3 class=\"subsection-heading\">Injuries Identified<\/h3>\n                <div class=\"card\">\n                    <ul class=\"card-list\">\n                        <li><strong>Stable pelvic ring fracture:<\/strong> The pelvic bones were fractured but the ring structure remained mechanically stable, meaning the fracture did not require surgical fixation and could heal with conservative management.<\/li>\n                        <li><strong>Stable L2 vertebral compression fracture:<\/strong> The second lumbar vertebra had a compression fracture. Critically, there was no spinal cord involvement, no nerve compression, and no neurological deficit. This classification as &#8220;stable&#8221; meant the fracture could be managed with a lumbar brace rather than surgery.<\/li>\n                        <li><strong>Displaced left distal radius fracture:<\/strong> The wrist bone near the wrist joint was broken and the fragments were out of alignment. This required surgical correction through Open Reduction and Internal Fixation (ORIF) to restore the anatomy and allow proper hand function.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <h3 class=\"subsection-heading\">Associated Medical Conditions<\/h3>\n                <div class=\"card card-amber\">\n                    <div class=\"card-label card-label-amber\">\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\"\/><\/svg>\n                        Conditions Documented at Discharge\n                    <\/div>\n                    <ul class=\"card-list\">\n                        <li>Acute post-traumatic pain in the lower back, pelvis, and left wrist<\/li>\n                        <li>Lumbar muscle spasm around the L2 vertebra<\/li>\n                        <li>Mild post-operative anemia, likely related to blood loss during surgery<\/li>\n                        <li>Reduced muscle strength in both lower limbs due to pain and immobility<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"clinical-note\">\n                    <strong>Important Negative Findings:<\/strong> No spinal cord injury was present. There was no bowel or bladder dysfunction, which would have suggested nerve damage. No traumatic brain injury was documented. The absence of these complications significantly shaped the rehabilitation plan, as it meant the patient had the potential for full functional recovery with appropriate care.\n                <\/div>\n            <\/section>\n\n            <!-- 3. Hospital Treatment -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Hospital Treatment<\/h2>\n                <p>Mr. Brar was taken to the hospital emergency department immediately after the fall. A comprehensive trauma evaluation was performed. This included a physical examination, X-rays of the pelvis, lumbar spine, and left wrist, along with a CT scan to further define the fracture patterns and rule out internal injuries.<\/p>\n                <p>He remained in the hospital for 17 days. During this period, the following interventions were carried out:<\/p>\n\n                <div class=\"card card-blue\">\n                    <div class=\"card-label card-label-blue\">Hospital Course and Interventions<\/div>\n                    <ul class=\"card-list\">\n                        <li><strong>Emergency trauma evaluation:<\/strong> Systematic assessment using ATLS principles to identify all injuries and rule out life-threatening conditions such as internal bleeding or organ damage.<\/li>\n                        <li><strong>Open Reduction and Internal Fixation (ORIF) of the left distal radius:<\/strong> Surgery was performed to realign the broken wrist bone fragments and secure them with plates and screws. This procedure was necessary because the fracture was displaced, meaning the bone ends were not in proper position for natural healing.<\/li>\n                        <li><strong>Conservative management of the pelvic fracture:<\/strong> Since the pelvic ring was stable, surgery was not required. The fracture was managed with rest, pain control, and gradual mobilization as tolerated.<\/li>\n                        <li><strong>Lumbar brace application:<\/strong> A custom lumbar support brace was fitted to restrict excessive movement of the L2 vertebra during the healing phase and to provide external stability to the spine.<\/li>\n                        <li><strong>Pain management:<\/strong> A combination of oral analgesics was prescribed to control acute pain and allow the patient to participate in early mobilization.<\/li>\n                        <li><strong>Deep Vein Thrombosis (DVT) prophylaxis:<\/strong> Blood-thinning medication was administered to reduce the risk of blood clots in the legs, a well-documented complication of prolonged immobility after trauma and orthopedic surgery.<\/li>\n                        <li><strong>Physiotherapy assessment:<\/strong> An in-hospital physiotherapy evaluation was conducted to establish baseline mobility, identify functional limitations, and create a preliminary rehabilitation plan.<\/li>\n                        <li><strong>Occupational therapy consultation:<\/strong> The occupational therapy team assessed the patient&#8217;s ability to perform daily activities and provided guidance on adaptive techniques for the recovery period.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        <span class=\"doctor-card-title\">Why the Pelvic and Spinal Fractures Were Managed Without Surgery<\/span>\n                    <\/div>\n                    <p>Not all fractures require surgical fixation. The decision to manage the pelvic and L2 fractures conservatively was based on their &#8220;stable&#8221; classification. A stable fracture means the bone fragments are not likely to shift further if the area is protected. Surgical fixation carries its own risks, including infection, bleeding, and prolonged anesthesia. When the fracture pattern allows, conservative management with bracing and gradual mobilization is the clinically preferred approach because it avoids additional surgical trauma while achieving the same healing outcome.<\/p>\n                <\/div>\n\n                <p>At discharge, Mr. Brar was clinically stable. His surgical wound was healing. Pain was controlled with oral medication. He was advised supervised home rehabilitation with regular orthopedic follow-up visits.<\/p>\n            <\/section>\n\n            <!-- 4. Condition After Discharge -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Condition After Discharge<\/h2>\n                <p>Despite being medically stable, Mr. Brar&#8217;s functional status at the time of discharge was significantly limited. The transition from hospital to home is often a vulnerable period for trauma patients, and his situation illustrated this clearly.<\/p>\n\n                <h3 class=\"subsection-heading\">Symptoms at Discharge<\/h3>\n                <div class=\"card card-red\">\n                    <div class=\"card-label card-label-red\">\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n                        Functional Limitations Documented\n                    <\/div>\n                    <ul class=\"card-list\">\n                        <li>Severe lower back pain during any movement<\/li>\n                        <li>Difficulty standing for more than a few minutes at a time<\/li>\n                        <li>Pain while sitting for extended durations<\/li>\n                        <li>Noticeable weakness in both lower limbs<\/li>\n                        <li>Reduced balance, creating a high risk of falls<\/li>\n                        <li>Limited use of the left wrist due to post-surgical stiffness and pain<\/li>\n                        <li>Difficulty performing basic household activities<\/li>\n                    <\/ul>\n                <\/div>\n\n                <h3 class=\"subsection-heading\">Functional Assessment<\/h3>\n                <div class=\"table-wrapper\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Activity Level<\/th>\n                                <th>Activities<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td><strong>Dependent<\/strong><\/td>\n                                <td>Outdoor mobility, household cleaning, driving, carrying heavy objects<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>Required Assistance<\/strong><\/td>\n                                <td>Bathing, dressing (lower body), meal preparation, hospital follow-up visits<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>Independent<\/strong><\/td>\n                                <td>Feeding, communication, personal decision-making<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <p>He could walk only short distances using a walker and required supervision during all transfers from bed to chair and back. He could climb stairs only with another person assisting him and with handrail support. This level of dependency in a previously independent 38-year-old created significant practical and emotional challenges for the entire family.<\/p>\n            <\/section>\n\n            <!-- 5. Why Home Healthcare Was Needed -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Why Home Healthcare Was Needed<\/h2>\n                <p>The treating team recommended professional <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing<\/a> and <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy at home<\/a> for several clinically sound reasons.<\/p>\n\n                <p>Mr. Brar had three simultaneous fractures affecting different body regions. Each fracture had its own healing timeline and rehabilitation requirements. The pelvic fracture needed protected weight-bearing and pain management. The lumbar fracture needed strict spinal precautions and core stabilization. The wrist fracture needed surgical wound care and gradual range-of-motion recovery. Managing all three simultaneously in an unsupervised home setting would have been unsafe.<\/p>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        <span class=\"doctor-card-title\">Why Not Continue in the Hospital?<\/span>\n                    <\/div>\n                    <p>By day 17, Mr. Brar was medically stable. His surgical wound showed no signs of infection. His pain was manageable with oral medication. Prolonged hospital stays beyond medical necessity are associated with increased risks of hospital-acquired infections, deconditioning, and psychological distress. The clinical question was not whether he needed to stay in the hospital, but how to safely transfer his ongoing rehabilitation needs to the home setting. This is precisely where <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-at-home-faridabad\/\">post-hospital recovery at home<\/a> becomes the appropriate standard of care.<\/p>\n                <\/div>\n\n                <p>The family had no training in wound care, spinal precautions, or safe transfer techniques. His wife, the primary caregiver, needed practical support. His father, at 64, was not physically equipped to assist with transfers. Without professional home support, the risk of a second fall, wound infection, or delayed fracture healing would have been unacceptably high.<\/p>\n\n                <p>Families in Mohali and the broader Delhi NCR region, including those in <a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\">Maholi and Gurgaon<\/a>, increasingly face this exact situation: a loved one is discharged from the hospital but still needs clinical supervision that the family cannot safely provide on their own. <a href=\"https:\/\/athomecare.in\/why-choose-home-care-the-benefits-of-in-home-support-by-athomecare\/\">Professional home healthcare<\/a> bridges this gap by bringing trained nurses, physiotherapists, and attendants into the patient&#8217;s home.<\/p>\n            <\/section>\n\n            <!-- 6. Home Care Plan -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Home Care Plan by AtHomeCare<\/h2>\n                <p>A structured, multi-disciplinary home care plan was designed based on the hospital discharge summary, the physiotherapy assessment, and the family&#8217;s living situation. The plan addressed wound care, pain management, mobility rehabilitation, and caregiver support.<\/p>\n\n                <!-- Home Nursing -->\n                <h3 class=\"subsection-heading\">Home Nursing (Three Visits Per Week)<\/h3>\n                <div class=\"card card-blue\">\n                    <div class=\"card-label card-label-blue\">\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 9h-2V7h-2v5H6v2h2v5h2v-5h2v5h2v-5h2v-2h-2V7h-2v5z\"\/><\/svg>\n                        Nursing Interventions\n                    <\/div>\n                    <p style=\"font-size:14px;color:var(--text-secondary);margin-bottom:10px;\">A registered nurse visited three times per week to perform the following clinical tasks:<\/p>\n                    <ul class=\"card-list\">\n                        <li><strong>Vital signs monitoring:<\/strong> Blood pressure, heart rate, temperature, and oxygen saturation were checked at each visit to detect early signs of infection or other complications.<\/li>\n                        <li><strong>Surgical wound assessment:<\/strong> The ORIF wound on the left wrist was inspected for signs of infection including redness, swelling, warmth, discharge, or wound dehiscence.<\/li>\n                        <li><strong>Dressing changes:<\/strong> Sterile dressing changes were performed as per the surgical team&#8217;s protocol until the wound was sufficiently healed.<\/li>\n                        <li><strong>Pain assessment:<\/strong> Pain levels were documented using a standardized scale. The nurse tracked whether pain was improving, stable, or worsening, and communicated findings to the treating doctor.<\/li>\n                        <li><strong>Medication review:<\/strong> The nurse verified that the patient was taking prescribed medications correctly, including analgesics, DVT prophylaxis, and any supplements for bone healing.<\/li>\n                        <li><strong>Monitoring for pressure injuries:<\/strong> Because the patient spent significant time in bed and in a hospital bed at home, skin integrity checks were performed to prevent pressure sores, a concern addressed in detail in <a href=\"https:\/\/athomecare.in\/pressure-ulcer-prevention-guide-for-elderly-home-care-in-gurgaon\/\">pressure ulcer prevention guidelines<\/a>.<\/li>\n                        <li><strong>Education regarding spinal precautions:<\/strong> The nurse reinforced proper body mechanics, the importance of wearing the lumbar brace, and movements to avoid during the healing phase.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Physiotherapy -->\n                <h3 class=\"subsection-heading\">Physiotherapy (Five Sessions Weekly)<\/h3>\n                <div class=\"card card-green\">\n                    <div class=\"card-label card-label-green\">\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.6 13.9l1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4z\"\/><\/svg>\n                        Rehabilitation Focus Areas\n                    <\/div>\n                    <p style=\"font-size:14px;color:var(--text-secondary);margin-bottom:10px;\">Five physiotherapy sessions per week were prescribed. This high frequency was necessary because the patient had multiple injury sites requiring simultaneous attention. The <a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\">customized rehabilitation program<\/a> included:<\/p>\n                    <ul class=\"card-list\">\n                        <li><strong>Core stabilization exercises:<\/strong> Gentle exercises targeting the abdominal and back muscles were introduced progressively. A strong core provides internal support to the lumbar spine, reducing the load on the healing L2 vertebra. These exercises are a cornerstone of <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">home-based physiotherapy<\/a> for spinal fractures.<\/li>\n                        <li><strong>Progressive gait training:<\/strong> Walking was gradually increased in distance and complexity. The patient started with the walker, progressed to a walking stick, and worked on normalized gait pattern without assistive devices.<\/li>\n                        <li><strong>Pelvic strengthening:<\/strong> Exercises targeting the hip girdle and pelvic floor muscles were included to support the healing pelvic fracture and improve weight-bearing tolerance.<\/li>\n                        <li><strong>Lower limb strengthening:<\/strong> Quadriceps, hamstrings, gluteal, and calf muscles were strengthened to address the documented weakness and improve the patient&#8217;s ability to stand, walk, and climb stairs.<\/li>\n                        <li><strong>Wrist range-of-motion exercises:<\/strong> After the surgical wound healed sufficiently, gentle wrist and finger exercises were started to prevent stiffness and restore the range of motion needed for daily tasks.<\/li>\n                        <li><strong>Balance training:<\/strong> Static and dynamic balance exercises were introduced to reduce the documented fall risk. This is particularly important for patients with lower limb weakness and spinal injuries, as discussed in <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\">fall prevention guidelines<\/a>.<\/li>\n                        <li><strong>Transfer training:<\/strong> The physiotherapist taught the patient safe techniques for moving from bed to chair, chair to standing, and on and off the toilet. Proper transfer technique protects both the fractures and the caregiver.<\/li>\n                        <li><strong>Functional mobility exercises:<\/strong> Task-specific exercises simulating real-life activities such as picking objects from the floor, reaching overhead, and navigating tight spaces were incorporated as the patient progressed.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Patient Attendant -->\n                <h3 class=\"subsection-heading\">Patient Attendant (12-Hour Daily Assistance)<\/h3>\n                <div class=\"card\">\n                    <div class=\"card-label card-label-blue\">Caregiver Support<\/div>\n                    <p style=\"font-size:14px;color:var(--text-secondary);margin-bottom:10px;\">A trained <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient care attendant<\/a> was provided for 12 hours each day. This was essential because the patient&#8217;s wife and father could not safely manage all his physical needs alone. The attendant provided:<\/p>\n                    <ul class=\"card-list\">\n                        <li>Assistance with personal hygiene including bathing while maintaining spinal precautions<\/li>\n                        <li>Support during all transfers, ensuring the lumbar brace was worn correctly<\/li>\n                        <li>Walking assistance using the walker, providing steady support and preventing falls<\/li>\n                        <li>Meal assistance, including help with food preparation and serving<\/li>\n                        <li>Medication reminders to ensure prescribed drugs were taken on time<\/li>\n                        <li>Supervision of home exercises as directed by the physiotherapist<\/li>\n                        <li>Escorting the patient to hospital follow-up appointments, managing logistics of travel with a mobility-impaired person<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        <span class=\"doctor-card-title\">Why a 12-Hour Attendant Was Clinically Necessary<\/span>\n                    <\/div>\n                    <p>With three active fracture sites, Mr. Brar needed physical assistance for nearly every activity during the early recovery phase. The risk of attempting to move independently was a fall that could displace the healing pelvic fracture or worsen the spinal injury. A <a href=\"https:\/\/athomecare.in\/patient-care-services-gurgaon\/\">trained patient care attendant<\/a> provides a level of physical support and safety awareness that family members, despite their best intentions, typically cannot match. The 12-hour coverage during daytime addressed the period of highest activity, while family members managed nighttime needs with guidance from the nursing team.<\/p>\n                <\/div>\n\n                <!-- Equipment -->\n                <h3 class=\"subsection-heading\">Medical Equipment Provided at Home<\/h3>\n                <div class=\"equip-grid\">\n                    <div class=\"equip-item\">\n                        <div class=\"equip-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        Walker\n                    <\/div>\n                    <div class=\"equip-item\">\n                        <div class=\"equip-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        Lumbar Support Brace\n                    <\/div>\n                    <div class=\"equip-item\">\n                        <div class=\"equip-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        Wrist Splint\n                    <\/div>\n                    <div class=\"equip-item\">\n                        <div class=\"equip-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        Hospital Bed\n                    <\/div>\n                    <div class=\"equip-item\">\n                        <div class=\"equip-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        Raised Toilet Seat\n                    <\/div>\n                    <div class=\"equip-item\">\n                        <div class=\"equip-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        BP Monitor\n                    <\/div>\n                    <div class=\"equip-item\">\n                        <div class=\"equip-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        Shower Chair\n                    <\/div>\n                <\/div>\n                <p style=\"font-size:14px;color:var(--text-muted);margin-top:8px;\">All equipment was arranged through <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">medical equipment rental services<\/a>, reducing the financial burden on the family while ensuring clinical-grade support at home.<\/p>\n\n                <!-- Risks Monitored -->\n                <h3 class=\"subsection-heading\">Risks Actively Monitored<\/h3>\n                <div class=\"risk-grid\">\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Delayed fracture healing<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Falls<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Surgical site infection<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Deep vein thrombosis (DVT)<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Chronic lower back pain<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Joint stiffness<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Reduced mobility<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-dot\"><\/span>Hospital readmission<\/div>\n                <\/div>\n\n                <div class=\"clinical-note\" style=\"margin-top:16px;\">\n                    <strong>Why DVT Monitoring Was Critical:<\/strong> After trauma and orthopedic surgery, the risk of blood clots in the deep veins of the legs is significantly elevated. DVT can lead to a life-threatening pulmonary embolism if a clot travels to the lungs. The nursing team monitored for calf swelling, pain, warmth, and redness at each visit. <a href=\"https:\/\/athomecare.in\/preventing-deep-vein-thrombosis-at-home-the-benefits-of-athomecares-dvt-pump-in-delhi\/\" style=\"color:#92400E;text-decoration:underline;\">DVT prevention at home<\/a> is a standard component of post-orthopedic care and was continued as prescribed until the patient regained sufficient mobility.\n                <\/div>\n\n                <!-- Goals -->\n                <h3 class=\"subsection-heading\">Rehabilitation Goals<\/h3>\n                <div class=\"goal-row\">\n                    <div class=\"goal-card goal-short\">\n                        <h4>Short-Term Goals (Weeks 1 to 4)<\/h4>\n                        <ul>\n                            <li>Reduce pain to a manageable level<\/li>\n                            <li>Improve sitting tolerance from baseline<\/li>\n                            <li>Increase walking distance safely<\/li>\n                            <li>Restore basic wrist movement<\/li>\n                            <li>Improve transfer ability with less assistance<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"goal-card goal-long\">\n                        <h4>Long-Term Goals (Weeks 5 to 12)<\/h4>\n                        <ul>\n                            <li>Achieve independent walking without walker<\/li>\n                            <li>Restore functional use of the left upper limb<\/li>\n                            <li>Return to work with activity modification<\/li>\n                            <li>Improve spinal stability through core strength<\/li>\n                            <li>Maintain long-term functional independence<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Family Education -->\n                <h3 class=\"subsection-heading\">Family Education<\/h3>\n                <div class=\"card card-purple\">\n                    <div class=\"card-label card-label-purple\">Education Provided to the Family<\/div>\n                    <ul class=\"card-list\">\n                        <li>Safe spinal movement techniques to avoid stressing the L2 vertebra during daily activities<\/li>\n                        <li>Proper use and fitting of the lumbar brace and walker to ensure they provided the intended support<\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/personalized-wound-care-and-infection-prevention-for-optimal-healing\/\">Surgical wound care<\/a> principles including signs of infection to watch for between nurse visits<\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\">Fall prevention<\/a> strategies specific to their home environment, including removing loose rugs, ensuring adequate lighting, and keeping pathways clear<\/li>\n                        <li>The importance of attending all prescribed physiotherapy sessions and not skipping exercises<\/li>\n                        <li>Nutrition guidance emphasizing adequate calcium and protein intake to support bone healing<\/li>\n                        <li>Recognizing warning signs that require immediate medical attention: increasing back pain, new numbness or weakness in the legs, fever, wound discharge, or leg swelling<\/li>\n                    <\/ul>\n                <\/div>\n            <\/section>\n\n            <!-- 7. Recovery Timeline -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Recovery Timeline<\/h2>\n\n                <div class=\"timeline\">\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Day 1: Transition Home<\/div>\n                        <div class=\"timeline-content\">\n                            <p>The home care team arrived before the patient&#8217;s discharge to set up the hospital bed, walker, raised toilet seat, and shower chair. The patient attendant was briefed on the care plan. When Mr. Brar arrived home, the nurse conducted an initial assessment including vital signs, wound inspection, and pain scoring.<\/p>\n                            <p>He was in significant pain, could not sit for more than a few minutes, and required maximum assistance for all transfers. The lumbar brace was fitted and its use was reinforced.<\/p>\n                            <span class=\"timeline-tag tag-nursing\">Nursing<\/span>\n                            <span class=\"timeline-tag tag-family\">Family Briefing<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Day 3: First Physiotherapy Session<\/div>\n                        <div class=\"timeline-content\">\n                            <p>The physiotherapist conducted a detailed baseline assessment of range of motion, muscle strength, balance, and functional mobility. Very gentle core activation exercises were introduced while the patient lay in bed. Wrist exercises were limited to finger movements only, as the surgical wound was still fresh.<\/p>\n                            <p>The patient could walk approximately 10 metres with the walker with maximum assistance. Pain was scored at 7 out of 10 during movement.<\/p>\n                            <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Week 1: Establishing the Routine<\/div>\n                        <div class=\"timeline-content\">\n                            <p>The daily routine stabilized. The attendant assisted with morning hygiene and breakfast. Physiotherapy sessions focused on bed-based core exercises, gentle lower limb movements, and assisted sitting at the edge of the bed. Walking distance increased to approximately 15 to 20 metres per session.<\/p>\n                            <p>The nurse noted the surgical wound was clean and dry with no signs of infection. Pain medication was being taken as prescribed. The family reported that the patient was more comfortable with the routine but frustrated by his dependence.<\/p>\n                            <span class=\"timeline-tag tag-nursing\">Nursing<\/span>\n                            <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span>\n                            <span class=\"timeline-tag tag-family\">Family Observation<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Week 2: Early Progress<\/div>\n                        <div class=\"timeline-content\">\n                            <p>Sitting tolerance improved to approximately 25 minutes. The physiotherapist introduced standing exercises with support and began transfer training from bed to chair. Core exercises progressed from lying down to sitting position.<\/p>\n                            <p>Walking distance reached approximately 25 metres with the walker and supervision. The patient could perform basic finger and thumb movements on the left hand. The first orthopedic follow-up visit was completed, with imaging showing fracture alignment was maintained.<\/p>\n                            <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span>\n                            <span class=\"timeline-tag tag-doctor\">Doctor Review<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Week 4: Noticeable Functional Improvement<\/div>\n                        <div class=\"timeline-content\">\n                            <p>By the end of the first month, the patient could sit for approximately 40 minutes without severe discomfort. Walking distance with the walker had increased to approximately 100 metres. He began stepping up and down with support as a precursor to stair climbing.<\/p>\n                            <p>Wrist mobility improved significantly. Grip strength exercises were introduced using a soft ball. The patient could now assist with feeding using the left hand and perform light upper-body tasks. Pain during movement had reduced from 7 to approximately 4 out of 10. The nurse discontinued routine wound dressings as the surgical site had fully closed. DVT prophylaxis was reviewed and adjusted based on the doctor&#8217;s assessment of mobility improvement.<\/p>\n                            <span class=\"timeline-tag tag-nursing\">Nursing<\/span>\n                            <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span>\n                            <span class=\"timeline-tag tag-doctor\">Doctor Review<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Month 2: Transitioning to Greater Independence<\/div>\n                        <div class=\"timeline-content\">\n                            <p>Core stabilization exercises became more dynamic. The patient could perform exercises in standing position with support. Walking progressed from the walker to a walking stick for shorter distances. Balance training included single-leg standing with support and weight-shifting exercises.<\/p>\n                            <p>Wrist mobility improved significantly. Grip strength exercises were introduced using a soft ball. The patient could now assist with feeding using the left hand and perform light upper-body tasks. Stair climbing was practiced with the walking stick and handrail, progressing from assisted to supervised.<\/p>\n                            <p>The attendant&#8217;s hours were gradually reduced as the patient&#8217;s independence increased. The family was educated on how to supervise exercises and assist only when needed.<\/p>\n                            <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span>\n                            <span class=\"timeline-tag tag-nursing\">Nursing<\/span>\n                            <span class=\"timeline-tag tag-family\">Family Education<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot timeline-dot-green\"><\/div>\n                        <div class=\"timeline-label\">Month 3 (Week 12): Recovery Milestone<\/div>\n                        <div class=\"timeline-content\">\n                            <p>Follow-up imaging confirmed satisfactory healing of both the pelvic and wrist fractures. The L2 compression fracture showed signs of consolidation. The treating orthopedic surgeon cleared the patient for progressive return to activities.<\/p>\n                            <p>Walking endurance had improved from approximately 25 metres with a walker to nearly 450 metres using a walking stick with minimal supervision. Lower back pain had reduced significantly through structured core strengthening. Left wrist mobility and grip strength allowed independent self-care and light household tasks. Sitting tolerance increased from 15 minutes to nearly 90 minutes.<\/p>\n                            <p>The patient returned to office-based supervisory duties with temporary restrictions on heavy physical activity. No falls, neurological complications, surgical site infections, or hospital readmissions occurred during the entire 12-week home healthcare period.<\/p>\n                            <span class=\"timeline-tag tag-doctor\">Doctor Review<\/span>\n                            <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span>\n                            <span class=\"timeline-tag tag-nursing\">Nursing<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 8. Clinical Evidence Tables -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Clinical Progress Documentation<\/h2>\n\n                <h3 class=\"subsection-heading\">Mobility Progression<\/h3>\n                <div class=\"table-wrapper\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>At Discharge<\/th>\n                                <th>Week 4<\/th>\n                                <th>Week 12<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>Walking Device<\/td>\n                                <td>Walker (maximum assistance)<\/td>\n                                <td>Walker (supervision)<\/td>\n                                <td>Walking stick (minimal supervision)<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Walking Distance<\/td>\n                                <td>Approx. 10-25 metres<\/td>\n                                <td>Approx. 100 metres<\/td>\n                                <td>Nearly 450 metres<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Sitting Tolerance<\/td>\n                                <td>Approx. 15 minutes<\/td>\n                                <td>Approx. 40 minutes<\/td>\n                                <td>Nearly 90 minutes<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Stair Climbing<\/td>\n                                <td>Assistance + handrail<\/td>\n                                <td>Supervised with handrail<\/td>\n                                <td>Walking stick + handrail<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Transfer Ability<\/td>\n                                <td>Maximum assistance<\/td>\n                                <td>Minimal assistance<\/td>\n                                <td>Supervision only<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"subsection-heading\">Pain Progression<\/h3>\n                <div class=\"table-wrapper\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Pain Site<\/th>\n                                <th>At Discharge<\/th>\n                                <th>Week 4<\/th>\n                                <th>Week 12<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>Lower Back<\/td>\n                                <td>Severe during movement<\/td>\n                                <td>Moderate, improving<\/td>\n                                <td>Significantly reduced<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Pelvis<\/td>\n                                <td>Severe on weight-bearing<\/td>\n                                <td>Moderate on weight-bearing<\/td>\n                                <td>Mild, tolerable<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Left Wrist<\/td>\n                                <td>Moderate to severe<\/td>\n                                <td>Mild to moderate<\/td>\n                                <td>Mild<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"subsection-heading\">Functional Status Progression<\/h3>\n                <div class=\"table-wrapper\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Activity<\/th>\n                                <th>At Discharge<\/th>\n                                <th>Week 12<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>Feeding<\/td>\n                                <td>Independent<\/td>\n                                <td>Independent<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Bathing<\/td>\n                                <td>Required assistance<\/td>\n                                <td>Independent (with shower chair)<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Dressing (lower body)<\/td>\n                                <td>Required assistance<\/td>\n                                <td>Independent with adaptive techniques<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Meal Preparation<\/td>\n                                <td>Required assistance<\/td>\n                                <td>Independent (light tasks)<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Household Cleaning<\/td>\n                                <td>Dependent<\/td>\n                                <td>Light tasks independently<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Outdoor Mobility<\/td>\n                                <td>Dependent<\/td>\n                                <td>Independent with walking stick<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Driving<\/td>\n                                <td>Dependent<\/td>\n                                <td>Not yet cleared (temporary restriction)<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Work<\/td>\n                                <td>Unable<\/td>\n                                <td>Office duties resumed with restrictions<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"subsection-heading\">Visual Progress Indicators<\/h3>\n                <div class=\"card\" style=\"margin-top:16px;\">\n                    <div class=\"progress-bar-container\">\n                        <div class=\"progress-label\">\n                            <span>Walking Endurance<\/span>\n                            <span>25m to 450m<\/span>\n                        <\/div>\n                        <div class=\"progress-track\">\n                            <div class=\"progress-fill fill-green\" style=\"width:90%;\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"progress-bar-container\">\n                        <div class=\"progress-label\">\n                            <span>Sitting Tolerance<\/span>\n                            <span>15min to 90min<\/span>\n                        <\/div>\n                        <div class=\"progress-track\">\n                            <div class=\"progress-fill fill-blue\" style=\"width:85%;\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"progress-bar-container\">\n                        <div class=\"progress-label\">\n                            <span>Wrist Function<\/span>\n                            <span>Limited to routine self-care<\/span>\n                        <\/div>\n                        <div class=\"progress-track\">\n                            <div class=\"progress-fill fill-blue\" style=\"width:75%;\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"progress-bar-container\">\n                        <div class=\"progress-label\">\n                            <span>Pain Reduction<\/span>\n                            <span>Severe to significantly reduced<\/span>\n                        <\/div>\n                        <div class=\"progress-track\">\n                            <div class=\"progress-fill fill-green\" style=\"width:82%;\"><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"progress-bar-container\">\n                        <div class=\"progress-label\">\n                            <span>Overall Independence<\/span>\n                            <span>Dependent to mostly independent<\/span>\n                        <\/div>\n                        <div class=\"progress-track\">\n                            <div class=\"progress-fill fill-green\" style=\"width:80%;\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 9. Medical Authority -->\n            <section class=\"section-block\">\n                <div class=\"author-section\">\n                    <div class=\"author-top\">\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=\"author-img\">\n                        <div>\n                            <div class=\"author-name\">Dr. Ekta Fageriya, MBBS<\/div>\n                            <div class=\"author-creds\">RMC Registration No. 44780 | Geriatric Medicine | 7 Years Clinical Experience<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"author-details-grid\">\n                        <div class=\"author-detail-item\">\n                            <strong>Specialization<\/strong>\n                            Geriatric Medicine\n                        <\/div>\n                        <div class=\"author-detail-item\">\n                            <strong>Clinical Experience<\/strong>\n                            7 Years\n                        <\/div>\n                        <div class=\"author-detail-item\">\n                            <strong>Registration<\/strong>\n                            RMC No. 44780\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 10. Supporting Clinical Documents -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Supporting Clinical Documents<\/h2>\n                <p>The following clinical documents formed the basis of this case study. All patient-identifiable information has been removed to protect privacy.<\/p>\n                <div class=\"card\">\n                    <ul class=\"card-list\">\n                        <li><strong>Hospital discharge summary:<\/strong> Contained the complete diagnosis list, surgical details, medication prescriptions, and follow-up instructions. This document guided the entire home care plan.<\/li>\n                        <li><strong>Operative notes for left distal radius ORIF:<\/strong> Detailed the surgical approach, hardware used, and post-operative wound care instructions.<\/li>\n                        <li><strong>Radiology reports:<\/strong> X-ray and CT imaging reports confirming the fracture patterns, the stable classification of the pelvic and spinal fractures, and the post-operative position of the wrist hardware.<\/li>\n                        <li><strong>Follow-up imaging (Week 12):<\/strong> X-rays confirming satisfactory healing of the pelvic and wrist fractures and consolidation of the L2 compression fracture.<\/li>\n                        <li><strong>In-hospital physiotherapy assessment:<\/strong> Baseline evaluation of mobility, strength, and functional status at the time of discharge.<\/li>\n                        <li><strong>Medication prescription:<\/strong> List of prescribed medications including analgesics, DVT prophylaxis, and supplements.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"clinical-note\">\n                    <strong>Note on Documentation:<\/strong> This case study is based on clinical records documented during the patient&#8217;s care. No laboratory values, vital sign readings, or specific medication names were available in the provided records and have therefore not been included. All clinical statements are derived solely from the documented findings and outcomes.\n                <\/div>\n            <\/section>\n\n            <!-- 11. Recovery Outcome -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Recovery Outcome<\/h2>\n\n                <div class=\"outcome-grid\">\n                    <div class=\"outcome-item\">\n                        <div class=\"label\">Mobility<\/div>\n                        <div class=\"value\">Walking 450m with a stick, up from 25m with a walker<\/div>\n                    <\/div>\n                    <div class=\"outcome-item\">\n                        <div class=\"label\">Pain<\/div>\n                        <div class=\"value\">Significantly reduced across all three fracture sites<\/div>\n                    <\/div>\n                    <div class=\"outcome-item\">\n                        <div class=\"label\">Wrist Function<\/div>\n                        <div class=\"value\">Independent self-care and light household tasks<\/div>\n                    <\/div>\n                    <div class=\"outcome-item\">\n                        <div class=\"label\">Sitting Tolerance<\/div>\n                        <div class=\"value\">90 minutes, up from 15 minutes at discharge<\/div>\n                    <\/div>\n                    <div class=\"outcome-item\">\n                        <div class=\"label\">Work Status<\/div>\n                        <div class=\"value\">Office-based duties resumed with activity restrictions<\/div>\n                    <\/div>\n                    <div class=\"outcome-item\">\n                        <div class=\"label\">Complications<\/div>\n                        <div class=\"value\">Zero falls, infections, or readmissions in 12 weeks<\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"subsection-heading\">Remaining Challenges<\/h3>\n                <p>At the 12-week mark, some limitations persisted. Driving had not yet been cleared due to the left wrist&#8217;s ongoing recovery and the need for full grip strength and reaction time. Heavy lifting and construction site supervision involving physical activity remained restricted. Long-term core strengthening would need to continue independently to maintain spinal stability and reduce the risk of chronic lower back pain.<\/p>\n\n                <h3 class=\"subsection-heading\">Long-Term Care Considerations<\/h3>\n                <p>The patient was advised to continue core strengthening exercises independently. Regular orthopedic follow-ups were scheduled to monitor fracture healing and guide the gradual lifting of activity restrictions. The treating surgeon would determine when Mr. Brar could safely return to full on-site construction supervision. The family was educated that the recovery trajectory for compression fractures can extend beyond 12 weeks and that patience with the process was important.<\/p>\n\n                <div class=\"scenario-card\">\n                    <div class=\"scenario-label\">Family Perspective<\/div>\n                    <p>The patient&#8217;s wife reported that having a structured home care plan reduced her anxiety significantly. She stated that knowing a nurse was monitoring the wound and a physiotherapist was guiding the exercises gave her confidence that her husband was recovering safely. The attendant&#8217;s presence allowed her to manage household responsibilities and care for her father-in-law without feeling overwhelmed.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- 12. Key Clinical Learnings -->\n            <section class=\"section-block content-area\">\n                <h2 class=\"section-heading\">Key Clinical Learnings<\/h2>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-icon\">\n                            <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                        <\/div>\n                        <span class=\"doctor-card-title\">Clinical Insights from This Case<\/span>\n                    <\/div>\n                    <p>The following observations are drawn from this case and are relevant to healthcare professionals and families managing similar injuries:<\/p>\n                <\/div>\n\n                <div class=\"card\" style=\"margin-top:16px;\">\n                    <ul class=\"card-list\">\n                        <li><strong>Multi-site fractures require coordinated rehabilitation timing.<\/strong> The wrist could not begin active exercises until the surgical wound healed. The spine required bracing before core exercises could begin. The pelvis needed protected weight-bearing before gait training could progress. A single physiotherapist managing all three sites ensured that progress in one area did not compromise another.<\/li>\n                        <li><strong>The hospital-to-home transition is a high-risk period.<\/strong> Patients are often discharged when they are &#8220;stable&#8221; but still highly vulnerable. In this case, the patient could not sit, stand, or walk safely without assistance. Without a pre-arranged home care plan, the first few days at home could have resulted in a fall or wound complication.<\/li>\n                        <li><strong>Core stabilization is not optional for lumbar compression fractures.<\/strong> The lumbar brace provides external support, but long-term spinal stability depends on the strength of the surrounding muscles. Starting core exercises early and progressing them systematically was a key factor in the patient&#8217;s pain reduction and functional improvement.<\/li>\n                        <li><strong>Family education directly affects outcomes.<\/strong> Families who understand spinal precautions, fall prevention, and warning signs are better equipped to support safe recovery. In this case, the family&#8217;s adherence to the education provided likely contributed to the zero-complication outcome.<\/li>\n                        <li><strong>A walking stick is not a sign of failure.<\/strong> Progressing from a walker to a walking stick at 12 weeks represented meaningful functional improvement. The goal of rehabilitation is safe, functional independence, not the complete elimination of all assistive devices within an arbitrary timeframe.<\/li>\n                        <li><strong>Return to work is a clinical decision, not just a patient desire.<\/strong> The patient returned to office duties only after imaging confirmed fracture healing and the treating surgeon provided clearance with specific restrictions. Premature return to physical construction work could have compromised the healing pelvis or spine.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"clinical-note\">\n                    <strong>Relevance for the Delhi NCR Region:<\/strong> Patients in Mohali, Chandigarh, Panchkula, and the broader Delhi NCR including <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" style=\"color:#92400E;text-decoration:underline;\">Maholi and surrounding areas<\/a> have access to professional home healthcare services that can manage complex post-discharge rehabilitation. This case demonstrates that with appropriate clinical support, patients with multiple orthopedic injuries can achieve meaningful recovery at home without the need for rehabilitation facility admission. <a href=\"https:\/\/athomecare.in\/orthopedic-surgery-recovery-at-home-in-delhi-the-role-of-physiotherapy\/\" style=\"color:#92400E;text-decoration:underline;\">Orthopedic surgery recovery at home<\/a> is a well-established model of care when the right clinical resources are in place.\n                <\/div>\n            <\/section>\n\n            <!-- 13. FAQs -->\n<section class=\"section-block\">\n    <h2 class=\"section-heading\">Frequently Asked Questions<\/h2>\n\n    <div class=\"faq-section-list\">\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What does a stable L2 compression fracture mean?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    A stable compression fracture means the front portion of the vertebra has collapsed but the posterior (back) portion remains intact. The spinal canal is not compromised, and there is no risk of the bone fragments pressing on the spinal cord. This type of fracture can heal with conservative treatment such as bracing and physiotherapy, without the need for spinal surgery.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Why was only the wrist fracture treated with surgery?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    The distal radius fracture was displaced, meaning the bone fragments were not in their correct anatomical position. Without surgery to realign and fix them, the wrist would have healed in a deformed position, leading to long-term loss of function, pain, and possible early arthritis. The pelvic and spinal fractures were stable and in acceptable alignment, so they did not require surgical fixation.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>How long does it take for a pelvic fracture to heal?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    Most stable pelvic fractures in adults take 8 to 12 weeks to show initial healing on X-rays. Full bone remodeling can continue for several months beyond that. In this case, satisfactory healing was confirmed on imaging at 12 weeks, which aligned with the expected timeline. The patient&#8217;s young age and absence of metabolic bone disease supported normal healing.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Why is DVT prophylaxis important after a fall with fractures?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    Deep vein thrombosis (DVT) is a blood clot that forms in the deep veins, usually in the legs. Trauma, fractures, surgery, and prolonged immobility are all independent risk factors for DVT. When these factors occur together, as in this case, the risk is particularly high. DVT can lead to a pulmonary embolism, which is a life-threatening condition where the clot travels to the lungs. Blood-thinning medication reduces this risk significantly.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What is the role of a lumbar brace in compression fracture recovery?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    A lumbar brace restricts excessive flexion, extension, and rotation of the lumbar spine. By limiting these movements, the brace reduces the mechanical stress on the fractured vertebra, allowing it to heal in a stable position. The brace provides external support while the patient gradually builds internal support through core muscle strengthening. It is typically worn during the early weeks of recovery and gradually weaned as the fracture heals and core strength improves.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Can a patient with multiple fractures recover at home safely?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    Yes, provided certain conditions are met. The patient must be medically stable at the time of discharge. Professional home nursing must be in place for wound monitoring and complication surveillance. Physiotherapy must be structured and consistent. The home environment must be equipped with appropriate assistive devices. Family members must be educated on safety precautions and warning signs. When these elements are in place, as demonstrated in this case, home recovery can be safe and effective.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Why was a patient attendant needed for 12 hours a day?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    With three active fractures, the patient needed physical assistance for nearly all mobility-related activities during the early recovery phase. This included getting out of bed, using the toilet, bathing, and walking. The patient&#8217;s wife and elderly father could not safely provide this level of physical support. The attendant also ensured the lumbar brace was worn correctly, medications were taken on time, and exercises were performed as prescribed. As the patient&#8217;s independence improved, the attendant&#8217;s role shifted from physical support to supervision.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>When can a patient return to physical construction work after such injuries?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    The timeline for returning to physically demanding work varies significantly based on the specific fractures, the patient&#8217;s healing response, and the nature of the job. In this case, at 12 weeks, the patient was cleared only for office-based duties. Full return to on-site construction supervision involving walking on uneven surfaces, climbing, and potential heavy lifting would require complete fracture healing, full range of motion, adequate strength, and clearance from the treating orthopedic surgeon. This decision is made on an individual basis and cannot be generalized.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What would have happened without professional home healthcare?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    Without professional support, several risks would have been elevated. The surgical wound could have become infected without proper dressing technique. The patient could have fallen during unsupported transfers or walking attempts. Spinal precautions might not have been followed consistently, risking further displacement of the L2 fracture. DVT prophylaxis might not have been managed correctly. Physiotherapy might have been delayed, inconsistent, or improperly performed, leading to stiffness, weakness, and chronic pain. The family would have faced significant physical and emotional burden without clinical guidance.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Is home healthcare available in Mohali and nearby areas?<\/span>\n                <svg class=\"faq-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#64748B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/button>\n            <div class=\"faq-answer\">\n                <div class=\"faq-answer-text\">\n                    Yes. Professional home healthcare services including nursing, physiotherapy, patient attendants, and medical equipment rental are available in Mohali, Chandigarh, Panchkula, and the broader Delhi NCR region including Gurgaon and Maholi. Services can be arranged based on the patient&#8217;s specific clinical needs, with care plans developed in coordination with the treating hospital and doctors.\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n            <!-- 14. Contact Information -->\n            <section class=\"section-block\">\n                <div class=\"contact-section\">\n                    <h3 style=\"font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:20px;\">Contact AtHomeCare<\/h3>\n                    <div class=\"contact-grid\">\n                        <div class=\"contact-item\">\n                            <strong>Corporate Office<\/strong>\n                            <span>Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47, Maholi, Haryana 122018<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <strong>Phone<\/strong>\n                            <a href=\"tel:9910823218\">9910823218<\/a>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <strong>Email<\/strong>\n                            <a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 15. Medical Disclaimer -->\n            <section class=\"section-block\">\n                <div class=\"disclaimer\">\n                    <strong>Medical Disclaimer<\/strong>\n                    Every patient is unique. The clinical outcomes, treatment decisions, and recovery timelines described in this case study are specific to this patient and should not be generalized. Treatment decisions must always be made by qualified healthcare professionals based on individual clinical assessment. Emergency symptoms such as sudden severe pain, numbness, weakness, difficulty breathing, or loss of consciousness require immediate hospital care. Home healthcare complements, but does not replace, emergency medical services or hospital-based treatment. This article is intended for informational purposes and does not constitute medical advice.\n                <\/div>\n            <\/section>\n\n            <!-- Educational Learning Points -->\n            <section class=\"section-block content-area\">\n                <div class=\"card card-green\">\n                    <div class=\"card-label card-label-green\">Summary<\/div>\n                    <p style=\"font-size:14px;color:var(--text-secondary);line-height:1.8;margin:0;\">Recovery after a fall from height involving pelvic, spinal, and upper-limb injuries requires a carefully coordinated rehabilitation program even after hospital discharge. <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home nursing<\/a>, <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy<\/a>, caregiver education, assistive devices, and gradual functional training help promote fracture healing, restore mobility, prevent complications, and support a safe return to independent living and employment. This case demonstrates that with appropriate clinical support at home, even patients with multiple orthopedic injuries can achieve meaningful functional recovery without the need for institutional rehabilitation admission.<\/p>\n                <\/div>\n            <\/section>\n\n        <\/div>\n    <\/main>\n\n    <footer>\n        <div class=\"container\">\n            <p>&copy; 2026 AtHomeCare. All rights reserved. This case study is published for educational and informational purposes.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        function toggleFaq(button) {\n            var faqItem = button.parentElement;\n            var isActive = faqItem.classList.contains('active');\n\n            document.querySelectorAll('.faq-item.active').forEach(function(item) {\n                if (item !== faqItem) {\n                    item.classList.remove('active');\n                }\n            });\n\n            if (isActive) {\n                faqItem.classList.remove('active');\n            } else {\n                faqItem.classList.add('active');\n            }\n        }\n\n        var progressBars = document.querySelectorAll('.progress-fill');\n        var observer = new IntersectionObserver(function(entries) {\n            entries.forEach(function(entry) {\n                if (entry.isIntersecting) {\n                    var bar = entry.target;\n                    var width = bar.style.width;\n                    bar.style.width = '0%';\n                    setTimeout(function() {\n                        bar.style.width = width;\n                    }, 100);\n                    observer.unobserve(bar);\n                }\n            });\n        }, { threshold: 0.3 });\n\n        progressBars.forEach(function(bar) {\n            observer.observe(bar);\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After&#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-50","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=\"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After\" \/>\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\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/\" \/>\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=\"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-11T11:23:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-11T11:23:51+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After\" \/>\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\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#blogposting\",\"name\":\"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali\",\"headline\":\"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study\",\"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\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#articleImage\"},\"datePublished\":\"2026-07-11T11:23:51+00:00\",\"dateModified\":\"2026-07-11T11:23:51+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#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\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#listItem\",\"name\":\"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#listItem\",\"position\":3,\"name\":\"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study\",\"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\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#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\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/\",\"name\":\"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali\",\"description\":\"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-11T11:23:51+00:00\",\"dateModified\":\"2026-07-11T11:23:51+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":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali","description":"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After","canonical_url":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#blogposting","name":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali","headline":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study","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\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#articleImage"},"datePublished":"2026-07-11T11:23:51+00:00","dateModified":"2026-07-11T11:23:51+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#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\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#listItem","name":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#listItem","position":3,"name":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study","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\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#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\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#webpage","url":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/","name":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali","description":"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-11T11:23:51+00:00","dateModified":"2026-07-11T11:23:51+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":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali","og:description":"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After","og:url":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/","article:published_time":"2026-07-11T11:23:51+00:00","article:modified_time":"2026-07-11T11:23:51+00:00","twitter:card":"summary_large_image","twitter:title":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study - mohali","twitter:description":"Multiple Orthopedic Injuries After Fall from Height: Home Rehabilitation Case Study | AtHomeCare Clinical Case Study Multiple Orthopedic Injuries After a Fall from Height: How Structured Home Rehabilitation Restored Mobility and Independence A 38-year-old construction site supervisor in Mohali sustained a pelvic fracture, stable L2 compression fracture, and a displaced left distal radius fracture. After"},"aioseo_meta_data":{"post_id":"50","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 10:53:01","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\tRecovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study\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":"Recovery from Multiple Fractures After a Construction Site Fall: Structured Home Care Case Study","link":"https:\/\/athomecare.in\/mohali\/recovery-from-multiple-fractures-after-a-construction-site-fall-structured-home-care-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/50","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=50"}],"version-history":[{"count":12,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/50\/revisions"}],"predecessor-version":[{"id":62,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/50\/revisions\/62"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=50"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=50"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}