{"id":328,"date":"2026-08-01T06:41:21","date_gmt":"2026-08-01T06:41:21","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=328"},"modified":"2026-08-01T06:41:22","modified_gmt":"2026-08-01T06:41:22","slug":"autoimmune-encephalitis-recovery-at-home-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/","title":{"rendered":"Autoimmune Encephalitis Recovery at Home | Case Study"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Autoimmune Encephalitis Recovery at Home | Fictional Case Study<\/title>\n    <meta name=\"description\" content=\"Learn how multidisciplinary home healthcare supported neurological rehabilitation after Autoimmune Encephalitis in this fictional educational case study.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/autoimmune-encephalitis-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=Merriweather:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n        :root {\n            --bg-primary: #FAFBFD;\n            --bg-white: #FFFFFF;\n            --bg-section: #F1F5F9;\n            --bg-card: #FFFFFF;\n            --text-primary: #1E293B;\n            --text-secondary: #475569;\n            --text-muted: #64748B;\n            --accent-blue: #2563EB;\n            --accent-blue-light: #DBEAFE;\n            --accent-green: #059669;\n            --accent-green-light: #D1FAE5;\n            --accent-amber: #D97706;\n            --accent-amber-light: #FEF3C7;\n            --accent-red: #DC2626;\n            --accent-red-light: #FEE2E2;\n            --accent-purple: #7C3AED;\n            --accent-purple-light: #EDE9FE;\n            --border: #E2E8F0;\n            --border-light: #F1F5F9;\n            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);\n            --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);\n            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.04);\n            --radius: 12px;\n            --radius-sm: 8px;\n            --max-width: 820px;\n        }\n\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: var(--bg-primary);\n            color: var(--text-primary);\n            font-size: 16px;\n            line-height: 1.75;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container {\n            max-width: var(--max-width);\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        a {\n            color: var(--accent-blue);\n            text-decoration: none;\n            transition: color 0.2s;\n        }\n        a:hover { color: #1D4ED8; text-decoration: underline; }\n\n        \/* Top Bar *\/\n        .top-bar {\n            background: var(--accent-blue);\n            color: #fff;\n            padding: 8px 0;\n            font-size: 12px;\n            letter-spacing: 0.03em;\n        }\n        .top-bar .container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 4px;\n        }\n        .top-bar a { color: #fff; font-weight: 500; }\n\n        \/* Header *\/\n        .site-header {\n            background: var(--bg-white);\n            border-bottom: 1px solid var(--border);\n            padding: 16px 0;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            box-shadow: var(--shadow-sm);\n        }\n        .site-header .container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .logo {\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            font-weight: 700;\n            color: var(--text-primary);\n        }\n        .logo span { color: var(--accent-blue); }\n        .header-badge {\n            background: var(--accent-green-light);\n            color: var(--accent-green);\n            font-size: 11px;\n            font-weight: 600;\n            padding: 4px 10px;\n            border-radius: 20px;\n            letter-spacing: 0.02em;\n        }\n\n        \/* Hero *\/\n        .hero {\n            background: linear-gradient(135deg, #1E3A5F 0%, #2563EB 50%, #3B82F6 100%);\n            color: #fff;\n            padding: 48px 0 56px;\n            position: relative;\n            overflow: hidden;\n        }\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 400px;\n            height: 400px;\n            background: rgba(255,255,255,0.04);\n            border-radius: 50%;\n        }\n        .hero-label {\n            display: inline-block;\n            background: rgba(255,255,255,0.15);\n            backdrop-filter: blur(4px);\n            font-size: 11px;\n            font-weight: 600;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            padding: 6px 14px;\n            border-radius: 20px;\n            margin-bottom: 20px;\n        }\n        .hero h1 {\n            font-family: 'Merriweather', serif;\n            font-size: 28px;\n            font-weight: 700;\n            line-height: 1.4;\n            margin-bottom: 16px;\n            max-width: 680px;\n        }\n        .hero-summary {\n            font-size: 15px;\n            line-height: 1.7;\n            opacity: 0.9;\n            max-width: 640px;\n            margin-bottom: 28px;\n        }\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 12px;\n            max-width: 640px;\n        }\n        .hero-stat {\n            background: rgba(255,255,255,0.12);\n            backdrop-filter: blur(4px);\n            border: 1px solid rgba(255,255,255,0.15);\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.08em;\n            opacity: 0.7;\n            margin-bottom: 4px;\n        }\n        .hero-stat-value {\n            font-size: 14px;\n            font-weight: 600;\n        }\n\n        \/* Sections *\/\n        .section {\n            padding: 48px 0;\n        }\n        .section-alt {\n            background: var(--bg-section);\n        }\n        .section-label {\n            display: inline-block;\n            font-size: 11px;\n            font-weight: 600;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            color: var(--accent-blue);\n            margin-bottom: 8px;\n        }\n        .section h2 {\n            font-family: 'Merriweather', serif;\n            font-size: 22px;\n            font-weight: 700;\n            color: var(--text-primary);\n            margin-bottom: 20px;\n            line-height: 1.4;\n        }\n        .section h3 {\n            font-size: 17px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin-bottom: 12px;\n            margin-top: 28px;\n            line-height: 1.4;\n        }\n        .section p {\n            margin-bottom: 14px;\n            color: var(--text-secondary);\n        }\n\n        \/* Cards *\/\n        .card {\n            background: var(--bg-card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 24px;\n            margin-bottom: 16px;\n            box-shadow: var(--shadow-sm);\n        }\n        .card-title {\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .card-icon {\n            width: 32px;\n            height: 32px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 16px;\n            flex-shrink: 0;\n        }\n        .card-icon.blue { background: var(--accent-blue-light); }\n        .card-icon.green { background: var(--accent-green-light); }\n        .card-icon.amber { background: var(--accent-amber-light); }\n        .card-icon.red { background: var(--accent-red-light); }\n        .card-icon.purple { background: var(--accent-purple-light); }\n\n        \/* Alert Boxes *\/\n        .alert {\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            margin-bottom: 16px;\n            border-left: 4px solid;\n            font-size: 14px;\n            line-height: 1.7;\n        }\n        .alert-blue {\n            background: var(--accent-blue-light);\n            border-color: var(--accent-blue);\n            color: #1E40AF;\n        }\n        .alert-green {\n            background: var(--accent-green-light);\n            border-color: var(--accent-green);\n            color: #065F46;\n        }\n        .alert-amber {\n            background: var(--accent-amber-light);\n            border-color: var(--accent-amber);\n            color: #92400E;\n        }\n        .alert-red {\n            background: var(--accent-red-light);\n            border-color: var(--accent-red);\n            color: #991B1B;\n        }\n        .alert-purple {\n            background: var(--accent-purple-light);\n            border-color: var(--accent-purple);\n            color: #5B21B6;\n        }\n        .alert strong { display: block; margin-bottom: 4px; font-size: 14px; }\n\n        \/* Doctor Explanation Card *\/\n        .doctor-card {\n            background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 100%);\n            border: 1px solid #BFDBFE;\n            border-radius: var(--radius);\n            padding: 24px;\n            margin: 20px 0;\n            position: relative;\n        }\n        .doctor-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--accent-blue), #3B82F6);\n            border-radius: var(--radius) var(--radius) 0 0;\n        }\n        .doctor-card-label {\n            font-size: 11px;\n            font-weight: 600;\n            letter-spacing: 0.08em;\n            text-transform: uppercase;\n            color: var(--accent-blue);\n            margin-bottom: 8px;\n        }\n        .doctor-card p {\n            color: var(--text-secondary);\n            font-size: 14.5px;\n            margin-bottom: 10px;\n        }\n        .doctor-card p:last-child { margin-bottom: 0; }\n\n        \/* Tables *\/\n        .table-wrapper {\n            overflow-x: auto;\n            margin: 16px 0;\n            border-radius: var(--radius-sm);\n            border: 1px solid var(--border);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        thead {\n            background: #F1F5F9;\n        }\n        th {\n            text-align: left;\n            padding: 12px 16px;\n            font-weight: 600;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            color: var(--text-muted);\n            border-bottom: 2px solid var(--border);\n        }\n        td {\n            padding: 12px 16px;\n            border-bottom: 1px solid var(--border-light);\n            color: var(--text-secondary);\n        }\n        tr:last-child td { border-bottom: none; }\n        tr:hover td { background: #F8FAFC; }\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: 8px;\n            bottom: 8px;\n            width: 2px;\n            background: 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: 24px;\n            height: 24px;\n            border-radius: 50%;\n            background: var(--bg-white);\n            border: 3px solid var(--accent-blue);\n            z-index: 1;\n        }\n        .timeline-dot.green { border-color: var(--accent-green); }\n        .timeline-dot.amber { border-color: var(--accent-amber); }\n        .timeline-date {\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 0.05em;\n            text-transform: uppercase;\n            color: var(--accent-blue);\n            margin-bottom: 6px;\n        }\n        .timeline-item h4 {\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin-bottom: 8px;\n        }\n        .timeline-item p, .timeline-item ul {\n            font-size: 14px;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n        .timeline-item ul {\n            padding-left: 18px;\n            margin-top: 6px;\n        }\n        .timeline-item li { margin-bottom: 4px; }\n\n        \/* Grid layouts *\/\n        .grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n        .grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n        }\n\n        \/* Risk Indicator *\/\n        .risk-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 16px 0;\n        }\n        .risk-tag {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            background: var(--accent-red-light);\n            border: 1px solid #FECACA;\n            border-radius: var(--radius-sm);\n            padding: 10px 14px;\n            font-size: 13px;\n            font-weight: 500;\n            color: #991B1B;\n        }\n        .risk-tag .dot {\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: var(--accent-red);\n            flex-shrink: 0;\n        }\n\n        \/* Goal cards *\/\n        .goal-card {\n            background: var(--bg-card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-sm);\n            padding: 18px;\n            margin-bottom: 12px;\n        }\n        .goal-card h4 {\n            font-size: 14px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .goal-card ul {\n            padding-left: 18px;\n            font-size: 14px;\n            color: var(--text-secondary);\n        }\n        .goal-card li { margin-bottom: 4px; }\n\n        \/* Daily Plan *\/\n        .daily-block {\n            background: var(--bg-card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 20px;\n            margin-bottom: 16px;\n        }\n        .daily-block-header {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 14px;\n            padding-bottom: 12px;\n            border-bottom: 1px solid var(--border-light);\n        }\n        .daily-time-icon {\n            width: 36px;\n            height: 36px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n        }\n        .daily-time-icon.morning { background: #FEF3C7; }\n        .daily-time-icon.afternoon { background: #DBEAFE; }\n        .daily-time-icon.evening { background: #EDE9FE; }\n        .daily-time-icon.night { background: #1E293B; color: #fff; }\n        .daily-block-header h4 {\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text-primary);\n        }\n        .daily-block-header span {\n            font-size: 12px;\n            color: var(--text-muted);\n        }\n        .daily-block ul {\n            padding-left: 18px;\n            font-size: 14px;\n            color: var(--text-secondary);\n        }\n        .daily-block li { margin-bottom: 5px; }\n\n        \/* FAQ *\/\n        .faq-item {\n            border: 1px solid var(--border);\n            border-radius: var(--radius-sm);\n            margin-bottom: 10px;\n            overflow: hidden;\n            background: var(--bg-card);\n        }\n        .faq-question {\n            width: 100%;\n            text-align: left;\n            padding: 18px 20px;\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text-primary);\n            background: none;\n            border: none;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-family: 'Inter', sans-serif;\n            gap: 12px;\n            line-height: 1.5;\n        }\n        .faq-question:hover { background: #F8FAFC; }\n        .faq-arrow {\n            font-size: 18px;\n            color: var(--text-muted);\n            transition: transform 0.3s;\n            flex-shrink: 0;\n        }\n        .faq-item.active .faq-arrow { transform: rotate(180deg); }\n        .faq-answer {\n            display: none;\n            padding: 0 20px 18px;\n            font-size: 14px;\n            color: var(--text-secondary);\n            line-height: 1.75;\n        }\n        .faq-item.active .faq-answer { display: block; }\n\n        \/* Author Section *\/\n        .author-section {\n            display: flex;\n            gap: 20px;\n            align-items: flex-start;\n            background: var(--bg-card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 24px;\n            margin: 24px 0;\n        }\n        .author-img {\n            width: 80px;\n            height: 80px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid var(--accent-blue-light);\n            flex-shrink: 0;\n        }\n        .author-details h4 {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin-bottom: 4px;\n        }\n        .author-meta {\n            font-size: 13px;\n            color: var(--text-muted);\n            margin-bottom: 2px;\n        }\n        .treating-doctor-block {\n            background: #F8FAFC;\n            border: 1px dashed var(--border);\n            border-radius: var(--radius-sm);\n            padding: 20px;\n            margin-top: 20px;\n        }\n        .treating-doctor-block p {\n            font-size: 14px;\n            color: var(--text-muted);\n            font-style: italic;\n        }\n\n        \/* Contact *\/\n        .contact-section {\n            background: linear-gradient(135deg, #1E3A5F 0%, #1E40AF 100%);\n            color: #fff;\n            padding: 48px 0;\n        }\n        .contact-section h2 {\n            color: #fff;\n            font-family: 'Merriweather', serif;\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\n            margin-top: 24px;\n        }\n        .contact-info-item {\n            margin-bottom: 16px;\n        }\n        .contact-info-label {\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            opacity: 0.6;\n            margin-bottom: 4px;\n        }\n        .contact-info-value {\n            font-size: 15px;\n            font-weight: 500;\n        }\n        .contact-info-value a {\n            color: #fff;\n            text-decoration: none;\n        }\n        .contact-info-value a:hover { text-decoration: underline; }\n\n        \/* Disclaimer *\/\n        .disclaimer-section {\n            background: #FEFCE8;\n            border-top: 1px solid #FDE68A;\n            padding: 32px 0;\n        }\n        .disclaimer-section p {\n            font-size: 13px;\n            color: #92400E;\n            line-height: 1.7;\n        }\n        .disclaimer-section strong { color: #78350F; }\n\n        \/* Footer *\/\n        .site-footer {\n            background: #0F172A;\n            color: #94A3B8;\n            padding: 32px 0;\n            font-size: 13px;\n        }\n        .site-footer a { color: #CBD5E1; }\n        .site-footer a:hover { color: #fff; }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: #FFFBEB;\n            border: 1px solid #FDE68A;\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            margin: 16px 0;\n            font-size: 14px;\n            color: #92400E;\n            line-height: 1.7;\n        }\n        .scenario-card strong {\n            color: #78350F;\n            display: block;\n            margin-bottom: 4px;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        \/* Clinical Note *\/\n        .clinical-note {\n            background: #F0FDF4;\n            border: 1px solid #BBF7D0;\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            margin: 16px 0;\n            font-size: 14px;\n            color: #166534;\n            line-height: 1.7;\n        }\n        .clinical-note strong {\n            color: #14532D;\n            display: block;\n            margin-bottom: 4px;\n            font-size: 13px;\n        }\n\n        \/* Equipment list *\/\n        .equip-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n            gap: 10px;\n            margin: 16px 0;\n        }\n        .equip-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            background: var(--bg-section);\n            border-radius: var(--radius-sm);\n            padding: 12px 16px;\n            font-size: 14px;\n            color: var(--text-secondary);\n        }\n        .equip-item span:first-child {\n            font-size: 18px;\n        }\n\n        \/* Outcome Badges *\/\n        .outcome-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .outcome-item {\n            background: var(--bg-card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-sm);\n            padding: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n        .outcome-check {\n            width: 22px;\n            height: 22px;\n            background: var(--accent-green-light);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--accent-green);\n            font-size: 12px;\n            font-weight: 700;\n            flex-shrink: 0;\n            margin-top: 1px;\n        }\n        .outcome-text {\n            font-size: 14px;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n        .outcome-text strong { color: var(--text-primary); }\n\n        \/* Bullet list styling *\/\n        .content-list {\n            padding-left: 20px;\n            margin: 12px 0;\n        }\n        .content-list li {\n            margin-bottom: 6px;\n            font-size: 14.5px;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n\n        \/* Separator *\/\n        .sep {\n            height: 1px;\n            background: var(--border);\n            margin: 32px 0;\n        }\n\n        \/* Nav for mobile *\/\n        .mobile-nav-toggle {\n            display: none;\n            background: none;\n            border: none;\n            font-size: 24px;\n            color: var(--text-primary);\n            cursor: pointer;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero { padding: 32px 0 40px; }\n            .hero h1 { font-size: 22px; }\n            .hero-grid { grid-template-columns: repeat(2, 1fr); }\n            .section { padding: 32px 0; }\n            .section h2 { font-size: 19px; }\n            .grid-2, .grid-3 { grid-template-columns: 1fr; }\n            .contact-grid { grid-template-columns: 1fr; }\n            .author-section { flex-direction: column; align-items: center; text-align: center; }\n            .risk-grid { grid-template-columns: repeat(2, 1fr); }\n            .outcome-grid { grid-template-columns: 1fr; }\n            .equip-list { grid-template-columns: 1fr; }\n            .top-bar .container { flex-direction: column; text-align: center; }\n            .faq-question { font-size: 14px; padding: 16px; }\n        }\n\n        @media (max-width: 480px) {\n            .hero h1 { font-size: 20px; }\n            .hero-grid { grid-template-columns: 1fr 1fr; gap: 8px; }\n            .hero-stat { padding: 10px 12px; }\n            .hero-stat-value { font-size: 13px; }\n            .risk-grid { grid-template-columns: 1fr; }\n            .card { padding: 18px; }\n            .timeline { padding-left: 28px; }\n        }\n\n        \/* Print styles *\/\n        @media print {\n            .site-header, .top-bar, .contact-section, .site-footer { display: none; }\n            .hero { background: #f0f0f0 !important; color: #000 !important; }\n            .hero * { color: #000 !important; }\n            body { font-size: 12px; }\n        }\n    <\/style>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Home Recovery After Autoimmune Encephalitis: A Fictional Educational Patient Case Study\",\n        \"description\": \"Learn how multidisciplinary home healthcare supported neurological rehabilitation after Autoimmune Encephalitis in this fictional educational case study.\",\n        \"url\": \"https:\/\/athomecare.in\/autoimmune-encephalitis-home-care-case-study-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Autoimmune Encephalitis\"\n        },\n        \"author\": {\n            \"@type\": \"Physician\",\n            \"name\": \"Dr. Ekta Fageriya\",\n            \"credential\": \"MBBS\",\n            \"specialty\": \"Geriatric Medicine\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"AtHomeCare\"\n        },\n        \"disclaimer\": \"This case study is entirely fictional and created solely for educational purposes.\"\n    }\n    <\/script>\n<\/head>\n<body>\n\n    <!-- Top Bar -->\n    <div class=\"top-bar\">\n        <div class=\"container\">\n            <span>Educational Case Study | For Patients, Caregivers, and Healthcare Professionals<\/span>\n            <a href=\"tel:9910823218\">Call: 9910823218<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Header -->\n    <header class=\"site-header\">\n        <div class=\"container\">\n            <div class=\"logo\">At<span>Home<\/span>Care<\/div>\n            <span class=\"header-badge\">Fictional Case Study<\/span>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <span class=\"hero-label\">Patient Case Study<\/span>\n            <h1>Home Recovery After Autoimmune Encephalitis<\/h1>\n            <p class=\"hero-summary\">A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for Autoimmune Encephalitis.<\/p>\n            <div class=\"hero-grid\">\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Patient Age<\/div>\n                    <div class=\"hero-stat-value\">58 Years, 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\">Autoimmune Encephalitis<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Duration of Home Care<\/div>\n                    <div class=\"hero-stat-value\">12 Weeks<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Hospital Stay<\/div>\n                    <div class=\"hero-stat-value\">24 Days<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Final Outcome<\/div>\n                    <div class=\"hero-stat-value\">Improved Mobility &amp; Cognition<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Patient Background -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 01<\/span>\n            <h2>Patient Background<\/h2>\n\n            <p>Mrs. Jasleen Kaur Sandhu, a 58-year-old retired school principal, lived in Mohali, Punjab, with her husband, Mr. Baldev Singh Sandhu (61 years), who served as her primary caregiver. Their daughter, Simran Sandhu, is a practising physiotherapist based in Chandigarh and provided secondary caregiving support and clinical guidance during the recovery period.<\/p>\n\n            <p>Before her illness, Mrs. Sandhu led an active and independent life. She managed her household, socialised regularly, and maintained her daily routines without assistance. Her baseline health was complicated by three known chronic conditions that had been managed with outpatient treatment for several years.<\/p>\n\n            <h3>Pre-Existing Medical Conditions<\/h3>\n\n            <div class=\"grid-2\">\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon blue\">&#9881;<\/div>\n                        Hypothyroidism (10 years)\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">Diagnosed ten years before this episode. She was on regular thyroid hormone replacement therapy. Thyroid function was being monitored through periodic blood tests. Hypothyroidism itself can contribute to cognitive slowing, fatigue, and mood changes, which made the differentiation of her new neurological symptoms more challenging during the early days of her illness.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon red\">&#9829;<\/div>\n                        Hypertension (7 years)\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">She had been diagnosed with hypertension seven years prior and was on antihypertensive medication. Poorly controlled blood pressure can cause vascular brain injury and cognitive impairment. During her encephalitis episode and subsequent recovery, maintaining strict blood pressure control was important to prevent secondary brain injury and reduce the risk of seizure recurrence.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon amber\">&#9733;<\/div>\n                        Vitamin B12 Deficiency\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">Vitamin B12 deficiency is known to cause neurological symptoms including memory impairment, peripheral neuropathy, and in severe cases, cognitive decline. Her existing deficiency added a layer of complexity to both her acute presentation and her recovery, as B12 deficiency-related neurological symptoms can mimic or worsen encephalitis-related cognitive deficits.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon green\">&#9786;<\/div>\n                        Lifestyle and Baseline Function\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">As a retired school principal, Mrs. Sandhu was intellectually active. She managed all activities of daily living independently, including cooking, financial management, and community activities. She had no prior history of seizures, psychiatric illness, or neurological disease. This high functional baseline made the sudden decline in her cognitive and physical abilities particularly distressing for the family.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Clinical Context<\/div>\n                <p>The presence of pre-existing hypothyroidism, hypertension, and Vitamin B12 deficiency meant that the treating team had to carefully distinguish between symptoms caused by autoimmune encephalitis and symptoms potentially related to these chronic conditions. This is a common clinical challenge in older patients presenting with acute cognitive changes. Each condition required continued management alongside the neurological rehabilitation.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Clinical Diagnosis -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 02<\/span>\n            <h2>Clinical Diagnosis and Presentation<\/h2>\n\n            <p>Mrs. Sandhu&#8217;s illness began with subtle behavioural changes that rapidly progressed over several days. Her family initially noticed confusion and memory lapses that seemed unusual even for her age. These symptoms worsened quickly, prompting medical evaluation.<\/p>\n\n            <h3>Initial Symptoms<\/h3>\n            <ul class=\"content-list\">\n                <li>Sudden onset of confusion and disorientation<\/li>\n                <li>Progressive short-term memory loss<\/li>\n                <li>Abnormal behaviour that was out of character<\/li>\n                <li>Repeated episodes of seizures<\/li>\n                <li>Difficulty recognising familiar family members<\/li>\n                <li>Involuntary movements of the arms<\/li>\n            <\/ul>\n\n            <div class=\"scenario-card\">\n                <strong>Why Families May Mistake Encephalitis for Psychiatric Illness<\/strong>\n                Autoimmune encephalitis often presents with psychiatric symptoms such as behavioural changes, agitation, hallucinations, and personality shifts. In the early stages, these symptoms can closely resemble a primary psychiatric disorder. This is particularly common in anti-NMDA receptor encephalitis, where psychiatric symptoms may precede neurological symptoms by days or weeks. It is important for families and first-contact doctors to consider organic brain causes when behavioural changes are sudden, progressive, or accompanied by any neurological symptoms such as seizures or movement abnormalities.\n            <\/div>\n\n            <h3>Hospital Investigations<\/h3>\n            <p>Mrs. Sandhu was admitted to a tertiary care neurology centre where a comprehensive diagnostic workup was conducted. The following investigations were performed to confirm the diagnosis and rule out other causes of acute encephalopathy:<\/p>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Investigation<\/th>\n                            <th>Purpose<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>MRI Brain<\/strong><\/td>\n                            <td>To identify structural brain abnormalities, inflammation, or other lesions that could explain the symptoms<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Electroencephalography (EEG)<\/strong><\/td>\n                            <td>To evaluate electrical brain activity, characterise seizure patterns, and detect encephalopathic changes<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Cerebrospinal Fluid (CSF) Analysis<\/strong><\/td>\n                            <td>To look for evidence of inflammation, infection, or specific autoimmune antibodies within the central nervous system<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Autoimmune Antibody Testing<\/strong><\/td>\n                            <td>To identify specific autoantibodies targeting brain tissue, confirming an autoimmune cause<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Infectious Disease Screening<\/strong><\/td>\n                            <td>To exclude viral, bacterial, or other infectious causes of encephalitis before initiating immunotherapy<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3>Final Diagnosis<\/h3>\n            <div class=\"alert alert-blue\">\n                <strong>Diagnosis: Autoimmune Encephalitis<\/strong>\n                Based on the clinical presentation, MRI findings, EEG results, CSF analysis, and positive autoimmune antibody testing, Mrs. Sandhu was diagnosed with Autoimmune Encephalitis. This is a condition in which the body&#8217;s immune system mistakenly attacks healthy brain tissue, causing inflammation that disrupts normal brain function including memory, behaviour, movement, and seizure control.\n            <\/div>\n\n            <h3>Neurological Assessment at Discharge<\/h3>\n            <p>After 24 days of hospital treatment, a detailed neurological assessment was documented before discharge:<\/p>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Parameter<\/th>\n                            <th>Finding at Discharge<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Consciousness<\/td>\n                            <td>Fully conscious, oriented to person and place<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Recent Memory<\/td>\n                            <td>Mild impairment noted<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Muscle Power (Upper Limbs)<\/td>\n                            <td>4+\/5 (mild weakness)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Muscle Power (Lower Limbs)<\/td>\n                            <td>4\/5 (moderate weakness)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Balance<\/td>\n                            <td>Mild impairment present<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Speech<\/td>\n                            <td>Fluent with occasional word-finding pauses<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Swallowing<\/td>\n                            <td>Normal<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Cranial Nerves<\/td>\n                            <td>Intact<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Seizures<\/td>\n                            <td>No seizures at the time of discharge<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Cognitive Function<\/td>\n                            <td>Mild slowing during complex tasks<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3>Vital Signs at Discharge<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Vital Parameter<\/th>\n                            <th>Recorded Value<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr><td>Blood Pressure<\/td><td>128\/80 mmHg<\/td><\/tr>\n                        <tr><td>Heart Rate<\/td><td>82 bpm<\/td><\/tr>\n                        <tr><td>Respiratory Rate<\/td><td>18 breaths per minute<\/td><\/tr>\n                        <tr><td>Temperature<\/td><td>98.3 degrees Fahrenheit<\/td><\/tr>\n                        <tr><td>Oxygen Saturation<\/td><td>98% on Room Air<\/td><\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Hospital Treatment -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 03<\/span>\n            <h2>Hospital Treatment Course<\/h2>\n\n            <p>Mrs. Sandhu spent 24 days in the hospital receiving intensive neurological care. The treatment approach was multidisciplinary, addressing the underlying autoimmune process, controlling seizures, and beginning the rehabilitation process.<\/p>\n\n            <h3>Acute Medical Treatment<\/h3>\n            <ul class=\"content-list\">\n                <li><strong>High-dose intravenous corticosteroid therapy:<\/strong> This was the first-line immunotherapy to suppress the abnormal immune response attacking the brain. Corticosteroids reduce inflammation in brain tissue and are the cornerstone of initial treatment for autoimmune encephalitis.<\/li>\n                <li><strong>Intravenous Immunoglobulin (IVIG) treatment:<\/strong> IVIG was administered to modulate the immune system further. It works by providing normal antibodies that can interfere with the harmful autoantibodies attacking the brain. IVIG is often used alongside or following corticosteroids when the clinical response needs to be augmented.<\/li>\n                <li><strong>Anti-seizure medications:<\/strong> Given that seizures were a prominent feature of her presentation, appropriate antiepileptic medications were initiated and carefully titrated to achieve seizure control without causing excessive sedation or cognitive side effects.<\/li>\n            <\/ul>\n\n            <h3>Rehabilitation During Hospitalization<\/h3>\n            <p>Even during the acute hospital phase, the neurology team recognised the importance of early rehabilitation. The following were initiated before discharge:<\/p>\n            <ul class=\"content-list\">\n                <li>Cognitive rehabilitation sessions to begin addressing memory and attention deficits<\/li>\n                <li>Speech and swallowing assessment to ensure safe oral intake and to evaluate the word-finding difficulty<\/li>\n                <li>Physiotherapy and occupational therapy to prevent deconditioning, address muscle weakness, and begin balance training<\/li>\n                <li>Nutritional management to support recovery and address any dietary needs related to her chronic conditions<\/li>\n                <li>Psychological counselling for the family to help them understand the diagnosis, treatment, and expected recovery trajectory<\/li>\n            <\/ul>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Why Rehabilitation Begins in the Hospital<\/div>\n                <p>Starting rehabilitation during the hospital stay serves multiple purposes. It prevents the rapid physical deconditioning that occurs with prolonged bed rest. It allows the therapy team to establish a baseline of the patient&#8217;s functional abilities. It also helps identify which specific areas need the most attention after discharge, allowing the home care team to begin with a clear, individualised plan rather than starting from scratch.<\/p>\n            <\/div>\n\n            <h3>Discharge Status<\/h3>\n            <p>Although Mrs. Sandhu&#8217;s seizures were controlled and her mental status had improved significantly compared to admission, she was far from fully recovered. At discharge, she continued to experience noticeable memory impairment, generalized muscle weakness, fatigue, poor concentration, and difficulty performing routine daily activities. The neurology team recognised that the recovery from autoimmune encephalitis typically extends well beyond the hospital phase and recommended structured multidisciplinary <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing care<\/a> for continued neurological rehabilitation.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Why Home Healthcare -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 04<\/span>\n            <h2>Why Home Healthcare Was Clinically Necessary<\/h2>\n\n            <p>The decision to recommend home healthcare rather than simply discharging Mrs. Sandhu to outpatient follow-up was based on several specific clinical considerations. This was not a case where routine discharge with periodic hospital visits would have been sufficient.<\/p>\n\n            <div class=\"grid-2\">\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon red\">&#9888;<\/div>\n                        Seizure Risk\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">Although seizures were controlled at discharge, autoimmune encephalitis carries a real risk of seizure recurrence, particularly in the early months of recovery. Patients who have had seizures need close monitoring, medication adherence support, and a family that knows how to respond if a seizure occurs at home. <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\">Early recognition of warning signs<\/a> can be critical in preventing complications.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon purple\">&#9672;<\/div>\n                        Cognitive Impairment\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">Mrs. Sandhu had documented memory impairment, reduced concentration, word-finding difficulty, and cognitive slowing. These deficits affected her ability to manage her own medications, follow complex instructions, and safely perform certain daily activities. Without supervised support, there was a risk of medication errors, missed doses, or inability to recognise worsening symptoms. Structured <a href=\"https:\/\/athomecare.in\/delhinursingservices\/comprehensive-guide-on-memory-care-and-dementia-management-at-home-for-delhi\/\">cognitive care at home<\/a> was essential to support her recovery.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon amber\">&#9874;<\/div>\n                        Fall Risk\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">Muscle weakness (4\/5 in lower limbs), mild balance impairment, and reduced confidence while walking outdoors all placed Mrs. Sandhu at increased risk of falls. A fall during this vulnerable recovery period could result in head injury, fractures, or a setback in neurological recovery. <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\">Fall prevention<\/a> required supervised mobility, balance training, and a safe home environment.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-title\">\n                        <div class=\"card-icon blue\">&#9776;<\/div>\n                        Multiple Chronic Conditions\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:14px;\">Managing hypothyroidism, hypertension, and Vitamin B12 deficiency alongside the neurological recovery required careful <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">medication management<\/a>. These conditions could not be placed on hold during encephalitis recovery. Blood pressure needed regular monitoring, thyroid function needed to be assessed, and B12 supplementation needed to continue. A home nurse could coordinate all of this while the family focused on supporting her emotionally.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Why Not Simply Outpatient Follow-Up?<\/div>\n                <p>In outpatient care, the patient visits the hospital periodically, but the intervals between visits are unmonitored. For a patient with active seizure risk, cognitive impairment affecting medication management, and multiple comorbidities, these unmonitored gaps carry real clinical risk. Home healthcare fills these gaps by providing daily assessment, medication supervision, rehabilitation, and early detection of any deterioration. This is particularly relevant for families in areas like Maholi and the broader Delhi NCR region, where <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-gurgaon-readmission-risk\/\">post-hospital recovery without professional support carries a documented risk of readmission<\/a>.<\/p>\n            <\/div>\n\n            <h3>Functional Assessment at Discharge<\/h3>\n            <p>The following functional assessment clearly illustrates why professional home support was needed:<\/p>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Domain<\/th>\n                            <th>Status<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td colspan=\"2\" style=\"background:#F0FDF4;font-weight:600;color:#166534;\">Activities Performed Independently<\/td>\n                        <\/tr>\n                        <tr><td>Bathing<\/td><td>Independent<\/td><\/tr>\n                        <tr><td>Dressing<\/td><td>Independent<\/td><\/tr>\n                        <tr><td>Eating<\/td><td>Independent<\/td><\/tr>\n                        <tr><td>Toileting<\/td><td>Independent<\/td><\/tr>\n                        <tr><td>Communication<\/td><td>Independent (with occasional word-finding pauses)<\/td><\/tr>\n                        <tr><td>Grooming<\/td><td>Independent<\/td><\/tr>\n                        <tr><td>Light household activities<\/td><td>Independent<\/td><\/tr>\n                        <tr><td>Bed mobility<\/td><td>Independent<\/td><\/tr>\n                        <tr><td>Sit-to-stand transfers<\/td><td>Independent<\/td><\/tr>\n                        <tr>\n                            <td colspan=\"2\" style=\"background:#FEF2F2;font-weight:600;color:#991B1B;\">Activities Requiring Assistance<\/td>\n                        <\/tr>\n                        <tr><td>Medication organization<\/td><td>Required assistance<\/td><\/tr>\n                        <tr><td>Grocery shopping<\/td><td>Required assistance<\/td><\/tr>\n                        <tr><td>Financial management<\/td><td>Required assistance<\/td><\/tr>\n                        <tr><td>Long-distance travel<\/td><td>Required assistance<\/td><\/tr>\n                        <tr><td>Cooking complex meals<\/td><td>Required assistance<\/td><\/tr>\n                        <tr><td>Hospital follow-up coordination<\/td><td>Required assistance<\/td><\/tr>\n                        <tr>\n                            <td colspan=\"2\" style=\"background:#FFF7ED;font-weight:600;color:#9A3412;\">Mobility Limitations<\/td>\n                        <\/tr>\n                        <tr><td>Indoor walking<\/td><td>Independent, approximately 140 meters<\/td><\/tr>\n                        <tr><td>Stair climbing<\/td><td>Slow, required handrail support<\/td><\/tr>\n                        <tr><td>Outdoor walking<\/td><td>Reduced confidence, required supervision<\/td><\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Home Care Plan -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 05<\/span>\n            <h2>Home Care Plan by AtHomeCare<\/h2>\n\n            <p>The home healthcare plan was designed around Mrs. Sandhu&#8217;s specific clinical needs, functional limitations, and recovery goals. Each component of the plan addressed a distinct aspect of her rehabilitation, and all components were coordinated to work together.<\/p>\n\n            <!-- Home Nursing -->\n            <h3>Home Nursing<\/h3>\n            <p>A trained home nurse was assigned to provide daily clinical support. The nurse&#8217;s role extended far beyond basic caregiving. In a patient recovering from autoimmune encephalitis, the nurse serves as the eyes and ears of the treating neurologist, providing continuous clinical observation that would otherwise be unavailable.<\/p>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <div class=\"card-icon blue\">&#10010;<\/div>\n                    Nursing Responsibilities\n                <\/div>\n                <ul class=\"content-list\" style=\"margin-bottom:0;\">\n                    <li><strong>Neurological assessment:<\/strong> Daily evaluation of consciousness level, orientation, pupil response, and any new neurological symptoms such as weakness, numbness, or speech changes<\/li>\n                    <li><strong>Medication administration:<\/strong> Ensuring all medications (anti-epileptics, antihypertensives, thyroid medication, B12 supplements) were administered at the correct time and dose without missed doses or double doses<\/li>\n                    <li><strong>Blood pressure monitoring:<\/strong> Regular BP checks to ensure hypertension remained controlled, as blood pressure fluctuations can affect brain recovery<\/li>\n                    <li><strong>Seizure monitoring:<\/strong> Observing for any seizure activity, documenting characteristics, and ensuring the family knew the emergency response protocol<\/li>\n                    <li><strong>Sleep assessment:<\/strong> Monitoring sleep quality and duration, as sleep disturbances can both result from and worsen neurological recovery<\/li>\n                    <li><strong>Nutritional monitoring:<\/strong> Ensuring adequate dietary intake, particularly protein for muscle recovery and nutrients supporting brain health<\/li>\n                    <li><strong>Family education:<\/strong> Teaching the family about the condition, warning signs, medication importance, and safe caregiving techniques<\/li>\n                    <li><strong>Coordination with neurologist:<\/strong> Providing regular updates to the treating neurologist and facilitating <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visits<\/a> for clinical review<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"clinical-note\">\n                <strong>Why Medication Adherence Was a Priority<\/strong>\n                In autoimmune encephalitis recovery, missing even a single dose of anti-epileptic medication can lower the seizure threshold and potentially trigger a recurrence. Similarly, inconsistent thyroid medication can cause metabolic fluctuations that affect energy levels and cognitive function. A home nurse eliminates the risk of medication errors that commonly occur when cognitively impaired patients manage their own medications. This is a well-documented concern in <a href=\"https:\/\/athomecare.in\/medication-safety-in-elderly-home-care-clinical-risks-interactions-doctor-recommended-practices\/\">medication safety for patients with cognitive challenges<\/a>.\n            <\/div>\n\n            <!-- Patient Attendant -->\n            <h3>Patient Attendant<\/h3>\n            <p>A <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">trained patient attendant<\/a> was assigned to provide supervised support throughout the day. While the nurse focused on clinical tasks, the attendant ensured Mrs. Sandhu&#8217;s daily routine was safe, structured, and supportive of her recovery.<\/p>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <div class=\"card-icon green\">&#9734;<\/div>\n                    Attendant Responsibilities\n                <\/div>\n                <ul class=\"content-list\" style=\"margin-bottom:0;\">\n                    <li>Supervision during outdoor walks to prevent falls and provide reassurance<\/li>\n                    <li>Medication reminders as a secondary safety layer alongside nurse administration<\/li>\n                    <li>Assistance with scheduling and attending medical appointments<\/li>\n                    <li>Emotional reassurance during moments of anxiety or frustration<\/li>\n                    <li>Home safety monitoring, ensuring the environment remained free of trip hazards<\/li>\n                    <li>Support during daily routines while encouraging independence where safely possible<\/li>\n                    <li>Fatigue monitoring, recognising when Mrs. Sandhu needed rest versus when she could continue an activity<\/li>\n                    <li>Encouraging participation in cognitive activities such as reading, puzzles, and conversation<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Physiotherapy -->\n            <h3>Physiotherapy at Home<\/h3>\n            <p>Home-based <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy<\/a> was a central component of the recovery plan. The muscle weakness, balance impairment, and reduced walking endurance documented at discharge all required structured, progressive exercise therapy. Conducting physiotherapy at home rather than in a clinic eliminated the physical stress, travel fatigue, and anxiety associated with hospital visits, allowing Mrs. Sandhu to focus her energy entirely on rehabilitation.<\/p>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <div class=\"card-icon amber\">&#9832;<\/div>\n                    Physiotherapy Treatment Goals\n                <\/div>\n                <ul class=\"content-list\" style=\"margin-bottom:0;\">\n                    <li><strong>Improve balance:<\/strong> Specific balance exercises targeting proprioception and postural stability to reduce fall risk<\/li>\n                    <li><strong>Increase endurance:<\/strong> Gradual progression of walking distance and activity duration to combat fatigue<\/li>\n                    <li><strong>Lower limb strengthening:<\/strong> Targeted exercises to improve muscle power from 4\/5 toward normal (5\/5)<\/li>\n                    <li><strong>Walking endurance training:<\/strong> Structured walking programmes with progressive distance goals<\/li>\n                    <li><strong>Coordination exercises:<\/strong> Activities to improve motor planning and execution, which can be affected by encephalitis<\/li>\n                    <li><strong>Functional mobility improvement:<\/strong> Practising real-world tasks such as stair climbing, turning, and navigating obstacles<\/li>\n                    <li><strong>Fall prevention training:<\/strong> Teaching safe movement strategies and recovery techniques if a loss of balance occurs<\/li>\n                    <li><strong>Home exercise programme:<\/strong> A customised set of exercises for Mrs. Sandhu to practice daily between physiotherapy sessions<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Why Home Physiotherapy Was Preferable to Clinic Visits<\/div>\n                <p>For a patient with balance impairment, reduced walking endurance (only 140 meters at discharge), and fatigue, travelling to a physiotherapy clinic multiple times per week would have consumed significant energy and increased fall risk during transit. Home-based physiotherapy allows the therapist to assess the patient in their actual living environment, identify specific home hazards, and tailor exercises to the patient&#8217;s real-world functional needs. Research supports that <a href=\"https:\/\/athomecare.in\/the-future-of-recovery-exploring-at-home-physiotherapy-services\/\">at-home physiotherapy can deliver equivalent or superior outcomes<\/a> for neurological rehabilitation compared to clinic-based programmes.<\/p>\n            <\/div>\n\n            <!-- Doctor Home Visit -->\n            <h3>Doctor Home Visit<\/h3>\n            <p>Fortnightly neurological reviews were conducted through <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visits<\/a>. These visits served several critical functions:<\/p>\n            <ul class=\"content-list\">\n                <li>Assessing the trajectory of cognitive recovery through clinical examination<\/li>\n                <li>Monitoring seizure control and adjusting anti-epileptic medication if needed<\/li>\n                <li>Reviewing and adjusting all medications, including those for hypertension and hypothyroidism<\/li>\n                <li>Evaluating rehabilitation progress in collaboration with the nursing and physiotherapy teams<\/li>\n                <li>Detecting any early signs of neurological relapse, which can occur in autoimmune encephalitis<\/li>\n                <li>Addressing new symptoms or concerns raised by the family or care team<\/li>\n            <\/ul>\n\n            <!-- Equipment -->\n            <h3>Medical Equipment at Home<\/h3>\n            <p>Several pieces of <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">medical equipment<\/a> were arranged at the home to support safe and effective care:<\/p>\n\n            <div class=\"equip-list\">\n                <div class=\"equip-item\"><span>&#9829;<\/span> Blood Pressure Monitor<\/div>\n                <div class=\"equip-item\"><span>&#9679;<\/span> Pulse Oximeter<\/div>\n                <div class=\"equip-item\"><span>&#9638;<\/span> Pill Organizer<\/div>\n                <div class=\"equip-item\"><span>&#9734;<\/span> Walking Stick (occasional outdoor use)<\/div>\n                <div class=\"equip-item\"><span>&#9998;<\/span> Cognitive Therapy Flash Cards<\/div>\n                <div class=\"equip-item\"><span>&#9201;<\/span> Digital Reminder Clock<\/div>\n            <\/div>\n\n            <p>The digital reminder clock was particularly useful for a patient with memory impairment, providing audible and visual prompts for medication times, therapy sessions, and daily routines. The walking stick was available for outdoor use on days when fatigue or confidence was lower, though it was not needed for all outings. A walker was also kept available in case fatigue increased significantly during the recovery period.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Daily Care Plan -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 06<\/span>\n            <h2>Daily Care Plan<\/h2>\n\n            <p>A structured daily routine was established to provide predictability, which is especially important for patients recovering from encephalitis. A consistent routine reduces cognitive load, reduces anxiety, and helps the brain establish patterns that support memory and functional recovery.<\/p>\n\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">\n                    <div class=\"daily-time-icon morning\">&#9728;<\/div>\n                    <div>\n                        <h4>Morning Routine<\/h4>\n                        <span>6:30 AM &#8211; 12:00 PM<\/span>\n                    <\/div>\n                <\/div>\n                <ul>\n                    <li>Vital signs assessment (blood pressure, heart rate, oxygen saturation, temperature) recorded by the home nurse<\/li>\n                    <li>Morning medications administered on schedule by the nurse<\/li>\n                    <li>Memory exercises using cognitive flash cards, including recall tasks and pattern recognition<\/li>\n                    <li>Protein-rich breakfast to support muscle recovery and brain function<\/li>\n                    <li>Physiotherapy session focusing on lower limb strengthening and balance training<\/li>\n                    <li>Supervised walking practice, gradually increasing distance within safe limits<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">\n                    <div class=\"daily-time-icon afternoon\">&#9728;&#9728;<\/div>\n                    <div>\n                        <h4>Afternoon Routine<\/h4>\n                        <span>12:00 PM &#8211; 5:00 PM<\/span>\n                    <\/div>\n                <\/div>\n                <ul>\n                    <li>Balanced lunch with adequate protein, vegetables, and hydration<\/li>\n                    <li>Rest period to manage fatigue, which was a significant symptom in early recovery<\/li>\n                    <li>Cognitive training activities including reading practice, puzzles, and conversation exercises<\/li>\n                    <li>Hydration monitoring to ensure adequate fluid intake throughout the day<\/li>\n                    <li>Light household activities encouraged to maintain engagement and functional practice<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">\n                    <div class=\"daily-time-icon evening\">&#9790;<\/div>\n                    <div>\n                        <h4>Evening Routine<\/h4>\n                        <span>5:00 PM &#8211; 9:00 PM<\/span>\n                    <\/div>\n                <\/div>\n                <ul>\n                    <li>Balance exercises and coordination activities under physiotherapy guidance<\/li>\n                    <li>Family conversation sessions to support language practice and emotional connection<\/li>\n                    <li>Reading practice to support cognitive recovery and word-finding ability<\/li>\n                    <li>Medication review by the nurse to confirm all doses were administered correctly<\/li>\n                    <li>Relaxation exercises to reduce anxiety and prepare for restful sleep<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">\n                    <div class=\"daily-time-icon night\">&#9789;<\/div>\n                    <div>\n                        <h4>Night Routine<\/h4>\n                        <span>9:00 PM &#8211; 6:30 AM<\/span>\n                    <\/div>\n                <\/div>\n                <ul>\n                    <li>Light dinner, avoiding heavy meals that could disrupt sleep<\/li>\n                    <li>Sleep hygiene routine: dim lighting, reduced stimulation, consistent bedtime<\/li>\n                    <li>Night medications administered by the nurse<\/li>\n                    <li>Quiet environment maintained to support sleep quality<\/li>\n                    <li>Adequate sleep duration prioritised, as sleep is essential for neurological recovery<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"doctor-card\">\n                <div class=\"doctor-card-label\">Why a Structured Routine Matters in Encephalitis Recovery<\/div>\n                <p>The brain relies heavily on routine and predictability, particularly when it is recovering from injury. For a patient with memory impairment, a consistent daily structure reduces the cognitive effort required to plan and organise the day. It also makes it easier for caregivers and the clinical team to notice when something is different, such as increased confusion, reluctance to participate, or new physical symptoms. Deviations from the established routine can themselves serve as early warning signs of neurological change.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Risks Monitored -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 07<\/span>\n            <h2>Risks Being Monitored<\/h2>\n\n            <p>Throughout the 12-week home care period, the clinical team maintained vigilance for a range of potential complications. Autoimmune encephalitis recovery is not linear, and <a href=\"https:\/\/athomecare.in\/why-stable-patients-suddenly-crash-at-home\/\">even patients who appear stable can deteriorate<\/a> without warning.<\/p>\n\n            <div class=\"risk-grid\">\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Seizure recurrence<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Cognitive decline<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Falls<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Medication side effects<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Sleep disturbances<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Depression<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Anxiety<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Fatigue<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Memory deterioration<\/div>\n                <div class=\"risk-tag\"><span class=\"dot\"><\/span>Hospital readmission<\/div>\n            <\/div>\n\n            <div class=\"alert alert-red\">\n                <strong>Warning Signs Requiring Immediate Medical Attention<\/strong>\n                The family was educated to seek urgent medical evaluation if any of the following occurred: new seizures, sudden confusion or disorientation, severe headache, new or worsening weakness, speech difficulty, changes in consciousness level, or unusual behavioural changes. These could indicate a relapse of the autoimmune process or a new neurological complication.\n            <\/div>\n\n            <div class=\"scenario-card\">\n                <strong>Understanding Relapse Risk in Autoimmune Encephalitis<\/strong>\n                Autoimmune encephalitis can relapse even after successful initial treatment. Relapse may present with the same symptoms as the initial episode or with different symptoms entirely. This is why regular neurological follow-up and continuous home monitoring are so important during the recovery period. Families should be aware that a period of improvement does not guarantee that relapse will not occur, and any new neurological symptom should be reported to the treating neurologist promptly.\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Recovery Timeline -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 08<\/span>\n            <h2>Recovery Timeline<\/h2>\n\n            <p>The following timeline documents the clinical progress observed during 12 weeks of structured home healthcare. Recovery from autoimmune encephalitis is gradual, and progress is measured in small but meaningful increments.<\/p>\n\n            <div class=\"timeline\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-date\">Day 1<\/div>\n                    <h4>Transition from Hospital to Home<\/h4>\n                    <p>The home care team conducted a comprehensive initial assessment. The nurse reviewed the discharge summary, verified all medications, and established baseline vital signs. The physiotherapist assessed mobility, balance, and muscle power. The home environment was evaluated for safety hazards. The digital reminder clock was set up, and the pill organizer was filled. Mrs. Sandhu was anxious about being at home after her hospital experience and needed significant emotional reassurance.<\/p>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot amber\"><\/div>\n                    <div class=\"timeline-date\">Day 3<\/div>\n                    <h4>Establishing the Routine<\/h4>\n                    <p>The daily care plan was fully implemented. Mrs. Sandhu was still fatiguing easily and could walk only short distances indoors. The first physiotherapy session focused on gentle range-of-motion exercises and seated balance tasks. Memory exercises were introduced at a basic level. The nurse identified that Mrs. Sandhu was occasionally forgetting whether she had taken her medications, reinforcing the need for supervised administration. Her husband reported that she slept poorly on the first two nights at home.<\/p>\n                    <ul>\n                        <li><strong>Nursing intervention:<\/strong> Sleep hygiene measures implemented, night medications reviewed for sedative effects<\/li>\n                        <li><strong>Family observation:<\/strong> Husband felt more confident having a trained nurse present at night<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-date\">Week 1<\/div>\n                    <h4>Early Adaptation Phase<\/h4>\n                    <p>By the end of the first week, Mrs. Sandhu had settled into the daily routine. She was participating in morning memory exercises with increasing engagement. Physiotherapy progressed to include standing balance exercises and assisted walking within the home. Her walking distance remained similar to discharge (around 140 meters) but she reported feeling slightly less fatigued after walks. Blood pressure remained stable. No seizures occurred. Word-finding pauses were still noticeable during conversation but were slightly less frequent than at discharge.<\/p>\n                    <ul>\n                        <li><strong>Doctor review:<\/strong> First fortnightly visit confirmed stable neurological status, medications continued as prescribed<\/li>\n                        <li><strong>Patient response:<\/strong> Mrs. Sandhu expressed that the routine was helping her feel more in control<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-date\">Week 2<\/div>\n                    <h4>Building Momentum<\/h4>\n                    <p>The second week showed early signs of measurable progress. Physiotherapy sessions became more intensive, with increased focus on lower limb strengthening exercises. Mrs. Sandhu could now walk approximately 180 meters indoors without stopping, a meaningful increase from the baseline 140 meters. She began attempting stairs with handrail support more confidently. Cognitive exercises were made slightly more challenging, adding multi-step tasks. The family reported that her conversation flow had improved, with fewer noticeable word-finding pauses.<\/p>\n                    <ul>\n                        <li><strong>Nursing intervention:<\/strong> Nutrition was adjusted to include more protein to support muscle recovery<\/li>\n                        <li><strong>Family observation:<\/strong> Daughter (physiotherapist) reviewed the home exercise programme and agreed with the approach<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot green\"><\/div>\n                    <div class=\"timeline-date\">Week 4<\/div>\n                    <h4>Noticeable Clinical Improvement<\/h4>\n                    <p>By the end of the first month, the improvement was clearly evident across multiple domains. Walking distance had increased to approximately 250 meters. Balance had improved, and Mrs. Sandhu was more confident during indoor mobility. She began supervised outdoor walks with the attendant, using a walking stick initially for confidence. Memory exercises showed measurable improvement in recall tasks. Fatigue remained a factor but was less pronounced than in the early weeks. Sleep quality had improved with the hygiene measures in place.<\/p>\n                    <ul>\n                        <li><strong>Doctor review:<\/strong> Neurological examination showed improved muscle power (upper limbs maintained at 4+\/5, lower limbs improved to 4+\/5). No signs of relapse. Anti-epileptic medication continued at current dose<\/li>\n                        <li><strong>Patient response:<\/strong> Mrs. Sandhu expressed a desire to resume some social activities, which was noted as a positive sign of improving confidence and mood<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot green\"><\/div>\n                    <div class=\"timeline-date\">Month 2 (Week 8)<\/div>\n                    <h4>Consolidation Phase<\/h4>\n                    <p>The eighth week marked a transition from early recovery to consolidation. Walking distance reached approximately 320 meters. Mrs. Sandhu was walking outdoors with reduced reliance on the walking stick, using it only on uneven surfaces or when fatigued. She became independent in medication management with the support of the digital reminder clock and pill organizer, meaning the nurse could shift from direct administration to supervision and verification. Cognitive function continued to improve, with better performance on complex tasks. She successfully resumed light social activities, including a brief visit from a close friend.<\/p>\n                    <ul>\n                        <li><strong>Nursing intervention:<\/strong> Transitioned from administering medications to supervising self-administration with verification, promoting independence<\/li>\n                        <li><strong>Family observation:<\/strong> Husband reported that Mrs. Sandhu was &#8220;more like herself&#8221; and that the emotional irritability noted earlier had significantly reduced<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot green\"><\/div>\n                    <div class=\"timeline-date\">Month 3 (Week 12)<\/div>\n                    <h4>End of Structured Home Care Period<\/h4>\n                    <p>At the twelve-week mark, the structured home healthcare programme concluded with significant measurable improvements across all targeted domains. Walking distance had improved from 140 meters to approximately 380 meters. Balance was markedly better, and Mrs. Sandhu walked outdoors with confidence. Memory and concentration showed noticeable improvement, though some mild short-term memory gaps persisted. No seizures had occurred during the entire 12-week period. Fatigue had reduced substantially. Mrs. Sandhu was independent in medication management with reminder support. She had successfully resumed light social activities. The family reported improved confidence and emotional stability throughout the household.<\/p>\n                    <ul>\n                        <li><strong>Doctor review:<\/strong> Final assessment confirmed continued neurological recovery. No evidence of relapse. Recommendations for ongoing outpatient follow-up, continued physiotherapy on a reduced schedule, and continuation of all medications<\/li>\n                        <li><strong>Family observation:<\/strong> Both husband and daughter expressed satisfaction with the home care programme and felt that the structured support had made a meaningful difference in Mrs. Sandhu&#8217;s recovery trajectory<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Clinical Evidence Tables -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 09<\/span>\n            <h2>Clinical Outcome Evidence<\/h2>\n\n            <p>The following tables summarise the measurable clinical outcomes documented over the 12-week home care period.<\/p>\n\n            <h3>Mobility Progression<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Parameter<\/th>\n                            <th>At Discharge<\/th>\n                            <th>Week 4<\/th>\n                            <th>Week 8<\/th>\n                            <th>Week 12<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Walking Distance<\/td>\n                            <td>140 meters<\/td>\n                            <td>~250 meters<\/td>\n                            <td>~320 meters<\/td>\n                            <td>~380 meters<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Indoor Mobility<\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Outdoor Mobility<\/td>\n                            <td>Reduced confidence<\/td>\n                            <td>Supervised with stick<\/td>\n                            <td>Reduced stick reliance<\/td>\n                            <td>Confident, occasional stick<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Stair Climbing<\/td>\n                            <td>Slow, handrail needed<\/td>\n                            <td>Improving<\/td>\n                            <td>More confident<\/td>\n                            <td>Independent with handrail<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Balance<\/td>\n                            <td>Mild impairment<\/td>\n                            <td>Improving<\/td>\n                            <td>Significantly improved<\/td>\n                            <td>Markedly improved<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3>Cognitive and Functional Progression<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Parameter<\/th>\n                            <th>At Discharge<\/th>\n                            <th>Week 12<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Short-Term Memory<\/td>\n                            <td>Mild impairment<\/td>\n                            <td>Noticeable improvement (mild gaps persist)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Concentration<\/td>\n                            <td>Reduced<\/td>\n                            <td>Noticeably improved<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Word-Finding<\/td>\n                            <td>Occasional pauses<\/td>\n                            <td>Improved, less frequent pauses<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Cognitive Slowing<\/td>\n                            <td>Mild slowing on complex tasks<\/td>\n                            <td>Improved<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Medication Management<\/td>\n                            <td>Required assistance<\/td>\n                            <td>Independent with reminder support<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Social Activities<\/td>\n                            <td>Not participating<\/td>\n                            <td>Resumed light social activities<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Emotional State<\/td>\n                            <td>Anxious, irritable<\/td>\n                            <td>Improved confidence and stability<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Fatigue<\/td>\n                            <td>Easily fatigued<\/td>\n                            <td>Substantially reduced<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3>Safety and Medical Stability<\/h3>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Parameter<\/th>\n                            <th>Status Over 12 Weeks<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Seizure Recurrence<\/td>\n                            <td>None<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Falls<\/td>\n                            <td>None<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Hospital Readmissions<\/td>\n                            <td>None<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Blood Pressure Control<\/td>\n                            <td>Maintained within target range<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Medication Adherence<\/td>\n                            <td>100% with nursing supervision<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Sleep Quality<\/td>\n                            <td>Improved with hygiene measures<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Goals -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 10<\/span>\n            <h2>Care Goals and Achievement<\/h2>\n\n            <div class=\"grid-2\">\n                <div class=\"goal-card\">\n                    <h4>&#9679; Short-Term Goals (Achieved)<\/h4>\n                    <ul>\n                        <li>Improve memory and concentration through daily cognitive exercises<\/li>\n                        <li>Increase walking endurance from 140 meters baseline<\/li>\n                        <li>Prevent seizures through medication adherence and monitoring<\/li>\n                        <li>Improve balance through targeted physiotherapy<\/li>\n                        <li>Reduce fatigue through structured activity-rest balance<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"goal-card\">\n                    <h4>&#9675; Long-Term Goals (In Progress)<\/h4>\n                    <ul>\n                        <li>Resume independent community activities<\/li>\n                        <li>Continue improving cognitive function toward pre-illness levels<\/li>\n                        <li>Maintain seizure-free status with ongoing medication<\/li>\n                        <li>Return to normal daily routines including complex tasks<\/li>\n                        <li>Reduce caregiver dependence progressively<\/li>\n                        <li>Prevent neurological relapse through regular follow-up<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Family Education -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 11<\/span>\n            <h2>Family Education and Caregiver Support<\/h2>\n\n            <p>Educating the family was not a one-time event but an ongoing process throughout the 12-week care period. The <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\">family&#8217;s understanding of the condition<\/a> directly affected their ability to support Mrs. Sandhu&#8217;s recovery and respond appropriately to any changes.<\/p>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <div class=\"card-icon blue\">&#9733;<\/div>\n                    Key Education Topics Covered\n                <\/div>\n                <ul class=\"content-list\" style=\"margin-bottom:0;\">\n                    <li><strong>Medication adherence:<\/strong> The critical importance of administering all medications exactly as prescribed, without interruption, dose changes, or skipping. The family was taught that even a single missed dose of anti-epileptic medication could lower the seizure threshold.<\/li>\n                    <li><strong>Seizure observation:<\/strong> How to observe and document seizure activity, including duration, type of movement, level of consciousness, and post-seizure behaviour. This information is valuable for the neurologist in adjusting treatment.<\/li>\n                    <li><strong>Behavioural change recognition:<\/strong> Sudden behavioural changes can indicate neurological relapse. The family was taught to note and report any new confusion, agitation, personality changes, or unusual behaviour.<\/li>\n                    <li><strong>Cognitive stimulation:<\/strong> Encouraging regular cognitive exercises such as reading, puzzles, memory games, and conversation. The family learned that cognitive rehabilitation is not just a therapy session but a continuous process embedded in daily life.<\/li>\n                    <li><strong>Structured routine:<\/strong> Maintaining a consistent daily routine to reduce cognitive load and support recovery. The family understood that predictability helps the recovering brain function more efficiently.<\/li>\n                    <li><strong>Nutrition and hydration:<\/strong> Promoting a balanced diet with adequate protein for muscle recovery and sufficient hydration. The family was guided on meal planning that supported both neurological recovery and management of her chronic conditions.<\/li>\n                    <li><strong>Sleep hygiene:<\/strong> Ensuring a quiet, dark, and comfortable sleep environment with a consistent bedtime. The family learned that poor sleep directly impairs cognitive recovery.<\/li>\n                    <li><strong>Fall prevention:<\/strong> Keeping the home environment free of clutter, ensuring adequate lighting, fixing loose rugs, and providing handrail support on stairs. <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\">Home safety modifications<\/a> were reviewed and implemented.<\/li>\n                    <li><strong>Warning signs:<\/strong> A clear list of symptoms requiring immediate medical attention: new seizures, sudden confusion, severe headache, new weakness, speech difficulty, changes in consciousness, or unusual behavioural changes.<\/li>\n                    <li><strong>Follow-up compliance:<\/strong> The importance of attending all scheduled follow-up appointments with the neurologist and rehabilitation team, even when the patient appears to be doing well.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"clinical-note\">\n                <strong>The Role of the Daughter as a Physiotherapist<\/strong>\n                Having a daughter who is a practising physiotherapist provided an additional layer of clinical understanding within the family. She was able to reinforce the home exercise programme, provide informed feedback to the home physiotherapy team, and serve as a bridge between the professional care team and the family. However, even with this advantage, the family recognised that professional home nursing, attendant support, and regular doctor visits were necessary because clinical care requires continuous presence, objective assessment, and coordination that family members, even those with healthcare backgrounds, cannot sustain alone while also managing their own lives and responsibilities.\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Recovery Outcome -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 12<\/span>\n            <h2>Recovery Outcome Summary<\/h2>\n\n            <div class=\"outcome-grid\">\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>Walking endurance improved<\/strong> from 140 meters to approximately 380 meters over 12 weeks, representing a 171% increase in walking distance.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>Balance improved significantly,<\/strong> with Mrs. Sandhu walking outdoors confidently and requiring the walking stick only occasionally on uneven surfaces.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>Memory and concentration showed noticeable improvement,<\/strong> though mild short-term memory gaps persisted, which is expected in encephalitis recovery.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>No recurrent seizures occurred<\/strong> during the entire 12-week period, attributable to consistent medication adherence and monitoring.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>Fatigue reduced substantially,<\/strong> allowing Mrs. Sandhu to participate in a fuller daily routine with less need for rest periods.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>Medication independence achieved<\/strong> with reminder support, transitioning from requiring full assistance to self-managing with digital prompts.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>Social activities resumed,<\/strong> including visits from friends and light community engagement, indicating improved confidence and emotional stability.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>No hospital readmissions occurred,<\/strong> demonstrating that the home care plan effectively managed the recovery without acute complications.<\/div>\n                <\/div>\n                <div class=\"outcome-item\">\n                    <div class=\"outcome-check\">&#10003;<\/div>\n                    <div class=\"outcome-text\"><strong>No falls occurred<\/strong> during the 12-week period, reflecting the effectiveness of fall prevention strategies and supervised mobility.<\/div>\n                <\/div>\n            <\/div>\n\n            <h3>Remaining Challenges at 12 Weeks<\/h3>\n            <p>It is important to note that recovery was not complete at 12 weeks. The following challenges persisted and required ongoing attention:<\/p>\n            <ul class=\"content-list\">\n                <li>Mild short-term memory gaps continued, though they were less pronounced than at discharge<\/li>\n                <li>Full independence in complex tasks such as financial management and cooking complex meals had not yet been achieved<\/li>\n                <li>Continued medication for seizure prevention was necessary, and the duration of anti-epileptic treatment would be determined by the neurologist based on ongoing assessment<\/li>\n                <li>Long-term cognitive recovery would continue over months beyond the structured home care period<\/li>\n                <li>The risk of neurological relapse, while reduced, was not eliminated and required ongoing vigilance<\/li>\n            <\/ul>\n\n            <h3>Long-Term Care Recommendations<\/h3>\n            <p>At the conclusion of the 12-week programme, the following recommendations were made for continued recovery:<\/p>\n            <ul class=\"content-list\">\n                <li>Regular outpatient follow-up with the treating neurologist on a schedule determined by the clinical team<\/li>\n                <li>Continuation of all prescribed medications without modification unless directed by the neurologist<\/li>\n                <li>Continued physiotherapy on a reduced schedule to maintain and further improve mobility gains<\/li>\n                <li>Continued cognitive exercises as part of the daily routine, with family support<\/li>\n                <li>Ongoing <a href=\"https:\/\/athomecare.in\/patient-care-services-gurgaon\/\">patient care support<\/a> if needed, with the option to adjust the level of support as recovery progresses<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- Key Clinical Learnings -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 13<\/span>\n            <h2>Key Clinical Learnings<\/h2>\n\n            <div class=\"card\">\n                <div class=\"card-title\">\n                    <div class=\"card-icon purple\">&#9998;<\/div>\n                    Clinical Insights from This Case\n                <\/div>\n                <ol class=\"content-list\" style=\"margin-bottom:0;counter-reset:learnings;\">\n                    <li style=\"margin-bottom:14px;\"><strong>Early diagnosis and prompt immunotherapy are critical in Autoimmune Encephalitis.<\/strong> The speed of diagnosis and initiation of treatment directly affects outcomes. Delays in recognition, particularly when initial symptoms are psychiatric, can result in greater brain injury and slower recovery. Families and primary care doctors should maintain a high index of suspicion for organic brain causes when behavioural changes are sudden and progressive.<\/li>\n                    <li style=\"margin-bottom:14px;\"><strong>Recovery continues for months after hospital discharge.<\/strong> The hospital phase addresses the acute immune attack, but the brain requires extended time to heal and reorganise. Families should be counselled that the recovery trajectory is typically measured in months, not days, and that improvement after discharge is expected but gradual.<\/li>\n                    <li style=\"margin-bottom:14px;\"><strong>Home nursing provides monitoring that outpatient care cannot.<\/strong> Daily neurological assessment, medication supervision, and vital sign monitoring fill the gaps between hospital visits. For patients with seizure risk and cognitive impairment, these gaps are where complications are most likely to occur undetected.<\/li>\n                    <li style=\"margin-bottom:14px;\"><strong>Cognitive rehabilitation must be embedded in daily life.<\/strong> Formal therapy sessions are important, but the majority of cognitive recovery happens through repeated practice in everyday activities. Reading, conversation, puzzles, and memory games, when done consistently, contribute meaningfully to recovery.<\/li>\n                    <li style=\"margin-bottom:14px;\"><strong>Physiotherapy restores functional mobility, not just strength.<\/strong> In encephalitis recovery, the goal is not merely to increase muscle power but to restore the ability to walk safely, navigate the home and community, climb stairs, and perform daily activities without fall risk. Home-based physiotherapy allows the therapist to address these functional goals in the actual environment where they matter.<\/li>\n                    <li style=\"margin-bottom:14px;\"><strong>Family support is a determinant of recovery quality.<\/strong> The emotional environment at home affects cognitive and psychological recovery. A supportive, patient, and informed family contributes to better outcomes. However, families also need professional support and education to provide effective care without burning out. <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\">Caregiver stress recognition<\/a> is important even in short-to-medium-term care situations.<\/li>\n                    <li style=\"margin-bottom:14px;\"><strong>Regular neurological follow-up is non-negotiable.<\/strong> Autoimmune encephalitis can relapse, and relapse may present differently from the initial episode. Skipping follow-up appointments because the patient &#8220;looks fine&#8221; is a documented cause of delayed relapse detection. Families in Maholi, Delhi NCR, and surrounding areas should have practical access to <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visit services<\/a> if hospital travel is difficult.<\/li>\n                    <li style=\"margin-bottom:0;\"><strong>Structured home rehabilitation improves long-term functional independence.<\/strong> Compared to unstructured recovery at home with only outpatient follow-up, a coordinated home care plan that integrates nursing, physiotherapy, cognitive rehabilitation, and medical oversight produces more measurable and sustained functional improvement. This case demonstrated that improvement across mobility, cognition, medication independence, and social participation can all be achieved within a 12-week structured programme.<\/li>\n                <\/ol>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQs -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 14<\/span>\n            <h2>Frequently Asked Questions<\/h2>\n\n            <div class=\"faq-item active\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What is Autoimmune Encephalitis?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Autoimmune Encephalitis is a condition in which the body&#8217;s immune system mistakenly attacks healthy brain tissue. This attack causes inflammation in the brain that can affect memory, behaviour, movement, and seizure control. It is not an infection. It is an autoimmune response, meaning the body&#8217;s own defence system is causing the damage. Several types of autoimmune encephalitis exist, classified by the specific antibodies involved. The condition can occur at any age and requires prompt medical treatment with immunotherapy to suppress the abnormal immune response.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Can recovery continue at home after hospital treatment?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Yes. Recovery from autoimmune encephalitis typically continues for several months after the acute hospital phase. Many patients continue improving through <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing<\/a>, physiotherapy, cognitive rehabilitation, and regular neurological follow-up. The hospital phase controls the acute immune attack, but the brain needs time and targeted rehabilitation to recover function. Home-based care allows this recovery to happen in a familiar, comfortable environment while maintaining clinical oversight.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Why are memory exercises recommended during recovery?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Memory exercises help stimulate and strengthen the neural pathways involved in attention, concentration, and memory recall. In autoimmune encephalitis, the brain inflammation damages or disrupts these pathways. Like physical rehabilitation strengthens weakened muscles, cognitive rehabilitation helps the brain reorganise and recover its ability to process and retain information. Exercises such as recall tasks, puzzles, reading practice, and memory games are commonly used. Consistency is important, as cognitive recovery benefits from regular, repeated practice rather than occasional intensive sessions.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Can seizures occur again after leaving the hospital?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Some patients remain at risk for seizure recurrence after hospital discharge. The inflamed brain tissue may remain electrically unstable for some time, even after the immune attack has been controlled. This is why anti-epileptic medication is continued after discharge and why medication adherence is so critical. Missing doses can lower the seizure threshold. Regular follow-up with the neurologist allows the medical team to assess when, if ever, it is safe to gradually reduce anti-epileptic medication. Families should never stop or adjust seizure medications without the neurologist&#8217;s explicit instruction.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What warning signs require immediate medical attention?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    The following symptoms require urgent medical evaluation: new seizures or any seizure activity, sudden confusion or disorientation that is new or worsening, severe headache that is unusual or different from normal headaches, new or worsening weakness in any part of the body, difficulty speaking or understanding speech, changes in level of consciousness (becoming drowsy, unresponsive, or difficult to arouse), and unusual behavioural changes such as new agitation, hallucinations, or personality shifts. These could indicate a relapse of the autoimmune process or a new neurological complication. Families should not wait for the next scheduled appointment to report these symptoms. <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\">Emergency response protocols<\/a> should be understood by all family members.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    How long does recovery from Autoimmune Encephalitis usually take?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Recovery varies significantly between individuals and depends on factors including the specific type of autoimmune encephalitis, how quickly treatment was started, the severity of the initial episode, the patient&#8217;s age and overall health, and the presence of other medical conditions. Some patients show significant improvement within the first few months, while others continue recovering over a year or longer. Cognitive recovery, in particular, can be gradual. It is important not to compare one patient&#8217;s recovery timeline with another. The treating neurologist is best positioned to give guidance on expected recovery trajectory for each individual patient.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Why are home healthcare services beneficial for this condition?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Home healthcare provides several specific benefits for patients recovering from autoimmune encephalitis. It offers continuous monitoring for seizure activity and neurological changes, which outpatient care cannot provide between visits. It ensures medication adherence, which is critical when the patient has cognitive impairment affecting their ability to manage medications independently. It delivers rehabilitation (physiotherapy and cognitive therapy) in the patient&#8217;s actual living environment. It educates and supports the family in providing safe and effective care. It enables early detection of relapse or complications. And it allows all of this to happen in a familiar, comfortable environment that reduces the stress and fatigue associated with repeated hospital visits. For families in Maholi, Gurgaon, and Delhi NCR, <a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\">comprehensive home care services<\/a> can provide this level of support.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Can Autoimmune Encephalitis relapse after recovery?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Yes. Autoimmune encephalitis can relapse, even after a period of significant recovery. Relapse may present with the same symptoms as the initial episode, or it may present with different symptoms. This is one of the key reasons why regular neurological follow-up is essential even after the patient appears to have recovered well. Families should remain aware of the warning signs and should not assume that improvement means the condition has been permanently resolved. The treating neurologist will determine the appropriate follow-up schedule and may recommend specific monitoring based on the type of encephalitis and the individual patient&#8217;s risk profile.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What role does family support play in recovery?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Family support plays a vital role in both emotional and cognitive recovery. A calm, patient, and supportive home environment reduces anxiety, which itself can impair cognitive function. Family members who understand the condition can encourage participation in rehabilitation activities, maintain the structured routine, and recognise early warning signs of relapse or complications. However, family members also need to take care of their own physical and emotional health. Caregiver burnout is real, and families should not hesitate to seek professional support when needed. <a href=\"https:\/\/athomecare.in\/essential-tips-for-managing-caregiver-stress-prioritizing-your-well-being\/\">Managing caregiver stress<\/a> is an important part of the overall care plan.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Is this case study about a real patient?\n                    <span class=\"faq-arrow\">&#9660;<\/span>\n                <\/button>\n                <div class=\"faq-answer\">\n                    No. This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals, living or deceased, is purely coincidental. The clinical information presented is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment. If you or a family member are dealing with autoimmune encephalitis or any other medical condition, please consult a qualified healthcare professional for guidance specific to your situation.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Medical Authority -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 15<\/span>\n            <h2>Medical Author<\/h2>\n\n            <div class=\"author-section\">\n                <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya, MBBS - Geriatric Medicine Specialist\" class=\"author-img\">\n                <div class=\"author-details\">\n                    <h4>Dr. Ekta Fageriya, MBBS<\/h4>\n                    <div class=\"author-meta\">RMC Registration No. 44780<\/div>\n                    <div class=\"author-meta\">Specialization: Geriatric Medicine<\/div>\n                    <div class=\"author-meta\">Clinical Experience: 7 Years<\/div>\n                    <p style=\"margin-top:10px;font-size:14px;color:var(--text-secondary);\">Dr. Ekta Fageriya is a geriatric medicine specialist with seven years of clinical experience in elderly care, post-hospitalization recovery, and home healthcare management. Her expertise includes managing complex patients with multiple comorbidities and coordinating multidisciplinary home care programmes.<\/p>\n                <\/div>\n            <\/div>            \n        <\/div>\n    <\/section>\n\n    <!-- Supporting Documents Reference -->\n    <section class=\"section section-alt\">\n        <div class=\"container\">\n            <span class=\"section-label\">Section 16<\/span>\n            <h2>Supporting Clinical Documentation<\/h2>\n\n            <p>The clinical information in this case study is based on the following categories of medical documentation, which form the primary evidence base for the care decisions described:<\/p>\n\n            <div class=\"grid-3\">\n                <div class=\"card\" style=\"margin-bottom:0;\">\n                    <div class=\"card-title\" style=\"font-size:14px;\">\n                        <div class=\"card-icon blue\">&#9776;<\/div>\n                        Discharge Summary\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:13px;\">Hospital discharge documentation including diagnosis, treatment summary, medication list, and discharge recommendations.<\/p>\n                <\/div>\n                <div class=\"card\" style=\"margin-bottom:0;\">\n                    <div class=\"card-title\" style=\"font-size:14px;\">\n                        <div class=\"card-icon green\">&#9830;<\/div>\n                        Neurological Assessment\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:13px;\">Detailed neurological examination findings at discharge documenting cognitive status, motor function, and cranial nerve assessment.<\/p>\n                <\/div>\n                <div class=\"card\" style=\"margin-bottom:0;\">\n                    <div class=\"card-title\" style=\"font-size:14px;\">\n                        <div class=\"card-icon amber\">&#9673;<\/div>\n                        Investigation Reports\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:13px;\">MRI brain, EEG, CSF analysis, autoimmune antibody panel, and infectious disease screening results.<\/p>\n                <\/div>\n                <div class=\"card\" style=\"margin-bottom:0;\">\n                    <div class=\"card-title\" style=\"font-size:14px;\">\n                        <div class=\"card-icon purple\">&#9998;<\/div>\n                        Prescriptions\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:13px;\">Medication prescriptions including anti-epileptics, corticosteroids, antihypertensives, thyroid medication, and supplements.<\/p>\n                <\/div>\n                <div class=\"card\" style=\"margin-bottom:0;\">\n                    <div class=\"card-title\" style=\"font-size:14px;\">\n                        <div class=\"card-icon red\">&#9744;<\/div>\n                        Progress Notes\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:13px;\">Clinical progress notes from the 24-day hospital stay and subsequent 12-week home care period.<\/p>\n                <\/div>\n                <div class=\"card\" style=\"margin-bottom:0;\">\n                    <div class=\"card-title\" style=\"font-size:14px;\">\n                        <div class=\"card-icon blue\">&#9635;<\/div>\n                        Functional Assessment\n                    <\/div>\n                    <p style=\"margin-bottom:0;font-size:13px;\">Documented assessment of activities of daily living, mobility status, and functional independence at discharge.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"alert alert-amber\" style=\"margin-top:20px;\">\n                <strong>Confidentiality Note<\/strong>\n                No confidential patient information is exposed in this document. All clinical data has been presented in a format consistent with medical education standards, focusing on clinical patterns and care decisions rather than identifying details.\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section -->\n    <section class=\"contact-section\">\n        <div class=\"container\">\n            <h2>Contact AtHomeCare<\/h2>\n            <p style=\"opacity:0.8;margin-bottom:8px;\">If you are looking for professional home healthcare support for a family member recovering from a neurological condition, chronic illness, or post-hospitalization, our team is available to discuss your needs.<\/p>\n            <div class=\"contact-grid\">\n                <div>\n                    <div class=\"contact-info-item\">\n                        <div class=\"contact-info-label\">Corporate Office<\/div>\n                        <div class=\"contact-info-value\">\n                            Unit No. 703, 7th Floor, ILD Trade Centre<br>\n                            D1 Block, Malibu Town, Sector 47<br>\n                            Maholi, Haryana 122018\n                        <\/div>\n                    <\/div>\n                    <div class=\"contact-info-item\">\n                        <div class=\"contact-info-label\">Phone<\/div>\n                        <div class=\"contact-info-value\"><a href=\"tel:9910823218\">9910823218<\/a><\/div>\n                    <\/div>\n                    <div class=\"contact-info-item\">\n                        <div class=\"contact-info-label\">Email<\/div>\n                        <div class=\"contact-info-value\"><a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a><\/div>\n                    <\/div>\n                <\/div>\n                <div>\n                    <p style=\"font-size:14px;opacity:0.8;line-height:1.7;\">We provide <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" style=\"color:#93C5FD;\">home nursing services<\/a>, <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" style=\"color:#93C5FD;\">physiotherapy at home<\/a>, <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" style=\"color:#93C5FD;\">doctor home visits<\/a>, <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" style=\"color:#93C5FD;\">patient attendant services<\/a>, and <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" style=\"color:#93C5FD;\">medical equipment rental<\/a> across Maholi, Delhi NCR, and multiple cities in India.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Disclaimer -->\n    <section class=\"disclaimer-section\">\n        <div class=\"container\">\n            <p><strong>Important 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 deceased, 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.<\/p>\n            <p style=\"margin-top:10px;\">Every patient is unique. Treatment decisions must always be made by qualified healthcare professionals based on individual clinical assessment. Emergency symptoms require immediate hospital care. Home healthcare complements, but does not replace, emergency medical services. If you or someone in your care experiences a medical emergency, contact your local emergency services immediately.<\/p>\n            <p style=\"margin-top:10px;\">The clinical outcomes described in this fictional case study do not guarantee similar outcomes for any other patient. Recovery from autoimmune encephalitis varies significantly between individuals based on multiple factors including the specific type of encephalitis, timing of diagnosis, treatment response, age, and overall health status.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"site-footer\">\n        <div class=\"container\">\n            <p>&copy; 2025 AtHomeCare. All rights reserved. This is a fictional educational case study and does not represent actual patient care.<\/p>\n            <p style=\"margin-top:6px;\">AtHomeCare provides home healthcare services including <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing<\/a>, <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy<\/a>, <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">patient care<\/a>, and <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visits<\/a> across India.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        function toggleFaq(button) {\n            const item = button.parentElement;\n            const isActive = item.classList.contains('active');\n            \n            \/\/ Close all other items\n            document.querySelectorAll('.faq-item').forEach(function(faq) {\n                faq.classList.remove('active');\n            });\n            \n            \/\/ Toggle clicked 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 target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    e.preventDefault();\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for&#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-328","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=\"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for\" \/>\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\/autoimmune-encephalitis-recovery-at-home-case-study\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Autoimmune Encephalitis Recovery at Home | Case Study - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-01T06:41:21+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-01T06:41:22+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Autoimmune Encephalitis Recovery at Home | Case Study - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for\" \/>\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\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#blogposting\",\"name\":\"Autoimmune Encephalitis Recovery at Home | Case Study - mohali\",\"headline\":\"Autoimmune Encephalitis Recovery at Home | Case Study\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#articleImage\"},\"datePublished\":\"2026-08-01T06:41:21+00:00\",\"dateModified\":\"2026-08-01T06:41:22+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#listItem\",\"name\":\"Autoimmune Encephalitis Recovery at Home | Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#listItem\",\"position\":3,\"name\":\"Autoimmune Encephalitis Recovery at Home | Case Study\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/\",\"name\":\"Autoimmune Encephalitis Recovery at Home | Case Study - mohali\",\"description\":\"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-encephalitis-recovery-at-home-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-01T06:41:21+00:00\",\"dateModified\":\"2026-08-01T06:41:22+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":"Autoimmune Encephalitis Recovery at Home | Case Study - mohali","description":"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for","canonical_url":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#blogposting","name":"Autoimmune Encephalitis Recovery at Home | Case Study - mohali","headline":"Autoimmune Encephalitis Recovery at Home | Case Study","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#articleImage"},"datePublished":"2026-08-01T06:41:21+00:00","dateModified":"2026-08-01T06:41:22+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#listItem","name":"Autoimmune Encephalitis Recovery at Home | Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#listItem","position":3,"name":"Autoimmune Encephalitis Recovery at Home | Case Study","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#webpage","url":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/","name":"Autoimmune Encephalitis Recovery at Home | Case Study - mohali","description":"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-01T06:41:21+00:00","dateModified":"2026-08-01T06:41:22+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":"Autoimmune Encephalitis Recovery at Home | Case Study - mohali","og:description":"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for","og:url":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/","article:published_time":"2026-08-01T06:41:21+00:00","article:modified_time":"2026-08-01T06:41:22+00:00","twitter:card":"summary_large_image","twitter:title":"Autoimmune Encephalitis Recovery at Home | Case Study - mohali","twitter:description":"Autoimmune Encephalitis Recovery at Home | Fictional Case Study Educational Case Study | For Patients, Caregivers, and Healthcare Professionals Call: 9910823218 AtHomeCare Fictional Case Study Patient Case Study Home Recovery After Autoimmune Encephalitis A detailed clinical account of how structured multidisciplinary home healthcare supported the neurological rehabilitation of a 58-year-old patient after hospital treatment for"},"aioseo_meta_data":{"post_id":"328","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-01 06:39:43","updated":"2026-08-01 07:18:53","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\tAutoimmune Encephalitis Recovery at Home | Case Study\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Autoimmune Encephalitis Recovery at Home | Case Study","link":"https:\/\/athomecare.in\/mohali\/autoimmune-encephalitis-recovery-at-home-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/328","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=328"}],"version-history":[{"count":2,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/328\/revisions"}],"predecessor-version":[{"id":330,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/328\/revisions\/330"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}