{"id":175,"date":"2026-07-22T08:19:02","date_gmt":"2026-07-22T08:19:02","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=175"},"modified":"2026-07-22T08:19:04","modified_gmt":"2026-07-22T08:19:04","slug":"myasthenia-gravis-home-care-case-study-in-mohali","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/","title":{"rendered":"Myasthenia Gravis Home Care Case Study in Mohali"},"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>Myasthenia Gravis Home Care Case Study in Mohali<\/title>\n    <meta name=\"description\" content=\"Read a fictional Myasthenia Gravis home care case study from Mohali featuring neurological rehabilitation, respiratory care, physiotherapy, and caregiver education.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/myasthenia-gravis-home-care-case-study-mohali\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Source+Serif+4:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n    <style>\n        :root {\n            --bg: #f5f7f8;\n            --white: #ffffff;\n            --primary: #0a6b6b;\n            --primary-light: #e6f3f3;\n            --primary-dark: #054848;\n            --secondary: #1a8f8f;\n            --text: #1e272e;\n            --text-muted: #57606f;\n            --text-light: #808e9b;\n            --border: #dfe4ea;\n            --border-light: #edf0f2;\n            --alert-red: #b71c1c;\n            --alert-red-bg: #fbe9e7;\n            --alert-green: #1b5e20;\n            --alert-green-bg: #e8f5e9;\n            --alert-amber: #e65100;\n            --alert-amber-bg: #fff3e0;\n            --alert-blue: #0d47a1;\n            --alert-blue-bg: #e3f2fd;\n            --card-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);\n            --card-shadow-hover: 0 4px 12px rgba(0,0,0,0.08);\n            --radius: 10px;\n            --radius-sm: 6px;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: var(--bg);\n            color: var(--text);\n            line-height: 1.7;\n            font-size: 16px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container {\n            max-width: 860px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        .site-header {\n            background: var(--white);\n            border-bottom: 1px solid var(--border);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n        .header-inner {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 14px 20px;\n            max-width: 860px;\n            margin: 0 auto;\n        }\n        .header-brand {\n            font-family: 'Source Serif 4', serif;\n            font-weight: 700;\n            font-size: 20px;\n            color: var(--primary);\n            text-decoration: none;\n        }\n        .header-tag {\n            font-size: 11px;\n            color: var(--text-light);\n            font-weight: 400;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n        }\n        .header-back {\n            font-size: 13px;\n            color: var(--primary);\n            text-decoration: none;\n            font-weight: 500;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        .header-back:hover { text-decoration: underline; }\n\n        \/* Breadcrumb *\/\n        .breadcrumb {\n            padding: 16px 0 8px;\n            font-size: 13px;\n            color: var(--text-light);\n        }\n        .breadcrumb a {\n            color: var(--primary);\n            text-decoration: none;\n        }\n        .breadcrumb a:hover { text-decoration: underline; }\n\n        \/* Hero *\/\n        .hero {\n            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--secondary) 100%);\n            padding: 48px 0 56px;\n            color: #fff;\n            margin-bottom: 40px;\n        }\n        .hero-label {\n            display: inline-block;\n            background: rgba(255,255,255,0.15);\n            backdrop-filter: blur(8px);\n            padding: 5px 14px;\n            border-radius: 20px;\n            font-size: 11px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n        .hero h1 {\n            font-family: 'Source Serif 4', serif;\n            font-size: 32px;\n            font-weight: 700;\n            line-height: 1.3;\n            margin-bottom: 16px;\n            max-width: 720px;\n        }\n        .hero-summary {\n            font-size: 15px;\n            line-height: 1.7;\n            opacity: 0.9;\n            max-width: 680px;\n            margin-bottom: 32px;\n        }\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 12px;\n            max-width: 720px;\n        }\n        .hero-stat {\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(6px);\n            border: 1px solid rgba(255,255,255,0.12);\n            border-radius: var(--radius-sm);\n            padding: 14px 16px;\n        }\n        .hero-stat-label {\n            font-size: 10px;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            opacity: 0.7;\n            margin-bottom: 4px;\n        }\n        .hero-stat-value {\n            font-size: 15px;\n            font-weight: 600;\n        }\n\n        \/* Sections *\/\n        .section {\n            margin-bottom: 48px;\n        }\n        .section-title {\n            font-family: 'Source Serif 4', serif;\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--primary-light);\n        }\n        .section-subtitle {\n            font-family: 'Source Serif 4', serif;\n            font-size: 19px;\n            font-weight: 600;\n            color: var(--text);\n            margin: 28px 0 12px;\n        }\n        p {\n            margin-bottom: 14px;\n            color: var(--text);\n            font-size: 15.5px;\n            line-height: 1.75;\n        }\n\n        \/* Cards *\/\n        .card {\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 24px;\n            margin-bottom: 20px;\n            box-shadow: var(--card-shadow);\n        }\n        .card-title {\n            font-weight: 600;\n            font-size: 16px;\n            color: var(--primary-dark);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .card-title i { font-size: 14px; color: var(--secondary); }\n\n        \/* Alert Boxes *\/\n        .alert {\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            margin: 20px 0;\n            border-left: 4px solid;\n            font-size: 14.5px;\n            line-height: 1.7;\n        }\n        .alert-title {\n            font-weight: 600;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 6px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .alert-red {\n            background: var(--alert-red-bg);\n            border-color: var(--alert-red);\n            color: var(--alert-red);\n        }\n        .alert-green {\n            background: var(--alert-green-bg);\n            border-color: var(--alert-green);\n            color: var(--alert-green);\n        }\n        .alert-amber {\n            background: var(--alert-amber-bg);\n            border-color: var(--alert-amber);\n            color: var(--alert-amber);\n        }\n        .alert-blue {\n            background: var(--alert-blue-bg);\n            border-color: var(--alert-blue);\n            color: var(--alert-blue);\n        }\n\n        \/* Doctor Explanation Card *\/\n        .doctor-card {\n            background: linear-gradient(135deg, #f0fafa 0%, #e8f4f4 100%);\n            border: 1px solid #c8e6e6;\n            border-radius: var(--radius);\n            padding: 24px;\n            margin: 24px 0;\n            position: relative;\n        }\n        .doctor-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: var(--primary);\n            border-radius: 4px 0 0 4px;\n        }\n        .doctor-card-label {\n            font-size: 11px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            color: var(--primary);\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        .doctor-card p {\n            color: var(--text);\n            font-size: 14.5px;\n            margin-bottom: 8px;\n        }\n\n        \/* Clinical Note *\/\n        .clinical-note {\n            background: #fafbfc;\n            border: 1px solid var(--border);\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            margin: 16px 0;\n            font-size: 14px;\n            color: var(--text-muted);\n        }\n        .clinical-note strong {\n            color: var(--text);\n        }\n\n        \/* Tables *\/\n        .table-wrap {\n            overflow-x: auto;\n            margin: 20px 0;\n            border-radius: var(--radius);\n            border: 1px solid var(--border-light);\n            background: var(--white);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        thead {\n            background: var(--primary-light);\n        }\n        th {\n            padding: 12px 16px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--primary-dark);\n            border-bottom: 2px solid #c8e0e0;\n        }\n        td {\n            padding: 11px 16px;\n            border-bottom: 1px solid var(--border-light);\n            color: var(--text);\n        }\n        tr:last-child td { border-bottom: none; }\n        tr:hover td { background: #f8fbfb; }\n\n        \/* Timeline *\/\n        .timeline {\n            position: relative;\n            padding-left: 32px;\n            margin: 24px 0;\n        }\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 11px;\n            top: 4px;\n            bottom: 4px;\n            width: 2px;\n            background: linear-gradient(to bottom, var(--primary), var(--secondary), var(--border));\n        }\n        .timeline-item {\n            position: relative;\n            margin-bottom: 28px;\n        }\n        .timeline-item:last-child { margin-bottom: 0; }\n        .timeline-dot {\n            position: absolute;\n            left: -32px;\n            top: 4px;\n            width: 22px;\n            height: 22px;\n            border-radius: 50%;\n            background: var(--white);\n            border: 3px solid var(--primary);\n            z-index: 1;\n        }\n        .timeline-item:nth-child(even) .timeline-dot {\n            border-color: var(--secondary);\n        }\n        .timeline-label {\n            font-size: 12px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.6px;\n            color: var(--primary);\n            margin-bottom: 6px;\n        }\n        .timeline-content {\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            box-shadow: var(--card-shadow);\n        }\n        .timeline-content p {\n            font-size: 14.5px;\n            margin-bottom: 8px;\n        }\n        .timeline-content p:last-child { margin-bottom: 0; }\n        .timeline-tag {\n            display: inline-block;\n            font-size: 11px;\n            font-weight: 500;\n            padding: 2px 10px;\n            border-radius: 12px;\n            margin-right: 6px;\n            margin-top: 4px;\n        }\n        .tag-nursing { background: #e3f2fd; color: #0d47a1; }\n        .tag-physio { background: #e8f5e9; color: #1b5e20; }\n        .tag-doctor { background: #fff3e0; color: #e65100; }\n        .tag-caregiver { background: #f3e5f5; color: #6a1b9a; }\n\n        \/* Risk Indicator *\/\n        .risk-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(220px, 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: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            font-size: 13.5px;\n            font-weight: 500;\n        }\n        .risk-dot {\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n            flex-shrink: 0;\n        }\n        .risk-high { background: #e53935; }\n        .risk-medium { background: #fb8c00; }\n        .risk-low { background: #43a047; }\n\n        \/* Equipment Grid *\/\n        .equip-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 16px 0;\n        }\n        .equip-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 14px;\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            font-size: 13.5px;\n        }\n        .equip-item i {\n            color: var(--primary);\n            font-size: 16px;\n            width: 20px;\n            text-align: center;\n        }\n\n        \/* FAQ *\/\n        .faq-item {\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            margin-bottom: 10px;\n            overflow: hidden;\n            box-shadow: var(--card-shadow);\n        }\n        .faq-question {\n            padding: 16px 20px;\n            font-weight: 600;\n            font-size: 14.5px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            gap: 12px;\n            user-select: none;\n            transition: background 0.2s;\n        }\n        .faq-question:hover { background: #f8fbfb; }\n        .faq-question i {\n            font-size: 12px;\n            color: var(--primary);\n            transition: transform 0.3s;\n            flex-shrink: 0;\n        }\n        .faq-item.active .faq-question i { transform: rotate(180deg); }\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.3s;\n        }\n        .faq-item.active .faq-answer {\n            max-height: 500px;\n        }\n        .faq-answer-inner {\n            padding: 0 20px 18px;\n            font-size: 14.5px;\n            color: var(--text-muted);\n            line-height: 1.75;\n        }\n\n        \/* Author Section *\/\n        .author-section {\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 28px;\n            margin: 40px 0;\n            box-shadow: var(--card-shadow);\n        }\n        .author-row {\n            display: flex;\n            gap: 20px;\n            align-items: flex-start;\n        }\n        .author-img {\n            width: 80px;\n            height: 80px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid var(--primary-light);\n            flex-shrink: 0;\n        }\n        .author-info { flex: 1; }\n        .author-name {\n            font-family: 'Source Serif 4', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 2px;\n        }\n        .author-creds {\n            font-size: 13px;\n            color: var(--text-muted);\n            margin-bottom: 10px;\n            line-height: 1.6;\n        }\n        .author-detail-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n            gap: 8px;\n            margin-top: 12px;\n        }\n        .author-detail-item {\n            font-size: 12.5px;\n            color: var(--text-muted);\n        }\n        .author-detail-item strong {\n            color: var(--text);\n            font-weight: 600;\n        }\n\n        \/* Treating Doctor (blank) *\/\n        .treating-doctor-section {\n            background: #fafbfc;\n            border: 1px dashed var(--border);\n            border-radius: var(--radius);\n            padding: 28px;\n            margin: 20px 0;\n        }\n        .treating-doctor-section .field {\n            margin-bottom: 14px;\n            padding-bottom: 14px;\n            border-bottom: 1px solid var(--border-light);\n        }\n        .treating-doctor-section .field:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n        .treating-doctor-section .field-label {\n            font-size: 11px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.6px;\n            color: var(--text-light);\n            margin-bottom: 4px;\n        }\n\n        \/* Contact Section *\/\n        .contact-section {\n            background: linear-gradient(135deg, var(--primary-dark), var(--primary));\n            color: #fff;\n            border-radius: var(--radius);\n            padding: 36px 28px;\n            margin: 48px 0 32px;\n        }\n        .contact-title {\n            font-family: 'Source Serif 4', serif;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 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 {\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n        }\n        .contact-label {\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.6px;\n            opacity: 0.7;\n        }\n        .contact-value {\n            font-size: 14.5px;\n            font-weight: 500;\n        }\n        .contact-value a {\n            color: #fff;\n            text-decoration: none;\n        }\n        .contact-value a:hover { text-decoration: underline; }\n\n        \/* Disclaimer *\/\n        .disclaimer {\n            background: #fafbfc;\n            border: 1px solid var(--border);\n            border-radius: var(--radius-sm);\n            padding: 20px 24px;\n            margin: 32px 0;\n            font-size: 13px;\n            color: var(--text-muted);\n            line-height: 1.7;\n        }\n        .disclaimer strong { color: var(--text); }\n\n        \/* Daily Plan Grid *\/\n        .daily-plan {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .daily-card {\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            overflow: hidden;\n            box-shadow: var(--card-shadow);\n        }\n        .daily-card-header {\n            background: var(--primary-light);\n            padding: 10px 14px;\n            font-weight: 600;\n            font-size: 13px;\n            color: var(--primary-dark);\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .daily-card-header i { font-size: 14px; }\n        .daily-card-body {\n            padding: 14px;\n            font-size: 13px;\n            color: var(--text-muted);\n            line-height: 1.7;\n        }\n        .daily-card-body li {\n            margin-bottom: 4px;\n            list-style: none;\n            padding-left: 16px;\n            position: relative;\n        }\n        .daily-card-body li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 9px;\n            width: 5px;\n            height: 5px;\n            border-radius: 50%;\n            background: var(--secondary);\n        }\n\n        \/* Outcome Comparison *\/\n        .outcome-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 0;\n            border-bottom: 1px solid var(--border-light);\n        }\n        .outcome-row:last-child { border-bottom: none; }\n        .outcome-label { font-size: 14px; color: var(--text); }\n        .outcome-before {\n            font-size: 13px;\n            color: var(--alert-red);\n            font-weight: 500;\n            background: var(--alert-red-bg);\n            padding: 3px 10px;\n            border-radius: 4px;\n        }\n        .outcome-after {\n            font-size: 13px;\n            color: var(--alert-green);\n            font-weight: 500;\n            background: var(--alert-green-bg);\n            padding: 3px 10px;\n            border-radius: 4px;\n        }\n        .outcome-arrow {\n            color: var(--text-light);\n            font-size: 14px;\n            margin: 0 8px;\n        }\n\n        \/* Goals Grid *\/\n        .goals-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n            margin: 16px 0;\n        }\n        .goals-card {\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            padding: 20px;\n            box-shadow: var(--card-shadow);\n        }\n        .goals-card-title {\n            font-size: 13px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .goals-card-title.short-term { color: var(--alert-amber); }\n        .goals-card-title.long-term { color: var(--primary); }\n        .goals-card ul {\n            list-style: none;\n            padding: 0;\n        }\n        .goals-card li {\n            font-size: 14px;\n            padding: 6px 0 6px 22px;\n            position: relative;\n            color: var(--text-muted);\n            border-bottom: 1px solid var(--border-light);\n        }\n        .goals-card li:last-child { border-bottom: none; }\n        .goals-card li::before {\n            content: '\\f00c';\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            font-size: 10px;\n            position: absolute;\n            left: 0;\n            top: 8px;\n            color: var(--secondary);\n        }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: var(--white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 24px;\n            margin: 20px 0;\n            box-shadow: var(--card-shadow);\n            border-top: 3px solid var(--primary);\n        }\n        .scenario-label {\n            font-size: 11px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.6px;\n            color: var(--primary);\n            margin-bottom: 8px;\n        }\n        .scenario-text {\n            font-size: 14.5px;\n            color: var(--text-muted);\n            line-height: 1.75;\n        }\n\n        \/* Internal links styling *\/\n        a.int-link {\n            color: var(--primary);\n            text-decoration: none;\n            font-weight: 500;\n            border-bottom: 1px dotted var(--secondary);\n            transition: border-bottom-style 0.2s;\n        }\n        a.int-link:hover {\n            border-bottom-style: solid;\n        }\n\n        \/* Footer *\/\n        .site-footer {\n            background: var(--text);\n            color: rgba(255,255,255,0.6);\n            padding: 32px 20px;\n            text-align: center;\n            font-size: 13px;\n            margin-top: 48px;\n        }\n        .site-footer a { color: rgba(255,255,255,0.8); text-decoration: none; }\n        .site-footer a:hover { color: #fff; }\n\n        \/* Lists *\/\n        .content-list {\n            padding-left: 0;\n            list-style: none;\n            margin: 14px 0;\n        }\n        .content-list li {\n            padding: 6px 0 6px 24px;\n            position: relative;\n            font-size: 14.5px;\n            color: var(--text-muted);\n            line-height: 1.7;\n        }\n        .content-list li::before {\n            content: '';\n            position: absolute;\n            left: 4px;\n            top: 14px;\n            width: 7px;\n            height: 7px;\n            border-radius: 50%;\n            background: var(--secondary);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero { padding: 32px 0 40px; }\n            .hero h1 { font-size: 24px; }\n            .hero-grid { grid-template-columns: repeat(2, 1fr); }\n            .goals-grid { grid-template-columns: 1fr; }\n            .author-row { flex-direction: column; align-items: center; text-align: center; }\n            .author-detail-grid { grid-template-columns: 1fr; }\n            .section-title { font-size: 21px; }\n            .contact-grid { grid-template-columns: 1fr; }\n            .risk-grid { grid-template-columns: 1fr; }\n            .equip-grid { grid-template-columns: 1fr 1fr; }\n            .daily-plan { grid-template-columns: 1fr 1fr; }\n            .outcome-row { flex-wrap: wrap; gap: 6px; }\n        }\n        @media (max-width: 480px) {\n            .hero-grid { grid-template-columns: 1fr; }\n            .daily-plan { grid-template-columns: 1fr; }\n            .equip-grid { grid-template-columns: 1fr; }\n            .hero h1 { font-size: 22px; }\n            body { font-size: 15px; }\n        }\n\n        \/* Print *\/\n        @media print {\n            .site-header, .site-footer, .contact-section { display: none; }\n            .hero { background: #f0f0f0; color: #000; }\n            .alert, .doctor-card { break-inside: avoid; }\n        }\n    <\/style>\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Fictional Myasthenia Gravis Home Care Case Study - Mohali\",\n        \"description\": \"A detailed fictional case study of a 49-year-old woman recovering from Myasthenia Gravis with home-based neuromuscular rehabilitation in Mohali.\",\n        \"url\": \"https:\/\/athomecare.in\/myasthenia-gravis-home-care-case-study-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Generalized Myasthenia Gravis\"\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        \"medicalAudience\": {\n            \"@type\": \"MedicalAudience\",\n            \"audienceType\": [\"Patients\", \"Caregivers\", \"Healthcare Professionals\"]\n        }\n    }\n    <\/script>\n<\/head>\n<body>\n\n<!-- Header -->\n<header class=\"site-header\">\n    <div class=\"header-inner\">\n        <a href=\"https:\/\/athomecare.in\" class=\"header-brand\">AtHomeCare<\/a>\n        <span class=\"header-tag\">Case Study<\/span>\n        <a href=\"https:\/\/athomecare.in\" class=\"header-back\"><i class=\"fas fa-arrow-left\"><\/i> Home<\/a>\n    <\/div>\n<\/header>\n\n<main>\n<!-- Breadcrumb -->\n<nav class=\"breadcrumb container\" aria-label=\"Breadcrumb\">\n    <a href=\"https:\/\/athomecare.in\">Home<\/a> &rsaquo;\n    <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing<\/a> &rsaquo;\n    <span>Myasthenia Gravis Case Study<\/span>\n<\/nav>\n\n<!-- Hero Section -->\n<section class=\"hero\">\n    <div class=\"container\">\n        <span class=\"hero-label\"><i class=\"fas fa-file-medical\"><\/i> Clinical Case Study<\/span>\n        <h1 style=\"color:#ffffff;\">Myasthenia Gravis Home Care Case Study: Mohali<\/h1>\n        <p class=\"hero-summary\" style=\"color:#ffffff;\">A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe neurological recovery, respiratory rehabilitation, and gradual return to professional life over twelve weeks.<\/p>\n        <div class=\"hero-grid\">\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Age<\/div>\n                <div class=\"hero-stat-value\">49 Years<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Gender<\/div>\n                <div class=\"hero-stat-value\">Female<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Location<\/div>\n                <div class=\"hero-stat-value\">Mohali, Punjab<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Primary Condition<\/div>\n                <div class=\"hero-stat-value\">Generalized MG<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Duration of Care<\/div>\n                <div class=\"hero-stat-value\">12 Weeks<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Clinical Outcome<\/div>\n                <div class=\"hero-stat-value\">Significant Recovery<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"container\">\n\n<!-- Patient Background -->\n<section class=\"section\" id=\"patient-background\">\n    <h2 class=\"section-title\">Patient Background<\/h2>\n\n    <p>Mrs. Jasleen Kaur Brar is a 49-year-old chartered accountant living in Mohali with her husband, who serves as her primary caregiver. Her elder sister provides additional support as a secondary caregiver. Before her illness, she led an active professional life managing financial accounts for multiple clients, often working long hours at her desk.<\/p>\n\n    <p>Her medical history included three known conditions. She had been diagnosed with autoimmune hypothyroidism and was on thyroid replacement therapy. She also had mild hypertension managed with lifestyle measures and a documented vitamin B12 deficiency for which she was receiving supplements. None of these conditions had significantly limited her daily activities before the onset of her current neurological symptoms.<\/p>\n\n    <p>Over a period of nearly one year, she began noticing progressive muscle weakness that she initially attributed to work-related stress and prolonged computer use. The symptoms started subtly with drooping of both eyelids by evening and occasional double vision after long work hours. Gradually, she noticed her speech becoming slurred toward the end of the day. Chewing food, especially tougher textures, became noticeably more difficult during dinner. Generalized muscle weakness made climbing stairs and carrying files increasingly challenging.<\/p>\n\n    <div class=\"doctor-card\">\n        <div class=\"doctor-card-label\"><i class=\"fas fa-stethoscope\"><\/i> Clinical Insight<\/div>\n        <p>The gradual onset and evening worsening of symptoms are characteristic of myasthenia gravis. Muscle weakness that fluctuates with activity and improves with rest is a hallmark pattern. However, patients often attribute these symptoms to lifestyle factors like stress or aging, which can delay diagnosis by months. In this case, the patient was a working professional who rationalized her symptoms for nearly a year before a sudden crisis forced medical attention.<\/p>\n    <\/div>\n\n    <p>As a chartered accountant, her work required sustained mental focus, prolonged sitting, and frequent use of her hands for typing and reviewing documents. The progressive weakness was beginning to affect her professional output, though she had not yet sought neurological evaluation. Her family noticed she was becoming more fatigued and withdrawn from social activities, but they also assumed it was related to work pressure.<\/p>\n\n    <p>Her baseline functional status before the acute event was largely independent in all <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"int-link\">activities of daily living<\/a>. She could bathe, dress, cook, and manage her household without assistance. She drove her own car to work and managed all her medications independently. Her exercise tolerance had decreased over the preceding months, but she could still walk reasonable distances and climb a flight of stairs without support.<\/p>\n<\/section>\n\n<!-- Clinical Diagnosis -->\n<section class=\"section\" id=\"clinical-diagnosis\">\n    <h2 class=\"section-title\">Clinical Diagnosis<\/h2>\n\n    <p>The acute event occurred one morning when Mrs. Brar woke up with sudden breathing difficulty, severe impairment in her ability to swallow, and generalized muscle weakness far beyond her usual evening fatigue. Her husband immediately recognized this was not a normal variation of her symptoms and rushed her to the emergency department.<\/p>\n\n    <div class=\"alert alert-red\">\n        <div class=\"alert-title\"><i class=\"fas fa-exclamation-triangle\"><\/i> Myasthenic Crisis<\/div>\n        A myasthenic crisis is a life-threatening complication of myasthenia gravis where the respiratory muscles become too weak to maintain adequate breathing. It requires immediate emergency care, often including ICU admission and ventilatory support. This condition has a significant mortality rate if not treated promptly. Families must understand that sudden worsening of breathing or swallowing is a medical emergency that cannot be managed at home.\n    <\/div>\n\n    <h3 class=\"section-subtitle\">Emergency Department Findings<\/h3>\n    <p>In the emergency department, the neurology team found her to be in acute respiratory distress with weak respiratory effort. She had significant bilateral ptosis (drooping eyelids), restricted eye movements causing diplopia (double vision), nasal speech, and severe difficulty swallowing even her own saliva. Her limb muscles were diffusely weak. The clinical picture was consistent with a myasthenic crisis complicating underlying generalized myasthenia gravis.<\/p>\n\n    <h3 class=\"section-subtitle\">Diagnostic Investigations<\/h3>\n    <p>The treating neurologists ordered a focused panel of investigations to confirm the diagnosis and rule out other conditions.<\/p>\n\n    <div class=\"table-wrap\">\n        <table>\n            <thead>\n                <tr>\n                    <th>Investigation<\/th>\n                    <th>Result<\/th>\n                    <th>Clinical Significance<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td><strong>Acetylcholine Receptor Antibody Test<\/strong><\/td>\n                    <td>Positive<\/td>\n                    <td>Confirms autoimmune origin of the disease. Antibodies attack the receptors at the neuromuscular junction, blocking nerve signals from reaching muscles.<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>Repetitive Nerve Stimulation Study<\/strong><\/td>\n                    <td>Abnormal decremental response<\/td>\n                    <td>Demonstrates progressive weakening of muscle response with repeated nerve stimulation, a hallmark electrophysiological finding in myasthenia gravis.<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>Chest CT Scan<\/strong><\/td>\n                    <td>No thymoma detected<\/td>\n                    <td>Ruled out thymoma, a tumor of the thymus gland found in about 10-15% of myasthenia gravis patients. Its absence influenced the long-term treatment plan.<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>Pulmonary Function Testing<\/strong><\/td>\n                    <td>Reduced respiratory muscle function<\/td>\n                    <td>Quantified the degree of respiratory muscle weakness, guiding the need for ventilatory support and monitoring recovery.<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>Swallow Assessment<\/strong><\/td>\n                    <td>Impaired safe swallowing<\/td>\n                    <td>Identified aspiration risk, determining the need for modified feeding strategies and close swallowing monitoring during recovery.<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>Blood Investigations<\/strong><\/td>\n                    <td>Noted B12 deficiency, thyroid profile consistent with known hypothyroidism<\/td>\n                    <td>Confirmed pre-existing conditions that required ongoing management alongside the primary neurological condition.<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <h3 class=\"section-subtitle\">Neuromuscular Assessment at Discharge<\/h3>\n    <p>After fourteen days of hospital treatment, a detailed neurological examination was documented at the time of discharge planning.<\/p>\n\n    <div class=\"table-wrap\">\n        <table>\n            <thead>\n                <tr>\n                    <th>Parameter<\/th>\n                    <th>Finding<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Consciousness<\/td>\n                    <td>Conscious and oriented to time, place, and person<\/td>\n                <\/tr>\n                <tr>\n                    <td>Eye movements<\/td>\n                    <td>Mild bilateral ptosis after prolonged upward gaze<\/td>\n                <\/tr>\n                <tr>\n                    <td>Upper limb strength<\/td>\n                    <td>4+\/5 (mild weakness, able to resist some force)<\/td>\n                <\/tr>\n                <tr>\n                    <td>Lower limb strength<\/td>\n                    <td>4+\/5 (mild weakness, able to resist some force)<\/td>\n                <\/tr>\n                <tr>\n                    <td>Fatigability<\/td>\n                    <td>Mild fatigability on repetitive movements<\/td>\n                <\/tr>\n                <tr>\n                    <td>Speech<\/td>\n                    <td>Clear at rest<\/td>\n                <\/tr>\n                <tr>\n                    <td>Swallowing<\/td>\n                    <td>Mild swallowing fatigue after prolonged meals<\/td>\n                <\/tr>\n                <tr>\n                    <td>Sensation<\/td>\n                    <td>Normal in all four limbs<\/td>\n                <\/tr>\n                <tr>\n                    <td>Bladder and bowel control<\/td>\n                    <td>Independent and normal<\/td>\n                <\/tr>\n                <tr>\n                    <td>Respiratory function<\/td>\n                    <td>Stable on room air<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <div class=\"clinical-note\">\n        <strong>Important Note:<\/strong> In myasthenia gravis, sensation is typically preserved because the disease affects only the neuromuscular junction (the connection between nerve and muscle), not the sensory nerves themselves. The presence of normal sensation helps distinguish myasthenia gravis from conditions like Guillain-Barre syndrome or peripheral neuropathy.\n    <\/div>\n<\/section>\n\n<!-- Hospital Treatment -->\n<section class=\"section\" id=\"hospital-treatment\">\n    <h2 class=\"section-title\">Hospital Treatment Course<\/h2>\n\n    <p>Mrs. Brar was admitted to the ICU where she received comprehensive acute management over fourteen days. The treatment plan was designed to rapidly reduce the autoimmune attack on her neuromuscular junction, support her breathing, and stabilize her enough for safe discharge.<\/p>\n\n    <h3 class=\"section-subtitle\">Acute Medical Interventions<\/h3>\n    <ul class=\"content-list\">\n        <li><strong>Intravenous Immunoglobulin (IVIG):<\/strong> This was the primary acute treatment. IVIG works by providing healthy antibodies that modulate the abnormal immune response. It typically shows improvement within days, making it suitable for myasthenic crisis management. The treatment was administered over several days under close monitoring.<\/li>\n        <li><strong>Corticosteroids:<\/strong> Started to provide longer-term immunosuppression. Corticosteroids reduce antibody production over time but take weeks to reach full effect. The dose was carefully calibrated because steroids can paradoxically worsen myasthenia symptoms in the first few days of use.<\/li>\n        <li><strong>Pyridostigmine Therapy:<\/strong> This symptomatic medication enhances communication between nerves and muscles by preventing the breakdown of acetylcholine. It provides temporary improvement in muscle strength and is a cornerstone of ongoing myasthenia gravis management.<\/li>\n        <li><strong>Non-invasive Ventilatory Support:<\/strong> Used in the ICU to support her breathing while the immunotherapy took effect. The respiratory team monitored her blood gases and oxygen levels continuously to determine when she could breathe independently.<\/li>\n    <\/ul>\n\n    <h3 class=\"section-subtitle\">Supportive Therapies During Hospitalization<\/h3>\n    <ul class=\"content-list\">\n        <li><strong>Respiratory Physiotherapy:<\/strong> Chest physiotherapy helped maintain lung expansion and prevent secretions from accumulating, which is critical when respiratory muscles are weak. Techniques included breathing exercises, assisted coughing, and positioning strategies.<\/li>\n        <li><strong>Speech and Swallow Therapy:<\/strong> A speech-language pathologist assessed her swallowing safety and designed exercises to improve the coordination of her swallowing muscles. This was essential to prevent aspiration pneumonia, a serious complication where food or liquid enters the lungs.<\/li>\n        <li><strong>Nutritional Therapy:<\/strong> A dietitian planned her meals to ensure adequate caloric and protein intake while accommodating her swallowing difficulties. Modified textures and smaller, more frequent meals were introduced.<\/li>\n        <li><strong>Early Mobilization:<\/strong> Once her respiratory status stabilized, the physiotherapy team began gentle bedside exercises to prevent deconditioning and muscle wasting from bed rest. This was done very carefully to avoid triggering fatigue.<\/li>\n    <\/ul>\n\n    <div class=\"doctor-card\">\n        <div class=\"doctor-card-label\"><i class=\"fas fa-stethoscope\"><\/i> Why the Hospital Stay Was Fourteen Days<\/div>\n        <p>Myasthenic crisis recovery is not instantaneous. IVIG typically begins working within a few days, but full respiratory recovery requires careful weaning from ventilatory support. The medical team needed to observe her breathing stability over multiple days off the ventilator before confirming she was safe for discharge. Additionally, steroid dosing needed to be stabilized, and the care team needed time to educate the family about the complex medication regimen and warning signs of relapse.<\/p>\n    <\/div>\n\n    <h3 class=\"section-subtitle\">Discharge Vital Signs<\/h3>\n    <div class=\"table-wrap\">\n        <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>124\/78 mmHg<\/td>\n                    <td>Within normal limits<\/td>\n                <\/tr>\n                <tr>\n                    <td>Heart Rate<\/td>\n                    <td>80 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 degrees F<\/td>\n                    <td>Afebrile<\/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<\/section>\n\n<!-- Why Home Healthcare -->\n<section class=\"section\" id=\"why-home-healthcare\">\n    <h2 class=\"section-title\">Why Home Healthcare Was Clinically Necessary<\/h2>\n\n    <p>After fourteen days in the hospital, Mrs. Brar had recovered from the acute crisis. Her breathing was stable on room air. She could swallow with some fatigue. Her muscle strength had improved but remained below normal. The critical question was whether she was safe to go home without professional support, or whether she needed continued supervised care.<\/p>\n\n    <p>The treating neurologist and the discharge planning team determined that several factors made unsupervised home discharge unsafe at that point.<\/p>\n\n    <div class=\"scenario-card\">\n        <div class=\"scenario-label\">Clinical Reasoning: Respiratory Risk<\/div>\n        <p class=\"scenario-text\">Although her respiratory function had stabilized, she had just recovered from a life-threatening breathing crisis. Respiratory muscles in myasthenia gravis can weaken again without warning, especially during infections, medication misses, or periods of physical stress. Without <a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"int-link\">respiratory monitoring<\/a> at home, a recurrent breathing deterioration could go unnoticed until it became critical. A trained nurse could detect early changes in breathing pattern, oxygen levels, and respiratory rate that an untrained family member would miss.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n        <div class=\"scenario-label\">Clinical Reasoning: Aspiration Risk<\/div>\n        <p class=\"scenario-text\">Her swallowing was functional but fatigued easily. During prolonged meals or when eating certain textures, she remained at risk of aspirating food into her lungs. Aspiration pneumonia is one of the leading causes of death in myasthenia gravis patients. A home nurse could assess each meal, identify early signs of swallowing deterioration, and ensure that meal timing aligned with her medication peak effect. This level of supervision was beyond what her family could safely provide independently.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n        <div class=\"scenario-label\">Clinical Reasoning: Medication Complexity<\/div>\n        <p class=\"scenario-text\">Pyridostigmine must be taken at precise intervals to maintain stable muscle strength. A delayed dose by even 30-60 minutes can result in noticeable worsening of weakness. Corticosteroids require careful tapering and monitoring for side effects. Thyroid medication and B12 supplements also needed to be continued. Managing this complex regimen, watching for drug interactions, and ensuring exact timing required <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"int-link\">professional medication management<\/a> that went beyond simple pill reminders.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n        <div class=\"scenario-label\">Clinical Reasoning: Rehabilitation Need<\/div>\n        <p class=\"scenario-text\">Two weeks of ICU bed rest had caused deconditioning. Her muscle strength was 4+\/5, meaning she could move against some resistance but fatigued quickly. She needed <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"int-link\">physiotherapy at home<\/a> to rebuild endurance safely. However, exercise in myasthenia gravis requires careful calibration. Too little exercise leads to deconditioning. Too much exercise can trigger worsening weakness. A physiotherapist experienced in neurological conditions could find the right balance, which generic exercise advice could not provide.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n        <div class=\"scenario-label\">Clinical Reasoning: Early Crisis Detection<\/div>\n        <p class=\"scenario-text\">The family needed to be trained to recognize the warning signs of a recurrent myasthenic crisis. This included monitoring for increasing shortness of breath, worsening eyelid drooping, inability to swallow saliva, and severe generalized weakness. Professional <a href=\"https:\/\/athomecare.in\/emergency-training\/\" class=\"int-link\">emergency training<\/a> for the caregivers, combined with supervised practice during the initial home care period, gave the family the competence and confidence to respond correctly if symptoms worsened.<\/p>\n    <\/div>\n\n    <p>The decision to arrange structured home healthcare was not about convenience. It was a clinically necessary bridge between hospital-level care and full independence. It provided the safety net needed while Mrs. Brar regained enough strength and stability to manage with reduced supervision.<\/p>\n<\/section>\n\n<!-- Home Care Plan -->\n<section class=\"section\" id=\"home-care-plan\">\n    <h2 class=\"section-title\">Home Care Plan by AtHomeCare<\/h2>\n\n    <p>The home healthcare plan was designed as a multidisciplinary program with four core components working together. Each component addressed specific aspects of her recovery, and the coordination between them was essential for safe, effective rehabilitation.<\/p>\n\n    <h3 class=\"section-subtitle\">1. Home Nursing<\/h3>\n    <p>A trained <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"int-link\">home nurse<\/a> was assigned to provide daily clinical monitoring and medical support. The nurse&#8217;s role went far beyond basic care. She was responsible for the clinical safety of the patient during the most vulnerable phase of recovery.<\/p>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-clipboard-check\"><\/i> Nursing Responsibilities<\/div>\n        <ul class=\"content-list\">\n            <li>Monitor neurological symptoms every morning and evening, specifically watching for changes in eyelid position, speech clarity, grip strength, and swallowing ability<\/li>\n            <li>Observe swallowing during and after every meal, documenting any coughing, throat clearing, or voice changes that might indicate aspiration<\/li>\n            <li>Monitor respiratory status including respiratory rate, depth of breathing, use of accessory muscles, and oxygen saturation using a <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"int-link\">pulse oximeter<\/a><\/li>\n            <li>Assess medication compliance and ensure pyridostigmine was administered at the exact prescribed times, documenting any delays and their effects<\/li>\n            <li>Educate caregivers progressively, shifting responsibility to the family as their competence increased<\/li>\n            <li>Monitor blood pressure daily, watching for effects of both the myasthenia medications and her antihypertensive treatment<\/li>\n            <li>Detect early signs of myasthenic crisis by tracking symptom trends over days, not just single assessments<\/li>\n        <\/ul>\n    <\/div>\n\n    <div class=\"doctor-card\">\n        <div class=\"doctor-card-label\"><i class=\"fas fa-stethoscope\"><\/i> Why Neurological Monitoring Mattered<\/div>\n        <p>In myasthenia gravis, a single assessment can appear normal while the trend over days shows gradual deterioration. A nurse who sees the patient daily can notice that ptosis is starting 30 minutes earlier in the evening than it did last week, or that speech is becoming slightly softer by 4 PM instead of 6 PM. These subtle trends are invisible during weekly outpatient visits but are critical for preventing a crisis. This is one of the strongest clinical arguments for <a href=\"https:\/\/athomecare.in\/patient-care-services-gurgaon\/\" class=\"int-link\">patient care services at home<\/a> during post-crisis recovery.<\/p>\n    <\/div>\n\n    <h3 class=\"section-subtitle\">2. Patient Attendant<\/h3>\n    <p>A trained <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"int-link\">patient attendant<\/a> provided non-medical support throughout the day. While the nurse handled clinical tasks, the attendant ensured Mrs. Brar&#8217;s daily comfort, safety, and energy conservation.<\/p>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-hands-helping\"><\/i> Attendant Responsibilities<\/div>\n        <ul class=\"content-list\">\n            <li>Assist during fatigue episodes by helping the patient move to a resting position before weakness becomes severe<\/li>\n            <li>Encourage energy conservation by planning daily activities around medication peak times and rest periods<\/li>\n            <li>Support meal supervision by ensuring the patient ate slowly, took breaks between bites, and maintained an upright posture during and after meals<\/li>\n            <li>Assist with scheduling and attending medical appointments, ensuring the patient did not overexert during travel<\/li>\n            <li>Encourage and monitor hydration throughout the day, as dehydration can worsen muscle weakness<\/li>\n            <li>Ensure home safety by keeping pathways clear, assisting on stairs, and being present during mobility activities<\/li>\n        <\/ul>\n    <\/div>\n\n    <h3 class=\"section-subtitle\">3. Physiotherapy at Home<\/h3>\n    <p>A physiotherapist with experience in neurological rehabilitation visited regularly to design and supervise a graduated exercise program. The approach in myasthenia gravis is fundamentally different from standard post-surgical or orthopedic rehabilitation.<\/p>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-walking\"><\/i> Treatment Goals<\/div>\n        <ul class=\"content-list\">\n            <li>Improve endurance gradually without triggering post-exercise weakness, which is a unique risk in myasthenia gravis<\/li>\n            <li>Increase muscle strength safely using submaximal exercises, avoiding the high-intensity approaches used in other conditions<\/li>\n            <li>Improve posture, particularly neck and shoulder posture, to reduce the fatigue associated with holding the head upright during desk work<\/li>\n            <li>Reduce overall fatigue through pacing strategies and activity modification<\/li>\n            <li>Improve respiratory muscle function using breathing exercises and an incentive spirometer<\/li>\n            <li>Maintain independence in all basic activities while progressively adding more demanding tasks<\/li>\n        <\/ul>\n    <\/div>\n\n    <div class=\"doctor-card\">\n        <div class=\"doctor-card-label\"><i class=\"fas fa-stethoscope\"><\/i> The Exercise Challenge in Myasthenia Gravis<\/div>\n        <p>Unlike most conditions where more exercise leads to more strength, myasthenia gravis patients can actually become weaker with excessive exercise. This is because their muscles have a reduced number of functional acetylcholine receptors. When a muscle is repeatedly stimulated, the available acetylcholine is depleted faster than in a healthy person, and the muscle fatigues abnormally. The physiotherapist had to find a precise threshold where exercise built endurance without crossing into harmful fatigue. This required <a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\" class=\"int-link\">chest physiotherapy<\/a> expertise and careful monitoring of the patient&#8217;s response to each session.<\/p>\n    <\/div>\n\n    <h3 class=\"section-subtitle\">4. Doctor Home Visit<\/h3>\n    <p>A physician conducted regular home visits to provide medical oversight and coordinate with the treating neurologist. This ensured that the home care plan remained aligned with the hospital team&#8217;s expectations.<\/p>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-user-md\"><\/i> Purpose of Doctor Visits<\/div>\n        <ul class=\"content-list\">\n            <li>Monitor disease progression by performing structured neurological examinations at regular intervals<\/li>\n            <li>Review and adjust medications based on the patient&#8217;s symptom diary and the nurse&#8217;s observations<\/li>\n            <li>Assess muscle strength using standardized grading and compare with previous visits to track trajectory<\/li>\n            <li>Evaluate swallowing function and determine when diet restrictions could be relaxed<\/li>\n            <li>Monitor respiratory function and determine when the frequency of nursing checks could be reduced<\/li>\n            <li>Coordinate with the neurologist by sharing detailed progress reports and receiving updated treatment guidance<\/li>\n        <\/ul>\n    <\/div>\n<\/section>\n\n<!-- Equipment -->\n<section class=\"section\" id=\"equipment\">\n    <h2 class=\"section-title\">Medical Equipment Used at Home<\/h2>\n\n    <p>Several pieces of medical equipment were arranged for use during the home care period. Each item served a specific clinical purpose and was selected based on the patient&#8217;s discharge needs. Families can explore <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"int-link\">medical equipment rental<\/a> options to access these devices without the cost of purchase.<\/p>\n\n    <div class=\"equip-grid\">\n        <div class=\"equip-item\">\n            <i class=\"fas fa-heartbeat\"><\/i>\n            <span><strong>Pulse Oximeter<\/strong> &#8211; Continuous oxygen saturation monitoring to detect early respiratory deterioration<\/span>\n        <\/div>\n        <div class=\"equip-item\">\n            <i class=\"fas fa-tachometer-alt\"><\/i>\n            <span><strong>Digital BP Monitor<\/strong> &#8211; Daily blood pressure tracking given her history of hypertension<\/span>\n        <\/div>\n        <div class=\"equip-item\">\n            <i class=\"fas fa-lungs\"><\/i>\n            <span><strong>Incentive Spirometer<\/strong> &#8211; Respiratory muscle training and lung expansion exercises<\/span>\n        <\/div>\n        <div class=\"equip-item\">\n            <i class=\"fas fa-pills\"><\/i>\n            <span><strong>Medication Organizer<\/strong> &#8211; Weekly pill box to prevent missed or duplicated doses<\/span>\n        <\/div>\n        <div class=\"equip-item\">\n            <i class=\"fas fa-shower\"><\/i>\n            <span><strong>Shower Chair<\/strong> &#8211; Safe bathing to prevent falls during periods of leg weakness<\/span>\n        <\/div>\n        <div class=\"equip-item\">\n            <i class=\"fas fa-hand-rock\"><\/i>\n            <span><strong>Hand Therapy Ball<\/strong> &#8211; Grip strength exercises that could be done safely while resting<\/span>\n        <\/div>\n        <div class=\"equip-item\">\n            <i class=\"fas fa-wind\"><\/i>\n            <span><strong>Portable Nebulizer<\/strong> &#8211; Available if prescribed for respiratory secretions or breathing difficulty<\/span>\n        <\/div>\n        <div class=\"equip-item\">\n            <i class=\"fas fa-bell\"><\/i>\n            <span><strong>Emergency Medical Alert Device<\/strong> &#8211; Immediate communication capability if symptoms worsened suddenly<\/span>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Daily Care Plan -->\n<section class=\"section\" id=\"daily-care-plan\">\n    <h2 class=\"section-title\">Structured Daily Care Plan<\/h2>\n\n    <p>The daily routine was carefully organized around the patient&#8217;s medication timing. In myasthenia gravis, muscle strength typically peaks 1-2 hours after taking pyridostigmine and gradually declines before the next dose. All demanding activities were scheduled during peak strength periods, and rest was planned for when the medication effect was waning.<\/p>\n\n    <div class=\"alert alert-blue\">\n        <div class=\"alert-title\"><i class=\"fas fa-info-circle\"><\/i> Key Principle<\/div>\n        The entire daily plan revolved around medication timing. Activities were never planned based on clock time alone. They were planned based on when the patient&#8217;s muscles were likely to be at their strongest. This is a fundamental concept in myasthenia gravis management that families often misunderstand.\n    <\/div>\n\n    <div class=\"daily-plan\">\n        <div class=\"daily-card\">\n            <div class=\"daily-card-header\"><i class=\"fas fa-sun\"><\/i> Morning<\/div>\n            <div class=\"daily-card-body\">\n                <ul>\n                    <li>Vital signs monitoring by nurse<\/li>\n                    <li>Morning medications administered on time<\/li>\n                    <li>Breathing exercises with incentive spirometer<\/li>\n                    <li>Light stretching in bed before rising<\/li>\n                    <li>Protein-rich breakfast during medication peak<\/li>\n                    <li>Short walking session indoors<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"daily-card\">\n            <div class=\"daily-card-header\"><i class=\"fas fa-cloud-sun\"><\/i> Afternoon<\/div>\n            <div class=\"daily-card-body\">\n                <ul>\n                    <li>Physiotherapy session during strength peak<\/li>\n                    <li>Scheduled rest period in reclined position<\/li>\n                    <li>Nutritious lunch with swallowing precautions<\/li>\n                    <li>Hand strengthening exercises while seated<\/li>\n                    <li>Hydration monitoring and fluid intake logging<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"daily-card\">\n            <div class=\"daily-card-header\"><i class=\"fas fa-cloud-moon\"><\/i> Evening<\/div>\n            <div class=\"daily-card-body\">\n                <ul>\n                    <li>Gentle walking with attendant support<\/li>\n                    <li>Speech exercises guided by therapist<\/li>\n                    <li>Relaxation techniques to reduce anxiety<\/li>\n                    <li>Medication review and compliance check<\/li>\n                    <li>Family interaction and social engagement<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"daily-card\">\n            <div class=\"daily-card-header\"><i class=\"fas fa-moon\"><\/i> Night<\/div>\n            <div class=\"daily-card-body\">\n                <ul>\n                    <li>Light, easy-to-swallow dinner<\/li>\n                    <li>Final swallow assessment by nurse<\/li>\n                    <li>Comfortable positioning with head elevated<\/li>\n                    <li>Sleep hygiene measures implemented<\/li>\n                    <li>Adequate overnight rest ensured<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Risks Monitored -->\n<section class=\"section\" id=\"risks-monitored\">\n    <h2 class=\"section-title\">Risks Being Monitored<\/h2>\n\n    <p>Every home healthcare plan must identify and actively monitor for specific risks. In myasthenia gravis post-crisis recovery, the risk profile is distinct from most other conditions. Some risks are immediately life-threatening. Others are slower but can still result in hospital readmission if not caught early.<\/p>\n\n    <div class=\"risk-grid\">\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-high\"><\/span>\n            Myasthenic crisis recurrence\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-high\"><\/span>\n            Respiratory muscle weakness\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-high\"><\/span>\n            Aspiration during meals\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-high\"><\/span>\n            Swallowing deterioration\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-medium\"><\/span>\n            Falls due to leg weakness\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-medium\"><\/span>\n            Medication side effects\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-medium\"><\/span>\n            Fatigue-related injuries\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-medium\"><\/span>\n            Respiratory infection\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-medium\"><\/span>\n            Unintentional weight loss\n        <\/div>\n        <div class=\"risk-item\">\n            <span class=\"risk-dot risk-medium\"><\/span>\n            Hospital readmission\n        <\/div>\n    <\/div>\n\n    <div class=\"alert alert-red\">\n        <div class=\"alert-title\"><i class=\"fas fa-exclamation-triangle\"><\/i> Warning Signs Requiring Immediate Emergency Care<\/div>\n        <p style=\"margin-bottom:6px;\">The family was instructed to call emergency services immediately if any of the following occurred:<\/p>\n        <ul class=\"content-list\" style=\"margin-bottom:0;\">\n            <li>Increasing difficulty breathing or shortness of breath at rest<\/li>\n            <li>Inability to swallow saliva, leading to drooling<\/li>\n            <li>Worsening eyelid drooping that does not improve with rest<\/li>\n            <li>Severe muscle weakness affecting breathing, swallowing, or speaking<\/li>\n            <li>Blurred or double vision that does not resolve<\/li>\n        <\/ul>\n    <\/div>\n<\/section>\n\n<!-- Home Care Goals -->\n<section class=\"section\" id=\"care-goals\">\n    <h2 class=\"section-title\">Home Care Goals<\/h2>\n\n    <div class=\"goals-grid\">\n        <div class=\"goals-card\">\n            <div class=\"goals-card-title short-term\"><i class=\"fas fa-bullseye\"><\/i> Short-Term Goals<\/div>\n            <ul>\n                <li>Improve endurance for daily activities without excessive fatigue<\/li>\n                <li>Maintain safe swallowing and prevent any aspiration events<\/li>\n                <li>Prevent respiratory complications through monitoring and breathing exercises<\/li>\n                <li>Improve muscle strength from 4+\/5 toward 5\/5 in major muscle groups<\/li>\n                <li>Reduce fatigue severity through pacing and energy conservation<\/li>\n                <li>Maintain perfect medication adherence with no missed doses<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"goals-card\">\n            <div class=\"goals-card-title long-term\"><i class=\"fas fa-flag-checkered\"><\/i> Long-Term Goals<\/div>\n            <ul>\n                <li>Resume office work, initially from home and then in person<\/li>\n                <li>Maintain independent mobility including stair climbing<\/li>\n                <li>Prevent disease exacerbations through ongoing monitoring<\/li>\n                <li>Improve overall quality of life to pre-illness levels<\/li>\n                <li>Maintain long-term respiratory health and function<\/li>\n                <li>Continue long-term neurological stability under specialist care<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Functional Assessment -->\n<section class=\"section\" id=\"functional-assessment\">\n    <h2 class=\"section-title\">Functional Assessment at Discharge<\/h2>\n\n    <p>Understanding what the patient could and could not do at the time of discharge was essential for planning the home care program. The assessment was honest and specific, avoiding vague descriptions.<\/p>\n\n    <h3 class=\"section-subtitle\">Mobility<\/h3>\n    <div class=\"table-wrap\">\n        <table>\n            <thead>\n                <tr>\n                    <th>Activity<\/th>\n                    <th>Ability at Discharge<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Walking distance<\/td>\n                    <td>280 meters independently before fatigue<\/td>\n                <\/tr>\n                <tr>\n                    <td>Transfers (bed to chair, etc.)<\/td>\n                    <td>Independent<\/td>\n                <\/tr>\n                <tr>\n                    <td>Bed mobility<\/td>\n                    <td>Independent<\/td>\n                <\/tr>\n                <tr>\n                    <td>Continuous walking<\/td>\n                    <td>Mild fatigue after continuous walking<\/td>\n                <\/tr>\n                <tr>\n                    <td>Stair climbing<\/td>\n                    <td>Slow, required handrail support<\/td>\n                <\/tr>\n                <tr>\n                    <td>Fall risk<\/td>\n                    <td>Low (but required monitoring due to variable weakness)<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <h3 class=\"section-subtitle\">Activities of Daily Living<\/h3>\n    <div class=\"table-wrap\">\n        <table>\n            <thead>\n                <tr>\n                    <th>Required Assistance With<\/th>\n                    <th>Independent In<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Heavy cooking<\/td>\n                    <td>Bathing<\/td>\n                <\/tr>\n                <tr>\n                    <td>Carrying groceries<\/td>\n                    <td>Dressing<\/td>\n                <\/tr>\n                <tr>\n                    <td>Prolonged household cleaning<\/td>\n                    <td>Feeding<\/td>\n                <\/tr>\n                <tr>\n                    <td>Long-distance travel<\/td>\n                    <td>Toileting<\/td>\n                <\/tr>\n                <tr>\n                    <td>Heavy lifting<\/td>\n                    <td>Communication<\/td>\n                <\/tr>\n                <tr>\n                    <td><\/td>\n                    <td>Decision-making<\/td>\n                <\/tr>\n                <tr>\n                    <td><\/td>\n                    <td>Medication management (with reminders)<\/td>\n                <\/tr>\n                <tr>\n                    <td><\/td>\n                    <td>Computer work (with scheduled rest breaks)<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n<\/section>\n\n<!-- Family Education -->\n<section class=\"section\" id=\"family-education\">\n    <h2 class=\"section-title\">Family Education Program<\/h2>\n\n    <p>Family education was one of the most important components of the home care plan. Mrs. Brar&#8217;s husband and elder sister needed to understand the disease well enough to recognize problems early and respond correctly. The education was delivered progressively over the first two weeks, not all at once, to avoid overwhelming them.<\/p>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-graduation-cap\"><\/i> Key Topics Covered<\/div>\n        <ul class=\"content-list\">\n            <li><strong>Medication timing is critical:<\/strong> The family learned that pyridostigmine and other medications must be given at the exact prescribed times. A delay of even 30 minutes can cause noticeable worsening of muscle weakness. They were trained to set multiple alarms and maintain a written medication log.<\/li>\n            <li><strong>Activity planning around medication peaks:<\/strong> Activities should be planned during periods when the patient&#8217;s strength is highest, usually 1-2 hours after taking pyridostigmine. Demanding tasks should never be scheduled for the end of a dose interval when medication effect is waning.<\/li>\n            <li><strong>Meal strategy:<\/strong> Small, frequent meals are better than large ones. The patient should take adequate rest between bites. Meals should be timed for when swallowing muscles are at their strongest. Liquids may need to be thickened if coughing occurs.<\/li>\n            <li><strong>Avoiding triggers:<\/strong> Excessive physical exertion, emotional stress, overheating (hot baths, direct sun exposure), and sleep deprivation can all worsen symptoms significantly. The family learned to monitor for these triggers and modify the environment accordingly.<\/li>\n            <li><strong>Emergency warning signs:<\/strong> The family was trained to watch for increasing breathing difficulty, inability to swallow saliva, worsening eyelid drooping, or severe muscle weakness. Any of these signs required immediate emergency medical care, not a wait-and-see approach. Understanding <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"int-link\">emergency warning signs<\/a> in elderly and chronically ill patients is a critical skill for all caregivers.<\/li>\n            <li><strong>Nutrition and hydration:<\/strong> Regular hydration and a balanced, protein-rich diet support muscle function. Dehydration can worsen weakness. The family was taught to track fluid intake and watch for reduced appetite or weight loss.<\/li>\n            <li><strong>Infection prevention:<\/strong> Respiratory infections can trigger myasthenic crises. The family was advised to ensure vaccination was up to date, practice hand hygiene, and seek early medical evaluation for any fever or cough. This is especially relevant during winter months when <a href=\"https:\/\/athomecare.in\/winter-respiratory-care-for-elderly-patients-in-delhi-ncr-at-home-care\/\" class=\"int-link\">winter respiratory illness<\/a> risk is higher.<\/li>\n            <li><strong>Follow-up compliance:<\/strong> Regular neurological follow-up is essential for medication adjustment and disease monitoring. The family was helped to schedule these appointments and arrange transportation that did not overexert the patient.<\/li>\n        <\/ul>\n    <\/div>\n<\/section>\n\n<!-- Recovery Timeline -->\n<section class=\"section\" id=\"recovery-timeline\">\n    <h2 class=\"section-title\">Recovery Timeline<\/h2>\n\n    <p>The following timeline documents the clinical progression over twelve weeks of home rehabilitation. Each stage reflects the patient&#8217;s actual recovery trajectory as documented by the home healthcare team.<\/p>\n\n    <div class=\"timeline\">\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Day 1: Initial Home Assessment<\/div>\n            <div class=\"timeline-content\">\n                <p>The home nurse conducted a comprehensive baseline assessment on the first day after discharge. Vital signs were stable. The patient was alert and oriented but visibly fatigued from the hospital-to-home transition. She could walk short distances within the house with the attendant nearby. Her voice was clear but soft. Swallowing was assessed during lunch and found to be safe with small bites and adequate pauses between mouthfuls.<\/p>\n                <p><span class=\"timeline-tag tag-nursing\">Nursing<\/span> <span class=\"timeline-tag tag-caregiver\">Caregiver<\/span><\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Day 3: Establishing Routine<\/div>\n            <div class=\"timeline-content\">\n                <p>The daily routine began taking shape. Medication timing was standardized with alarm systems set up by the nurse. The patient responded well to the structured schedule, reporting that knowing what to expect reduced her anxiety. The nurse documented that ptosis was noticeable by 6 PM but resolved after the evening medication dose. The attendant helped with meal preparation to ensure appropriate textures and portion sizes.<\/p>\n                <p><span class=\"timeline-tag tag-nursing\">Nursing<\/span> <span class=\"timeline-tag tag-caregiver\">Caregiver<\/span><\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Week 1: Stabilization Phase<\/div>\n            <div class=\"timeline-content\">\n                <p>By the end of the first week, the patient had settled into the home care routine. No alarming symptoms were observed. Her oxygen saturation remained above 96% consistently. The physiotherapist conducted the initial assessment and designed a gentle exercise program focusing on breathing exercises, light stretching, and short walks within the home. The doctor conducted the first home visit and confirmed the care plan was appropriate. Anxiety remained a concern, particularly at night, and the nurse provided reassurance and education about the expected recovery trajectory.<\/p>\n                <p><span class=\"timeline-tag tag-nursing\">Nursing<\/span> <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span> <span class=\"timeline-tag tag-doctor\">Doctor<\/span><\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Week 2: Early Rehabilitation<\/div>\n            <div class=\"timeline-content\">\n                <p>Walking endurance showed early improvement. The patient could walk slightly longer distances before feeling fatigued. Swallowing during meals became more comfortable, and the nurse noted less throat clearing during dinner. The physiotherapist increased the walking distance slightly and added seated resistance exercises for the upper limbs using the hand therapy ball. The family was becoming more confident in recognizing normal versus concerning symptom variations. The doctor reviewed medications and confirmed the current steroid dose was appropriate with no side effects observed.<\/p>\n                <p><span class=\"timeline-tag tag-physio\">Physiotherapy<\/span> <span class=\"timeline-tag tag-doctor\">Doctor<\/span> <span class=\"timeline-tag tag-caregiver\">Caregiver<\/span><\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Week 4: Functional Improvement<\/div>\n            <div class=\"timeline-content\">\n                <p>By the end of the first month, measurable improvement was documented. Walking endurance had increased noticeably. The patient could manage stairs with less effort, though she still preferred using the handrail. Grip strength had improved based on the hand therapy ball exercises. Neck muscle fatigue, which had been particularly bothersome during computer use, was reducing. The speech therapist noted that the patient&#8217;s voice remained clear for longer conversations. The doctor increased the physiotherapy exercise intensity slightly based on the patient&#8217;s positive response. No aspiration events, falls, or respiratory difficulties had occurred.<\/p>\n                <p><span class=\"timeline-tag tag-physio\">Physiotherapy<\/span> <span class=\"timeline-tag tag-nursing\">Nursing<\/span> <span class=\"timeline-tag tag-doctor\">Doctor<\/span><\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline-item\">\n            <div class=\"timeline-dot\"><\/div>\n            <div class=\"timeline-label\">Month 2: Building Endurance<\/div>\n            <div class=\"timeline-content\">\n                <p>The second month marked a significant shift. The patient began working from home for short periods, starting with 2-3 hours of computer work with scheduled breaks. This was a major psychological milestone that reduced her anxiety about returning to professional life. Muscle strength continued to improve, with the physiotherapist documenting progressive gains in both upper and lower limb strength. Swallowing function had normalized sufficiently that diet restrictions were relaxed under medical supervision. The nurse reduced the frequency of vital sign checks as the patient&#8217;s stability increased, though respiratory monitoring continued. The family reported that the patient seemed more like her former self, with improved mood and energy.<\/p>\n                <p><span class=\"timeline-tag tag-physio\">Physiotherapy<\/span> <span class=\"timeline-tag tag-nursing\">Nursing<\/span> <span class=\"timeline-tag tag-doctor\">Doctor<\/span><\/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): Final Outcomes<\/div>\n            <div class=\"timeline-content\">\n                <p>At the twelve-week assessment, the results exceeded the initial expectations set at discharge. Walking endurance had improved from 280 meters to approximately 4 kilometers with only mild fatigue. Swallowing function had fully normalized, allowing a regular diet. Respiratory muscle endurance was significantly improved with no breathing difficulties. The patient had returned to part-time office work from home and was gradually resuming office visits. Muscle strength had improved to 5\/5 in all major muscle groups. Most importantly, no recurrent myasthenic crisis, aspiration events, falls, or hospital readmissions had occurred during the entire twelve-week period.<\/p>\n                <p><span class=\"timeline-tag tag-doctor\">Doctor<\/span> <span class=\"timeline-tag tag-physio\">Physiotherapy<\/span> <span class=\"timeline-tag tag-nursing\">Nursing<\/span> <span class=\"timeline-tag tag-caregiver\">Caregiver<\/span><\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Clinical Evidence -->\n<section class=\"section\" id=\"clinical-evidence\">\n    <h2 class=\"section-title\">Clinical Evidence: Pre and Post Comparison<\/h2>\n\n    <p>The following table summarizes the measurable changes documented over the twelve-week home care period. All values are based on clinical assessments performed by the home healthcare team.<\/p>\n\n    <div class=\"table-wrap\">\n        <table>\n            <thead>\n                <tr>\n                    <th>Parameter<\/th>\n                    <th>At Discharge (Week 0)<\/th>\n                    <th>At 12 Weeks<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td>Walking Endurance<\/td>\n                    <td>280 meters with fatigue<\/td>\n                    <td>Approximately 4 kilometers with mild fatigue<\/td>\n                <\/tr>\n                <tr>\n                    <td>Upper Limb Strength<\/td>\n                    <td>4+\/5<\/td>\n                    <td>5\/5<\/td>\n                <\/tr>\n                <tr>\n                    <td>Lower Limb Strength<\/td>\n                    <td>4+\/5<\/td>\n                    <td>5\/5<\/td>\n                <\/tr>\n                <tr>\n                    <td>Swallowing Function<\/td>\n                    <td>Mild fatigue after prolonged meals<\/td>\n                    <td>Normalized, regular diet<\/td>\n                <\/tr>\n                <tr>\n                    <td>Respiratory Function<\/td>\n                    <td>Stable but recent crisis recovery<\/td>\n                    <td>Significantly improved, no difficulties<\/td>\n                <\/tr>\n                <tr>\n                    <td>Stair Climbing<\/td>\n                    <td>Slow, required handrail<\/td>\n                    <td>Independent with confidence<\/td>\n                <\/tr>\n                <tr>\n                    <td>Office Work<\/td>\n                    <td>Unable to work<\/td>\n                    <td>Part-time from home, gradual office return<\/td>\n                <\/tr>\n                <tr>\n                    <td>Myasthenic Crisis<\/td>\n                    <td>Recent episode<\/td>\n                    <td>No recurrence<\/td>\n                <\/tr>\n                <tr>\n                    <td>Aspiration Events<\/td>\n                    <td>Risk present<\/td>\n                    <td>Zero events<\/td>\n                <\/tr>\n                <tr>\n                    <td>Hospital Readmissions<\/td>\n                    <td>Not applicable<\/td>\n                    <td>Zero readmissions<\/td>\n                <\/tr>\n                <tr>\n                    <td>Falls<\/td>\n                    <td>Risk present<\/td>\n                    <td>Zero falls<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n<\/section>\n\n<!-- Recovery Outcome -->\n<section class=\"section\" id=\"recovery-outcome\">\n    <h2 class=\"section-title\">Recovery Outcome Summary<\/h2>\n\n    <h3 class=\"section-subtitle\">Mobility<\/h3>\n    <p>Mobility improved from being able to walk only 280 meters to covering approximately 4 kilometers with only mild fatigue. Stair climbing, which required slow effort and handrail support at discharge, became independent and confident. The patient could move around her home and office without assistance. This level of mobility improvement was achieved through carefully graduated <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"int-link\">physiotherapy at home<\/a> that respected the unique exercise limitations of myasthenia gravis.<\/p>\n\n    <h3 class=\"section-subtitle\">Swallowing and Nutrition<\/h3>\n    <p>Swallowing function normalized completely. The patient could eat a regular diet without texture modifications. Meal-related fatigue resolved. No aspiration events occurred during the entire twelve-week period. This outcome validated the careful meal supervision and swallowing monitoring provided by the home nurse during the early weeks.<\/p>\n\n    <h3 class=\"section-subtitle\">Respiratory Health<\/h3>\n    <p>Respiratory muscle endurance improved significantly. The patient had no further breathing difficulties after discharge. Consistent use of the incentive spirometer, combined with breathing exercises guided by the physiotherapist, contributed to this improvement. The absence of any respiratory infections during the recovery period also reflected effective <a href=\"https:\/\/athomecare.in\/oxygen-therapy-home-clinical\/\" class=\"int-link\">respiratory care<\/a> and infection prevention practices.<\/p>\n\n    <h3 class=\"section-subtitle\">Medical Stability<\/h3>\n    <p>No recurrent myasthenic crisis occurred. Medication adherence was maintained throughout the twelve weeks. Blood pressure remained well-controlled. Thyroid function and B12 levels were being managed by the treating physicians. The patient remained under regular neurologist follow-up with the home doctor providing bridging oversight between hospital visits.<\/p>\n\n    <h3 class=\"section-subtitle\">Professional Life<\/h3>\n    <p>The patient returned to part-time work from home before gradually resuming office visits. This was a meaningful outcome for a working professional whose identity and livelihood were closely tied to her career. The transition was gradual and planned, with work hours increasing as her stamina improved.<\/p>\n\n    <h3 class=\"section-subtitle\">Remaining Challenges<\/h3>\n    <p>Despite the significant improvement, myasthenia gravis is a chronic condition that requires lifelong management. The patient will need ongoing medication, regular neurological follow-up, and continued awareness of triggers that could worsen her symptoms. Stress management, infection prevention, and medication adherence remain long-term priorities. The home care team emphasized that the goal was not a cure but rather optimal disease control and quality of life.<\/p>\n<\/section>\n\n<!-- Key Clinical Learnings -->\n<section class=\"section\" id=\"clinical-learnings\">\n    <h2 class=\"section-title\">Key Clinical Learnings<\/h2>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-lightbulb\"><\/i> 1. Symptom Fluctuation Is the Norm, Not the Exception<\/div>\n        <p>In myasthenia gravis, muscle weakness that changes throughout the day is expected. Morning strength is typically better than evening strength. Understanding this pattern helps families avoid panic during normal fluctuations while remaining vigilant for abnormal worsening. The key distinction is between predictable, medication-tied variation and progressive deterioration that does not improve with rest or medication.<\/p>\n    <\/div>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-lightbulb\"><\/i> 2. Medication Timing Is a Treatment, Not Just a Schedule<\/div>\n        <p>In most chronic conditions, taking a medication a few minutes late has minimal immediate impact. In myasthenia gravis, a delayed pyridostigmine dose can cause measurable weakening within an hour. Families must understand that medication timing in this disease is as important as the medication itself. <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"int-link\">Medication monitoring<\/a> by a trained nurse during the transition home ensures this concept is properly implemented before handing responsibility to the family.<\/p>\n    <\/div>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-lightbulb\"><\/i> 3. Post-Crisis Recovery Requires a Safety Net<\/div>\n        <p>The period immediately after a myasthenic crisis is one of the highest-risk times for recurrence. The patient is recovering but not yet stable. Sending someone home without professional monitoring during this window creates unnecessary risk. Home healthcare provides the safety net needed until the patient&#8217;s condition stabilizes enough for family-only management.<\/p>\n    <\/div>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-lightbulb\"><\/i> 4. Exercise in Myasthenia Gravis Requires Expertise<\/div>\n        <p>Standard exercise prescriptions are dangerous in myasthenia gravis. The physiotherapist must understand that more exercise does not equal more strength in this condition. The exercise threshold varies from patient to patient and even from day to day in the same patient. This is why <a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\" class=\"int-link\">customized rehabilitation programs<\/a> designed by experienced professionals are essential.<\/p>\n    <\/div>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-lightbulb\"><\/i> 5. Family Education Is as Important as Clinical Care<\/div>\n        <p>The best clinical care fails if the family does not understand the disease. In this case, the husband and sister were the ones who would be with the patient 24 hours a day after the home care team reduced their involvement. Investing time in thorough, progressive family education during the home care period pays dividends in long-term safety and reduced emergency visits.<\/p>\n    <\/div>\n\n    <div class=\"card\">\n        <div class=\"card-title\"><i class=\"fas fa-lightbulb\"><\/i> 6. Swallowing Monitoring Prevents the Most Dangerous Complication<\/div>\n        <p>Aspiration pneumonia is a leading cause of mortality in myasthenia gravis. It can develop silently, with the patient not realizing they are aspirating small amounts of food or liquid. Having a trained professional observe meals during the early recovery period, looking for subtle signs like throat clearing, wet voice quality, or delayed coughing, provides a layer of protection that untrained observation cannot match.<\/p>\n    <\/div>\n<\/section>\n\n<!-- FAQs -->\n<section class=\"section\" id=\"faqs\">\n    <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            What is Myasthenia Gravis?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Myasthenia Gravis is an autoimmune disorder in which the body&#8217;s immune system mistakenly attacks the receptors at the neuromuscular junction, which is the point where nerves connect to muscles. This attack disrupts the communication between nerve signals and muscles, causing muscle weakness that typically worsens with activity and improves with rest. It can affect any voluntary muscle, including those controlling eye movement, facial expression, swallowing, breathing, and limb movement. The disease is chronic but manageable with proper treatment.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            Can Myasthenia Gravis symptoms fluctuate during the day?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Yes, symptom fluctuation is one of the defining characteristics of myasthenia gravis. Most patients notice that their muscle strength is better in the morning and gradually worsens as the day progresses. Symptoms also tend to worsen with physical activity, emotional stress, heat exposure, and illness, and improve with rest. This fluctuation is different from the sudden, severe worsening that occurs during a myasthenic crisis, which is a medical emergency.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            Why is medication timing so important in Myasthenia Gravis?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Pyridostigmine, the primary symptomatic medication, has a short duration of action, typically 3 to 6 hours. Muscle strength tends to decline as the medication effect wears off before the next dose. Taking medications at consistent, precisely timed intervals maintains a stable level of muscle function throughout the day. A delayed dose can result in noticeable weakening that may not fully recover even after the medication is eventually taken. This is different from most other medications where timing flexibility is less critical.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            Can Myasthenia Gravis patients exercise?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Yes, but with important cautions. Gentle, supervised exercise is beneficial for maintaining muscle tone, preventing deconditioning, and improving overall wellbeing. However, overexertion can paradoxically worsen muscle weakness in myasthenia gravis because the fatigued muscles cannot sustain repeated contraction. The ideal exercise program is submaximal, meaning it challenges the muscles without pushing them to exhaustion. A physiotherapist experienced in neurological conditions should design and supervise the exercise plan, adjusting it based on the patient&#8217;s daily response.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            What symptoms require emergency medical care?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Any sudden or rapidly worsening difficulty breathing is the most critical warning sign and requires immediate emergency care. Other emergency symptoms include inability to swallow saliva leading to drooling, severe generalized muscle weakness that makes it difficult to sit up or hold the head up, worsening eyelid drooping that does not improve with rest, inability to speak clearly, and double vision that does not resolve. Families should never wait to see if these symptoms improve on their own. Delaying emergency care during a myasthenic crisis can be fatal. Understanding <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"int-link\">early warning signs<\/a> that require immediate attention is essential for all caregivers.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            Can patients with Myasthenia Gravis continue working?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Many patients with myasthenia gravis can continue working with proper treatment and appropriate workplace adjustments. The key is planning work activities around medication peak times, taking scheduled rest breaks, avoiding prolonged tasks that trigger fatigue, and ensuring the work environment is comfortable (not too hot, well-ventilated). Some patients may need to reduce their hours temporarily during periods of disease instability. In this case study, the patient was able to return to part-time work from home and then gradually resume office visits, demonstrating that professional life can continue with the right support structure.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            How does home healthcare support Myasthenia Gravis recovery?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Home healthcare supports myasthenia gravis recovery in several specific ways. A <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"int-link\">home nurse<\/a> provides daily neurological and respiratory monitoring, detects early signs of deterioration, ensures precise medication timing, and supervises swallowing safety during meals. A physiotherapist designs a safe exercise program that builds endurance without triggering harmful fatigue. A doctor provides ongoing medical oversight and coordinates with the neurologist. A patient attendant helps with daily activities and ensures energy conservation. Together, this team provides the safety net needed during the vulnerable post-crisis recovery period. Families looking for comprehensive support can explore <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"int-link\">patient care services<\/a> that include all these components.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            Is Myasthenia Gravis curable?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Myasthenia gravis is currently not considered curable, but it is highly manageable for most patients. With appropriate immunosuppressive medication, symptomatic treatment with pyridostigmine, and in some cases surgical removal of the thymus gland (thymectomy), most patients achieve significant symptom control. Many patients experience periods of remission where symptoms are minimal or absent. The goal of treatment is not cure but rather achieving the best possible quality of life with minimal disease interference. Ongoing medical follow-up is essential because the disease course can change over time and medication adjustments may be needed.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            What role does family play in Myasthenia Gravis home care?\n            <i class=\"fas fa-chevron-down\"><\/i>\n        <\/div>\n        <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n                Family members are the long-term safety net for myasthenia gravis patients. While professional home healthcare provides intensive support during the recovery period, families eventually take over much of the day-to-day monitoring responsibility. Their role includes ensuring medication is taken on time, observing for symptom changes, providing emotional support, helping with energy conservation, and knowing when to seek emergency help. Properly educated family members can prevent crises and support the patient&#8217;s independence effectively. Choosing a <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\" class=\"int-link\">trained caregiver<\/a> during the transition period helps families learn these skills with professional guidance.\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Medical Authority -->\n<section class=\"section\" id=\"medical-authority\">\n    <h2 class=\"section-title\">Medical Authorship<\/h2>\n\n    <div class=\"author-section\">\n        <div class=\"author-row\">\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 class=\"author-info\">\n                <div class=\"author-name\">Dr. Ekta Fageriya<\/div>\n                <div class=\"author-creds\">MBBS | Geriatric Medicine Specialist<\/div>\n                <div class=\"author-detail-grid\">\n                    <div class=\"author-detail-item\"><strong>RMC Registration:<\/strong> 44780<\/div>\n                    <div class=\"author-detail-item\"><strong>Specialization:<\/strong> Geriatric Medicine<\/div>\n                    <div class=\"author-detail-item\"><strong>Clinical Experience:<\/strong> 7 Years<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    \n<\/section>\n\n<!-- Contact Section -->\n<section class=\"contact-section\" id=\"contact\">\n    <div class=\"contact-title\">Contact AtHomeCare<\/div>\n    <div class=\"contact-grid\">\n        <div class=\"contact-item\">\n            <span class=\"contact-label\">Corporate Office<\/span>\n            <span class=\"contact-value\">Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47, Gurgaon, Haryana 122018<\/span>\n        <\/div>\n        <div class=\"contact-item\">\n            <span class=\"contact-label\">Phone<\/span>\n            <span class=\"contact-value\"><a href=\"tel:9910823218\">9910823218<\/a><\/span>\n        <\/div>\n        <div class=\"contact-item\">\n            <span class=\"contact-label\">Email<\/span>\n            <span class=\"contact-value\"><a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a><\/span>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Medical Disclaimer -->\n<div class=\"disclaimer\">\n    <strong>Medical 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, living or dead, 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, and treatment decisions must always be made by qualified healthcare professionals based on individual clinical assessment. Emergency symptoms such as difficulty breathing, inability to swallow, or severe muscle weakness require immediate hospital care and should not be managed at home. Home healthcare complements but does not replace emergency medical services. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition.\n<\/div>\n\n<!-- Related Services -->\n<section class=\"section\" id=\"related-services\">\n    <h2 class=\"section-title\">Related Services<\/h2>\n    <p>Families navigating complex neurological recovery at home may find the following services relevant to their situation.<\/p>\n    <ul class=\"content-list\">\n        <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"int-link\">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\/\" class=\"int-link\">Physiotherapy at Home<\/a> for neurological rehabilitation and strength recovery<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"int-link\">Doctor Home Visit<\/a> for ongoing medical oversight and medication management<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/service\/icu-at-home-gurgaon\/\" class=\"int-link\">ICU at Home<\/a> for patients requiring higher-acuity monitoring during recovery<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"int-link\">Patient Care Services<\/a> for comprehensive home-based care coordination<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"int-link\">Patient Care Taker<\/a> for daily living assistance and caregiver support<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"int-link\">Medical Equipment Rental<\/a> for pulse oximeters, incentive spirometers, and other devices<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"int-link\">Respiratory Therapy<\/a> for breathing exercises and respiratory muscle training<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\" class=\"int-link\">Chest Physiotherapy<\/a> for lung expansion and secretion management<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/emergency-training\/\" class=\"int-link\">Emergency Training<\/a> for families to recognize and respond to warning signs<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"int-link\">Medication Monitoring and Management<\/a> for complex drug regimens<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\" class=\"int-link\">Nutrition and Hydration Support<\/a> for patients with swallowing difficulties<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"int-link\">Fall Prevention Guide<\/a> for home safety during muscle weakness recovery<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"int-link\">Home Healthcare in Chandigarh, Mohali, and Panchkula<\/a> for families in the tricity region<\/li>\n        <li><a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\" class=\"int-link\">Home Care Services in Gurgaon<\/a> for families in the Delhi NCR region<\/li>\n    <\/ul>\n<\/section>\n\n<\/div><!-- \/container -->\n<\/main>\n\n<!-- Footer -->\n<footer class=\"site-footer\">\n    <p>&copy; 2025 AtHomeCare. All rights reserved. | <a href=\"https:\/\/athomecare.in\">athomecare.in<\/a><\/p>\n    <p style=\"margin-top:6px; font-size:12px; opacity:0.6;\">This is a fictional case study created for educational purposes only.<\/p>\n<\/footer>\n\n<script>\n    function toggleFaq(element) {\n        const item = element.parentElement;\n        const isActive = item.classList.contains('active');\n\n        \/\/ Close all other items\n        document.querySelectorAll('.faq-item.active').forEach(function(activeItem) {\n            activeItem.classList.remove('active');\n        });\n\n        \/\/ Toggle current item\n        if (!isActive) {\n            item.classList.add('active');\n        }\n    }\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n        anchor.addEventListener('click', function(e) {\n            var targetId = this.getAttribute('href');\n            if (targetId === '#') return;\n            var target = document.querySelector(targetId);\n            if (target) {\n                e.preventDefault();\n                var headerHeight = document.querySelector('.site-header').offsetHeight;\n                var targetPosition = target.getBoundingClientRect().top + window.pageYOffset - headerHeight - 20;\n                window.scrollTo({\n                    top: targetPosition,\n                    behavior: 'smooth'\n                });\n            }\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home &rsaquo; Home Nursing &rsaquo; Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe&#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-175","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=\"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \u203a Home Nursing \u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe\" \/>\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\/myasthenia-gravis-home-care-case-study-in-mohali\/\" \/>\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=\"Myasthenia Gravis Home Care Case Study in Mohali - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \u203a Home Nursing \u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-22T08:19:02+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-22T08:19:04+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Myasthenia Gravis Home Care Case Study in Mohali - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \u203a Home Nursing \u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe\" \/>\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\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#blogposting\",\"name\":\"Myasthenia Gravis Home Care Case Study in Mohali - mohali\",\"headline\":\"Myasthenia Gravis Home Care Case Study in Mohali\",\"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\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#articleImage\"},\"datePublished\":\"2026-07-22T08:19:02+00:00\",\"dateModified\":\"2026-07-22T08:19:04+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#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\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#listItem\",\"name\":\"Myasthenia Gravis Home Care Case Study in Mohali\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#listItem\",\"position\":3,\"name\":\"Myasthenia Gravis Home Care Case Study in Mohali\",\"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\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#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\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/\",\"name\":\"Myasthenia Gravis Home Care Case Study in Mohali - mohali\",\"description\":\"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \\u203a Home Nursing \\u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/myasthenia-gravis-home-care-case-study-in-mohali\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-22T08:19:02+00:00\",\"dateModified\":\"2026-07-22T08:19:04+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":"Myasthenia Gravis Home Care Case Study in Mohali - mohali","description":"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \u203a Home Nursing \u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe","canonical_url":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/#blogposting","name":"Myasthenia Gravis Home Care Case Study in Mohali - mohali","headline":"Myasthenia Gravis Home Care Case Study in Mohali","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\/myasthenia-gravis-home-care-case-study-in-mohali\/#articleImage"},"datePublished":"2026-07-22T08:19:02+00:00","dateModified":"2026-07-22T08:19:04+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/#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\/myasthenia-gravis-home-care-case-study-in-mohali\/#listItem","name":"Myasthenia Gravis Home Care Case Study in Mohali"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/#listItem","position":3,"name":"Myasthenia Gravis Home Care Case Study in Mohali","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\/myasthenia-gravis-home-care-case-study-in-mohali\/#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\/myasthenia-gravis-home-care-case-study-in-mohali\/#webpage","url":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/","name":"Myasthenia Gravis Home Care Case Study in Mohali - mohali","description":"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \u203a Home Nursing \u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-22T08:19:02+00:00","dateModified":"2026-07-22T08:19:04+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":"Myasthenia Gravis Home Care Case Study in Mohali - mohali","og:description":"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \u203a Home Nursing \u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe","og:url":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/","article:published_time":"2026-07-22T08:19:02+00:00","article:modified_time":"2026-07-22T08:19:04+00:00","twitter:card":"summary_large_image","twitter:title":"Myasthenia Gravis Home Care Case Study in Mohali - mohali","twitter:description":"Myasthenia Gravis Home Care Case Study in Mohali AtHomeCare Case Study Home Home \u203a Home Nursing \u203a Myasthenia Gravis Case Study Clinical Case Study Myasthenia Gravis Home Care Case Study: Mohali A 49-year-old chartered accountant experienced a myasthenic crisis requiring ICU admission and ventilatory support. After hospital stabilization, a structured home healthcare program enabled safe"},"aioseo_meta_data":{"post_id":"175","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-22 08:15:40","updated":"2026-07-22 09:35:51","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\tMyasthenia Gravis Home Care Case Study in Mohali\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":"Myasthenia Gravis Home Care Case Study in Mohali","link":"https:\/\/athomecare.in\/mohali\/myasthenia-gravis-home-care-case-study-in-mohali\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/175","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=175"}],"version-history":[{"count":6,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/175\/revisions"}],"predecessor-version":[{"id":181,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/175\/revisions\/181"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=175"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}