{"id":410,"date":"2026-08-06T06:27:58","date_gmt":"2026-08-06T06:27:58","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=410"},"modified":"2026-08-06T06:27:58","modified_gmt":"2026-08-06T06:27:58","slug":"inclusion-body-myositis-home-rehabilitation-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/","title":{"rendered":"Inclusion Body Myositis Home Rehabilitation | 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>Inclusion Body Myositis Home Rehabilitation | Fictional Case Study<\/title>\n    <meta name=\"description\" content=\"Learn how multidisciplinary home healthcare supported long-term rehabilitation for Inclusion Body Myositis through this fictional educational patient case study.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/inclusion-body-myositis-home-rehabilitation-case-study-mohali\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Source+Serif+4:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/code.iconify.design\/3\/3.1.0\/iconify.min.js\"><\/script>\n    <style>\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n        html { scroll-behavior: smooth; }\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #F7F8FA;\n            color: #1a1a2e;\n            line-height: 1.75;\n            font-size: 16px;\n            -webkit-font-smoothing: antialiased;\n        }\n        .serif { font-family: 'Source Serif 4', Georgia, serif; }\n\n        \/* Container *\/\n        .container { max-width: 820px; margin: 0 auto; padding: 0 20px; }\n        .container-wide { max-width: 1100px; margin: 0 auto; padding: 0 20px; }\n\n        \/* Top Bar *\/\n        .top-bar {\n            background: #0F172A;\n            padding: 10px 0;\n            font-size: 12px;\n            color: #94A3B8;\n        }\n        .top-bar a { color: #E2E8F0; text-decoration: none; }\n        .top-bar a:hover { color: #ffffff; }\n        .top-bar-inner {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n\n        \/* Navigation *\/\n        .nav-bar {\n            background: #ffffff;\n            border-bottom: 1px solid #E5E7EB;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n        }\n        .nav-inner {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 14px 0;\n        }\n        .nav-logo {\n            font-size: 20px;\n            font-weight: 700;\n            color: #0F172A;\n            text-decoration: none;\n            letter-spacing: -0.5px;\n        }\n        .nav-logo span { color: #059669; }\n        .nav-links { display: flex; gap: 24px; align-items: center; }\n        .nav-links a {\n            font-size: 13px;\n            font-weight: 500;\n            color: #475569;\n            text-decoration: none;\n            transition: color 0.2s;\n        }\n        .nav-links a:hover { color: #059669; }\n        .nav-cta {\n            background: #059669 !important;\n            color: #fff !important;\n            padding: 8px 18px;\n            border-radius: 8px;\n            font-size: 13px !important;\n        }\n        .nav-cta:hover { background: #047857 !important; }\n        .mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; color: #0F172A; }\n\n        \/* Hero *\/\n        .hero {\n            background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #0F172A 100%);\n            padding: 60px 0 50px;\n            position: relative;\n            overflow: hidden;\n        }\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 500px;\n            height: 500px;\n            background: radial-gradient(circle, rgba(5,150,105,0.15), transparent 70%);\n            border-radius: 50%;\n        }\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: rgba(5,150,105,0.15);\n            border: 1px solid rgba(5,150,105,0.3);\n            color: #6EE7B7;\n            padding: 5px 14px;\n            border-radius: 20px;\n            font-size: 11px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        .hero h1 {\n            font-family: 'Source Serif 4', serif;\n            color: #FFFFFF;\n            font-size: clamp(28px, 4.5vw, 42px);\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 18px;\n            letter-spacing: -0.5px;\n        }\n        .hero-summary {\n            color: #CBD5E1;\n            font-size: 16px;\n            line-height: 1.7;\n            max-width: 680px;\n            margin-bottom: 28px;\n        }\n        .hero-meta {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 12px;\n        }\n        .hero-meta-item {\n            background: rgba(255,255,255,0.06);\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 10px;\n            padding: 14px 16px;\n        }\n        .hero-meta-label {\n            font-size: 10px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #64748B;\n            margin-bottom: 4px;\n        }\n        .hero-meta-value {\n            font-size: 14px;\n            font-weight: 600;\n            color: #E2E8F0;\n        }\n\n        \/* Article Body *\/\n        .article-body {\n            background: #ffffff;\n            margin: -20px auto 0;\n            max-width: 820px;\n            border-radius: 16px;\n            box-shadow: 0 4px 24px rgba(0,0,0,0.06);\n            position: relative;\n            z-index: 10;\n            padding: 40px 36px 60px;\n        }\n        @media (max-width: 640px) {\n            .article-body { padding: 24px 18px 40px; border-radius: 12px; margin: -10px 10px 0; }\n        }\n\n        \/* Section Headings *\/\n        .section-label {\n            font-size: 11px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: #059669;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .section-label::before {\n            content: '';\n            width: 20px;\n            height: 2px;\n            background: #059669;\n            border-radius: 2px;\n        }\n        h2 {\n            font-family: 'Source Serif 4', serif;\n            font-size: clamp(22px, 3.5vw, 28px);\n            font-weight: 700;\n            color: #0F172A;\n            margin: 48px 0 16px;\n            line-height: 1.3;\n            letter-spacing: -0.3px;\n        }\n        h2:first-of-type { margin-top: 0; }\n        h3 {\n            font-family: 'Source Serif 4', serif;\n            font-size: 19px;\n            font-weight: 600;\n            color: #1E293B;\n            margin: 32px 0 12px;\n            line-height: 1.35;\n        }\n        h4 {\n            font-size: 15px;\n            font-weight: 600;\n            color: #334155;\n            margin: 20px 0 8px;\n        }\n        p { margin-bottom: 16px; color: #374151; }\n        a { color: #059669; text-decoration: none; font-weight: 500; }\n        a:hover { text-decoration: underline; }\n        ul, ol { margin: 12px 0 16px 20px; color: #374151; }\n        li { margin-bottom: 6px; }\n        strong { color: #1E293B; }\n\n        \/* Clinical Cards *\/\n        .clinical-card {\n            background: #F0FDF4;\n            border: 1px solid #BBF7D0;\n            border-left: 4px solid #059669;\n            border-radius: 10px;\n            padding: 20px 24px;\n            margin: 20px 0;\n        }\n        .clinical-card.blue {\n            background: #EFF6FF;\n            border-color: #BFDBFE;\n            border-left-color: #2563EB;\n        }\n        .clinical-card.amber {\n            background: #FFFBEB;\n            border-color: #FDE68A;\n            border-left-color: #D97706;\n        }\n        .clinical-card.red {\n            background: #FEF2F2;\n            border-color: #FECACA;\n            border-left-color: #DC2626;\n        }\n        .clinical-card-title {\n            font-size: 13px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .clinical-card.green .clinical-card-title { color: #059669; }\n        .clinical-card.blue .clinical-card-title { color: #2563EB; }\n        .clinical-card.amber .clinical-card-title { color: #D97706; }\n        .clinical-card.red .clinical-card-title { color: #DC2626; }\n        .clinical-card p { font-size: 14px; margin-bottom: 6px; color: #374151; }\n        .clinical-card p:last-child { margin-bottom: 0; }\n\n        \/* Doctor Explanation Card *\/\n        .doctor-card {\n            background: linear-gradient(135deg, #F0F9FF, #E0F2FE);\n            border: 1px solid #BAE6FD;\n            border-radius: 12px;\n            padding: 24px;\n            margin: 20px 0;\n            position: relative;\n        }\n        .doctor-card-header {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 12px;\n        }\n        .doctor-icon {\n            width: 40px;\n            height: 40px;\n            background: #0284C7;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #fff;\n            font-size: 18px;\n            flex-shrink: 0;\n        }\n        .doctor-card-label {\n            font-size: 11px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #0369A1;\n        }\n        .doctor-card-text {\n            font-size: 14.5px;\n            color: #1E3A5F;\n            line-height: 1.7;\n        }\n\n        \/* Evidence Tables *\/\n        .evidence-table-wrap {\n            overflow-x: auto;\n            margin: 20px 0;\n            border-radius: 10px;\n            border: 1px solid #E5E7EB;\n        }\n        .evidence-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        .evidence-table thead { background: #F1F5F9; }\n        .evidence-table th {\n            padding: 12px 16px;\n            text-align: left;\n            font-weight: 600;\n            color: #334155;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            border-bottom: 2px solid #E2E8F0;\n        }\n        .evidence-table td {\n            padding: 11px 16px;\n            border-bottom: 1px solid #F1F5F9;\n            color: #374151;\n        }\n        .evidence-table tbody tr:hover { background: #F8FAFC; }\n        .evidence-table tbody tr:last-child td { border-bottom: none; }\n\n        \/* Timeline *\/\n        .timeline { margin: 24px 0; position: relative; padding-left: 28px; }\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 8px;\n            top: 4px;\n            bottom: 4px;\n            width: 2px;\n            background: linear-gradient(to bottom, #059669, #0D9488, #0EA5E9);\n            border-radius: 2px;\n        }\n        .timeline-item {\n            position: relative;\n            margin-bottom: 24px;\n            padding-bottom: 0;\n        }\n        .timeline-item:last-child { margin-bottom: 0; }\n        .timeline-dot {\n            position: absolute;\n            left: -24px;\n            top: 4px;\n            width: 14px;\n            height: 14px;\n            background: #ffffff;\n            border: 3px solid #059669;\n            border-radius: 50%;\n            z-index: 2;\n        }\n        .timeline-item:nth-child(3) .timeline-dot { border-color: #0D9488; }\n        .timeline-item:nth-child(4) .timeline-dot { border-color: #0EA5E9; }\n        .timeline-item:nth-child(5) .timeline-dot { border-color: #6366F1; }\n        .timeline-item:nth-child(6) .timeline-dot { border-color: #8B5CF6; }\n        .timeline-item:nth-child(7) .timeline-dot { border-color: #A855F7; }\n        .timeline-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: #059669;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            margin-bottom: 6px;\n        }\n        .timeline-content {\n            background: #F8FAFC;\n            border: 1px solid #E2E8F0;\n            border-radius: 8px;\n            padding: 16px 18px;\n        }\n        .timeline-content p { font-size: 14px; margin-bottom: 6px; color: #374151; }\n        .timeline-content p:last-child { margin-bottom: 0; }\n\n        \/* Scenario Cards *\/\n        .scenario-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 14px;\n            margin: 20px 0;\n        }\n        .scenario-card {\n            background: #F8FAFC;\n            border: 1px solid #E2E8F0;\n            border-radius: 10px;\n            padding: 18px;\n            transition: border-color 0.2s;\n        }\n        .scenario-card:hover { border-color: #059669; }\n        .scenario-card-icon {\n            font-size: 22px;\n            margin-bottom: 10px;\n        }\n        .scenario-card h4 { margin: 0 0 6px; font-size: 14px; }\n        .scenario-card p { font-size: 13px; margin: 0; color: #64748B; }\n\n        \/* Risk Indicator *\/\n        .risk-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 16px 0;\n        }\n        .risk-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 12px 14px;\n            background: #FEF2F2;\n            border: 1px solid #FECACA;\n            border-radius: 8px;\n            font-size: 13px;\n            font-weight: 500;\n            color: #991B1B;\n        }\n        .risk-item.moderate {\n            background: #FFFBEB;\n            border-color: #FDE68A;\n            color: #92400E;\n        }\n        .risk-item.low {\n            background: #F0FDF4;\n            border-color: #BBF7D0;\n            color: #166534;\n        }\n\n        \/* Author Section *\/\n        .author-section {\n            background: #F8FAFC;\n            border: 1px solid #E2E8F0;\n            border-radius: 14px;\n            padding: 28px;\n            margin: 40px 0;\n            display: flex;\n            gap: 20px;\n            align-items: flex-start;\n        }\n        @media (max-width: 540px) {\n            .author-section { flex-direction: column; align-items: center; text-align: center; }\n        }\n        .author-img {\n            width: 90px;\n            height: 90px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid #E2E8F0;\n            flex-shrink: 0;\n        }\n        .author-name {\n            font-family: 'Source Serif 4', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #0F172A;\n            margin-bottom: 2px;\n        }\n        .author-cred { font-size: 13px; color: #64748B; margin-bottom: 4px; }\n        .author-detail { font-size: 13px; color: #475569; }\n        .treating-doctor-blank {\n            border: 2px dashed #CBD5E1;\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 12px;\n            text-align: center;\n            color: #94A3B8;\n            font-size: 14px;\n        }\n\n        \/* FAQ *\/\n        .faq-item {\n            border: 1px solid #E2E8F0;\n            border-radius: 10px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: border-color 0.2s;\n        }\n        .faq-item.active { border-color: #059669; }\n        .faq-q {\n            padding: 16px 20px;\n            font-weight: 600;\n            font-size: 14.5px;\n            color: #1E293B;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: #FAFAFA;\n            transition: background 0.2s;\n            user-select: none;\n        }\n        .faq-q:hover { background: #F0FDF4; }\n        .faq-q .faq-icon {\n            font-size: 18px;\n            color: #64748B;\n            transition: transform 0.3s;\n            flex-shrink: 0;\n            margin-left: 12px;\n        }\n        .faq-item.active .faq-q .faq-icon { transform: rotate(45deg); color: #059669; }\n        .faq-a {\n            padding: 0 20px;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.35s ease, padding 0.35s ease;\n            font-size: 14px;\n            color: #475569;\n            line-height: 1.7;\n        }\n        .faq-item.active .faq-a {\n            max-height: 500px;\n            padding: 0 20px 18px;\n        }\n\n        \/* Contact Section *\/\n        .contact-section {\n            background: linear-gradient(135deg, #0F172A, #1E3A5F);\n            border-radius: 14px;\n            padding: 36px;\n            margin: 40px 0;\n            color: #E2E8F0;\n        }\n        .contact-section h3 {\n            color: #FFFFFF;\n            font-family: 'Source Serif 4', serif;\n            font-size: 22px;\n            margin: 0 0 20px;\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n        }\n        .contact-item-label {\n            font-size: 10px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1.2px;\n            color: #64748B;\n            margin-bottom: 6px;\n        }\n        .contact-item-value {\n            font-size: 14px;\n            color: #E2E8F0;\n            line-height: 1.6;\n        }\n        .contact-item-value a { color: #6EE7B7; }\n\n        \/* Disclaimer *\/\n        .disclaimer-box {\n            background: #FFF7ED;\n            border: 1px solid #FED7AA;\n            border-radius: 10px;\n            padding: 20px 24px;\n            margin: 32px 0;\n        }\n        .disclaimer-box p {\n            font-size: 13px;\n            color: #92400E;\n            margin: 0;\n            line-height: 1.7;\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: #0F172A;\n            padding: 40px 0 24px;\n            margin-top: 60px;\n        }\n        .footer-inner {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 12px;\n        }\n        .footer-text { font-size: 13px; color: #64748B; }\n        .footer-text a { color: #94A3B8; }\n\n        \/* Outcome Grid *\/\n        .outcome-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 12px;\n            margin: 20px 0;\n        }\n        .outcome-card {\n            background: #F0FDF4;\n            border: 1px solid #BBF7D0;\n            border-radius: 10px;\n            padding: 16px;\n        }\n        .outcome-card .label {\n            font-size: 11px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            color: #059669;\n            margin-bottom: 4px;\n        }\n        .outcome-card .value { font-size: 14px; color: #1E293B; font-weight: 500; }\n\n        \/* Learning Points *\/\n        .learning-list {\n            list-style: none;\n            margin: 16px 0;\n            padding: 0;\n        }\n        .learning-list li {\n            padding: 10px 0 10px 32px;\n            position: relative;\n            border-bottom: 1px solid #F1F5F9;\n            font-size: 14.5px;\n            color: #374151;\n        }\n        .learning-list li:last-child { border-bottom: none; }\n        .learning-list li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 16px;\n            width: 20px;\n            height: 20px;\n            background: #ECFDF5;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .learning-list li::after {\n            content: '\u2713';\n            position: absolute;\n            left: 5px;\n            top: 13px;\n            font-size: 12px;\n            font-weight: 700;\n            color: #059669;\n        }\n\n        \/* Separator *\/\n        .sep {\n            height: 1px;\n            background: #E5E7EB;\n            margin: 36px 0;\n        }\n\n        \/* TOC *\/\n        .toc {\n            background: #F8FAFC;\n            border: 1px solid #E2E8F0;\n            border-radius: 10px;\n            padding: 20px 24px;\n            margin: 24px 0 32px;\n        }\n        .toc-title {\n            font-size: 12px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #64748B;\n            margin-bottom: 12px;\n        }\n        .toc ol {\n            margin: 0;\n            padding-left: 18px;\n            column-count: 2;\n            column-gap: 20px;\n        }\n        @media (max-width: 600px) { .toc ol { column-count: 1; } }\n        .toc li { margin-bottom: 4px; }\n        .toc a {\n            font-size: 13px;\n            color: #475569;\n            font-weight: 400;\n            text-decoration: none;\n        }\n        .toc a:hover { color: #059669; text-decoration: underline; }\n\n        \/* Equipment Tag *\/\n        .equip-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }\n        .equip-tag {\n            background: #EFF6FF;\n            border: 1px solid #BFDBFE;\n            color: #1D4ED8;\n            font-size: 12px;\n            font-weight: 500;\n            padding: 5px 12px;\n            border-radius: 6px;\n        }\n\n        \/* Image placeholder *\/\n        .img-placeholder {\n            width: 100%;\n            height: 280px;\n            background: linear-gradient(135deg, #E0F2FE, #F0FDF4);\n            border-radius: 12px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            color: #64748B;\n            margin: 24px 0;\n            border: 1px solid #E2E8F0;\n        }\n        .img-placeholder .iconify { font-size: 40px; margin-bottom: 8px; color: #94A3B8; }\n        .img-placeholder span { font-size: 13px; }\n\n        \/* Daily plan *\/\n        .daily-plan-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .daily-plan-card {\n            border-radius: 10px;\n            padding: 16px;\n            border: 1px solid;\n        }\n        .daily-plan-card.morning { background: #FFFBEB; border-color: #FDE68A; }\n        .daily-plan-card.afternoon { background: #FFF7ED; border-color: #FED7AA; }\n        .daily-plan-card.evening { background: #EFF6FF; border-color: #BFDBFE; }\n        .daily-plan-card.night { background: #F5F3FF; border-color: #DDD6FE; }\n        .daily-plan-card h4 { font-size: 13px; margin: 0 0 8px; }\n        .daily-plan-card.morning h4 { color: #92400E; }\n        .daily-plan-card.afternoon h4 { color: #9A3412; }\n        .daily-plan-card.evening h4 { color: #1D4ED8; }\n        .daily-plan-card.night h4 { color: #6D28D9; }\n        .daily-plan-card ul { margin: 0; padding-left: 16px; font-size: 13px; }\n        .daily-plan-card li { margin-bottom: 3px; color: #475569; }\n\n        \/* Functional status *\/\n        .func-cols {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n            margin: 16px 0;\n        }\n        @media (max-width: 540px) { .func-cols { grid-template-columns: 1fr; } }\n        .func-col h4 {\n            font-size: 13px;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        .func-col.assist h4 { color: #DC2626; }\n        .func-col.indep h4 { color: #059669; }\n        .func-col ul { margin: 0; padding-left: 16px; }\n        .func-col li { font-size: 13.5px; margin-bottom: 4px; }\n\n        \/* Breadcrumb *\/\n        .breadcrumb {\n            padding: 14px 0 0;\n            font-size: 12px;\n            color: #94A3B8;\n        }\n        .breadcrumb a { color: #94A3B8; text-decoration: none; }\n        .breadcrumb a:hover { color: #E2E8F0; }\n\n        \/* Scroll margin for anchors *\/\n        h2[id], h3[id] { scroll-margin-top: 80px; }\n\n        \/* Print *\/\n        @media print {\n            .nav-bar, .top-bar, .footer, .contact-section { display: none; }\n            .article-body { box-shadow: none; margin: 0; border-radius: 0; }\n        }\n    <\/style>\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Home Rehabilitation After Inclusion Body Myositis: A Fictional Patient Case Study\",\n        \"description\": \"Learn how multidisciplinary home healthcare supported long-term rehabilitation for Inclusion Body Myositis through this fictional educational patient case study.\",\n        \"url\": \"https:\/\/athomecare.in\/inclusion-body-myositis-home-rehabilitation-case-study-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Inclusion Body Myositis\"\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<!-- Top Bar -->\n<div class=\"top-bar\">\n    <div class=\"container\">\n        <div class=\"top-bar-inner\">\n            <span>Trusted Home Healthcare Across Delhi NCR<\/span>\n            <span><a href=\"tel:9910823218\">\n                <span class=\"iconify\" data-icon=\"lucide:phone\" data-inline=\"true\" style=\"font-size:11px;vertical-align:-1px;\"><\/span>\n                9910823218\n            <\/a><\/span>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- Navigation -->\n<nav class=\"nav-bar\">\n    <div class=\"container\">\n        <div class=\"nav-inner\">\n            <a href=\"https:\/\/athomecare.in\/\" class=\"nav-logo\">At<span>Home<\/span>Care<\/a>\n            <div class=\"nav-links\">\n                <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing<\/a>\n                <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">Physiotherapy<\/a>\n                <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care<\/a>\n                <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"nav-cta\">Book Doctor Visit<\/a>\n            <\/div>\n            <button class=\"mobile-menu-btn\" onclick=\"document.querySelector('.nav-links').classList.toggle('show')\" aria-label=\"Menu\">\n                <span class=\"iconify\" data-icon=\"lucide:menu\" style=\"font-size:24px;\"><\/span>\n            <\/button>\n        <\/div>\n    <\/div>\n<\/nav>\n\n<!-- Hero Section -->\n<section class=\"hero\">\n    <div class=\"container\">\n        <div class=\"hero-badge\">\n            <span class=\"iconify\" data-icon=\"lucide:file-text\" style=\"font-size:12px;\"><\/span>\n            Case Study\n        <\/div>\n        <h1>Home Rehabilitation After Inclusion Body Myositis<\/h1>\n        <p class=\"hero-summary\">\n            A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient with Inclusion Body Myositis maintain functional independence and improve quality of life over twelve weeks of supervised home rehabilitation.\n        <\/p>\n        <div class=\"hero-meta\">\n            <div class=\"hero-meta-item\">\n                <div class=\"hero-meta-label\">Age<\/div>\n                <div class=\"hero-meta-value\">69 Years<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"hero-meta-label\">Gender<\/div>\n                <div class=\"hero-meta-value\">Male<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"hero-meta-label\">Location<\/div>\n                <div class=\"hero-meta-value\">Mohali, Punjab<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"hero-meta-label\">Primary Condition<\/div>\n                <div class=\"hero-meta-value\">Inclusion Body Myositis<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"hero-meta-label\">Duration of Care<\/div>\n                <div class=\"hero-meta-value\">12 Weeks<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"hero-meta-label\">Final Outcome<\/div>\n                <div class=\"hero-meta-value\">Improved Mobility &#038; Independence<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Article Body -->\n<div class=\"article-body\">\n\n    <div class=\"breadcrumb\">\n        <a href=\"https:\/\/athomecare.in\/\">Home<\/a> &nbsp;\/&nbsp;\n        <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a> &nbsp;\/&nbsp;\n        Inclusion Body Myositis Case Study\n    <\/div>\n\n    <!-- Table of Contents -->\n    <div class=\"toc\">\n        <div class=\"toc-title\">Table of Contents<\/div>\n        <ol>\n            <li><a href=\"#patient-background\">Patient Background<\/a><\/li>\n            <li><a href=\"#clinical-diagnosis\">Clinical Diagnosis<\/a><\/li>\n            <li><a href=\"#hospital-treatment\">Hospital Treatment<\/a><\/li>\n            <li><a href=\"#why-home-healthcare\">Why Home Healthcare Was Needed<\/a><\/li>\n            <li><a href=\"#home-care-plan\">Home Care Plan<\/a><\/li>\n            <li><a href=\"#recovery-timeline\">Recovery Timeline<\/a><\/li>\n            <li><a href=\"#clinical-evidence\">Clinical Evidence<\/a><\/li>\n            <li><a href=\"#medical-authority\">Medical Authority<\/a><\/li>\n            <li><a href=\"#recovery-outcome\">Recovery Outcome<\/a><\/li>\n            <li><a href=\"#key-learnings\">Key Clinical Learnings<\/a><\/li>\n            <li><a href=\"#faqs\">Frequently Asked Questions<\/a><\/li>\n        <\/ol>\n    <\/div>\n\n    <!-- 1. Patient Background -->\n    <div class=\"section-label\">Section 1<\/div>\n    <h2 id=\"patient-background\">Patient Background<\/h2>\n\n    <p>\n        Mr. Harjit Singh Sandhu, a 69-year-old retired government college professor, lived with his wife Balwinder Kaur Sandhu (aged 65) in Mohali, Punjab. Their son Gurpreet Singh Sandhu, an IT consultant, also resided in Mohali and was available to support his parents alongside his regular work commitments.\n    <\/p>\n    <p>\n        Mr. Sandhu had led an active academic life for decades. His daily routine involved reading, teaching, and household activities. Over a period of nearly three years, he began noticing a gradual change in his physical abilities. Getting up from a low chair became harder. Climbing the stairs at home started requiring more effort. Gripping a pen, holding a water glass, or opening a jar became increasingly difficult.\n    <\/p>\n    <p>\n        Initially, these symptoms were attributed to arthritis and cervical spine problems, common conditions in his age group. He received treatment for both. However, his muscle weakness continued to worsen without meaningful improvement. Tasks that were once effortless became daily struggles.\n    <\/p>\n\n    <h3>Medical History and Associated Conditions<\/h3>\n    <p>\n        Beyond his primary neuromuscular condition, Mr. Sandhu carried a profile of chronic conditions that added complexity to his care:\n    <\/p>\n    <ul>\n        <li><strong>Hypertension for 12 years,<\/strong> managed with oral medication<\/li>\n        <li><strong>Type 2 Diabetes Mellitus for 9 years,<\/strong> requiring blood sugar monitoring and dietary control<\/li>\n        <li><strong>Mild osteoarthritis of both knees,<\/strong> contributing to joint discomfort during movement<\/li>\n        <li><strong>Vitamin B12 deficiency,<\/strong> documented during pre-admission evaluation<\/li>\n    <\/ul>\n    <p>\n        Each of these conditions required ongoing attention. Uncontrolled blood sugar could worsen nerve health. Blood pressure fluctuations could increase fall risk. Joint stiffness from osteoarthritis could further limit mobility beyond what the myositis itself caused. Vitamin B12 deficiency could compound fatigue and nerve function. The treating team recognized that managing Inclusion Body Myositis in isolation, without addressing these comorbidities, would produce incomplete results.\n    <\/p>\n\n    <div class=\"clinical-card blue\">\n        <div class=\"clinical-card-title\">\n            <span class=\"iconify\" data-icon=\"lucide:users\" style=\"font-size:15px;\"><\/span>\n            Family Situation and Caregiver Context\n        <\/div>\n        <p>Mr. Sandhu&#8217;s wife, Balwinder Kaur, served as the primary caregiver. At 65, she managed most daily household responsibilities alongside supporting her husband. Their son Gurpreet provided secondary support, coordinating medical appointments and helping with heavier physical tasks. This is a common pattern in Indian families where the spouse becomes the default caregiver, often without formal training in handling progressive neuromuscular conditions. Families in similar situations in Maholi and across Delhi NCR frequently seek <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\">professional caregiver support<\/a> to reduce this burden safely.<\/p>\n    <\/div>\n\n    <!-- 2. Clinical Diagnosis -->\n    <div class=\"section-label\">Section 2<\/div>\n    <h2 id=\"clinical-diagnosis\">Clinical Diagnosis<\/h2>\n\n    <p>\n        After years of progressive weakness without a clear diagnosis, Mr. Sandhu was admitted to a tertiary neuromuscular center for a comprehensive evaluation. The clinical team conducted a systematic series of investigations to identify the exact nature of his muscle disease.\n    <\/p>\n\n    <h3>Diagnostic Workup<\/h3>\n    <p>The following tests and examinations were performed during his hospitalization:<\/p>\n    <ul>\n        <li><strong>Comprehensive neurological examination<\/strong> to assess muscle strength, tone, reflexes, sensation, and coordination<\/li>\n        <li><strong>Electromyography (EMG)<\/strong> to evaluate the electrical activity in muscles and detect abnormalities consistent with myositis<\/li>\n        <li><strong>Nerve conduction studies<\/strong> to differentiate between nerve and muscle disease<\/li>\n        <li><strong>MRI of the thigh muscles<\/strong> to visualize muscle inflammation, atrophy, and structural changes<\/li>\n        <li><strong>Serum creatine kinase (CK) testing<\/strong> to measure muscle enzyme levels indicating muscle damage<\/li>\n        <li><strong>Muscle biopsy<\/strong> to confirm the diagnosis by identifying characteristic inclusion bodies within muscle fibers<\/li>\n    <\/ul>\n\n    <h3>Diagnosis: Inclusion Body Myositis (IBM)<\/h3>\n    <p>\n        The combined findings led to a definitive diagnosis of Inclusion Body Myositis. IBM is a slowly progressive inflammatory muscle disease that primarily affects the quadriceps muscles in the thighs and the finger flexor muscles in the hands. Unlike other forms of myositis, IBM shows a distinctive pattern: it weakens both proximal muscles (close to the body, like the thighs) and distal muscles (far from the body, like the fingers) simultaneously.\n    <\/p>\n\n    <div class=\"doctor-card\">\n        <div class=\"doctor-card-header\">\n            <div class=\"doctor-icon\">\n                <span class=\"iconify\" data-icon=\"lucide:stethoscope\" style=\"font-size:20px;\"><\/span>\n            <\/div>\n            <div class=\"doctor-card-label\">Clinical Explanation<\/div>\n        <\/div>\n        <p class=\"doctor-card-text\">\n            Inclusion Body Myositis differs from other inflammatory myopathies in important ways. It progresses more slowly than polymyositis or dermatomyositis. It does not respond to immunosuppressive medications in the same way. The characteristic involvement of both thigh muscles and finger flexors is a hallmark that helps distinguish it from other muscle diseases. Because there is no curative treatment, the focus of clinical management shifts entirely to preserving function, preventing complications, and maintaining the patient&#8217;s independence for as long as possible. This is why rehabilitation becomes the cornerstone of care rather than pharmacological treatment.\n        <\/p>\n    <\/div>\n\n    <h3>Disease-Specific Assessment at Discharge<\/h3>\n    <p>\n        A detailed neuromuscular assessment was documented at the time of discharge. These findings formed the baseline against which all future rehabilitation progress would be measured:\n    <\/p>\n\n    <div class=\"evidence-table-wrap\">\n        <table class=\"evidence-table\">\n            <thead>\n                <tr>\n                    <th>Parameter<\/th>\n                    <th>Finding<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Quadriceps muscle strength<\/td>\n                    <td>3\/5 (able to resist gravity but not additional force)<\/td>\n                <\/tr>\n                <tr>\n                    <td>Finger flexor strength<\/td>\n                    <td>3+\/5 (slightly better than quadriceps)<\/td>\n                <\/tr>\n                <tr>\n                    <td>Shoulder strength<\/td>\n                    <td>Mildly reduced<\/td>\n                <\/tr>\n                <tr>\n                    <td>Muscle wasting<\/td>\n                    <td>Mild, visible in thigh muscles<\/td>\n                <\/tr>\n                <tr>\n                    <td>Sit-to-stand performance<\/td>\n                    <td>Slow, requiring minimal assistance<\/td>\n                <\/tr>\n                <tr>\n                    <td>Sensation<\/td>\n                    <td>Normal<\/td>\n                <\/tr>\n                <tr>\n                    <td>Speech<\/td>\n                    <td>Normal<\/td>\n                <\/tr>\n                <tr>\n                    <td>Swallowing<\/td>\n                    <td>Intact<\/td>\n                <\/tr>\n                <tr>\n                    <td>Gait<\/td>\n                    <td>Mild instability<\/td>\n                <\/tr>\n                <tr>\n                    <td>Cognition<\/td>\n                    <td>Preserved<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <p>\n        The normal sensation and preserved cognition were reassuring findings. They confirmed that the disease was limited to muscle tissue without involving peripheral nerves or central nervous system function. Intact swallowing was particularly important because dysphagia can develop later in IBM, and establishing a baseline helped the team monitor for this complication over time.\n    <\/p>\n\n    <!-- 3. Hospital Treatment -->\n    <div class=\"section-label\">Section 3<\/div>\n    <h2 id=\"hospital-treatment\">Hospital Treatment<\/h2>\n\n    <p>\n        Mr. Sandhu spent 13 days in the hospital. During this period, the focus was not on curing the disease (since no cure exists for IBM) but on building a foundation for long-term management. The hospital team adopted a multidisciplinary approach that addressed multiple dimensions of his condition simultaneously.\n    <\/p>\n\n    <div class=\"scenario-grid\">\n        <div class=\"scenario-card\">\n            <div class=\"scenario-card-icon\">\ud83e\uddb4<\/div>\n            <h4>Physiotherapy<\/h4>\n            <p>Initial muscle strength assessment, gentle range-of-motion exercises, and gait training with assistive devices.<\/p>\n        <\/div>\n        <div class=\"scenario-card\">\n            <div class=\"scenario-card-icon\">\u270b<\/div>\n            <h4>Occupational Therapy<\/h4>\n            <p>Hand function evaluation, grip strengthening introduction, and assessment of adaptive equipment needs.<\/p>\n        <\/div>\n        <div class=\"scenario-card\">\n            <div class=\"scenario-card-icon\">\ud83e\udd57<\/div>\n            <h4>Nutritional Counselling<\/h4>\n            <p>Dietary planning for muscle health, diabetes management, and B12 supplementation guidance.<\/p>\n        <\/div>\n        <div class=\"scenario-card\">\n            <div class=\"scenario-card-icon\">\u26a0\ufe0f<\/div>\n            <h4>Fall Prevention Programme<\/h4>\n            <p>Home hazard identification, balance assessment, and education on safe mobility techniques.<\/p>\n        <\/div>\n        <div class=\"scenario-card\">\n            <div class=\"scenario-card-icon\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66<\/div>\n            <h4>Family Caregiver Education<\/h4>\n            <p>Training Balwinder Kaur and Gurpreet on safe transfer techniques, exercise support, and warning signs.<\/p>\n        <\/div>\n        <div class=\"scenario-card\">\n            <div class=\"scenario-card-icon\">\ud83d\udd2c<\/div>\n            <h4>Diagnostic Workup<\/h4>\n            <p>Complete neurological testing, EMG, nerve conduction studies, MRI, CK testing, and muscle biopsy.<\/p>\n        <\/div>\n    <\/div>\n\n    <p>\n        By the end of the hospital stay, the disease progression had stabilized. Mr. Sandhu was medically fit for discharge. However, the team clearly communicated that the real work of rehabilitation would happen at home, where daily consistency in exercise, monitoring, and functional training would determine how well he maintained his current abilities.\n    <\/p>\n\n    <h3>Presenting Condition at Discharge<\/h3>\n    <p>\n        When Mr. Sandhu returned home, he faced several functional challenges. He could walk approximately 150 meters using a quad cane. He needed minimal assistance for transfers. Stair climbing required handrail support. He could not squat independently. Opening bottles and jars was difficult. He experienced frequent fatigue during routine activities. He felt anxious about what the future held for his mobility.\n    <\/p>\n\n    <div class=\"func-cols\">\n        <div class=\"func-col assist\">\n            <h4>\n                <span class=\"iconify\" data-icon=\"lucide:alert-circle\" style=\"font-size:15px;color:#DC2626;\"><\/span>\n                Required Assistance With\n            <\/h4>\n            <ul>\n                <li>Climbing stairs<\/li>\n                <li>Carrying groceries<\/li>\n                <li>Heavy household work<\/li>\n                <li>Opening tight containers<\/li>\n                <li>Floor cleaning<\/li>\n                <li>Gardening<\/li>\n                <li>Long-distance walking<\/li>\n                <li>Lifting heavy objects<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"func-col indep\">\n            <h4>\n                <span class=\"iconify\" data-icon=\"lucide:check-circle\" style=\"font-size:15px;color:#059669;\"><\/span>\n                Independent In\n            <\/h4>\n            <ul>\n                <li>Eating<\/li>\n                <li>Toileting<\/li>\n                <li>Bathing with grab bars<\/li>\n                <li>Communication<\/li>\n                <li>Medication management<\/li>\n                <li>Decision-making<\/li>\n                <li>Reading<\/li>\n                <li>Mobile phone use<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n    <p>\n        This functional profile was important. It showed that while significant limitations existed, Mr. Sandhu retained independence in many essential self-care activities. The goal of home rehabilitation was to preserve and, where possible, expand this zone of independence rather than accept gradual decline as inevitable.\n    <\/p>\n\n    <!-- 4. Why Home Healthcare Was Needed -->\n    <div class=\"section-label\">Section 4<\/div>\n    <h2 id=\"why-home-healthcare\">Why Home Healthcare Was Needed<\/h2>\n\n    <p>\n        The decision to recommend home healthcare rather than continued institutional care was based on several clinical and practical considerations specific to Mr. Sandhu&#8217;s condition.\n    <\/p>\n\n    <div class=\"clinical-card green\">\n        <div class=\"clinical-card-title\">\n            <span class=\"iconify\" data-icon=\"lucide:shield-check\" style=\"font-size:15px;\"><\/span>\n            Reason 1: IBM Requires Long-Term Daily Rehabilitation\n        <\/div>\n        <p>Inclusion Body Myositis progresses over years, not days. Hospital rehabilitation programs are designed for acute recovery over days to weeks. IBM demands consistent, daily exercise and functional training that extends for months and years. A home-based model allows this continuity without the impracticality of prolonged hospitalization. Regular <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy at home<\/a> ensures that exercise routines continue without interruption.<\/p>\n    <\/div>\n\n    <div class=\"clinical-card blue\">\n        <div class=\"clinical-card-title\">\n            <span class=\"iconify\" data-icon=\"lucide:home\" style=\"font-size:15px;\"><\/span>\n            Reason 2: Rehabilitation in the Real Environment\n        <\/div>\n        <p>Hospital physiotherapy happens in controlled, predictable settings. But Mr. Sandhu&#8217;s real challenges existed in his actual home: navigating stairs, using his bathroom with grab bars, transferring from his specific chairs, moving between rooms. Training in the exact environment where he lives produces better functional outcomes than generic hospital-based exercises. This principle of context-specific rehabilitation is well established in neuromuscular care.<\/p>\n    <\/div>\n\n    <div class=\"clinical-card amber\">\n        <div class=\"clinical-card-title\">\n            <span class=\"iconify\" data-icon=\"lucide:heart-pulse\" style=\"font-size:15px;\"><\/span>\n            Reason 3: Multiple Comorbidities Need Coordinated Monitoring\n        <\/div>\n        <p>Mr. Sandhu had hypertension, diabetes, osteoarthritis, and B12 deficiency alongside IBM. Each condition required regular monitoring. Blood pressure and blood sugar fluctuations could affect his overall health and rehabilitation capacity. <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home nursing services<\/a> provided the daily monitoring needed to keep all conditions stable simultaneously, something that would be difficult to coordinate through periodic hospital visits alone.<\/p>\n    <\/div>\n\n    <div class=\"clinical-card green\">\n        <div class=\"clinical-card-title\">\n            <span class=\"iconify\" data-icon=\"lucide:users\" style=\"font-size:15px;\"><\/span>\n            Reason 4: Caregiver Support and Education\n        <\/div>\n        <p>His wife Balwinder Kaur, at 65, was taking on a significant physical and emotional burden as primary caregiver. Without professional guidance, she was at risk of caregiver burnout, incorrect transfer techniques, and failure to recognize warning signs. A structured <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">patient care service<\/a> at home provided not just patient care but also ongoing education and support for the entire family. Families in Maholi facing similar situations benefit from <a href=\"https:\/\/athomecare.in\/personalized-home-care-the-importance-of-individualized-elder-care-plans-in-gurgaon\/\">individualized elder care plans<\/a> that address both patient and caregiver needs.<\/p>\n    <\/div>\n\n    <div class=\"clinical-card red\">\n        <div class=\"clinical-card-title\">\n            <span class=\"iconify\" data-icon=\"lucide:alert-triangle\" style=\"font-size:15px;\"><\/span>\n            Reason 5: Fall Risk Required Continuous Supervision\n        <\/div>\n        <p>With quadriceps weakness at 3\/5, mild gait instability, and difficulty with sit-to-stand transfers, Mr. Sandhu was at significant risk for falls. Falls in elderly patients with neuromuscular disease can lead to fractures, hospitalization, and accelerated functional decline. Having a trained <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient care attendant<\/a> at home provided the supervision needed to prevent falls during daily activities. <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\">Fall prevention for seniors<\/a> is one of the most critical components of home-based neuromuscular care.<\/p>\n    <\/div>\n\n    <!-- 5. Home Care Plan -->\n    <div class=\"section-label\">Section 5<\/div>\n    <h2 id=\"home-care-plan\">Home Care Plan by AtHomeCare<\/h2>\n\n    <p>\n        The home healthcare plan was designed around five core pillars, each addressing a specific dimension of Mr. Sandhu&#8217;s needs. Every intervention was selected based on clinical reasoning tied directly to his diagnosed condition and functional limitations.\n    <\/p>\n\n    <h3>5.1 Home Nursing<\/h3>\n    <p>\n        A trained home nurse visited regularly to perform clinical monitoring and medical support tasks that could not be safely managed by family members alone. The nurse&#8217;s role was critical because IBM patients with multiple comorbidities need consistent vital tracking, not just occasional checkups.\n    <\/p>\n    <ul>\n        <li><strong>Neurological monitoring:<\/strong> Tracking any changes in muscle strength, sensation, swallowing ability, or speech that might indicate disease progression or new complications<\/li>\n        <li><strong>Blood pressure monitoring:<\/strong> Daily readings to ensure hypertension remained controlled, as blood pressure fluctuations can increase fall risk and affect overall health<\/li>\n        <li><strong>Blood sugar monitoring:<\/strong> Regular glucometer checks to keep diabetes within target range, since poor glycemic control can worsen fatigue and nerve function<\/li>\n        <li><strong>Medication administration:<\/strong> Ensuring correct timing and dosage of all medications for hypertension, diabetes, B12 supplementation, and any supportive prescriptions<\/li>\n        <li><strong>Fall risk assessment:<\/strong> Ongoing evaluation of Mr. Sandhu&#8217;s fall risk based on current mobility, fatigue levels, and environmental factors<\/li>\n        <li><strong>Nutritional monitoring:<\/strong> Tracking dietary intake, weight, and protein consumption to support muscle health<\/li>\n        <li><strong>Skin assessment:<\/strong> Checking for pressure areas, especially since reduced mobility increases the risk of skin breakdown. <a href=\"https:\/\/athomecare.in\/pressure-ulcer-prevention-guide-for-elderly-home-care-in-gurgaon\/\">Pressure ulcer prevention<\/a> is essential even for patients who are not fully bedridden<\/li>\n        <li><strong>Coordination with neurologist:<\/strong> Communicating clinical observations to the treating neurologist to ensure hospital and home care remained aligned<\/li>\n        <li><strong>Caregiver education:<\/strong> Continuously training Balwinder Kaur on safe care techniques and <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">medication management<\/a> practices<\/li>\n    <\/ul>\n\n    <h3>5.2 Patient Attendant<\/h3>\n    <p>\n        A patient attendant provided the daily physical support and supervision that Mr. Sandhu needed throughout the day. This role was distinct from nursing. The attendant focused on safety, mobility assistance, and daily activity support rather than clinical procedures.\n    <\/p>\n    <ul>\n        <li><strong>Walking supervision:<\/strong> Staying close during walking practice to prevent falls if Mr. Sandhu lost balance<\/li>\n        <li><strong>Safe transfers:<\/strong> Assisting with sit-to-stand, bed-to-chair, and bathroom transfers using proper body mechanics to protect both the patient and the attendant<\/li>\n        <li><strong>Stair climbing assistance:<\/strong> Providing steady support and handrail guidance during stair practice<\/li>\n        <li><strong>Exercise supervision:<\/strong> Ensuring that home exercise programs prescribed by the physiotherapist were performed correctly<\/li>\n        <li><strong>Emotional reassurance:<\/strong> Offering calm, patient presence during difficult movements, which helped reduce Mr. Sandhu&#8217;s anxiety about falling<\/li>\n        <li><strong>Meal assistance:<\/strong> Helping with meal setup and monitoring eating pace, particularly important since fatigue could affect his ability to complete meals<\/li>\n        <li><strong>Appointment coordination:<\/strong> Helping organize and prepare for doctor visits and therapy sessions<\/li>\n    <\/ul>\n\n    <h3>5.3 Physiotherapy at Home<\/h3>\n    <p>\n        Physiotherapy formed the central pillar of Mr. Sandhu&#8217;s rehabilitation. The treating team designed a program that was specific to the muscle groups affected by IBM while respecting the disease&#8217;s progressive nature. The goal was never to reverse the disease but to maximize the function of remaining muscle tissue. This aligns with established principles of <a href=\"https:\/\/athomecare.in\/the-importance-of-physiotherapy-healing-through-movement\/\">physiotherapy as a healing tool through movement<\/a>.\n    <\/p>\n\n    <div class=\"evidence-table-wrap\">\n        <table class=\"evidence-table\">\n            <thead>\n                <tr>\n                    <th>Treatment Component<\/th>\n                    <th>Clinical Purpose<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Lower limb strengthening<\/td>\n                    <td>Maintain quadriceps and hip muscle strength to support walking and standing<\/td>\n                <\/tr>\n                <tr>\n                    <td>Balance retraining<\/td>\n                    <td>Improve postural stability and reduce fall risk during walking and transfers<\/td>\n                <\/tr>\n                <tr>\n                    <td>Functional mobility exercises<\/td>\n                    <td>Practice real-life movements like standing from chairs, turning, and navigating spaces<\/td>\n                <\/tr>\n                <tr>\n                    <td>Transfer training<\/td>\n                    <td>Improve sit-to-stand technique to progress from assisted to independent transfers<\/td>\n                <\/tr>\n                <tr>\n                    <td>Walking endurance training<\/td>\n                    <td>Gradually increase the distance Mr. Sandhu could walk without excessive fatigue<\/td>\n                <\/tr>\n                <tr>\n                    <td>Stretching programme<\/td>\n                    <td>Prevent contractures and joint stiffness, especially in knees and hips affected by osteoarthritis<\/td>\n                <\/tr>\n                <tr>\n                    <td>Home exercise education<\/td>\n                    <td>Teach Mr. Sandhu and his attendant a daily exercise routine that could be performed between therapist visits<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <p>\n        A critical principle in IBM physiotherapy is avoiding overexertion. Unlike other conditions where pushing harder produces better results, excessive exercise in IBM can actually increase muscle damage. The physiotherapist carefully calibrated exercise intensity to challenge the muscles without causing harmful fatigue. Patients and families must understand this balance, which is why <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">professional physiotherapy at home<\/a> is safer than unsupervised exercise.\n    <\/p>\n\n    <h3>5.4 Occupational Therapy at Home<\/h3>\n    <p>\n        While physiotherapy focused on gross motor function (walking, standing, balance), occupational therapy addressed the fine motor and daily living skills that were equally affected by IBM. Mr. Sandhu&#8217;s finger flexor weakness at 3+\/5 made many routine tasks difficult.\n    <\/p>\n    <ul>\n        <li><strong>Hand strengthening exercises:<\/strong> Targeted exercises for finger flexors and grip muscles using therapy putty and resistance tools<\/li>\n        <li><strong>Grip improvement techniques:<\/strong> Specific methods to improve functional grip for daily objects like cups, utensils, and doors<\/li>\n        <li><strong>Adaptive equipment training:<\/strong> Introduction and practice with jar openers, modified handles, button hooks, and other devices that compensate for reduced hand strength<\/li>\n        <li><strong>Energy conservation techniques:<\/strong> Teaching Mr. Sandhu how to pace activities, plan rest periods, and organize tasks to reduce overall fatigue<\/li>\n        <li><strong>Fine motor skill practice:<\/strong> Structured activities to maintain dexterity for reading, mobile phone use, and writing<\/li>\n    <\/ul>\n    <p>\n        Occupational therapy for neuromuscular conditions requires specialized training. Families looking for this level of support can explore <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\">home healthcare services in the Chandigarh-Mohali region<\/a> or similar services in their local area.\n    <\/p>\n\n    <h3>5.5 Doctor Home Visit<\/h3>\n    <p>\n        A <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visit<\/a> was scheduled monthly for neurological review. During these visits, the physician assessed:\n    <\/p>\n    <ul>\n        <li>Disease progression by comparing current muscle strength against baseline measurements<\/li>\n        <li>Rehabilitation goal appropriateness and adjustment<\/li>\n        <li>Supportive medication review and optimization<\/li>\n        <li>Swallowing function evaluation (critical because dysphagia can develop later in IBM)<\/li>\n        <li>Mobility assessment and fall risk recalibration<\/li>\n        <li>Complication prevention screening<\/li>\n    <\/ul>\n\n    <h3>5.6 Medical Equipment<\/h3>\n    <p>\n        Specific equipment was arranged to support Mr. Sandhu&#8217;s safety and independence at home. Proper equipment selection is a clinical decision, not a convenience purchase. Each item was chosen based on his specific functional limitations:\n    <\/p>\n\n    <div class=\"equip-tags\">\n        <span class=\"equip-tag\">Quad Cane<\/span>\n        <span class=\"equip-tag\">Grab Bars<\/span>\n        <span class=\"equip-tag\">Raised Toilet Seat<\/span>\n        <span class=\"equip-tag\">Blood Pressure Monitor<\/span>\n        <span class=\"equip-tag\">Glucometer<\/span>\n        <span class=\"equip-tag\">Pulse Oximeter<\/span>\n        <span class=\"equip-tag\">Hand Exercise Therapy Putty<\/span>\n    <\/div>\n\n    <p>\n        The quad cane provided a stable four-point base for walking support. Grab bars were installed in the bathroom and near stairs. The raised toilet seat reduced the range of motion needed for sit-to-stand in the bathroom. Monitoring devices allowed daily vital checks without waiting for nurse visits. Families can access <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">medical equipment rental services<\/a> to obtain these items affordably rather than purchasing them outright.\n    <\/p>\n\n    <h3>5.7 Daily Care Plan<\/h3>\n    <p>\n        The care team structured each day to balance rehabilitation, rest, nutrition, and medical monitoring. Consistency in daily routine is particularly important for IBM patients because irregular exercise schedules reduce the effectiveness of rehabilitation.\n    <\/p>\n\n    <div class=\"daily-plan-grid\">\n        <div class=\"daily-plan-card morning\">\n            <h4>Morning<\/h4>\n            <ul>\n                <li>Vital signs monitoring<\/li>\n                <li>Morning medications<\/li>\n                <li>Hand strengthening exercises<\/li>\n                <li>Protein-rich breakfast<\/li>\n                <li>Physiotherapy session<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"daily-plan-card afternoon\">\n            <h4>Afternoon<\/h4>\n            <ul>\n                <li>Balanced lunch<\/li>\n                <li>Walking practice<\/li>\n                <li>Rest period<\/li>\n                <li>Occupational therapy<\/li>\n                <li>Hydration monitoring<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"daily-plan-card evening\">\n            <h4>Evening<\/h4>\n            <ul>\n                <li>Balance exercises<\/li>\n                <li>Stair practice<\/li>\n                <li>Family interaction<\/li>\n                <li>Medication review<\/li>\n                <li>Gentle stretching<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"daily-plan-card night\">\n            <h4>Night<\/h4>\n            <ul>\n                <li>Light dinner<\/li>\n                <li>Relaxation exercises<\/li>\n                <li>Safe transfers to bed<\/li>\n                <li>Adequate sleep<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n    <!-- 6. Recovery Timeline -->\n    <div class=\"section-label\">Section 6<\/div>\n    <h2 id=\"recovery-timeline\">Recovery Timeline<\/h2>\n\n    <p>\n        The following timeline documents the clinical progression observed over twelve weeks of structured home healthcare. It is important to understand that &#8220;recovery&#8221; in IBM does not mean reversal of the disease. It means optimization of remaining function, improved confidence, better compensation strategies, and prevention of complications.\n    <\/p>\n\n    <div class=\"timeline\">\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Day 1 to 3<\/div>\n            <div class=\"timeline-content\">\n                <p><strong>Clinical progress:<\/strong> The home healthcare team conducted an initial assessment at Mr. Sandhu&#8217;s residence. Vital signs were recorded. The home environment was evaluated for fall hazards. Grab bars were verified for proper installation. The quad cane height was adjusted.<\/p>\n                <p><strong>Nursing interventions:<\/strong> Baseline blood pressure (128\/80 mmHg), blood sugar, and oxygen saturation (98% on room air) were documented. Medications were reconciled to ensure no gaps between hospital discharge prescriptions and home supply.<\/p>\n                <p><strong>Doctor review:<\/strong> The initial home visit confirmed that Mr. Sandhu was medically stable for home rehabilitation.<\/p>\n                <p><strong>Family observations:<\/strong> Balwinder Kaur expressed relief that professional support had arrived. She reported feeling overwhelmed by the responsibility of managing her husband&#8217;s condition alone.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Week 1<\/div>\n            <div class=\"timeline-content\">\n                <p><strong>Clinical progress:<\/strong> Physiotherapy sessions began with gentle lower limb exercises and balance assessment. Mr. Sandhu could walk approximately 150 meters with the quad cane but required close supervision. Sit-to-stand from standard chairs still needed minimal assistance.<\/p>\n                <p><strong>Nursing interventions:<\/strong> Daily blood pressure and blood sugar monitoring established a pattern. Blood sugar levels showed mild variability, and dietary counselling was reinforced. The nurse educated the family on <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\">warning signs requiring emergency response<\/a>.<\/p>\n                <p><strong>Patient response:<\/strong> Mr. Sandhu reported feeling encouraged by having a structured plan but admitted feeling anxious about whether the exercises would actually help.<\/p>\n                <p><strong>Family observations:<\/strong> Gurpreet noted that his father seemed more willing to attempt walking when the attendant was present, suggesting that fear of falling without support was limiting his activity.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Week 2<\/div>\n            <div class=\"timeline-content\">\n                <p><strong>Clinical progress:<\/strong> Occupational therapy began focusing on hand exercises with therapy putty. Mr. Sandhu could grip larger objects more securely but still struggled with tight jar lids and small buttons. Walking distance showed early improvement to approximately 200 meters.<\/p>\n                <p><strong>Nursing interventions:<\/strong> Skin assessment noted no pressure areas. Hydration monitoring was emphasized because Mr. Sandhu tended to reduce fluid intake to avoid frequent bathroom trips, which is unsafe for a patient with diabetes and mobility limitations.<\/p>\n                <p><strong>Doctor review:<\/strong> The first monthly neurological review confirmed stable disease with no new neurological deficits. Swallowing remained intact.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Week 4<\/div>\n            <div class=\"timeline-content\">\n                <p><strong>Clinical progress:<\/strong> Sit-to-stand transfers showed measurable improvement. Mr. Sandhu could rise from standard-height chairs with verbal cueing rather than physical assistance. Walking distance increased to approximately 280 meters. Stair climbing became smoother with handrail support, though the attendant remained close.<\/p>\n                <p><strong>Nursing interventions:<\/strong> Blood pressure remained well controlled. Blood sugar readings stabilized with improved dietary adherence. The nurse adjusted the medication timing slightly to better align with meal schedules.<\/p>\n                <p><strong>Patient response:<\/strong> Mr. Sandhu reported reduced fatigue during routine activities. He began spending more time reading in his sitting area rather than remaining in bed.<\/p>\n                <p><strong>Family observations:<\/strong> Balwinder Kaur reported feeling more confident in assisting with transfers. She had learned the correct hand placement and body positioning techniques taught by the physiotherapist.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Month 2 (Week 8)<\/div>\n            <div class=\"timeline-content\">\n                <p><strong>Clinical progress:<\/strong> Walking distance reached approximately 350 meters. Hand grip strength improved noticeably. Mr. Sandhu could open most jars and bottles independently using adaptive techniques. He began climbing stairs with handrail support and standby supervision rather than hands-on assistance.<\/p>\n                <p><strong>Nursing interventions:<\/strong> The nurse noted improved overall energy levels. Nutritional monitoring confirmed adequate protein intake. Vitamin B12 supplementation continued as prescribed.<\/p>\n                <p><strong>Doctor review:<\/strong> Second monthly review documented functional improvement. No signs of disease acceleration. The doctor commended the family&#8217;s adherence to the rehabilitation plan.<\/p>\n                <p><strong>Family observations:<\/strong> Gurpreet observed that his father&#8217;s mood had improved significantly. The anxiety about future mobility had not disappeared entirely, but it was no longer dominating daily conversations.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Month 3 (Week 12)<\/div>\n            <div class=\"timeline-content\">\n                <p><strong>Clinical progress:<\/strong> Walking distance improved from the baseline 150 meters to approximately 420 meters using the quad cane. Sit-to-stand transfers became fully independent from standard-height chairs. Hand grip strength was sufficient for most daily household tasks. Stair climbing was safe with handrail support. Fatigue during routine activities had reduced significantly.<\/p>\n                <p><strong>Nursing interventions:<\/strong> All vital parameters remained stable. No falls had occurred during the entire twelve-week period. No hospital readmissions were needed. The nurse provided a comprehensive summary for the neurologist.<\/p>\n                <p><strong>Patient response:<\/strong> Mr. Sandhu expressed satisfaction with his progress. He understood that IBM would continue to progress slowly, but he felt better equipped to manage it.<\/p>\n                <p><strong>Family observations:<\/strong> Both Balwinder Kaur and Gurpreet felt that the home healthcare plan had made a meaningful difference. They understood the disease better, knew what to watch for, and felt more in control of the situation.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- 7. Clinical Evidence -->\n    <div class=\"section-label\">Section 7<\/div>\n    <h2 id=\"clinical-evidence\">Clinical Evidence<\/h2>\n\n    <p>\n        The following tables present the documented clinical data from Mr. Sandhu&#8217;s home healthcare period. All values are drawn from recorded observations. No values have been estimated or assumed.\n    <\/p>\n\n    <h3>Vital Signs at Discharge<\/h3>\n    <div class=\"evidence-table-wrap\">\n        <table class=\"evidence-table\">\n            <thead>\n                <tr>\n                    <th>Parameter<\/th>\n                    <th>Value<\/th>\n                    <th>Status<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Blood Pressure<\/td>\n                    <td>128\/80 mmHg<\/td>\n                    <td>Controlled<\/td>\n                <\/tr>\n                <tr>\n                    <td>Heart Rate<\/td>\n                    <td>78 bpm<\/td>\n                    <td>Normal<\/td>\n                <\/tr>\n                <tr>\n                    <td>Respiratory Rate<\/td>\n                    <td>18\/min<\/td>\n                    <td>Normal<\/td>\n                <\/tr>\n                <tr>\n                    <td>Temperature<\/td>\n                    <td>98.4\u00b0F<\/td>\n                    <td>Normal<\/td>\n                <\/tr>\n                <tr>\n                    <td>Oxygen Saturation<\/td>\n                    <td>98% on Room Air<\/td>\n                    <td>Normal<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <h3>Functional Mobility Progress<\/h3>\n    <div class=\"evidence-table-wrap\">\n        <table class=\"evidence-table\">\n            <thead>\n                <tr>\n                    <th>Functional Measure<\/th>\n                    <th>At Discharge (Baseline)<\/th>\n                    <th>At 12 Weeks<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Walking distance (with quad cane)<\/td>\n                    <td>~150 meters<\/td>\n                    <td>~420 meters<\/td>\n                <\/tr>\n                <tr>\n                    <td>Sit-to-stand from standard chair<\/td>\n                    <td>Minimal assistance<\/td>\n                    <td>Independent<\/td>\n                <\/tr>\n                <tr>\n                    <td>Stair climbing<\/td>\n                    <td>Required handrail + close support<\/td>\n                    <td>Handrail support, standby supervision<\/td>\n                <\/tr>\n                <tr>\n                    <td>Hand grip for daily tasks<\/td>\n                    <td>Difficulty with most containers<\/td>\n                    <td>Adequate for most tasks<\/td>\n                <\/tr>\n                <tr>\n                    <td>Fatigue during routine activities<\/td>\n                    <td>Frequent<\/td>\n                    <td>Significantly reduced<\/td>\n                <\/tr>\n                <tr>\n                    <td>Falls during care period<\/td>\n                    <td>N\/A<\/td>\n                    <td>Zero<\/td>\n                <\/tr>\n                <tr>\n                    <td>Hospital readmissions<\/td>\n                    <td>N\/A<\/td>\n                    <td>Zero<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <h3>Neuromuscular Assessment Summary<\/h3>\n    <div class=\"evidence-table-wrap\">\n        <table class=\"evidence-table\">\n            <thead>\n                <tr>\n                    <th>Muscle Group<\/th>\n                    <th>Strength at Discharge<\/th>\n                    <th>Functional Impact<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Quadriceps (both sides)<\/td>\n                    <td>3\/5<\/td>\n                    <td>Difficulty rising from chairs, climbing stairs<\/td>\n                <\/tr>\n                <tr>\n                    <td>Finger flexors (both hands)<\/td>\n                    <td>3+\/5<\/td>\n                    <td>Weak grip, difficulty with jars and small objects<\/td>\n                <\/tr>\n                <tr>\n                    <td>Shoulder girdle<\/td>\n                    <td>Mildly reduced<\/td>\n                    <td>Minor impact on overhead activities<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <h3>Risks Monitored Throughout Care<\/h3>\n    <div class=\"risk-grid\">\n        <div class=\"risk-item\">Falls<\/div>\n        <div class=\"risk-item\">Progressive muscle weakness<\/div>\n        <div class=\"risk-item moderate\">Joint stiffness<\/div>\n        <div class=\"risk-item\">Reduced mobility<\/div>\n        <div class=\"risk-item moderate\">Hand function decline<\/div>\n        <div class=\"risk-item moderate\">Fatigue<\/div>\n        <div class=\"risk-item moderate\">Blood sugar fluctuations<\/div>\n        <div class=\"risk-item low\">Pressure injuries<\/div>\n        <div class=\"risk-item moderate\">Depression<\/div>\n        <div class=\"risk-item\">Hospital readmission<\/div>\n    <\/div>\n\n    <!-- 8. Medical Authority -->\n    <div class=\"section-label\">Section 8<\/div>\n    <h2 id=\"medical-authority\">Medical Authority<\/h2>\n\n    <div class=\"author-section\">\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, MBBS - Geriatric Medicine Specialist\" class=\"author-img\">\n        <div>\n            <div class=\"author-name\">Dr. Ekta Fageriya, MBBS<\/div>\n            <div class=\"author-cred\">RMC Registration No. 44780<\/div>\n            <div class=\"author-cred\">Specialization: Geriatric Medicine<\/div>\n            <div class=\"author-detail\">Clinical Experience: 7 Years<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- 9. Recovery Outcome -->\n    <div class=\"section-label\">Section 9<\/div>\n    <h2 id=\"recovery-outcome\">Recovery Outcome<\/h2>\n\n    <p>\n        At the twelve-week mark, the home healthcare team conducted a comprehensive outcome review. The results demonstrated measurable functional improvement across multiple domains, even though the underlying disease itself had not been cured (which is expected in IBM).\n    <\/p>\n\n    <div class=\"outcome-grid\">\n        <div class=\"outcome-card\">\n            <div class=\"label\">Mobility<\/div>\n            <div class=\"value\">Walking distance increased from 150m to 420m. Independent sit-to-stand achieved.<\/div>\n        <\/div>\n        <div class=\"outcome-card\">\n            <div class=\"label\">Hand Function<\/div>\n            <div class=\"value\">Grip strength improved for most daily household tasks. Adaptive techniques learned.<\/div>\n        <\/div>\n        <div class=\"outcome-card\">\n            <div class=\"label\">Safety<\/div>\n            <div class=\"value\">Zero falls recorded. Zero hospital readmissions during the 12-week period.<\/div>\n        <\/div>\n        <div class=\"outcome-card\">\n            <div class=\"label\">Fatigue<\/div>\n            <div class=\"value\">Significant reduction in fatigue during routine activities.<\/div>\n        <\/div>\n        <div class=\"outcome-card\">\n            <div class=\"label\">Emotional Well-Being<\/div>\n            <div class=\"value\">Anxiety about mobility reduced. Overall confidence increased.<\/div>\n        <\/div>\n        <div class=\"outcome-card\">\n            <div class=\"label\">Medical Stability<\/div>\n            <div class=\"value\">Blood pressure and blood sugar remained controlled throughout.<\/div>\n        <\/div>\n    <\/div>\n\n    <h3>Remaining Challenges<\/h3>\n    <p>\n        It is important to acknowledge what did not change. IBM is a progressive disease. Mr. Sandhu&#8217;s muscle strength grades (3\/5 quadriceps, 3+\/5 finger flexors) reflected the disease&#8217;s impact, and these values represent the current state rather than a permanent improvement. The gains achieved were in functional compensation, endurance, confidence, and technique rather than in reversing muscle damage.\n    <\/p>\n    <p>\n        Long-term challenges that will require ongoing attention include the slow but expected progression of muscle weakness, the potential future development of swallowing difficulties (which occurs in some IBM patients), the need for continued exercise adherence, and the emotional and physical burden on the family caregiving system.\n    <\/p>\n\n    <h3>Long-Term Care Plan<\/h3>\n    <p>\n        The home healthcare team recommended continuing the structured program with adjusted frequency. Physiotherapy and occupational therapy sessions were reduced from intensive to maintenance level. Nursing monitoring continued on a regular schedule. Monthly doctor home visits were maintained. The family was educated that consistency over years, not intensity over weeks, would determine the long-term outcome.\n    <\/p>\n\n    <!-- 10. Key Learnings -->\n    <div class=\"section-label\">Section 10<\/div>\n    <h2 id=\"key-learnings\">Key Clinical Learnings<\/h2>\n\n    <ul class=\"learning-list\">\n        <li>Inclusion Body Myositis is a slowly progressive inflammatory muscle disease that requires a fundamentally different care approach than acute conditions. The absence of a cure shifts the clinical focus entirely to functional preservation and complication prevention.<\/li>\n        <li>Early and consistent rehabilitation helps preserve mobility and independence. The twelve-week outcomes in this case demonstrate that even without disease reversal, meaningful functional gains are achievable through structured exercise and training.<\/li>\n        <li>Occupational therapy is not secondary to physiotherapy in IBM. Hand function impairment significantly affects quality of life, and targeted grip training combined with adaptive equipment can restore meaningful independence in daily tasks.<\/li>\n        <li>Home nursing provides the longitudinal monitoring that periodic hospital visits cannot. Daily blood pressure and blood sugar tracking in the context of a neuromuscular disease catches problems early before they escalate.<\/li>\n        <li>Fall prevention is not an optional add-on. It is a core treatment component. In a patient with 3\/5 quadriceps strength and gait instability, a single fall can cause fractures that dramatically accelerate functional decline.<\/li>\n        <li>Adaptive equipment selection should be clinical, not casual. Each device (quad cane, grab bars, raised toilet seat) was chosen based on specific functional limitations and should be reassessed as the disease evolves.<\/li>\n        <li>Exercise in IBM requires careful calibration. More exercise is not better. The goal is to challenge muscles without causing damage, a balance that requires professional supervision especially in the early weeks of rehabilitation.<\/li>\n        <li>Continuous neurological follow-up supports long-term disease management. Monthly home visits allowed the treating physician to track progression, adjust goals, and screen for complications like dysphagia that develop later in the disease course.<\/li>\n        <li>Caregiver education directly affects patient outcomes. When the family understands the disease, knows the warning signs, and can provide correct physical assistance, the patient&#8217;s safety and quality of life improve measurably.<\/li>\n        <li>Comorbid conditions cannot be managed in isolation. Mr. Sandhu&#8217;s hypertension, diabetes, osteoarthritis, and B12 deficiency all interacted with his IBM. Coordinated management of all conditions simultaneously produced better results than treating each one separately.<\/li>\n    <\/ul>\n\n    <!-- 11. FAQs -->\n    <div class=\"section-label\">Section 11<\/div>\n    <h2 id=\"faqs\">Frequently Asked Questions<\/h2>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            Can Inclusion Body Myositis be managed at home?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Yes. Home nursing, physiotherapy, occupational therapy, and regular neurological follow-up help patients maintain independence and quality of life. Since IBM is a long-term condition that progresses slowly over years, home-based care is actually better suited than repeated hospitalizations. Professional <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing services<\/a> provide the daily monitoring and support that hospital outpatient visits cannot offer.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            Is Inclusion Body Myositis curable?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Currently, there is no cure for Inclusion Body Myositis. Unlike some other inflammatory muscle diseases, IBM does not respond well to immunosuppressive medications. However, rehabilitation and supportive care can significantly improve daily functioning, maintain mobility, prevent complications, and enhance quality of life even though the underlying disease continues to progress slowly.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            Why is occupational therapy important for IBM patients?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            IBM characteristically affects the finger flexor muscles, making grip and fine motor tasks difficult. Occupational therapy improves hand function through targeted exercises, teaches adaptive techniques for daily activities, and introduces equipment like jar openers and modified handles. Without occupational therapy, patients gradually lose the ability to perform tasks like eating, dressing, and using household objects independently.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            Should IBM patients continue exercising?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Yes, but with important caveats. Regular supervised exercise helps preserve muscle function and mobility. However, excessive exercise can increase muscle damage in IBM patients. The exercise program must be designed and monitored by a qualified physiotherapist who understands neuromuscular conditions. The goal is to challenge the muscles without causing harmful fatigue or injury.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            What warning signs require immediate medical attention?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Repeated falls, sudden worsening of weakness, difficulty swallowing, choking episodes, or sudden inability to walk require urgent medical evaluation. These signs may indicate accelerated disease progression or the development of new complications. Families should be trained to recognize these warning signs and seek help immediately. Detailed guidance on <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\">emergency warning signs in elderly patients<\/a> can help families prepare.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            Why are doctor home visits beneficial for IBM patients?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Home visits allow the physician to assess the patient in their actual living environment, which provides information that clinic visits cannot. The doctor can observe how the patient navigates their home, evaluate the effectiveness of adaptive equipment, assess caregiver techniques, and monitor disease progression in context. <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">Doctor home visit services<\/a> also reduce the physical burden of traveling to hospital appointments for patients with mobility limitations.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            Can IBM patients remain independent?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Many patients maintain significant independence for years through consistent rehabilitation, adaptive equipment, and family support. The case documented here shows a patient who improved from needing minimal assistance for transfers to performing them independently, and who increased his walking distance nearly threefold. While the disease will continue to progress, the rate of functional decline can be slowed considerably with proper care.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            What role does nutrition play in IBM management?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Adequate protein intake helps maintain muscle health. Balanced nutrition supports energy levels and reduces fatigue. For patients with diabetes (like Mr. Sandhu), blood sugar control through diet is essential because poor glycemic control can worsen nerve and muscle function. Vitamin B12 supplementation addresses the documented deficiency that can contribute to fatigue and nerve symptoms. Proper hydration is also important and sometimes overlooked in patients who reduce fluid intake to avoid bathroom trips.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            How does home healthcare reduce caregiver burden?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            Professional home healthcare shares the physical and emotional load of caregiving. A patient attendant handles the physical tasks of mobility support and daily assistance. A nurse manages clinical monitoring and medication. Therapists provide expert rehabilitation. This allows family caregivers to focus on emotional support and companionship rather than carrying the entire care burden alone. <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\">Recognizing caregiver stress early<\/a> is important to prevent burnout.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n            Is this case study based on a real patient?\n            <span class=\"iconify faq-icon\" data-icon=\"lucide:plus\"><\/span>\n        <\/div>\n        <div class=\"faq-a\">\n            No. This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The clinical information presented is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.\n        <\/div>\n    <\/div>\n\n    <div class=\"sep\"><\/div>\n\n    <!-- Contact Section -->\n    <div class=\"contact-section\">\n        <h3>Contact AtHomeCare<\/h3>\n        <div class=\"contact-grid\">\n            <div>\n                <div class=\"contact-item-label\">Corporate Office<\/div>\n                <div class=\"contact-item-value\">\n                    Unit No. 703, 7th Floor, ILD Trade Centre<br>\n                    D1 Block, Malibu Town<br>\n                    Sector 47, Maholi, Haryana 122018\n                <\/div>\n            <\/div>\n            <div>\n                <div class=\"contact-item-label\">Phone<\/div>\n                <div class=\"contact-item-value\">\n                    <a href=\"tel:9910823218\">9910823218<\/a>\n                <\/div>\n            <\/div>\n            <div>\n                <div class=\"contact-item-label\">Email<\/div>\n                <div class=\"contact-item-value\">\n                    <a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Related Services -->\n    <h3>Related Services<\/h3>\n    <p>Families managing neuromuscular conditions like Inclusion Body Myositis may also benefit from the following services:<\/p>\n    <ul>\n        <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing Services<\/a> for daily clinical monitoring and medical support<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">Physiotherapy at Home<\/a> for mobility rehabilitation and strength maintenance<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a> for daily living assistance and supervision<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">Patient Care Taker (GDA)<\/a> for safe mobility support and fall prevention<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">Doctor Home Visit<\/a> for regular neurological and medical review<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">Medical Equipment Rental<\/a> for canes, grab bars, monitors, and other assistive devices<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\">Fall Prevention and Home Modifications<\/a> for creating a safe living environment<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\">Home Healthcare Services in Chandigarh, Mohali, and Panchkula<\/a><\/li>\n        <li><a href=\"https:\/\/athomecare.in\/mobility-rehabilitation-and-physical-therapy-for-elders-in-faridabad-athomecare\/\">Mobility Rehabilitation and Physical Therapy<\/a> for seniors with movement difficulties<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">Medication Monitoring and Management<\/a> for patients with multiple chronic conditions<\/li>\n    <\/ul>\n\n    <!-- Disclaimer -->\n    <div class=\"disclaimer-box\">\n        <p><strong>Disclaimer:<\/strong> This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment. Every patient is unique. Treatment decisions must always be made by qualified healthcare professionals. Emergency symptoms require immediate hospital care. Home healthcare complements, but does not replace, emergency medical services.<\/p>\n    <\/div>\n\n<\/div><!-- end article-body -->\n\n<!-- Footer -->\n<footer class=\"footer\">\n    <div class=\"container\">\n        <div class=\"footer-inner\">\n            <div class=\"footer-text\">\n                &copy; 2025 AtHomeCare. All rights reserved.\n            <\/div>\n            <div class=\"footer-text\">\n                <a href=\"https:\/\/athomecare.in\/\">Home<\/a> &nbsp;|&nbsp;\n                <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Services<\/a> &nbsp;|&nbsp;\n                <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">Contact<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    function toggleFaq(el) {\n        const item = el.parentElement;\n        const isActive = item.classList.contains('active');\n        \/\/ Close all\n        document.querySelectorAll('.faq-item').forEach(i => i.classList.remove('active'));\n        \/\/ Toggle clicked\n        if (!isActive) item.classList.add('active');\n    }\n\n    \/\/ Mobile nav toggle\n    const style = document.createElement('style');\n    style.textContent = `\n        @media (max-width: 700px) {\n            .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 16px 20px; border-bottom: 1px solid #E5E7EB; box-shadow: 0 4px 12px rgba(0,0,0,0.06); gap: 12px; }\n            .nav-links.show { display: flex; }\n            .nav-links a { font-size: 15px; padding: 8px 0; }\n            .mobile-menu-btn { display: block; }\n            .nav-bar { position: relative; }\n        }\n    `;\n    document.head.appendChild(style);\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient&#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-410","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=\"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient\" \/>\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\/inclusion-body-myositis-home-rehabilitation-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=\"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-06T06:27:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-06T06:27:58+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient\" \/>\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\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#blogposting\",\"name\":\"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali\",\"headline\":\"Inclusion Body Myositis Home Rehabilitation | 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\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#articleImage\"},\"datePublished\":\"2026-08-06T06:27:58+00:00\",\"dateModified\":\"2026-08-06T06:27:58+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/inclusion-body-myositis-home-rehabilitation-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\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#listItem\",\"name\":\"Inclusion Body Myositis Home Rehabilitation | Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#listItem\",\"position\":3,\"name\":\"Inclusion Body Myositis Home Rehabilitation | 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\\\/inclusion-body-myositis-home-rehabilitation-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\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/\",\"name\":\"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali\",\"description\":\"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/inclusion-body-myositis-home-rehabilitation-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-06T06:27:58+00:00\",\"dateModified\":\"2026-08-06T06:27:58+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":"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali","description":"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient","canonical_url":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/#blogposting","name":"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali","headline":"Inclusion Body Myositis Home Rehabilitation | 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\/inclusion-body-myositis-home-rehabilitation-case-study\/#articleImage"},"datePublished":"2026-08-06T06:27:58+00:00","dateModified":"2026-08-06T06:27:58+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-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\/inclusion-body-myositis-home-rehabilitation-case-study\/#listItem","name":"Inclusion Body Myositis Home Rehabilitation | Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/#listItem","position":3,"name":"Inclusion Body Myositis Home Rehabilitation | 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\/inclusion-body-myositis-home-rehabilitation-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\/inclusion-body-myositis-home-rehabilitation-case-study\/#webpage","url":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/","name":"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali","description":"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-06T06:27:58+00:00","dateModified":"2026-08-06T06:27:58+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":"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali","og:description":"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient","og:url":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/","article:published_time":"2026-08-06T06:27:58+00:00","article:modified_time":"2026-08-06T06:27:58+00:00","twitter:card":"summary_large_image","twitter:title":"Inclusion Body Myositis Home Rehabilitation | Case Study - mohali","twitter:description":"Inclusion Body Myositis Home Rehabilitation | Fictional Case Study Trusted Home Healthcare Across Delhi NCR 9910823218 AtHomeCare Home Nursing Physiotherapy Patient Care Book Doctor Visit Case Study Home Rehabilitation After Inclusion Body Myositis A detailed clinical account of how structured home healthcare, including physiotherapy, occupational therapy, nursing support, and family education, helped a 69-year-old patient"},"aioseo_meta_data":{"post_id":"410","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-08-06 06:25:17","updated":"2026-08-06 07:32:36","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\tInclusion Body Myositis Home Rehabilitation | 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":"Inclusion Body Myositis Home Rehabilitation | Case Study","link":"https:\/\/athomecare.in\/mohali\/inclusion-body-myositis-home-rehabilitation-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/410","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=410"}],"version-history":[{"count":2,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/410\/revisions"}],"predecessor-version":[{"id":412,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/410\/revisions\/412"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}