{"id":584,"date":"2026-08-20T06:49:34","date_gmt":"2026-08-20T06:49:34","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=584"},"modified":"2026-08-20T06:49:38","modified_gmt":"2026-08-20T06:49:38","slug":"eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/","title":{"rendered":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali<\/title>\n    <meta name=\"description\" content=\"A fictional Mohali case study covering EGPA recovery, respiratory monitoring, neurological assessment, functional reconditioning, fatigue management, and home healthcare support.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/eosinophilic-granulomatosis-with-polyangiitis-home-care-mohali\">\n    <meta property=\"og:title\" content=\"Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali\">\n    <meta property=\"og:description\" content=\"A detailed clinical case study documenting EGPA home recovery including respiratory monitoring, neurological assessment, physiotherapy, and fatigue management in Mohali.\">\n    <meta property=\"og:type\" content=\"article\">\n    <meta property=\"og:locale\" content=\"en_IN\">\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=Merriweather:wght@300;400;700;900&#038;family=Inter:wght@300;400;500;600;700&#038;family=JetBrains+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <style>\n        :root {\n            --primary: #0D7377;\n            --primary-light: #14A3A8;\n            --primary-pale: #E6F7F7;\n            --primary-dark: #095456;\n            --accent: #D4870E;\n            --accent-light: #FEF3E2;\n            --bg: #F7F8FA;\n            --card: #FFFFFF;\n            --text: #1A2332;\n            --text-secondary: #4A5568;\n            --muted: #718096;\n            --border: #E2E8F0;\n            --border-light: #EDF2F7;\n            --alert-red: #9B2C2C;\n            --alert-red-bg: #FFF5F5;\n            --alert-red-border: #FED7D7;\n            --success: #276749;\n            --success-bg: #F0FFF4;\n            --success-border: #C6F6D5;\n            --warning-bg: #FFFFF0;\n            --warning-border: #FEFCBF;\n            --info-bg: #EBF8FF;\n            --info-border: #BEE3F8;\n            --radius: 10px;\n            --radius-lg: 16px;\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);\n            --shadow-md: 0 4px 12px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.04);\n            --shadow-lg: 0 10px 30px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.04);\n            --font-body: 'Inter', sans-serif;\n            --font-heading: 'Merriweather', serif;\n            --font-mono: 'JetBrains Mono', monospace;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        html { scroll-behavior: smooth; font-size: 16px; }\n\n        body {\n            font-family: var(--font-body);\n            background: var(--bg);\n            color: var(--text);\n            line-height: 1.75;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container {\n            max-width: 860px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        a {\n            color: var(--primary);\n            text-decoration: none;\n            transition: color 0.2s ease;\n        }\n        a:hover { color: var(--primary-dark); text-decoration: underline; }\n\n        img { max-width: 100%; height: auto; }\n\n        \/* Top Bar *\/\n        .top-bar {\n            background: var(--primary-dark);\n            color: #fff;\n            padding: 8px 0;\n            font-size: 0.8rem;\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: 6px;\n        }\n        .top-bar a { color: #B2DFDB; }\n        .top-bar a:hover { color: #fff; }\n\n        \/* Header *\/\n        .site-header {\n            background: var(--card);\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: var(--font-heading);\n            font-weight: 900;\n            font-size: 1.35rem;\n            color: var(--primary);\n            letter-spacing: -0.02em;\n        }\n        .logo span { color: var(--accent); }\n        .header-badge {\n            background: var(--primary-pale);\n            color: var(--primary);\n            font-size: 0.72rem;\n            font-weight: 600;\n            padding: 4px 12px;\n            border-radius: 20px;\n            letter-spacing: 0.02em;\n        }\n\n        \/* Breadcrumb *\/\n        .breadcrumb {\n            padding: 14px 0;\n            font-size: 0.82rem;\n            color: var(--muted);\n        }\n        .breadcrumb span { margin: 0 6px; }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 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: -60%;\n            right: -20%;\n            width: 500px;\n            height: 500px;\n            background: rgba(255,255,255,0.04);\n            border-radius: 50%;\n        }\n        .hero::after {\n            content: '';\n            position: absolute;\n            bottom: -40%;\n            left: -10%;\n            width: 350px;\n            height: 350px;\n            background: rgba(255,255,255,0.03);\n            border-radius: 50%;\n        }\n        .hero-content { position: relative; z-index: 2; }\n        .hero-label {\n            display: inline-block;\n            background: rgba(255,255,255,0.15);\n            backdrop-filter: blur(4px);\n            padding: 5px 14px;\n            border-radius: 20px;\n            font-size: 0.75rem;\n            font-weight: 600;\n            letter-spacing: 0.08em;\n            text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n        .hero h1 {\n            font-family: var(--font-heading);\n            font-size: 1.85rem;\n            font-weight: 700;\n            line-height: 1.35;\n            margin-bottom: 18px;\n            max-width: 720px;\n        }\n        .hero-summary {\n            font-size: 0.95rem;\n            line-height: 1.7;\n            opacity: 0.92;\n            max-width: 680px;\n            margin-bottom: 28px;\n        }\n        .hero-meta {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 12px;\n            max-width: 700px;\n        }\n        .hero-meta-item {\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(4px);\n            border: 1px solid rgba(255,255,255,0.12);\n            border-radius: var(--radius);\n            padding: 12px 16px;\n        }\n        .hero-meta-item .label {\n            font-size: 0.68rem;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            opacity: 0.7;\n            margin-bottom: 4px;\n        }\n        .hero-meta-item .value {\n            font-size: 0.9rem;\n            font-weight: 600;\n        }\n\n        \/* Main Content *\/\n        .main-content {\n            padding: 40px 0 60px;\n        }\n        .article-body {\n            max-width: 780px;\n            margin: 0 auto;\n        }\n\n        \/* Section Headings *\/\n        .section-heading {\n            font-family: var(--font-heading);\n            font-size: 1.45rem;\n            font-weight: 700;\n            color: var(--text);\n            margin: 48px 0 18px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid var(--primary);\n            display: inline-block;\n        }\n        .sub-heading {\n            font-family: var(--font-heading);\n            font-size: 1.12rem;\n            font-weight: 700;\n            color: var(--text);\n            margin: 28px 0 12px;\n        }\n        .sub-heading-3 {\n            font-size: 0.98rem;\n            font-weight: 600;\n            color: var(--text);\n            margin: 20px 0 8px;\n        }\n\n        \/* Paragraphs *\/\n        .article-body p {\n            margin-bottom: 16px;\n            color: var(--text-secondary);\n            font-size: 0.95rem;\n        }\n\n        \/* Cards *\/\n        .card {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 24px 28px;\n            margin: 20px 0;\n            box-shadow: var(--shadow-sm);\n        }\n        .card-header {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 14px;\n        }\n        .card-icon {\n            width: 36px;\n            height: 36px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        .card-icon.teal { background: var(--primary-pale); color: var(--primary); }\n        .card-icon.amber { background: var(--accent-light); color: var(--accent); }\n        .card-icon.red { background: var(--alert-red-bg); color: var(--alert-red); }\n        .card-icon.green { background: var(--success-bg); color: var(--success); }\n        .card-icon.blue { background: var(--info-bg); color: #2B6CB0; }\n        .card-title {\n            font-family: var(--font-heading);\n            font-size: 1.02rem;\n            font-weight: 700;\n            color: var(--text);\n        }\n\n        \/* Alert Boxes *\/\n        .alert {\n            border-radius: var(--radius);\n            padding: 18px 22px;\n            margin: 20px 0;\n            font-size: 0.9rem;\n            line-height: 1.7;\n        }\n        .alert-red {\n            background: var(--alert-red-bg);\n            border: 1px solid var(--alert-red-border);\n            color: var(--alert-red);\n        }\n        .alert-green {\n            background: var(--success-bg);\n            border: 1px solid var(--success-border);\n            color: var(--success);\n        }\n        .alert-amber {\n            background: var(--accent-light);\n            border: 1px solid #FEEBC8;\n            color: #975A16;\n        }\n        .alert-blue {\n            background: var(--info-bg);\n            border: 1px solid var(--info-border);\n            color: #2C5282;\n        }\n        .alert-label {\n            font-weight: 700;\n            display: block;\n            margin-bottom: 6px;\n            font-size: 0.82rem;\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n        }\n\n        \/* Doctor Explanation Card *\/\n        .doctor-card {\n            background: linear-gradient(135deg, #F0FDF4 0%, #E6F7F7 100%);\n            border: 1px solid #C6F6D5;\n            border-left: 4px solid var(--primary);\n            border-radius: var(--radius);\n            padding: 22px 24px;\n            margin: 24px 0;\n        }\n        .doctor-card .dc-header {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 12px;\n        }\n        .doctor-card .dc-label {\n            font-size: 0.72rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            color: var(--primary);\n            background: var(--primary-pale);\n            padding: 3px 10px;\n            border-radius: 12px;\n        }\n        .doctor-card p {\n            color: var(--text-secondary);\n            font-size: 0.93rem;\n            margin-bottom: 8px;\n        }\n\n        \/* Clinical Note *\/\n        .clinical-note {\n            background: #FFFBEB;\n            border: 1px solid #FDE68A;\n            border-radius: var(--radius);\n            padding: 18px 22px;\n            margin: 20px 0;\n            font-size: 0.9rem;\n            color: #78350F;\n        }\n        .clinical-note .cn-label {\n            font-weight: 700;\n            font-size: 0.78rem;\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n            margin-bottom: 6px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 0;\n            margin: 24px 0;\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n        }\n        .scenario-header {\n            background: var(--primary-pale);\n            padding: 14px 22px;\n            font-family: var(--font-heading);\n            font-size: 0.92rem;\n            font-weight: 700;\n            color: var(--primary-dark);\n            border-bottom: 1px solid #B2E0E0;\n        }\n        .scenario-body {\n            padding: 20px 22px;\n        }\n        .scenario-body p {\n            font-size: 0.92rem;\n            margin-bottom: 10px;\n        }\n\n        \/* Risk Indicator *\/\n        .risk-indicator {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 14px 18px;\n            border-radius: var(--radius);\n            margin: 10px 0;\n            font-size: 0.9rem;\n        }\n        .risk-indicator.high { background: var(--alert-red-bg); border: 1px solid var(--alert-red-border); color: var(--alert-red); }\n        .risk-indicator.moderate { background: var(--accent-light); border: 1px solid #FEEBC8; color: #975A16; }\n        .risk-indicator.low { background: var(--success-bg); border: 1px solid var(--success-border); color: var(--success); }\n        .risk-dot {\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n            flex-shrink: 0;\n            margin-top: 7px;\n        }\n        .risk-indicator.high .risk-dot { background: var(--alert-red); }\n        .risk-indicator.moderate .risk-dot { background: var(--accent); }\n        .risk-indicator.low .risk-dot { background: var(--success); }\n\n        \/* Tables *\/\n        .table-wrapper {\n            overflow-x: auto;\n            margin: 20px 0;\n            border-radius: var(--radius);\n            border: 1px solid var(--border);\n            box-shadow: var(--shadow-sm);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.88rem;\n            background: var(--card);\n        }\n        thead {\n            background: var(--primary-dark);\n            color: #fff;\n        }\n        thead th {\n            padding: 13px 18px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            white-space: nowrap;\n        }\n        tbody td {\n            padding: 12px 18px;\n            border-bottom: 1px solid var(--border-light);\n            color: var(--text-secondary);\n        }\n        tbody tr:last-child td { border-bottom: none; }\n        tbody tr:hover { background: #F7FAFA; }\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: 6px;\n            bottom: 6px;\n            width: 2px;\n            background: var(--border);\n        }\n        .timeline-item {\n            position: relative;\n            margin-bottom: 24px;\n            padding-bottom: 4px;\n        }\n        .timeline-item:last-child { margin-bottom: 0; }\n        .timeline-dot {\n            position: absolute;\n            left: -27px;\n            top: 5px;\n            width: 14px;\n            height: 14px;\n            border-radius: 50%;\n            background: var(--primary);\n            border: 3px solid var(--primary-pale);\n            z-index: 2;\n        }\n        .timeline-item.milestone .timeline-dot {\n            background: var(--accent);\n            border-color: var(--accent-light);\n            width: 16px;\n            height: 16px;\n            left: -28px;\n        }\n        .timeline-label {\n            font-size: 0.78rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n            color: var(--primary);\n            margin-bottom: 4px;\n        }\n        .timeline-item.milestone .timeline-label { color: var(--accent); }\n        .timeline-title {\n            font-family: var(--font-heading);\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 8px;\n        }\n        .timeline-body {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n        .timeline-body ul {\n            margin: 8px 0;\n            padding-left: 18px;\n        }\n        .timeline-body li {\n            margin-bottom: 4px;\n            font-size: 0.88rem;\n        }\n\n        \/* Lists *\/\n        .article-body ul, .article-body ol {\n            margin: 12px 0 16px 20px;\n            font-size: 0.93rem;\n            color: var(--text-secondary);\n        }\n        .article-body li {\n            margin-bottom: 6px;\n        }\n        .check-list {\n            list-style: none;\n            padding-left: 0;\n            margin: 12px 0;\n        }\n        .check-list li {\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n            padding: 8px 0;\n            border-bottom: 1px solid var(--border-light);\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n        }\n        .check-list li:last-child { border-bottom: none; }\n        .check-icon {\n            color: var(--primary);\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n\n        \/* FAQ Accordion *\/\n        .faq-section { margin: 40px 0; }\n        .faq-item {\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            margin-bottom: 10px;\n            overflow: hidden;\n            background: var(--card);\n            box-shadow: var(--shadow-sm);\n        }\n        .faq-question {\n            padding: 16px 20px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            gap: 12px;\n            font-family: var(--font-heading);\n            font-size: 0.93rem;\n            font-weight: 700;\n            color: var(--text);\n            background: transparent;\n            border: none;\n            width: 100%;\n            text-align: left;\n            line-height: 1.5;\n            transition: background 0.2s;\n        }\n        .faq-question:hover { background: #F7FAFA; }\n        .faq-arrow {\n            flex-shrink: 0;\n            margin-top: 3px;\n            transition: transform 0.3s ease;\n            color: var(--primary);\n        }\n        .faq-item.open .faq-arrow { transform: rotate(180deg); }\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.3s ease;\n        }\n        .faq-item.open .faq-answer {\n            max-height: 600px;\n            padding: 0 20px 18px;\n        }\n        .faq-answer p {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n\n        \/* Author Section *\/\n        .author-section {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 28px;\n            margin: 40px 0;\n            box-shadow: var(--shadow-md);\n        }\n        .author-grid {\n            display: grid;\n            grid-template-columns: 100px 1fr;\n            gap: 24px;\n            align-items: start;\n        }\n        .author-img {\n            width: 100px;\n            height: 100px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid var(--primary-pale);\n        }\n        .author-name {\n            font-family: var(--font-heading);\n            font-size: 1.1rem;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 4px;\n        }\n        .author-details {\n            font-size: 0.85rem;\n            color: var(--muted);\n            line-height: 1.8;\n        }\n        .author-details strong { color: var(--text-secondary); }\n        .treating-doctor-section {\n            margin-top: 24px;\n            padding-top: 20px;\n            border-top: 1px dashed var(--border);\n        }\n        .treating-doctor-section .td-row {\n            display: flex;\n            gap: 12px;\n            padding: 8px 0;\n            font-size: 0.88rem;\n            border-bottom: 1px solid var(--border-light);\n        }\n        .treating-doctor-section .td-label {\n            font-weight: 600;\n            color: var(--text);\n            min-width: 140px;\n            flex-shrink: 0;\n        }\n        .treating-doctor-section .td-value {\n            color: var(--muted);\n            font-style: italic;\n        }\n\n        \/* Contact Section *\/\n        .contact-section {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 28px;\n            margin: 40px 0;\n            box-shadow: var(--shadow-md);\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n        .contact-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n        .contact-icon {\n            width: 38px;\n            height: 38px;\n            border-radius: 8px;\n            background: var(--primary-pale);\n            color: var(--primary);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        .contact-label {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n            color: var(--muted);\n            font-weight: 600;\n            margin-bottom: 2px;\n        }\n        .contact-value {\n            font-size: 0.9rem;\n            color: var(--text);\n            font-weight: 500;\n            line-height: 1.5;\n        }\n        .contact-value a { color: var(--primary); font-weight: 600; }\n\n        \/* Disclaimer *\/\n        .disclaimer {\n            background: #F7FAFC;\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 22px 24px;\n            margin: 40px 0;\n            font-size: 0.85rem;\n            color: var(--muted);\n            line-height: 1.8;\n        }\n        .disclaimer-label {\n            font-weight: 700;\n            color: var(--text-secondary);\n            margin-bottom: 8px;\n            font-size: 0.82rem;\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n        }\n\n        \/* Equipment Grid *\/\n        .equipment-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .equipment-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 12px 14px;\n            background: var(--primary-pale);\n            border-radius: var(--radius);\n            font-size: 0.86rem;\n            color: var(--primary-dark);\n            font-weight: 500;\n        }\n\n        \/* Daily Plan Grid *\/\n        .daily-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 14px;\n            margin: 16px 0;\n        }\n        .daily-card {\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            overflow: hidden;\n            background: var(--card);\n        }\n        .daily-card-header {\n            padding: 10px 16px;\n            font-weight: 700;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .daily-card-header.morning { background: #FEF3C7; color: #92400E; }\n        .daily-card-header.afternoon { background: #DBEAFE; color: #1E40AF; }\n        .daily-card-header.evening { background: #EDE9FE; color: #5B21B6; }\n        .daily-card-header.night { background: #1E293B; color: #E2E8F0; }\n        .daily-card-body {\n            padding: 14px 16px;\n        }\n        .daily-card-body ul {\n            margin: 0;\n            padding-left: 16px;\n            font-size: 0.88rem;\n            color: var(--text-secondary);\n        }\n        .daily-card-body li { margin-bottom: 4px; }\n\n        \/* Two Column *\/\n        .two-col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n            margin: 16px 0;\n        }\n        .col-card {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 18px 20px;\n            box-shadow: var(--shadow-sm);\n        }\n        .col-card h4 {\n            font-size: 0.88rem;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        \/* Footer *\/\n        .site-footer {\n            background: var(--primary-dark);\n            color: rgba(255,255,255,0.7);\n            padding: 32px 0;\n            font-size: 0.82rem;\n            text-align: center;\n            line-height: 1.7;\n        }\n        .site-footer a { color: #B2DFDB; }\n        .site-footer a:hover { color: #fff; }\n\n        \/* Separator *\/\n        .sep {\n            border: none;\n            height: 1px;\n            background: var(--border);\n            margin: 36px 0;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            html { font-size: 15px; }\n            .hero { padding: 36px 0 42px; }\n            .hero h1 { font-size: 1.5rem; }\n            .hero-meta { grid-template-columns: 1fr 1fr; }\n            .section-heading { font-size: 1.25rem; }\n            .card { padding: 18px 20px; }\n            .author-grid { grid-template-columns: 80px 1fr; gap: 16px; }\n            .author-img { width: 80px; height: 80px; }\n            .contact-grid { grid-template-columns: 1fr; }\n            .two-col { grid-template-columns: 1fr; }\n            .equipment-grid { grid-template-columns: 1fr 1fr; }\n            .table-wrapper { font-size: 0.82rem; }\n            thead th, tbody td { padding: 10px 12px; }\n            .top-bar .container { flex-direction: column; text-align: center; }\n        }\n\n        @media (max-width: 480px) {\n            .hero-meta { grid-template-columns: 1fr; }\n            .equipment-grid { grid-template-columns: 1fr; }\n            .faq-question { font-size: 0.87rem; padding: 14px 16px; }\n        }\n\n        \/* Print *\/\n        @media print {\n            .site-header, .top-bar, .site-footer { display: none; }\n            .hero { background: #f0f0f0; color: #000; }\n            body { background: #fff; }\n            .card { box-shadow: none; border: 1px solid #ccc; }\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(16px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .animate-in {\n            animation: fadeInUp 0.5s ease forwards;\n        }\n\n        \/* Focus *\/\n        .faq-question:focus-visible {\n            outline: 2px solid var(--primary);\n            outline-offset: -2px;\n            border-radius: var(--radius);\n        }\n\n        \/* Smooth scrollbar *\/\n        ::-webkit-scrollbar { width: 8px; }\n        ::-webkit-scrollbar-track { background: var(--bg); }\n        ::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }\n        ::-webkit-scrollbar-thumb:hover { background: var(--muted); }\n    <\/style>\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali\",\n        \"description\": \"A fictional Mohali case study covering EGPA recovery, respiratory monitoring, neurological assessment, functional reconditioning, fatigue management, and home healthcare support.\",\n        \"url\": \"https:\/\/athomecare.in\/eosinophilic-granulomatosis-with-polyangiitis-home-care-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Eosinophilic Granulomatosis With Polyangiitis\",\n            \"alternateName\": \"EGPA\",\n            \"associatedAnatomy\": { \"@type\": \"AnatomicalStructure\", \"name\": \"Blood vessels\" }\n        },\n        \"author\": {\n            \"@type\": \"Physician\",\n            \"name\": \"Dr. Ekta Fageriya\",\n            \"credential\": \"MBBS\",\n            \"medicalSpecialty\": \"Geriatric Medicine\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"AtHomeCare\"\n        },\n        \"medicalAudience\": {\n            \"@type\": \"PeopleAudience\",\n            \"audienceType\": \"Patients, Caregivers, Healthcare Professionals\"\n        }\n    }\n    <\/script>\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\"@type\": \"Question\", \"name\": \"What is eosinophilic granulomatosis with polyangiitis?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"EGPA is a rare inflammatory disease in which blood-vessel inflammation can affect multiple organs. It is commonly associated with asthma and increased eosinophils.\"}},\n            {\"@type\": \"Question\", \"name\": \"Can EGPA affect the nerves?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes. Peripheral nerve involvement can cause numbness, tingling, weakness, and difficulty walking.\"}},\n            {\"@type\": \"Question\", \"name\": \"Can physiotherapy help during recovery?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Appropriately supervised physiotherapy can help improve strength, balance, endurance, and functional independence after an acute illness or period of reduced activity.\"}},\n            {\"@type\": \"Question\", \"name\": \"Why is fatigue management important?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Inflammation, respiratory disease, medications, and reduced physical conditioning can all contribute to fatigue. Pacing and planned rest can help patients gradually increase activity.\"}},\n            {\"@type\": \"Question\", \"name\": \"Can EGPA be cured?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"EGPA is a chronic condition. Treatment aims to control inflammation, achieve remission when possible, prevent organ damage, and maintain quality of life.\"}},\n            {\"@type\": \"Question\", \"name\": \"When should urgent medical attention be sought?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Severe breathing difficulty, rapidly worsening weakness, chest pain, confusion, major neurological changes, or other severe acute symptoms require urgent medical evaluation.\"}}\n        ]\n    }\n    <\/script>\n<\/head>\n<body>\n\n<!-- Top Bar -->\n<div class=\"top-bar\">\n    <div class=\"container\">\n        <span>AtHomeCare | Trusted Home Healthcare Across India<\/span>\n        <span>Emergency: <a href=\"tel:9910823218\">9910823218<\/a><\/span>\n    <\/div>\n<\/div>\n\n<!-- Header -->\n<header class=\"site-header\">\n    <div class=\"container\">\n        <a href=\"https:\/\/athomecare.in\/\" class=\"logo\">AtHome<span>Care<\/span><\/a>\n        <span class=\"header-badge\">Clinical Case Study<\/span>\n    <\/div>\n<\/header>\n\n<!-- Breadcrumb -->\n<div class=\"breadcrumb\">\n    <div class=\"container\">\n        <a href=\"https:\/\/athomecare.in\/\">Home<\/a>\n        <span>&#8250;<\/span>\n        <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\">Mohali Services<\/a>\n        <span>&#8250;<\/span>\n        <span>EGPA Home Care Case Study<\/span>\n    <\/div>\n<\/div>\n\n<!-- Hero Section -->\n<section class=\"hero\">\n    <div class=\"container hero-content\">\n        <span class=\"hero-label\">Clinical Case Study<\/span>\n        <h1>Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali<\/h1>\n        <p class=\"hero-summary\">A detailed clinical documentation of how structured home healthcare supported respiratory stabilization, neurological monitoring, fatigue management, and functional recovery in a 49-year-old patient with EGPA following hospital discharge.<\/p>\n        <div class=\"hero-meta\">\n            <div class=\"hero-meta-item\">\n                <div class=\"label\">Patient Age<\/div>\n                <div class=\"value\">49 Years<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"label\">Gender<\/div>\n                <div class=\"value\">Female<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"label\">Location<\/div>\n                <div class=\"value\">Mohali, Punjab<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"label\">Primary Condition<\/div>\n                <div class=\"value\">EGPA (Churg-Strauss)<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"label\">Duration of Care<\/div>\n                <div class=\"value\">12 Weeks<\/div>\n            <\/div>\n            <div class=\"hero-meta-item\">\n                <div class=\"label\">Final Outcome<\/div>\n                <div class=\"value\">Functional Improvement<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Main Content -->\n<main class=\"main-content\">\n    <div class=\"container\">\n        <div class=\"article-body\">\n\n            <!-- Patient Background -->\n            <h2 class=\"section-heading\">Patient Background<\/h2>\n\n            <p>Mrs. Simran Gill was a 49-year-old boutique owner living in Mohali, Punjab. She was married and shared her home with her husband, Mr. Manpreet Gill, who served as her primary caregiver, and her daughter, Ms. Harleen Gill, who provided additional support.<\/p>\n\n            <p>Simran had a well-documented history of adult-onset asthma and recurrent sinus problems. These respiratory issues had been part of her medical profile for several years and were managed with routine controller medications and periodic specialist reviews. Her daily life involved running her boutique, which required prolonged standing, physical movement around the store, handling of fabrics and stock, and interacting with customers.<\/p>\n\n            <p>Over the months leading up to her hospitalization, Simran noticed a gradual and concerning change in her health. She began experiencing worsening fatigue that went beyond her usual tiredness after a busy day at the shop. Her muscles felt weaker, particularly in her legs. She developed joint discomfort that made it harder to move around the boutique. Most alarmingly, she noticed a persistent tingling and numbness in both feet. Her breathing, which had been reasonably controlled with her existing asthma medications, became noticeably more difficult during even routine activities.<\/p>\n\n            <p>These symptoms progressively interfered with her ability to manage her boutique independently. Tasks she previously completed without difficulty, such as organizing stock, standing at the counter, or walking through the market for supplies, became increasingly challenging.<\/p>\n\n            <div class=\"doctor-card\">\n                <div class=\"dc-header\">\n                    <span class=\"dc-label\">Clinical Context<\/span>\n                <\/div>\n                <p>EGPA often develops in patients who have a pre-existing history of asthma and sinus disease. The progression from isolated respiratory symptoms to systemic features such as fatigue, muscle weakness, joint pain, and peripheral neuropathy is a recognized clinical pattern in this condition. The overlap of respiratory, neurological, and musculoskeletal symptoms in a patient with known asthma and eosinophilia should prompt evaluation for a systemic vasculitic process.<\/p>\n            <\/div>\n\n            <p>As her symptoms worsened, Simran was evaluated by a team of specialists including rheumatology, pulmonology, and neurology. Blood investigations revealed marked eosinophilia, a hallmark laboratory finding in EGPA. Evidence of systemic inflammation was also present. The combined clinical picture, including her respiratory history, eosinophil levels, neurological symptoms, and inflammatory markers, was consistent with a diagnosis of Eosinophilic Granulomatosis With Polyangiitis.<\/p>\n\n            <p>EGPA is a rare form of systemic vasculitis, meaning it involves inflammation of blood vessels that can affect multiple organ systems. In Simran&#8217;s case, the disease appeared to involve her respiratory tract (asthma and sinus symptoms), peripheral nerves (causing the numbness and tingling in her feet), musculoskeletal system (joint discomfort and muscle weakness), and her overall energy levels.<\/p>\n\n            <hr class=\"sep\">\n\n            <!-- Clinical Diagnosis -->\n            <h2 class=\"section-heading\">Clinical Diagnosis<\/h2>\n\n            <h3 class=\"sub-heading\">Primary Diagnosis: Eosinophilic Granulomatosis With Polyangiitis (EGPA)<\/h3>\n\n            <p>EGPA, previously known as Churg-Strauss Syndrome, is classified as a rare antineutrophil cytoplasmic antibody (ANCA)-associated vasculitis. It is characterized by inflammation of small to medium-sized blood vessels and is strongly associated with three clinical features: late-onset asthma, sinus disease, and peripheral blood eosinophilia.<\/p>\n\n            <p>The disease can progress through phases. Many patients initially present with allergic features such as asthma and rhinosinusitis. This may be followed by a phase marked by significant peripheral blood eosinophilia and organ involvement. The vasculitic phase involves inflammation of blood vessels that can damage multiple organs including the peripheral nerves, skin, heart, gastrointestinal tract, and kidneys.<\/p>\n\n            <h3 class=\"sub-heading-3\">Simran&#8217;s Major Clinical Features<\/h3>\n\n            <ul class=\"check-list\">\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Adult-onset asthma requiring regular controller therapy<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Exertional breathlessness progressively worsening over months<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Chronic rhinosinusitis with recurrent nasal congestion<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Severe fatigue limiting daily activities<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Muscle weakness, particularly in the lower limbs<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Joint discomfort affecting mobility<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Tingling and numbness in both feet (peripheral neuropathic symptoms)<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"check-circle-2\" style=\"width:18px;height:18px;\"><\/i><\/span>Reduced walking endurance and difficulty completing household and work activities<\/li>\n            <\/ul>\n\n            <h3 class=\"sub-heading-3\">Associated Medical Conditions<\/h3>\n\n            <div class=\"two-col\">\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"wind\" style=\"width:18px;height:18px;color:var(--primary);\"><\/i> Moderate Persistent Asthma<\/h4>\n                    <p style=\"font-size:0.88rem;color:var(--text-secondary);margin-bottom:0;\">Her asthma required regular controller medication and ongoing monitoring. Asthma control had deteriorated in the months before her EGPA diagnosis.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"scan-face\" style=\"width:18px;height:18px;color:var(--primary);\"><\/i> Chronic Rhinosinusitis<\/h4>\n                    <p style=\"font-size:0.88rem;color:var(--text-secondary);margin-bottom:0;\">Recurrent nasal congestion and sinus symptoms were a persistent feature of her medical history, consistent with the upper airway involvement seen in EGPA.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"footprints\" style=\"width:18px;height:18px;color:var(--primary);\"><\/i> Peripheral Neuropathic Symptoms<\/h4>\n                    <p style=\"font-size:0.88rem;color:var(--text-secondary);margin-bottom:0;\">Numbness and tingling in both feet indicated peripheral nerve involvement, a known complication of EGPA that required careful neurological monitoring.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"scale\" style=\"width:18px;height:18px;color:var(--primary);\"><\/i> Steroid-Related Weight Gain<\/h4>\n                    <p style=\"font-size:0.88rem;color:var(--text-secondary);margin-bottom:0;\">Prolonged corticosteroid treatment as part of her EGPA management had contributed to gradual weight gain, which also affected her physical function.<\/p>\n                <\/div>\n            <\/div>\n\n            <p>She had no documented chronic kidney disease, which was an important negative finding since EGPA can sometimes affect renal function.<\/p>\n\n            <hr class=\"sep\">\n\n            <!-- Hospital Treatment -->\n            <h2 class=\"section-heading\">Hospital Treatment<\/h2>\n\n            <p>Simran was hospitalized for 9 days after developing worsening breathlessness, generalized weakness, painful sensations in her lower limbs, and increasing difficulty walking. The decision to admit her was driven by the combination of respiratory deterioration, progressive neurological symptoms, and the need for multidisciplinary specialist assessment in a controlled setting.<\/p>\n\n            <p>During her hospitalization, the clinical team conducted a thorough evaluation across multiple domains.<\/p>\n\n            <div class=\"card\">\n                <div class=\"card-header\">\n                    <div class=\"card-icon teal\"><i data-lucide=\"clipboard-list\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                    <span class=\"card-title\">Hospital Assessment Domains<\/span>\n                <\/div>\n                <ul class=\"check-list\">\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Respiratory function evaluation including spirometry and clinical assessment of breathlessness severity<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Blood eosinophil levels to quantify the degree of eosinophilia and track treatment response<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Inflammatory markers to assess systemic inflammation burden<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Kidney function tests to screen for renal involvement<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Liver function tests as a baseline for immunomodulatory treatment<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Detailed neurological examination to characterize the peripheral neuropathy<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Blood pressure monitoring, as vasculitis can affect vascular health<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Assessment of medication response during the admission period<\/li>\n                <\/ul>\n            <\/div>\n\n            <p>Her condition stabilized with appropriate specialist-directed treatment. This included adjustment of her immunomodulatory therapy, optimization of her respiratory medications, and a coordinated plan involving rheumatology, pulmonology, and neurology teams.<\/p>\n\n            <div class=\"clinical-note\">\n                <div class=\"cn-label\"><i data-lucide=\"stethoscope\" style=\"width:16px;height:16px;\"><\/i> Clinical Note<\/div>\n                The hospitalization served two critical purposes. First, it allowed for rapid stabilization of Simran&#8217;s acute symptoms under specialist supervision. Second, it provided the diagnostic clarity and treatment framework necessary to plan a safe discharge with a structured home-care protocol. Discharging a patient with EGPA, peripheral neuropathy, and moderate persistent asthma without a clear home support plan would carry significant risk of decompensation, medication errors, and delayed recognition of disease flare.\n            <\/div>\n\n            <p>Upon stabilization, the hospital team prepared a comprehensive discharge plan that included prescribed immunomodulatory treatment, respiratory medications, asthma management guidelines, infection-prevention measures, a physiotherapy prescription, and scheduled follow-up with rheumatology, pulmonology, and neurology. All medication changes during the admission were made only by her treating specialists.<\/p>\n\n            <hr class=\"sep\">\n\n            <!-- Why Home Healthcare Was Needed -->\n            <h2 class=\"section-heading\">Why Home Healthcare Was Needed<\/h2>\n\n            <p>Despite medical stabilization in the hospital, Simran was far from fully recovered at the time of discharge. The decision to arrange professional home healthcare was driven by several specific clinical needs that could not be safely managed by family support alone.<\/p>\n\n            <div class=\"scenario-card\">\n                <div class=\"scenario-header\">Clinical Reasoning for Home Healthcare<\/div>\n                <div class=\"scenario-body\">\n                    <p><strong>Respiratory monitoring requirement:<\/strong> EGPA with underlying moderate persistent asthma means that respiratory status can change. A patient who is stable at rest may develop increasing breathlessness during activity. Regular monitoring of oxygen saturation, respiratory rate, and asthma symptoms at home provides early warning of deterioration that family members without clinical training might not recognize until it becomes severe.<\/p>\n                    <p><strong>Neurological surveillance:<\/strong> Peripheral neuropathy in EGPA can progress. New weakness, worsening numbness, or difficulty lifting the foot (foot drop) can develop. These changes require prompt recognition and reporting to the treating specialists. A trained home nurse understands what to look for during routine assessments.<\/p>\n                    <p><strong>Functional deconditioning risk:<\/strong> After 9 days of hospitalization with limited physical activity, combined with weeks of progressive weakness before admission, Simran was at significant risk for further physical deconditioning. Without structured rehabilitation at home, her muscle strength, walking tolerance, and balance would likely continue to decline.<\/p>\n                    <p><strong>Medication safety:<\/strong> EGPA treatment often involves immunomodulatory medications, corticosteroids, respiratory controllers, and possibly other agents. Ensuring correct timing, dosage, and adherence while monitoring for side effects requires clinical oversight that goes beyond what a family member can reliably provide.<\/p>\n                    <p><strong>Fatigue management:<\/strong> The profound fatigue associated with systemic vasculitis, compounded by steroid therapy and deconditioning, requires a structured approach to activity pacing. Without guidance, patients often push too hard on good days and crash, creating a cycle of overexertion and recovery that delays functional improvement.<\/p>\n                    <p><strong>Infection prevention:<\/strong> Immunomodulatory treatment for EGPA suppresses the immune system to control inflammation. This increases susceptibility to infections. Home healthcare ensures that infection-prevention practices are followed and that early signs of infection are identified quickly.<\/p>\n                <\/div>\n            <\/div>\n\n            <p>At the time of discharge, Simran continued to experience reduced exercise tolerance, significant fatigue, mild lower-limb weakness, numbness in her feet, difficulty walking longer distances, and reduced ability to manage her boutique independently. Home healthcare was positioned to address each of these issues within the familiar environment of her own home.<\/p>\n\n            <div class=\"doctor-card\">\n                <div class=\"dc-header\">\n                    <span class=\"dc-label\">Why Not Just OPD Follow-Up?<\/span>\n                <\/div>\n                <p>OPD follow-up visits, while essential for specialist review, provide only periodic snapshots of a patient&#8217;s status. EGPA requires continuous observation of respiratory function, neurological status, fatigue patterns, and medication response. The gaps between OPD visits can be where early signs of deterioration are missed. <a href=\"https:\/\/athomecare.in\/post-hospital-discharge-care-for-senior-citizens-medical-guidelines-for-safe-recovery-at-home\/\" style=\"color:var(--primary);\">Post-hospital discharge care<\/a> fills these gaps with structured daily monitoring. This is particularly important for a condition like EGPA where multiple organ systems are involved and where early intervention for flare or complication can significantly affect outcomes.<\/p>\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Home Care Plan -->\n            <h2 class=\"section-heading\">Home Care Plan by AtHomeCare<\/h2>\n\n            <p>The home healthcare plan for Simran was designed around six core objectives: respiratory monitoring, neurological surveillance, functional reconditioning, fatigue management, medication adherence support, and infection prevention. Each component was delivered by the appropriate member of the home healthcare team working in coordination.<\/p>\n\n            <h3 class=\"sub-heading\">Home Nursing<\/h3>\n\n            <p>The <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing<\/a> component formed the clinical backbone of Simran&#8217;s home care. The assigned nurse was responsible for a range of monitoring and support functions that required professional training.<\/p>\n\n            <ul class=\"check-list\">\n                <li><span class=\"check-icon\"><i data-lucide=\"activity\" style=\"width:18px;height:18px;\"><\/i><\/span>Monitoring vital signs including blood pressure, heart rate, respiratory rate, and temperature at prescribed intervals<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"heart-pulse\" style=\"width:18px;height:18px;\"><\/i><\/span>Checking oxygen saturation using a pulse oximeter when clinically indicated, particularly during or after activity<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"wind\" style=\"width:18px;height:18px;\"><\/i><\/span>Monitoring respiratory symptoms including breathlessness severity, cough, wheezing, and chest tightness<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"battery-low\" style=\"width:18px;height:18px;\"><\/i><\/span>Recording fatigue levels using structured assessment to track patterns over time<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"brain\" style=\"width:18px;height:18px;\"><\/i><\/span>Monitoring neurological complaints including foot sensation, tingling, numbness, and any new weakness<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"pill\" style=\"width:18px;height:18px;\"><\/i><\/span>Reviewing <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">medication adherence<\/a> at each visit, confirming that prescribed medications were being taken correctly<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"scale\" style=\"width:18px;height:18px;\"><\/i><\/span>Monitoring weight to track changes related to steroid therapy or disease activity<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"shield-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Reinforcing <a href=\"https:\/\/athomecare.in\/infection-prevention-after-surgery-at-home-in-gurgaon-why-professional-care-saves-lives\/\" style=\"color:var(--primary);\">infection prevention<\/a> practices including hand hygiene and avoiding exposure to ill individuals<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"graduation-cap\" style=\"width:18px;height:18px;\"><\/i><\/span>Educating the family about warning signs that required urgent medical attention<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"utensils\" style=\"width:18px;height:18px;\"><\/i><\/span>Monitoring appetite and nutritional intake as part of overall recovery assessment<\/li>\n            <\/ul>\n\n            <h3 class=\"sub-heading\">Patient Attendant<\/h3>\n\n            <p>While the nurse handled clinical monitoring, the <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient attendant<\/a> provided the daily practical support that Simran needed to conserve energy for recovery rather than spending it on physically demanding household tasks.<\/p>\n\n            <ul class=\"check-list\">\n                <li><span class=\"check-icon\"><i data-lucide=\"home\" style=\"width:18px;height:18px;\"><\/i><\/span>Assistance with household activities that Simran could not yet manage independently<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"shopping-cart\" style=\"width:18px;height:18px;\"><\/i><\/span>Grocery shopping and errands to reduce Simran&#8217;s need for physical excursions<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"store\" style=\"width:18px;height:18px;\"><\/i><\/span>Light boutique-related tasks to help maintain some continuity in her business<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"car\" style=\"width:18px;height:18px;\"><\/i><\/span>Transportation support for medical appointments<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"package\" style=\"width:18px;height:18px;\"><\/i><\/span>Carrying supplies and heavy items that would be unsafe for Simran to handle<\/li>\n            <\/ul>\n\n            <div class=\"clinical-note\">\n                <div class=\"cn-label\"><i data-lucide=\"lightbulb\" style=\"width:16px;height:16px;\"><\/i> Why an Attendant Alongside a Nurse<\/div>\n                The distinction matters clinically. A nurse is trained to assess, monitor, and identify clinical changes. An attendant is trained to assist with daily activities and physical support. In Simran&#8217;s case, the nurse caught clinical changes while the attendant prevented physical overexertion during daily life. This division of labor means neither role is stretched beyond its scope, which is a safer model of care. Families sometimes assume one person can do both, but this is where <a href=\"https:\/\/athomecare.in\/when-families-rely-only-on-attendants-medical-risks-in-gurgaon-athomecare\/\" style=\"color:var(--primary);\">clinical gaps can appear<\/a>.\n            <\/div>\n\n            <h3 class=\"sub-heading\">Physiotherapy<\/h3>\n\n            <p>The <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy at home<\/a> component was critical for addressing the functional decline that had occurred before and during hospitalization. The treating team recognized that without structured physical rehabilitation, Simran&#8217;s deconditioning would worsen and her return to independent activity would be delayed or compromised.<\/p>\n\n            <div class=\"card\">\n                <div class=\"card-header\">\n                    <div class=\"card-icon green\"><i data-lucide=\"target\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                    <span class=\"card-title\">Physiotherapy Treatment Goals<\/span>\n                <\/div>\n                <ul class=\"check-list\">\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Restore functional endurance for daily activities<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Improve lower-limb strength affected by deconditioning and neuropathy<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Improve balance and reduce fall risk<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Reduce physical deconditioning through progressive loading<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Increase walking tolerance from baseline<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Improve confidence with activities of daily living<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-header\">\n                    <div class=\"card-icon teal\"><i data-lucide=\"dumbbell\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                    <span class=\"card-title\">Physiotherapy Treatment Components<\/span>\n                <\/div>\n                <ul class=\"check-list\">\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Gentle range-of-motion exercises to maintain joint flexibility<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Lower-limb strengthening exercises, progressively increased as tolerated<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Sit-to-stand training to improve functional transfer ability<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Balance exercises to address stability concerns related to foot numbness<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Short-distance walking practice with gradual distance increase<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Gradual endurance training paced to respiratory and fatigue status<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Stair practice to improve confidence with vertical mobility<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"check\" style=\"width:16px;height:16px;\"><\/i><\/span>Functional task training simulating real-world activities<\/li>\n                <\/ul>\n            <\/div>\n\n            <p>A critical principle of the physiotherapy plan was that exercise intensity was always adjusted according to three factors: fatigue level on that particular day, respiratory symptom status, and neurological findings. If Simran reported increased breathlessness or worsening foot numbness on a given day, the physiotherapist modified the session accordingly rather than pushing through. This approach respected the fluctuating nature of systemic vasculitis recovery.<\/p>\n\n            <div class=\"doctor-card\">\n                <div class=\"dc-header\">\n                    <span class=\"dc-label\">Why Physiotherapy Was Non-Negotiable<\/span>\n                <\/div>\n                <p>Nine days of hospitalization with limited mobility, preceded by months of progressive weakness, creates a significant deconditioning effect. Muscle strength declines rapidly with bed rest, and the peripheral neuropathy further compromises the motor units in the lower limbs. Without <a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\" style=\"color:var(--primary);\">structured rehabilitation<\/a>, the body does not automatically regain what was lost. The physiotherapy was not optional comfort care. It was a necessary medical intervention to reverse the functional decline and prevent it from becoming permanent. The connection between physical deconditioning and falls in patients with neuropathy is well established, making <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" style=\"color:var(--primary);\">fall prevention<\/a> an integral part of the rehabilitation approach.<\/p>\n            <\/div>\n\n            <h3 class=\"sub-heading\">Doctor Home Visit<\/h3>\n\n            <p>A <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visit<\/a> was arranged as a safety net for situations that required clinical evaluation beyond what the nurse could manage independently.<\/p>\n\n            <ul class=\"check-list\">\n                <li><span class=\"check-icon\"><i data-lucide=\"stethoscope\" style=\"width:18px;height:18px;\"><\/i><\/span>Increasing breathlessness not explained by activity level<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"wind\" style=\"width:18px;height:18px;\"><\/i><\/span>Appearance of new wheezing or chest symptoms<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"thermometer\" style=\"width:18px;height:18px;\"><\/i><\/span>Fever, which in an immunosuppressed patient requires prompt evaluation<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"brain\" style=\"width:18px;height:18px;\"><\/i><\/span>New neurological weakness or significant change in sensation<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"footprints\" style=\"width:18px;height:18px;\"><\/i><\/span>Worsening numbness or new difficulty with foot lifting<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"battery-low\" style=\"width:18px;height:18px;\"><\/i><\/span>Severe or rapidly worsening fatigue<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"droplets\" style=\"width:18px;height:18px;\"><\/i><\/span>New swelling, which could indicate disease flare or other complications<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"pill\" style=\"width:18px;height:18px;\"><\/i><\/span>Medication-related concerns or possible side effects<\/li>\n            <\/ul>\n\n            <h3 class=\"sub-heading\">Disease-Specific Monitoring Protocols<\/h3>\n\n            <p>Beyond the routine nursing functions, the home team implemented three targeted monitoring protocols specific to Simran&#8217;s diagnosis.<\/p>\n\n            <div class=\"scenario-card\">\n                <div class=\"scenario-header\">Respiratory Monitoring Protocol<\/div>\n                <div class=\"scenario-body\">\n                    <p>The nurse monitored breathlessness using a standardized approach, tracking whether symptoms occurred at rest, during light activity, or during moderate activity. Cough, wheezing, and chest tightness were recorded at each visit. Oxygen saturation was checked during rest and after walking to assess exercise-related desaturation. Exercise tolerance was tracked by comparing walking distance and recovery time over successive sessions.<\/p>\n                    <p>Simran&#8217;s breathlessness increased during faster walking but consistently settled with rest. This pattern was important because it indicated that her respiratory limitation was exertional rather than suggesting ongoing acute inflammation. The nurse documented this pattern and reported it during specialist follow-up visits.<\/p>\n                    <p>Given her underlying asthma, the home team also reinforced her prescribed <a href=\"https:\/\/athomecare.in\/asthma-management-in-cold-weather\/\" style=\"color:var(--primary);\">asthma management<\/a> plan, ensuring that reliever and controller medications were being used correctly. <a href=\"https:\/\/athomecare.in\/nebulizer-therapy-clinical\/\" style=\"color:var(--primary);\">Nebulizer therapy<\/a> was available if prescribed for acute symptom relief.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"scenario-card\">\n                <div class=\"scenario-header\">Neurological Monitoring Protocol<\/div>\n                <div class=\"scenario-body\">\n                    <p>Because EGPA can involve peripheral nerves and because this involvement can progress, the home team conducted structured neurological assessments. These included checking foot sensation (light touch and whether numbness was present), assessing for tingling or new sensory changes, evaluating muscle strength in the lower limbs, testing foot-lifting ability (dorsiflexion), observing walking stability, and asking about any new weakness.<\/p>\n                    <p>The critical instruction to the home team was that any sudden or progressive neurological deterioration, such as new weakness, spreading numbness, or developing foot drop, required immediate reporting to the treating team. Peripheral neuropathy in vasculitis can progress rapidly if the underlying inflammation is not adequately controlled, and early recognition of progression allows for timely specialist intervention.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"scenario-card\">\n                <div class=\"scenario-header\">Inflammatory Symptom Monitoring<\/div>\n                <div class=\"scenario-body\">\n                    <p>The family maintained a symptom record that covered several markers of potential disease flare or new inflammation. These included fever, new or worsening joint pain, muscle pain, any skin changes (such as rashes or nodules, which can occur in EGPA), increasing fatigue beyond the expected pattern, and any change in respiratory symptoms.<\/p>\n                    <p>This record served as a communication tool during specialist follow-up visits, providing the treating doctors with a structured account of what had happened between appointments rather than relying on memory alone.<\/p>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"sub-heading\">Equipment Used at Home<\/h3>\n\n            <p>The home setup included specific equipment to support safe and effective monitoring and rehabilitation. Some of this equipment was already available in the home, while additional items were arranged through <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">medical equipment rental<\/a> to ensure clinical-grade accuracy.<\/p>\n\n            <div class=\"equipment-grid\">\n                <div class=\"equipment-item\"><i data-lucide=\"gauge\" style=\"width:18px;height:18px;\"><\/i> Digital BP Monitor<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"heart-pulse\" style=\"width:18px;height:18px;\"><\/i> Pulse Oximeter<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"thermometer\" style=\"width:18px;height:18px;\"><\/i> Digital Thermometer<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"scale\" style=\"width:18px;height:18px;\"><\/i> Digital Weighing Scale<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"pill\" style=\"width:18px;height:18px;\"><\/i> Medication Organizer<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"armchair\" style=\"width:18px;height:18px;\"><\/i> Exercise Chair<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"move-horizontal\" style=\"width:18px;height:18px;\"><\/i> Resistance Bands<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"grip-horizontal\" style=\"width:18px;height:18px;\"><\/i> Bathroom Grab Rail<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"shield\" style=\"width:18px;height:18px;\"><\/i> Non-Slip Bath Mat<\/div>\n                <div class=\"equipment-item\"><i data-lucide=\"cane\" style=\"width:18px;height:18px;\"><\/i> Walking Support (PRN)<\/div>\n            <\/div>\n\n            <div class=\"clinical-note\">\n                <div class=\"cn-label\"><i data-lucide=\"info\" style=\"width:16px;height:16px;\"><\/i> Why Bathroom Safety Equipment<\/div>\n                Patients with lower-limb weakness and foot numbness are at elevated fall risk in the bathroom, where surfaces are wet and slippery. The grab rail and non-slip mat were specifically recommended as <a href=\"https:\/\/athomecare.in\/mobility-fall-prevention-daily-movement-plans-for-elderly-athomecare\/\" style=\"color:var(--primary);\">fall prevention measures<\/a>. These are simple, low-cost interventions that significantly reduce the risk of a fall-related injury that could result in hospital readmission and further complicate the recovery from EGPA.\n            <\/div>\n\n            <h3 class=\"sub-heading\">Daily Care Plan<\/h3>\n\n            <p>The daily routine was structured to balance activity with rest, distribute physical demands across the day, and ensure that monitoring occurred at consistent times.<\/p>\n\n            <div class=\"daily-grid\">\n                <div class=\"daily-card\">\n                    <div class=\"daily-card-header morning\"><i data-lucide=\"sunrise\" style=\"width:16px;height:16px;\"><\/i> Morning<\/div>\n                    <div class=\"daily-card-body\">\n                        <ul>\n                            <li>Symptom review with the home nurse or family<\/li>\n                            <li>Prescribed morning medications administered<\/li>\n                            <li>Breakfast<\/li>\n                            <li>Gentle stretching exercises<\/li>\n                            <li>Breathing exercises as prescribed<\/li>\n                            <li>Short walk within the home or immediate vicinity<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"daily-card\">\n                    <div class=\"daily-card-header afternoon\"><i data-lucide=\"sun\" style=\"width:16px;height:16px;\"><\/i> Afternoon<\/div>\n                    <div class=\"daily-card-body\">\n                        <ul>\n                            <li>Lunch<\/li>\n                            <li>Planned rest period<\/li>\n                            <li>Physiotherapy session (timing adjusted based on morning energy levels)<\/li>\n                            <li>Hydration monitoring<\/li>\n                            <li>Light household or boutique-related activity (as tolerated)<\/li>\n                            <li>Fatigue level assessed and documented<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"daily-card\">\n                    <div class=\"daily-card-header evening\"><i data-lucide=\"sunset\" style=\"width:16px;height:16px;\"><\/i> Evening<\/div>\n                    <div class=\"daily-card-body\">\n                        <ul>\n                            <li>Gentle walking or continued light activity<\/li>\n                            <li>Lower-limb exercises as prescribed by physiotherapist<\/li>\n                            <li>Dinner<\/li>\n                            <li>Evening medications administered<\/li>\n                            <li>Review of respiratory and neurological symptoms for the day<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"daily-card\">\n                    <div class=\"daily-card-header night\"><i data-lucide=\"moon\" style=\"width:16px;height:16px;\"><\/i> Night<\/div>\n                    <div class=\"daily-card-body\">\n                        <ul>\n                            <li>Medication schedule reviewed for completeness<\/li>\n                            <li>Temperature check when clinically indicated<\/li>\n                            <li>Fatigue level for the day recorded<\/li>\n                            <li>Adequate rest encouraged<\/li>\n                            <li>Next day&#8217;s activities planned based on current status<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Presenting Condition After Discharge -->\n            <h2 class=\"section-heading\">Presenting Condition at First Home Assessment<\/h2>\n\n            <p>At the first home assessment, Simran was alert and comfortable at rest. She did not require continuous oxygen supplementation at room air. Her vital signs were within acceptable ranges for her condition.<\/p>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Clinical Parameter<\/th>\n                            <th>Finding<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Blood Pressure<\/td>\n                            <td>126\/78 mmHg<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Heart Rate<\/td>\n                            <td>84 beats per minute<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Respiratory Rate<\/td>\n                            <td>18 breaths per minute<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Temperature<\/td>\n                            <td>98.2 degrees Fahrenheit<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Oxygen Saturation<\/td>\n                            <td>97% on room air<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>General Condition<\/td>\n                            <td>Stable<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <p>Despite stable vital signs, Simran reported several active symptoms that defined her functional baseline at the start of home care.<\/p>\n\n            <ul class=\"check-list\">\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Mild exertional breathlessness (breathing difficulty during activity that settled with rest)<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Significant fatigue that limited her daily activity duration<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Lower-limb weakness affecting walking endurance and standing tolerance<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Tingling in both feet, present consistently<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Mild joint stiffness, particularly after periods of inactivity<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Reduced walking tolerance compared to her pre-illness baseline<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Difficulty standing for prolonged periods<\/li>\n                <li><span class=\"check-icon\"><i data-lucide=\"circle-dot\" style=\"width:18px;height:18px;\"><\/i><\/span>Reduced confidence about returning to work at her boutique<\/li>\n            <\/ul>\n\n            <div class=\"alert alert-amber\">\n                <span class=\"alert-label\">Important Clinical Distinction<\/span>\n                Normal vital signs at rest do not rule out significant functional limitation. A patient with EGPA and peripheral neuropathy can have stable blood pressure, heart rate, and oxygen saturation while sitting in a chair, yet be unable to walk 200 metres or stand for 15 minutes. This is why functional assessment (what the patient can actually do) is as important as vital sign monitoring in this condition.\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Functional Assessment -->\n            <h2 class=\"section-heading\">Functional Assessment at Baseline<\/h2>\n\n            <h3 class=\"sub-heading\">Mobility<\/h3>\n\n            <p>At the beginning of home care, Simran&#8217;s mobility was limited but she retained the ability to walk independently indoors. She required supervision for longer outdoor walks due to the combination of fatigue, lower-limb weakness, and foot numbness that affected her balance confidence.<\/p>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Mobility Parameter<\/th>\n                            <th>Baseline Status<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Indoor Walking<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Outdoor Walking (Long Distance)<\/td>\n                            <td>Required Supervision<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Walking Distance (Approximate)<\/td>\n                            <td>160 metres<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Fatigue After Prolonged Activity<\/td>\n                            <td>Present<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Stair Use<\/td>\n                            <td>Slow but Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Foot Numbness During Walking<\/td>\n                            <td>Occasional<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3 class=\"sub-heading\">Transfers<\/h3>\n\n            <p>Simran was independent with all basic transfers including moving from bed to standing, chair to standing, and on and off the toilet. This was a positive finding because it meant she did not require physical lifting or two-person assistance, which would have significantly increased the complexity of home care.<\/p>\n\n            <h3 class=\"sub-heading\">Activities of Daily Living<\/h3>\n\n            <div class=\"two-col\">\n                <div class=\"col-card\">\n                    <h4 style=\"color:var(--alert-red);\"><i data-lucide=\"x-circle\" style=\"width:16px;height:16px;\"><\/i> Required Assistance With<\/h4>\n                    <ul style=\"margin:0;padding-left:16px;font-size:0.88rem;color:var(--text-secondary);\">\n                        <li>Heavy household work<\/li>\n                        <li>Prolonged standing<\/li>\n                        <li>Carrying materials at her boutique<\/li>\n                        <li>Long-distance outdoor walking<\/li>\n                        <li>Stock handling and organization<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4 style=\"color:var(--success);\"><i data-lucide=\"check-circle\" style=\"width:16px;height:16px;\"><\/i> Independent In<\/h4>\n                    <ul style=\"margin:0;padding-left:16px;font-size:0.88rem;color:var(--text-secondary);\">\n                        <li>Feeding<\/li>\n                        <li>Dressing<\/li>\n                        <li>Bathing<\/li>\n                        <li>Grooming<\/li>\n                        <li>Toileting<\/li>\n                        <li>Communication<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <p>This functional profile was important for planning the rehabilitation. Simran&#8217;s independence in basic self-care meant the physiotherapy could focus on higher-level functional tasks rather than spending time on basic activities. The areas requiring assistance, particularly prolonged standing and heavy lifting, were directly relevant to her work as a boutique owner and became specific targets for functional reconditioning.<\/p>\n\n            <hr class=\"sep\">\n\n            <!-- Risks Being Monitored -->\n            <h2 class=\"section-heading\">Risks Being Monitored<\/h2>\n\n            <p>The home healthcare team maintained active surveillance for a range of clinical risks. Each risk was categorized by severity, and the team understood the specific indicators that would signal a change from monitored risk to active problem.<\/p>\n\n            <div class=\"risk-indicator high\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>Asthma Exacerbation<\/strong> &#8211; Given her underlying moderate persistent asthma and the respiratory involvement of EGPA, any increase in wheezing, breathlessness at rest, or reduced response to reliever medication was treated as a high-priority finding requiring prompt medical review.<\/div>\n            <\/div>\n\n            <div class=\"risk-indicator high\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>Respiratory Infection<\/strong> &#8211; Immunosuppressive treatment for EGPA increases susceptibility to respiratory infections. Fever, new cough with sputum, increasing breathlessness, or a drop in oxygen saturation were monitored as potential signs of infection requiring urgent evaluation.<\/div>\n            <\/div>\n\n            <div class=\"risk-indicator high\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>New Neurological Weakness<\/strong> &#8211; The development of new weakness, particularly if it progressed over hours to days, could indicate worsening vasculitic nerve involvement. This was considered a medical emergency requiring same-day specialist contact.<\/div>\n            <\/div>\n\n            <div class=\"risk-indicator moderate\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>Falls<\/strong> &#8211; Lower-limb weakness combined with foot numbness created a fall risk, particularly on uneven surfaces, in the bathroom, or during fatigue. Prevention included bathroom safety equipment, supervised walking during early recovery, and <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" style=\"color:var(--primary);\">early warning sign recognition<\/a>.<\/div>\n            <\/div>\n\n            <div class=\"risk-indicator moderate\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>Disease Flare<\/strong> &#8211; EGPA can flare even while on treatment. New or worsening joint pain, skin changes, increasing fatigue beyond the expected pattern, or worsening respiratory symptoms could indicate a flare requiring specialist assessment and possible treatment adjustment.<\/div>\n            <\/div>\n\n            <div class=\"risk-indicator moderate\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>Medication-Related Complications<\/strong> &#8211; Long-term corticosteroid use carries risks including blood sugar elevation, blood pressure changes, bone density effects, and increased infection risk. The home team monitored for clinical signs of these complications.<\/div>\n            <\/div>\n\n            <div class=\"risk-indicator low\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>Weight Changes<\/strong> &#8211; Steroid-related weight gain was already present. The team monitored for rapid or excessive weight change that might require dietary counseling or specialist discussion.<\/div>\n            <\/div>\n\n            <div class=\"risk-indicator low\">\n                <span class=\"risk-dot\"><\/span>\n                <div><strong>Blood Pressure Abnormalities<\/strong> &#8211; Regular BP monitoring tracked for sustained elevation or significant changes from baseline that might require medical attention.<\/div>\n            <\/div>\n\n            <div class=\"alert alert-red\">\n                <span class=\"alert-label\">Emergency Triggers<\/span>\n                The following symptoms required urgent medical evaluation and were clearly communicated to the family: severe breathing difficulty not relieved by rest or prescribed reliever medication, rapidly worsening weakness in any limb, confusion or altered mental status, chest pain, significant oxygen desaturation (below 93% on room air), or any other acute deterioration that seemed different from the expected recovery pattern. The family was instructed that these situations warranted immediate hospital contact rather than waiting for the next scheduled home visit.\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Family Education -->\n            <h2 class=\"section-heading\">Family Education<\/h2>\n\n            <p>A structured family education program was implemented as part of the home care plan. Mr. Manpreet Gill and Ms. Harleen Gill were taught to recognize specific warning signs and to understand the reasoning behind each component of the care plan.<\/p>\n\n            <h3 class=\"sub-heading\">Respiratory Monitoring Education<\/h3>\n\n            <p>The family was taught to observe and report specific respiratory changes. These included increasing breathlessness that seemed out of proportion to the activity level, new or worsening wheezing, a persistent cough that was different from Simran&#8217;s usual pattern, chest tightness, fever, and a noticeable reduction in her activity tolerance. Simran was advised to follow her prescribed asthma action plan and to use her reliever medication as directed by her pulmonologist.<\/p>\n\n            <h3 class=\"sub-heading\">Infection Prevention Education<\/h3>\n\n            <p>Because Simran&#8217;s treatment included immunosuppressive medication, infection prevention was emphasized as a daily priority. The family was instructed on proper hand hygiene practices, the importance of avoiding close contact with people who had active respiratory or other infections, the need to discuss appropriate vaccinations with her medical team, and the importance of early reporting of any fever or symptoms suggesting infection. The connection between immunosuppression and infection risk was explained so the family understood this was not an optional precaution but a necessary safety measure.<\/p>\n\n            <h3 class=\"sub-heading\">Neurological Monitoring Education<\/h3>\n\n            <p>The family was trained to observe for specific neurological changes. These included any new weakness in the limbs, increasing numbness beyond what Simran already experienced, difficulty lifting the foot while walking (which could indicate developing foot drop), new walking instability or imbalance, and any new falls. The family understood that these findings required same-day communication with the treating team rather than waiting for the next scheduled nurse visit.<\/p>\n\n            <h3 class=\"sub-heading\">Energy Conservation Education<\/h3>\n\n            <p>One of the most practical components of family education was energy conservation. Simran was encouraged to divide her tasks into smaller segments rather than attempting to complete everything at once. She was taught to take planned rest breaks between activities, to avoid prolonged standing, to schedule her most demanding tasks during the time of day when her energy was typically highest, and to gradually increase her activity level rather than attempting sudden jumps in physical demand.<\/p>\n\n            <div class=\"doctor-card\">\n                <div class=\"dc-header\">\n                    <span class=\"dc-label\">Why Energy Conservation Matters Clinically<\/span>\n                <\/div>\n                <p>Patients with systemic vasculitis often experience profound fatigue that does not improve simply with rest. Without structured pacing, they tend to overexert on days when they feel relatively better, which then triggers a crash that can set recovery back. This boom-and-bust cycle is one of the most common reasons patients with EGPA and similar conditions fail to make functional progress despite being medically stable. Teaching the family to recognize and interrupt this pattern is a meaningful clinical intervention, not just lifestyle advice. <a href=\"https:\/\/athomecare.in\/ranchi\/blogs\/Elderly-Patients-With-Chronic-Fatigue-and\" style=\"color:var(--primary);\">Chronic fatigue management<\/a> requires this kind of structured approach.<\/p>\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Recovery Timeline -->\n            <h2 class=\"section-heading\">Recovery Timeline<\/h2>\n\n            <div class=\"timeline\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Day 1 &#8211; Home Assessment<\/div>\n                    <div class=\"timeline-title\">Initial Evaluation and Care Plan Initiation<\/div>\n                    <div class=\"timeline-body\">\n                        <p>The home nursing team conducted the first comprehensive assessment. Vital signs were recorded and found to be stable. Simran&#8217;s respiratory symptoms, fatigue level, neurological complaints, and medication status were documented. Her functional baseline was established, including a walking distance of approximately 160 metres. The daily care plan was explained to Simran and her family. Equipment was verified and the medication organizer was set up.<\/p>\n                        <p>Family observations: Simran appeared relieved to be home but was noticeably cautious about moving around. She expressed concern about her ability to return to work. Mr. Gill was attentive to the instructions and asked detailed questions about what to watch for.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Day 3<\/div>\n                    <div class=\"timeline-title\">Establishing Routine and Initial Physiotherapy<\/div>\n                    <div class=\"timeline-body\">\n                        <p>The daily routine began to take shape. Morning symptom reviews and medication administration became consistent. The first physiotherapy session was conducted, focusing on gentle range-of-motion exercises and a short supervised walk within the home. Fatigue was noted after the session, which was expected and consistent with the plan.<\/p>\n                        <p>Nursing observations: Vital signs remained stable. Oxygen saturation stayed above 96% at rest. No new neurological symptoms were reported. Medication adherence was confirmed.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Week 1<\/div>\n                    <div class=\"timeline-title\">Routine Stabilization and Early Progress<\/div>\n                    <div class=\"timeline-body\">\n                        <p>By the end of the first week, the daily care plan was functioning smoothly. Simran was consistently completing her morning stretching and breathing exercises. Physiotherapy sessions had progressed to include sit-to-stand training and short-distance walking within the home. The attendant was managing household tasks, allowing Simran to focus her energy on recovery activities.<\/p>\n                        <p>Fatigue remained significant but was becoming more predictable. The family was learning to identify Simran&#8217;s energy patterns and adjust activities accordingly. No <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" style=\"color:var(--primary);\">warning signs<\/a> requiring urgent medical attention were observed.<\/p>\n                        <p>Doctor review: No doctor home visit was required during the first week as no trigger criteria were met.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Week 2<\/div>\n                    <div class=\"timeline-title\">Progressive Ambulation and Balance Work<\/div>\n                    <div class=\"timeline-body\">\n                        <p>Physiotherapy progressed to include balance exercises and slightly longer walking distances. Sit-to-stand repetitions were increasing. Simran reported that the structured activity was making her feel more confident, even though her overall endurance was still limited. Respiratory symptoms remained stable with no new wheezing or increased breathlessness at rest.<\/p>\n                        <p>The nurse noted that Simran&#8217;s fatigue was still present but the intensity was slightly less than the first week. The family symptom record was being maintained consistently.<\/p>\n                        <p>Clinical observation: Foot numbness remained present but had not worsened. No new neurological findings.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item milestone\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Week 4 &#8211; Milestone<\/div>\n                    <div class=\"timeline-title\">Measurable Fatigue Improvement<\/div>\n                    <div class=\"timeline-body\">\n                        <p>At the four-week mark, a notable change was documented. Simran&#8217;s fatigue had become more manageable with the structured activity and rest pattern. She was able to complete short household activities without the excessive exhaustion that had characterized her first week at home. This did not mean the fatigue was gone, but its impact on daily life had reduced.<\/p>\n                        <ul>\n                            <li>Walking tolerance was improving steadily<\/li>\n                            <li>Balance exercises were showing measurable progress<\/li>\n                            <li>Lower-limb strengthening was progressing without adverse effects<\/li>\n                            <li>No falls had occurred<\/li>\n                            <li>Medication adherence remained consistent<\/li>\n                        <\/ul>\n                        <p>Family observations: Mr. Gill reported that Simran seemed more like herself compared to the first week. Her mood had improved, and she was beginning to discuss returning to the boutique for at least some activities.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item milestone\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Week 6 &#8211; Milestone<\/div>\n                    <div class=\"timeline-title\">Walking Tolerance Increased to 220 Metres<\/div>\n                    <div class=\"timeline-body\">\n                        <p>Walking tolerance had increased from the baseline of approximately 160 metres to approximately 220 metres. This represented a meaningful functional gain. Stair confidence had also improved, with Simran navigating stairs more smoothly and with less hesitation.<\/p>\n                        <p>Respiratory symptoms remained stable. Oxygen saturation during and after walking remained within acceptable limits. The exertional breathlessness that had been present at the start of home care was still noticeable during faster walking but was less pronounced than before.<\/p>\n                        <p>Neurological monitoring: Foot sensation remained stable. No new weakness or sensory changes were detected.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item milestone\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Week 8 &#8211; Milestone<\/div>\n                    <div class=\"timeline-title\">Return to Light Boutique Activities<\/div>\n                    <div class=\"timeline-body\">\n                        <p>Simran resumed selected light administrative activities for her boutique. This included tasks that could be performed while seated, such as managing accounts, speaking with suppliers by phone, and planning inventory. She continued to avoid prolonged standing and heavy lifting as instructed.<\/p>\n                        <p>This return to work, even in a limited capacity, had a positive psychological impact. Simran reported feeling more purposeful and engaged. The physiotherapy team adjusted the daily plan to accommodate her boutique activities while ensuring they did not replace her rehabilitation exercises.<\/p>\n                        <p>Doctor review: A doctor home visit was conducted to assess overall progress and confirm that the pace of return to activity was appropriate. No concerns were identified that required specialist follow-up ahead of schedule.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item milestone\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-label\">Week 12 &#8211; Final Assessment<\/div>\n                    <div class=\"timeline-title\">Sustained Functional Improvement<\/div>\n                    <div class=\"timeline-body\">\n                        <p>At the 12-week assessment, the following outcomes were documented.<\/p>\n                        <ul>\n                            <li>Personal care remained fully independent<\/li>\n                            <li>Walking tolerance had increased to approximately 330 metres, more than double the baseline<\/li>\n                            <li>Lower-limb strength had improved based on standardized assessment<\/li>\n                            <li>Balance had improved, with greater confidence during ambulation<\/li>\n                            <li>Fatigue was better controlled with the pacing structure in place<\/li>\n                            <li>Respiratory symptoms remained stable with no acute exacerbation<\/li>\n                            <li>No fall-related hospitalization had occurred during the 12-week period<\/li>\n                            <li>Neurological symptoms remained stable and under ongoing monitoring<\/li>\n                            <li>Rheumatology and pulmonology follow-up visits were continuing as scheduled<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"alert alert-blue\">\n                <span class=\"alert-label\">Understanding the Outcome<\/span>\n                The improvement documented at 12 weeks represented functional recovery and physical reconditioning following the acute illness and hospitalization. It did not represent elimination of the underlying EGPA. EGPA is a chronic systemic condition that requires ongoing specialist treatment and monitoring. The home healthcare program achieved what it was designed to achieve: it helped Simran regain functional ability while the medical treatment addressed the underlying disease. These are parallel processes, and conflating them would create unrealistic expectations for patients and families reading this case study.\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Clinical Evidence Tables -->\n            <h2 class=\"section-heading\">Clinical Evidence<\/h2>\n\n            <h3 class=\"sub-heading\">Vital Signs at First Home Assessment<\/h3>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Parameter<\/th>\n                            <th>Value<\/th>\n                            <th>Clinical Interpretation<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Blood Pressure<\/td>\n                            <td>126\/78 mmHg<\/td>\n                            <td>Within normal range<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Heart Rate<\/td>\n                            <td>84 bpm<\/td>\n                            <td>Normal sinus rhythm<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Respiratory Rate<\/td>\n                            <td>18\/min<\/td>\n                            <td>Normal at rest<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Temperature<\/td>\n                            <td>98.2 degrees F<\/td>\n                            <td>Afebrile<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>SpO2<\/td>\n                            <td>97% on room air<\/td>\n                            <td>Adequate oxygenation<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3 class=\"sub-heading\">Walking Tolerance Progression<\/h3>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Time Point<\/th>\n                            <th>Approximate Walking Distance<\/th>\n                            <th>Change From Baseline<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Baseline (Week 0)<\/td>\n                            <td>160 metres<\/td>\n                            <td>Reference point<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Week 6<\/td>\n                            <td>220 metres<\/td>\n                            <td>+60 metres (+37.5%)<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Week 12<\/td>\n                            <td>330 metres<\/td>\n                            <td>+170 metres (+106%)<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <h3 class=\"sub-heading\">Functional Status Summary<\/h3>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Functional Domain<\/th>\n                            <th>Baseline (Week 0)<\/th>\n                            <th>Week 12<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Indoor Walking<\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Outdoor Walking<\/td>\n                            <td>Supervision Required<\/td>\n                            <td>Improved, Longer Distances<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Stair Use<\/td>\n                            <td>Slow, Independent<\/td>\n                            <td>Improved Confidence<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Basic ADL (Feeding, Dressing, Bathing)<\/td>\n                            <td>Independent<\/td>\n                            <td>Independent<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Heavy Household Work<\/td>\n                            <td>Assistance Required<\/td>\n                            <td>Assistance Still Required<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Prolonged Standing<\/td>\n                            <td>Difficult<\/td>\n                            <td>Improved but Limited<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Boutique Work<\/td>\n                            <td>Unable<\/td>\n                            <td>Light Administrative Tasks<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Fatigue Level<\/td>\n                            <td>Significant<\/td>\n                            <td>Better Controlled<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Falls During Care Period<\/td>\n                            <td>N\/A<\/td>\n                            <td>None<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Medical Authority -->\n            <h2 class=\"section-heading\">Medical Authority<\/h2>\n\n            <div class=\"author-section\">\n                <div class=\"author-grid\">\n                    <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya, MBBS - Geriatric Medicine Specialist\" class=\"author-img\">\n                    <div>\n                        <div class=\"author-name\">Dr. Ekta Fageriya, MBBS<\/div>\n                        <div class=\"author-details\">\n                            <strong>RMC Registration No.:<\/strong> 44780<br>\n                            <strong>Specialization:<\/strong> Geriatric Medicine<br>\n                            <strong>Clinical Experience:<\/strong> 7 Years\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Supporting Clinical Documents -->\n            <h2 class=\"section-heading\">Supporting Clinical Documents<\/h2>\n\n            <p>The following categories of clinical documentation informed this case study. Specific values and details from individual reports are referenced in the relevant sections above.<\/p>\n\n            <div class=\"card\">\n                <div class=\"card-header\">\n                    <div class=\"card-icon blue\"><i data-lucide=\"file-text\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                    <span class=\"card-title\">Referenced Documentation<\/span>\n                <\/div>\n                <ul class=\"check-list\">\n                    <li><span class=\"check-icon\"><i data-lucide=\"file-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Hospital discharge summary detailing admission diagnosis, treatment course, and discharge medications<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"file-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Blood investigation reports including eosinophil count and inflammatory markers<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"file-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Specialist evaluation notes from rheumatology, pulmonology, and neurology teams<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"file-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Home nursing assessment records and daily monitoring logs<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"file-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Physiotherapy progress notes and functional assessments<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"file-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Medication records and adherence documentation<\/li>\n                    <li><span class=\"check-icon\"><i data-lucide=\"file-check\" style=\"width:18px;height:18px;\"><\/i><\/span>Family symptom monitoring records<\/li>\n                <\/ul>\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Recovery Outcome -->\n            <h2 class=\"section-heading\">Recovery Outcome<\/h2>\n\n            <h3 class=\"sub-heading\">Mobility<\/h3>\n            <p>Walking tolerance improved from approximately 160 metres at baseline to approximately 330 metres at 12 weeks. Stair confidence improved. Indoor walking remained independent throughout. Outdoor walking improved from requiring supervision to longer distances with greater confidence. No falls occurred during the 12-week care period.<\/p>\n\n            <h3 class=\"sub-heading\">Respiratory Status<\/h3>\n            <p>Respiratory symptoms remained stable throughout the home care period. Exertional breathlessness was still present during faster walking but settled with rest. No acute asthma exacerbation occurred. No respiratory infection was identified. Oxygen saturation remained adequate at all recorded assessments.<\/p>\n\n            <h3 class=\"sub-heading\">Neurological Status<\/h3>\n            <p>Foot numbness and tingling remained present but did not progress during the 12-week period. No new weakness developed. No foot drop was observed. Walking stability improved with the balance and strengthening exercises, despite the persistent sensory changes in the feet.<\/p>\n\n            <h3 class=\"sub-heading\">Fatigue<\/h3>\n            <p>Fatigue improved from &#8220;significant&#8221; at baseline to &#8220;better controlled&#8221; at 12 weeks. The structured pacing approach helped Simran manage her energy more effectively. She was able to complete short household activities and light boutique tasks without the excessive exhaustion she experienced initially.<\/p>\n\n            <h3 class=\"sub-heading\">Functional Independence<\/h3>\n            <p>Basic activities of daily living (feeding, dressing, bathing, grooming, toileting) remained independent throughout. Simran progressed from being unable to work at all to managing light administrative boutique tasks. Heavy household work and prolonged standing still required assistance at 12 weeks.<\/p>\n\n            <h3 class=\"sub-heading\">Remaining Challenges<\/h3>\n            <p>At the end of the 12-week home care period, several challenges remained. The underlying EGPA was still present and required ongoing specialist treatment. Foot numbness was still present and required continued neurological monitoring. Fatigue, while better controlled, had not resolved. Heavy physical tasks still required assistance. Full return to boutique work with its demands of prolonged standing and stock handling had not yet been achieved.<\/p>\n\n            <h3 class=\"sub-heading\">Long-Term Care<\/h3>\n            <p>The home care plan transitioned to a maintenance phase with continued specialist follow-up in rheumatology and pulmonology, ongoing neurological monitoring, continued physiotherapy at a reduced frequency, medication adherence support, and family vigilance for signs of disease flare or new complications. The family understood that EGPA is a long-term condition and that the improvement achieved through home care represented functional recovery, not a cure.<\/p>\n\n            <hr class=\"sep\">\n\n            <!-- Key Clinical Learnings -->\n            <h2 class=\"section-heading\">Key Clinical Learnings<\/h2>\n\n            <div class=\"card\">\n                <div class=\"card-header\">\n                    <div class=\"card-icon teal\"><i data-lucide=\"book-open\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                    <span class=\"card-title\">Clinical Insights From This Case<\/span>\n                <\/div>\n                <ol style=\"padding-left:20px;font-size:0.92rem;color:var(--text-secondary);line-height:1.9;\">\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">EGPA is a multisystem disease.<\/strong> Eosinophilic granulomatosis with polyangiitis is not simply a lung condition or a nerve condition. It is a systemic inflammatory vasculitis that can affect the respiratory tract, peripheral nerves, skin, musculoskeletal system, and other organs simultaneously. Home healthcare for EGPA must reflect this multisystem nature rather than focusing on a single organ.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Asthma and eosinophilia are common but not sufficient for diagnosis.<\/strong> While asthma and eosinophilia are characteristic features of EGPA, the diagnosis requires evidence of systemic vasculitic involvement affecting other organs. In Simran&#8217;s case, the peripheral neuropathy was a key feature that elevated the clinical picture from &#8220;difficult asthma&#8221; to &#8220;systemic vasculitis.&#8221;<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Peripheral nerve involvement changes the rehabilitation approach.<\/strong> When a patient has foot numbness from neuropathy, balance training and fall prevention become central to the physiotherapy plan, not just strength and endurance. The sensory deficit means the patient has less feedback from the feet during walking, which affects balance and gait in ways that pure weakness does not.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Normal rest vitals do not equal functional recovery.<\/strong> A patient with EGPA can have perfectly normal vital signs while sitting in a chair but be unable to walk 200 metres, stand for 15 minutes, or manage a work day. Functional assessment is essential and cannot be replaced by vital sign monitoring alone.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Fatigue pacing is a clinical intervention, not just advice.<\/strong> In systemic vasculitis, fatigue is driven by inflammation, medications, deconditioning, and often sleep disruption. Teaching structured energy conservation with planned rest and graded activity increase is an evidence-based approach that produces measurable functional improvement.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Medication adherence in chronic vasculitis affects outcomes.<\/strong> EGPA requires long-term immunomodulatory treatment. Non-adherence can lead to disease flare, organ damage, and potentially life-threatening complications. Home healthcare provides a structured mechanism for monitoring and reinforcing adherence that OPD visits alone cannot match.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Infection prevention is a safety priority, not a lifestyle suggestion.<\/strong> Immunosuppressive treatment for vasculitis increases infection risk. For a patient who also has asthma and respiratory involvement, a respiratory infection is not just an inconvenience. It can trigger an asthma exacerbation, delay functional recovery, and in severe cases become life-threatening. Hand hygiene, exposure avoidance, and early reporting of fever symptoms are clinical safety measures.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">New neurological deficits require urgent reporting.<\/strong> Peripheral neuropathy in vasculitis can progress if the underlying inflammation is not controlled. New weakness, spreading numbness, or foot drop are not expected recovery symptoms. They are potential signs of disease progression that require same-day specialist communication.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Functional improvement does not mean disease resolution.<\/strong> The walking distance improvement, fatigue reduction, and return to light work documented in this case represent physical reconditioning and symptom management. They do not mean the EGPA is gone. This distinction must be clearly communicated to patients and families to maintain appropriate treatment adherence and follow-up.<\/li>\n                    <li style=\"margin-bottom:10px;\"><strong style=\"color:var(--text);\">Home healthcare complements but does not replace specialist care.<\/strong> The home care team monitored, supported, and rehabilitated. They did not diagnose, did not change medications, and did not make treatment decisions. The rheumatology, pulmonology, and neurology specialists retained full responsibility for the medical management of EGPA. Home healthcare operated within that framework, not outside it.<\/li>\n                <\/ol>\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- FAQs -->\n            <section class=\"faq-section\">\n                <h2 class=\"section-heading\">Frequently Asked Questions<\/h2>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>What is eosinophilic granulomatosis with polyangiitis?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>EGPA is a rare inflammatory disease in which blood-vessel inflammation can affect multiple organs. It is commonly associated with asthma and increased eosinophils, a type of white blood cell. The disease can involve the lungs, sinuses, peripheral nerves, skin, heart, and other organ systems. It requires long-term medical management under specialist supervision.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>Can EGPA affect the nerves?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Yes. Peripheral nerve involvement is one of the more common extra-pulmonary manifestations of EGPA. It can cause numbness, tingling, weakness, and difficulty walking. In some cases, it can lead to foot drop, where the patient cannot lift the front part of the foot. Any new or worsening neurological symptoms in a patient with EGPA should be reported to the treating specialist promptly.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>Can physiotherapy help during EGPA recovery?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Appropriately supervised physiotherapy can help improve strength, balance, endurance, and functional independence after an acute illness or period of reduced activity. In EGPA, physiotherapy must be carefully paced to account for respiratory limitations, fatigue, and peripheral neuropathy. Exercise intensity should be adjusted based on daily symptoms rather than following a rigid protocol.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>Why is fatigue management important in EGPA?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Inflammation, respiratory disease, medications (particularly corticosteroids), and reduced physical conditioning can all contribute to fatigue in EGPA. Without structured management, patients often alternate between overexertion and crash, which delays recovery. Pacing and planned rest can help patients gradually increase activity in a sustainable way.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>What respiratory symptoms should caregivers monitor at home?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Caregivers should watch for increasing breathlessness (particularly if it occurs at rest or with less activity than before), new or worsening wheezing, persistent cough, chest tightness, fever, or a significant reduction in exercise tolerance. Any of these findings should be reported to the medical team. In a patient on immunosuppressive treatment, even a low-grade fever warrants prompt evaluation.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>Why is medication adherence important in EGPA?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>EGPA often requires long-term specialist-directed treatment to control inflammation and reduce the risk of organ damage or relapse. Skipping doses or stopping medications without medical guidance can lead to disease flare, which may cause new organ involvement or worsen existing damage. Medication changes should only be made by the treating specialist.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>Can EGPA be cured?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>EGPA is a chronic condition. Treatment aims to control inflammation, achieve remission when possible, prevent organ damage, and maintain quality of life. Some patients achieve long-term remission, but the disease can relapse even after periods of stability. Ongoing specialist follow-up is essential regardless of how well the patient feels.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>When should urgent medical attention be sought for an EGPA patient at home?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Severe breathing difficulty that does not improve with rest or prescribed reliever medication, rapidly worsening weakness in any limb, chest pain, confusion or altered consciousness, major neurological changes such as sudden foot drop or loss of sensation, significant oxygen desaturation (below 93% on room air), or any other severe acute symptoms require urgent medical evaluation. These situations warrant immediate hospital contact rather than waiting for a scheduled home visit.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>What role does home healthcare play in EGPA recovery?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Home healthcare in EGPA provides structured monitoring of respiratory and neurological status, supports medication adherence, delivers physiotherapy for functional reconditioning, implements fatigue management strategies, teaches infection prevention, and educates the family on warning signs. It fills the gap between hospital discharge and specialist OPD visits, where early signs of deterioration or complication might otherwise go unrecognized. It complements but does not replace specialist medical care.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\">\n                        <span>Is home healthcare safe for a patient with a rare condition like EGPA?<\/span>\n                        <span class=\"faq-arrow\"><i data-lucide=\"chevron-down\" style=\"width:20px;height:20px;\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Home healthcare can be safe for a patient with EGPA when certain conditions are met. The patient must be medically stable at the time of discharge. There must be a clear plan for what to monitor, what to report, and when to call for medical help. The home care team must understand the specific risks of EGPA, including respiratory deterioration and neurological progression. Specialist follow-up must be in place. And the family must be educated on emergency triggers. When these elements are in place, <a href=\"https:\/\/athomecare.in\/is-home-nursing-medically-safe-for-senior-citizens-a-doctor-explains-when-it-works-and-when-it-doesnt\/\" style=\"color:var(--primary);\">home nursing can be a safe and effective care setting<\/a> for post-hospitalization recovery.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <hr class=\"sep\">\n\n            <!-- Contact Information -->\n            <h2 class=\"section-heading\">Contact Information<\/h2>\n\n            <div class=\"contact-section\">\n                <div class=\"contact-grid\">\n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\"><i data-lucide=\"building-2\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                        <div>\n                            <div class=\"contact-label\">Corporate Office<\/div>\n                            <div class=\"contact-value\">Unit No. 703, 7th Floor, ILD Trade Centre<br>D1 Block, Malibu Town, Sector 47<br>Maholi, Haryana 122018<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\"><i data-lucide=\"phone\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                        <div>\n                            <div class=\"contact-label\">Phone<\/div>\n                            <div class=\"contact-value\"><a href=\"tel:9910823218\">9910823218<\/a><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\"><i data-lucide=\"mail\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                        <div>\n                            <div class=\"contact-label\">Email<\/div>\n                            <div class=\"contact-value\"><a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\"><i data-lucide=\"globe\" style=\"width:20px;height:20px;\"><\/i><\/div>\n                        <div>\n                            <div class=\"contact-label\">Website<\/div>\n                            <div class=\"contact-value\"><a href=\"https:\/\/athomecare.in\/\">athomecare.in<\/a><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <hr class=\"sep\">\n\n            <!-- Medical Disclaimer -->\n            <div class=\"disclaimer\">\n                <div class=\"disclaimer-label\">Medical Disclaimer<\/div>\n                <p>This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.<\/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 or specialist medical management.<\/p>\n                <p style=\"margin-top:10px;\">If you or someone you know is experiencing symptoms similar to those described in this case study, please consult a qualified physician. Do not attempt to self-diagnose or self-treat based on this information.<\/p>\n            <\/div>\n\n            <!-- Related Services -->\n            <h2 class=\"section-heading\">Related Services<\/h2>\n\n            <div class=\"two-col\">\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"heart-pulse\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing Services<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Professional nursing care at home for post-hospitalization recovery, vital monitoring, and clinical support.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"users\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Comprehensive patient care including daily living assistance, companionship, and functional support at home.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"dumbbell\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">Physiotherapy at Home<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Expert physiotherapy for rehabilitation, strength recovery, balance training, and functional improvement.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data=\"lucide=\"stethoscope\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">Doctor Home Visit<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Qualified doctors available for home visits when clinical assessment beyond nursing scope is required.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"user-check\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">Patient Care Taker<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Trained attendants for daily activity support, mobility assistance, and household help during recovery.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"monitor\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">Medical Equipment Rental<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Clinical-grade medical equipment on rent for home monitoring, rehabilitation, and patient comfort.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"map-pin\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/chandigarh\/patient-care\/\">Patient Care in Chandigarh\/Mohali<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Dedicated home healthcare services for patients in Chandigarh, Mohali, and Panchkula region.<\/p>\n                <\/div>\n                <div class=\"col-card\">\n                    <h4><i data-lucide=\"shield-check\" style=\"width:16px;height:16px;color:var(--primary);\"><\/i> <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\">Home Healthcare Chandigarh Tricity<\/a><\/h4>\n                    <p style=\"font-size:0.85rem;color:var(--text-secondary);margin-bottom:0;\">Complete home healthcare spectrum covering nursing, physiotherapy, and attendant services in the tricity area.<\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/main>\n\n<!-- Footer -->\n<footer class=\"site-footer\">\n    <div class=\"container\">\n        <p>This case study is fictional and for educational purposes only. It does not represent a real patient.<\/p>\n        <p style=\"margin-top:6px;\">AtHomeCare | Trusted Home Healthcare Across India | <a href=\"tel:9910823218\">9910823218<\/a><\/p>\n        <p style=\"margin-top:6px;\">Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47, Maholi, Haryana 122018<\/p>\n    <\/div>\n<\/footer>\n\n<script>\n    \/\/ Initialize Lucide icons\n    lucide.createIcons();\n\n    \/\/ FAQ Accordion\n    document.querySelectorAll('.faq-question').forEach(function(button) {\n        button.addEventListener('click', function() {\n            var item = this.parentElement;\n            var isOpen = item.classList.contains('open');\n\n            \/\/ Close all other items\n            document.querySelectorAll('.faq-item').forEach(function(otherItem) {\n                otherItem.classList.remove('open');\n                otherItem.querySelector('.faq-question').setAttribute('aria-expanded', 'false');\n            });\n\n            \/\/ Toggle current item\n            if (!isOpen) {\n                item.classList.add('open');\n                this.setAttribute('aria-expanded', 'true');\n            }\n        });\n    });\n\n    \/\/ Scroll-based animation for sections\n    var observerOptions = {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n    };\n\n    var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('animate-in');\n                observer.unobserve(entry.target);\n            }\n        });\n    }, observerOptions);\n\n    document.querySelectorAll('.card, .scenario-card, .doctor-card, .clinical-note, .alert, .table-wrapper, .author-section, .contact-section').forEach(function(el) {\n        el.style.opacity = '0';\n        el.style.transform = 'translateY(16px)';\n        observer.observe(el);\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n        anchor.addEventListener('click', function(e) {\n            var targetId = this.getAttribute('href');\n            if (targetId && targetId !== '#') {\n                e.preventDefault();\n                var target = document.querySelector(targetId);\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            }\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home &#8250; Mohali Services &#8250; EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory&#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":"normal","_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-584","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=\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \u203a Mohali Services \u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory\" \/>\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\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \u203a Mohali Services \u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-20T06:49:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-20T06:49:38+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \u203a Mohali Services \u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory\" \/>\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\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#blogposting\",\"name\":\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali\",\"headline\":\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#articleImage\"},\"datePublished\":\"2026-08-20T06:49:34+00:00\",\"dateModified\":\"2026-08-20T06:49:38+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#listItem\",\"name\":\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#listItem\",\"position\":3,\"name\":\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/\",\"name\":\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali\",\"description\":\"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \\u203a Mohali Services \\u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-20T06:49:34+00:00\",\"dateModified\":\"2026-08-20T06:49:38+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":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali","description":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \u203a Mohali Services \u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory","canonical_url":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#blogposting","name":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali","headline":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#articleImage"},"datePublished":"2026-08-20T06:49:34+00:00","dateModified":"2026-08-20T06:49:38+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#listItem","name":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#listItem","position":3,"name":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#webpage","url":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/","name":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali","description":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \u203a Mohali Services \u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-20T06:49:34+00:00","dateModified":"2026-08-20T06:49:38+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":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali","og:description":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \u203a Mohali Services \u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory","og:url":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/","article:published_time":"2026-08-20T06:49:34+00:00","article:modified_time":"2026-08-20T06:49:38+00:00","twitter:card":"summary_large_image","twitter:title":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali - mohali","twitter:description":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali AtHomeCare | Trusted Home Healthcare Across India Emergency: 9910823218 AtHomeCare Clinical Case Study Home \u203a Mohali Services \u203a EGPA Home Care Case Study Clinical Case Study Eosinophilic Granulomatosis With Polyangiitis Recovery and Functional Reconditioning in Mohali A detailed clinical documentation of how structured home healthcare supported respiratory"},"aioseo_meta_data":{"post_id":"584","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-20 06:47:54","updated":"2026-08-20 07:43:50","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tEosinophilic Granulomatosis With Polyangiitis Home Care in Mohali\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Eosinophilic Granulomatosis With Polyangiitis Home Care in Mohali","link":"https:\/\/athomecare.in\/mohali\/eosinophilic-granulomatosis-with-polyangiitis-home-care-in-mohali\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/584","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=584"}],"version-history":[{"count":4,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/584\/revisions"}],"predecessor-version":[{"id":588,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/584\/revisions\/588"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=584"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=584"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}