{"id":428,"date":"2026-08-07T07:19:18","date_gmt":"2026-08-07T07:19:18","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=428"},"modified":"2026-08-07T07:19:19","modified_gmt":"2026-08-07T07:19:19","slug":"autoimmune-autonomic-ganglionopathy-home-care-patient-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/","title":{"rendered":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study<\/title>\n    <meta name=\"description\" content=\"Learn how multidisciplinary home healthcare supported recovery and rehabilitation for Autoimmune Autonomic Ganglionopathy through this fictional educational patient case study.\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/autoimmune-autonomic-ganglionopathy-home-care-case-study-mohali\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <meta property=\"og:title\" content=\"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study\">\n    <meta property=\"og:description\" content=\"Learn how multidisciplinary home healthcare supported recovery and rehabilitation for Autoimmune Autonomic Ganglionopathy through this fictional educational patient case study.\">\n    <meta property=\"og:type\" content=\"article\">\n    <meta property=\"og:url\" content=\"https:\/\/athomecare.in\/autoimmune-autonomic-ganglionopathy-home-care-case-study-mohali\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Source+Serif+4:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        primary: { 50:'#f0f9ff',100:'#e0f2fe',200:'#bae6fd',300:'#7dd3fc',400:'#38bdf8',500:'#0ea5e9',600:'#0284c7',700:'#0369a1',800:'#075985',900:'#0c4a6e' },\n                        clinical: { bg:'#f8fafc', card:'#ffffff', border:'#e2e8f0', muted:'#64748b', text:'#1e293b', light:'#94a3b8' },\n                        alert: { info:'#dbeafe', warn:'#fef3c7', success:'#d1fae5', danger:'#fee2e2' }\n                    },\n                    fontFamily: {\n                        body: ['Inter', 'system-ui', 'sans-serif'],\n                        serif: ['Source Serif 4', 'Georgia', 'serif']\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        body { font-family: 'Inter', system-ui, sans-serif; background: #f8fafc; color: #1e293b; }\n        .font-serif { font-family: 'Source Serif 4', Georgia, serif; }\n        .hero-gradient { background: linear-gradient(135deg, #075985 0%, #0369a1 40%, #0ea5e9 100%); }\n        .section-divider { height: 3px; background: linear-gradient(to right, #0ea5e9, #0369a1, transparent); border: none; }\n        .card-hover { transition: all 0.3s ease; }\n        .card-hover:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }\n        .timeline-line { position: absolute; left: 24px; top: 48px; bottom: 0; width: 2px; background: linear-gradient(to bottom, #0ea5e9, #e2e8f0); }\n        @media (max-width: 768px) { .timeline-line { left: 16px; } }\n        table { border-collapse: collapse; width: 100%; }\n        th { background: #075985; color: white; padding: 12px 16px; text-align: left; font-weight: 500; font-size: 0.875rem; }\n        td { padding: 10px 16px; border-bottom: 1px solid #e2e8f0; font-size: 0.9rem; }\n        tr:nth-child(even) { background: #f8fafc; }\n        tr:hover { background: #f0f9ff; }\n        .alert-box { border-left: 4px solid; padding: 16px 20px; border-radius: 0 8px 8px 0; margin: 20px 0; }\n        .alert-info { border-color: #0284c7; background: #f0f9ff; }\n        .alert-warn { border-color: #d97706; background: #fffbeb; }\n        .alert-success { border-color: #059669; background: #ecfdf5; }\n        .alert-danger { border-color: #dc2626; background: #fef2f2; }\n        .doctor-card { background: linear-gradient(135deg, #f0f9ff, #ffffff); border: 1px solid #bae6fd; }\n        .faq-item { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; margin-bottom: 12px; }\n        .faq-question { padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #ffffff; font-weight: 500; transition: background 0.2s; }\n        .faq-question:hover { background: #f0f9ff; }\n        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 20px; background: #f8fafc; }\n        .faq-answer.open { max-height: 500px; padding: 16px 20px; }\n        .risk-indicator { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 500; }\n        .risk-high { background: #fee2e2; color: #991b1b; }\n        .risk-moderate { background: #fef3c7; color: #92400e; }\n        .risk-low { background: #d1fae5; color: #065f46; }\n        .scroll-indicator { animation: bounce 2s infinite; }\n        @keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }\n        .nav-link { position: relative; }\n        .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #0ea5e9; transition: width 0.3s; }\n        .nav-link:hover::after { width: 100%; }\n        a { text-decoration: none; color: #0369a1; }\n        a:hover { text-decoration: underline; }\n        @media print { .no-print { display: none !important; } }\n    <\/style>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Home Care for Autoimmune Autonomic Ganglionopathy: A Fictional Patient Case Study\",\n        \"description\": \"Learn how multidisciplinary home healthcare supported recovery and rehabilitation for Autoimmune Autonomic Ganglionopathy through this fictional educational patient case study.\",\n        \"url\": \"https:\/\/athomecare.in\/autoimmune-autonomic-ganglionopathy-home-care-case-study-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Autoimmune Autonomic Ganglionopathy\"\n        },\n        \"audience\": {\n            \"@type\": \"PeopleAudience\",\n            \"audienceType\": \"Patients, Caregivers, Healthcare Professionals\"\n        },\n        \"genre\": \"Case Study\",\n        \"isAccessibleForFree\": true\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\"@type\":\"Question\",\"name\":\"Can Autoimmune Autonomic Ganglionopathy be managed at home?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. After stabilization in a hospital setting, patients with AAG can benefit significantly from home nursing, physiotherapy, medication monitoring, hydration management, and regular neurological follow-up at home.\"}},\n            {\"@type\":\"Question\",\"name\":\"Why does Autoimmune Autonomic Ganglionopathy cause dizziness?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AAG affects the autonomic nervous system, which controls involuntary body functions including blood pressure regulation. When a person stands up, the body normally constricts blood vessels to maintain blood flow to the brain. In AAG, this reflex is impaired, causing blood pressure to drop and leading to dizziness or fainting.\"}},\n            {\"@type\":\"Question\",\"name\":\"Why is hydration important in Autoimmune Autonomic Ganglionopathy?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Proper hydration increases blood volume, which helps maintain blood pressure stability and reduces the severity of orthostatic hypotension symptoms.\"}},\n            {\"@type\":\"Question\",\"name\":\"Is physiotherapy helpful for Autoimmune Autonomic Ganglionopathy patients?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Physiotherapy improves balance, walking endurance, lower limb muscle strength, and postural stability. It also builds patient confidence and reduces the risk of falls during recovery.\"}},\n            {\"@type\":\"Question\",\"name\":\"What warning signs require urgent medical attention in AAG patients?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Repeated fainting episodes, severe dizziness, chest pain, breathing difficulty, inability to pass urine, or sudden worsening of neurological symptoms require immediate medical evaluation.\"}},\n            {\"@type\":\"Question\",\"name\":\"Why are home doctor visits beneficial for AAG patients?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Home visits allow healthcare professionals to monitor recovery in the patient's actual living environment, review medications, assess autonomic function, and educate caregivers without requiring the patient to travel.\"}},\n            {\"@type\":\"Question\",\"name\":\"Can AAG patients return to independent living?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Many patients regain substantial independence through early diagnosis, appropriate immunomodulatory treatment, structured rehabilitation, and comprehensive home healthcare support.\"}},\n            {\"@type\":\"Question\",\"name\":\"How long does recovery from Autoimmune Autonomic Ganglionopathy take?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Recovery varies significantly between patients. Some show improvement within weeks of starting immunomodulatory therapy, while others may require months of ongoing treatment and rehabilitation. Long-term follow-up is essential.\"}},\n            {\"@type\":\"Question\",\"name\":\"What role do compression stockings play in AAG management?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Compression stockings help prevent blood from pooling in the legs when standing, which improves venous return to the heart and helps reduce the severity of orthostatic blood pressure drops.\"}},\n            {\"@type\":\"Question\",\"name\":\"Why is blood pressure monitoring done in both lying and standing positions?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AAG primarily affects postural blood pressure regulation. Measuring blood pressure in both positions helps assess the severity of orthostatic hypotension, guide treatment adjustments, and track recovery progress over time.\"}}\n        ]\n    }\n    <\/script>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Navigation -->\n<nav class=\"no-print bg-white border-b border-clinical-border sticky top-0 z-50 shadow-sm\">\n    <div class=\"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8\">\n        <div class=\"flex items-center justify-between h-14\">\n            <a href=\"https:\/\/athomecare.in\/\" class=\"flex items-center gap-2 text-primary-700 font-semibold text-lg no-underline flex-shrink-0\">\n                <i data-lucide=\"heart-pulse\" class=\"w-5 h-5\"><\/i>\n                <span>AtHomeCare<\/span>\n            <\/a>\n            <div class=\"hidden md:flex items-center h-14\">\n                <a href=\"https:\/\/athomecare.in\/\" class=\"nav-link text-clinical-muted hover:text-primary-700 no-underline text-sm px-4 h-14 flex items-center\">Home<\/a>\n                <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"nav-link text-clinical-muted hover:text-primary-700 no-underline text-sm px-4 h-14 flex items-center\">Nursing<\/a>\n                <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"nav-link text-clinical-muted hover:text-primary-700 no-underline text-sm px-4 h-14 flex items-center\">Physiotherapy<\/a>\n                <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"nav-link text-clinical-muted hover:text-primary-700 no-underline text-sm px-4 h-14 flex items-center\">Patient Care<\/a>\n                <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"nav-link text-clinical-muted hover:text-primary-700 no-underline text-sm px-4 h-14 flex items-center\">Doctor Visit<\/a>\n            <\/div>\n            \n            <button id=\"mobileMenuBtn\" class=\"md:hidden p-2 rounded-lg hover:bg-clinical-bg ml-2\">\n                <i data-lucide=\"menu\" class=\"w-5 h-5 text-clinical-text\"><\/i>\n            <\/button>\n        <\/div>\n    <\/div>\n    <div id=\"mobileMenu\" class=\"hidden md:hidden border-t border-clinical-border bg-white\">\n        <div class=\"px-4 py-3 space-y-1\">\n            <a href=\"https:\/\/athomecare.in\/\" class=\"block py-2.5 px-3 text-sm text-clinical-text no-underline rounded-lg hover:bg-primary-50\">Home<\/a>\n            <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"block py-2.5 px-3 text-sm text-clinical-text no-underline rounded-lg hover:bg-primary-50\">Nursing<\/a>\n            <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"block py-2.5 px-3 text-sm text-clinical-text no-underline rounded-lg hover:bg-primary-50\">Physiotherapy<\/a>\n            <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"block py-2.5 px-3 text-sm text-clinical-text no-underline rounded-lg hover:bg-primary-50\">Patient Care<\/a>\n            <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"block py-2.5 px-3 text-sm text-clinical-text no-underline rounded-lg hover:bg-primary-50\">Doctor Visit<\/a>            \n        <\/div>\n    <\/div>\n<\/nav>\n\n    <!-- Hero Section -->\n    <header class=\"hero-gradient text-white\">\n        <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 py-12 md:py-20\">\n            <div class=\"flex items-center gap-2 text-primary-200 text-sm mb-6\">\n                <i data-lucide=\"file-text\" class=\"w-4 h-4\"><\/i>\n                <span>Patient Case Study<\/span>\n                <span class=\"mx-1\">\/<\/span>\n                <span>Neurological Rehabilitation<\/span>\n            <\/div>\n            <h1 class=\"font-serif text-3xl sm:text-4xl md:text-5xl font-700 leading-tight mb-6 max-w-4xl\">\n                Home Care for Autoimmune Autonomic Ganglionopathy\n            <\/h1>\n            <p class=\"text-primary-100 text-base md:text-lg leading-relaxed max-w-3xl mb-10\">\n                A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed with a rare autoimmune neurological disorder affecting the autonomic nervous system.\n            <\/p>\n\n            <div class=\"grid grid-cols-2 sm:grid-cols-3 md:grid-cols-6 gap-3 md:gap-4\">\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-3 md:p-4\">\n                    <p class=\"text-primary-200 text-xs mb-1\">Patient Age<\/p>\n                    <p class=\"text-white font-semibold text-lg\">66 Years<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-3 md:p-4\">\n                    <p class=\"text-primary-200 text-xs mb-1\">Gender<\/p>\n                    <p class=\"text-white font-semibold text-lg\">Male<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-3 md:p-4\">\n                    <p class=\"text-primary-200 text-xs mb-1\">Location<\/p>\n                    <p class=\"text-white font-semibold text-lg\">Mohali<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-3 md:p-4\">\n                    <p class=\"text-primary-200 text-xs mb-1\">Primary Condition<\/p>\n                    <p class=\"text-white font-semibold text-sm leading-tight\">Autoimmune Autonomic Ganglionopathy<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-3 md:p-4\">\n                    <p class=\"text-primary-200 text-xs mb-1\">Duration of Care<\/p>\n                    <p class=\"text-white font-semibold text-lg\">12 Weeks<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-3 md:p-4\">\n                    <p class=\"text-primary-200 text-xs mb-1\">Clinical Outcome<\/p>\n                    <p class=\"text-white font-semibold text-sm leading-tight\">Improved Mobility, No Falls, No Readmission<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"mt-8 flex items-center gap-2 text-primary-200 text-sm scroll-indicator\">\n                <a href=\"tel:9910823218\" class=\"bg-primary-700 text-white px-4 py-2 rounded-lg hover:bg-primary-800 no-underline text-sm font-medium flex-shrink-0\">Call 9910823218<\/a>\n            <button id=\"mobileMenuBtn\" class=\"md:hidden p-2 rounded-lg hover:bg-clinical-bg ml-2\">\n                <i data-lucide=\"menu\" class=\"w-5 h-5 text-clinical-text\"><\/i>\n            <\/button>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Disclaimer Banner -->\n    <div class=\"bg-amber-50 border-b border-amber-200\">\n        <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 py-3\">\n            <div class=\"flex items-start gap-3\">\n                <i data-lucide=\"info\" class=\"w-5 h-5 text-amber-600 mt-0.5 flex-shrink-0\"><\/i>\n                <p class=\"text-amber-800 text-sm leading-relaxed\">\n                    <strong>Fictional Case Study:<\/strong> This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Main Content -->\n    <main class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 py-10 md:py-16\">\n\n        <!-- Table of Contents -->\n        <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-12 no-print\">\n            <h2 class=\"text-lg font-semibold text-clinical-text mb-4 flex items-center gap-2\">\n                <i data-lucide=\"list\" class=\"w-5 h-5 text-primary-600\"><\/i>\n                Table of Contents\n            <\/h2>\n            <div class=\"grid sm:grid-cols-2 gap-2\">\n                <a href=\"#patient-background\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">01<\/span> Patient Background<\/a>\n                <a href=\"#clinical-diagnosis\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">02<\/span> Clinical Diagnosis<\/a>\n                <a href=\"#hospital-treatment\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">03<\/span> Hospital Treatment<\/a>\n                <a href=\"#why-home-care\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">04<\/span> Why Home Healthcare Was Needed<\/a>\n                <a href=\"#home-care-plan\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">05<\/span> Home Care Plan<\/a>\n                <a href=\"#recovery-timeline\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">06<\/span> Recovery Timeline<\/a>\n                <a href=\"#clinical-evidence\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">07<\/span> Clinical Evidence<\/a>\n                <a href=\"#medical-authority\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">08<\/span> Medical Authority<\/a>\n                <a href=\"#recovery-outcome\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">09<\/span> Recovery Outcome<\/a>\n                <a href=\"#clinical-learnings\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">10<\/span> Key Clinical Learnings<\/a>\n                <a href=\"#faqs\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">11<\/span> Frequently Asked Questions<\/a>\n                <a href=\"#contact\" class=\"flex items-center gap-2 py-2 px-3 rounded-lg hover:bg-primary-50 text-sm text-clinical-text no-underline\"><span class=\"text-primary-400 font-medium\">12<\/span> Contact Information<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Section 1: Patient Background -->\n        <section id=\"patient-background\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">01<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Patient Background<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    Mr. Kuldeep Singh Dhillon, a 66-year-old retired mechanical engineer, lived with his wife Paramjit Kaur Dhillon (62) in Mohali, Punjab. His son Amandeep Singh Dhillon, an IT consultant based in Chandigarh, served as the secondary caregiver and was actively involved in coordinating his father&#8217;s medical care.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    Before his illness, Mr. Dhillon led an active retirement life. He managed routine household activities independently, maintained a regular walking schedule, and was socially engaged within his community. His daily routine included morning walks, gardening, and managing household errands.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    He had pre-existing medical conditions that were well managed. His Type 2 Diabetes Mellitus was controlled with oral medication and dietary modifications. He had a known Vitamin B12 deficiency for which he received periodic supplementation. He also had Benign Prostatic Hyperplasia managed with medication, and mild osteoarthritis in both knees that caused occasional discomfort but did not limit his mobility significantly.\n                <\/p>\n\n                <div class=\"alert-box alert-info\">\n                    <p class=\"text-sm text-primary-800 leading-relaxed\">\n                        <strong>Clinical Note:<\/strong> The presence of multiple comorbidities (diabetes, B12 deficiency, BPH, osteoarthritis) in an elderly patient with a new autonomic disorder adds layers of complexity to both diagnosis and rehabilitation. Each condition requires coordinated management to prevent complications during recovery.\n                    <\/p>\n                <\/div>\n\n                <h3 class=\"text-lg font-semibold text-clinical-text mt-8 mb-4\">How the Illness Began<\/h3>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    Over a period of nearly one year, Mr. Dhillon began experiencing a gradual onset of symptoms that initially seemed unrelated. He noticed persistent dizziness while standing, which he attributed to aging. He had repeated episodes of fainting, which were alarming but sporadic at first. His vision became blurred when he stood up quickly. His blood pressure started showing severe fluctuations that did not respond to his regular hypertension medication adjustments.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    Over time, additional symptoms emerged. He developed constipation that progressively worsened. He experienced urinary retention, requiring increased effort to empty his bladder. He felt excessive fatigue even after minimal activity. He noticed reduced sweating, which his family observed during warm weather when others were perspiring normally.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    Initially, he was treated by his primary physician for hypertension and vertigo. His medications were adjusted multiple times. However, despite these changes, his symptoms continued to worsen. The frequency of falls increased. He began having difficulty performing routine household activities such as cooking, bathing without assistance, and walking to nearby shops.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed\">\n                    The combination of frequent falls, worsening dizziness, and increasing dependency eventually led his family to seek specialized neurological evaluation, resulting in hospital admission to a tertiary neurology and autonomic disorders center.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <!-- Section 2: Clinical Diagnosis -->\n        <section id=\"clinical-diagnosis\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">02<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Clinical Diagnosis<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4\">Final Diagnosis: Autoimmune Autonomic Ganglionopathy (AAG)<\/h3>\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    Autoimmune Autonomic Ganglionopathy is a rare autoimmune neurological disorder in which the body&#8217;s immune system mistakenly attacks the autonomic ganglia. These are clusters of nerve cells that control involuntary body functions such as blood pressure regulation, heart rate, digestion, bladder function, and sweating. When these ganglia are damaged, the body loses its ability to regulate these automatic processes properly.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    AAG is considered a rare condition. Because its symptoms overlap with many more common conditions like essential hypertension, vertigo, diabetes-related neuropathy, and normal aging, it often goes undiagnosed for extended periods. This was the case with Mr. Dhillon, whose symptoms were initially attributed to hypertension and vertigo for several months.\n                <\/p>\n\n                <h3 class=\"text-lg font-semibold text-clinical-text mt-8 mb-4\">Diagnostic Investigations Performed<\/h3>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    During his 18-day hospital stay, the medical team conducted a comprehensive battery of tests to arrive at the diagnosis. Each test served a specific purpose in either confirming or ruling out potential causes of his symptoms.\n                <\/p>\n\n                <div class=\"overflow-x-auto mb-6\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Investigation<\/th>\n                                <th>Purpose<\/th>\n                                <th>Relevance to Diagnosis<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Comprehensive Autonomic Function Testing<\/td>\n                                <td>Evaluate the overall functioning of the autonomic nervous system<\/td>\n                                <td>Confirmed widespread autonomic dysfunction affecting multiple organ systems<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Tilt-Table Test<\/td>\n                                <td>Measure blood pressure and heart rate response to positional changes<\/td>\n                                <td>Demonstrated significant orthostatic hypotension confirming postural blood pressure dysregulation<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Ganglionic Acetylcholine Receptor (gAChR) Antibody Test<\/td>\n                                <td>Detect specific autoantibodies that target autonomic ganglia<\/td>\n                                <td>Positive result, confirming the autoimmune basis of the autonomic dysfunction<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Nerve Conduction Studies<\/td>\n                                <td>Assess the speed and strength of electrical signals in peripheral nerves<\/td>\n                                <td>Helped differentiate AAG from other peripheral neuropathies<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Autonomic Reflex Screening<\/td>\n                                <td>Evaluate specific autonomic reflexes including sweat production and heart rate variability<\/td>\n                                <td>Confirmed reduced sweating and abnormal heart rate responses<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">MRI Brain and Spine<\/td>\n                                <td>Rule out structural causes such as tumors, strokes, or spinal cord compression<\/td>\n                                <td>No structural abnormality found, supporting the diagnosis of a functional autoimmune disorder<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Electrocardiography (ECG)<\/td>\n                                <td>Assess cardiac rhythm and detect any cardiac involvement<\/td>\n                                <td>Stable cardiac rhythm, ruling out primary cardiac causes of syncope<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Extensive Laboratory Investigations<\/td>\n                                <td>Comprehensive metabolic, hematological, and immunological profiling<\/td>\n                                <td>Supported the autoimmune diagnosis and helped guide treatment planning<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <div class=\"alert-box alert-info\">\n                    <p class=\"text-sm text-primary-800 leading-relaxed\">\n                        <strong>Doctor Explanation:<\/strong> The gAChR antibody test is the most specific investigation for AAG. A positive result confirms that the patient&#8217;s immune system is producing antibodies that attack the autonomic ganglia. However, not all AAG patients test positive for these antibodies, which is why a combination of clinical assessment and multiple investigations is necessary for accurate diagnosis.\n                    <\/p>\n                <\/div>\n\n                <h3 class=\"text-lg font-semibold text-clinical-text mt-8 mb-4\">Associated Medical Conditions<\/h3>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    In addition to AAG, the following pre-existing conditions required coordinated management during his hospitalization and subsequent home rehabilitation:\n                <\/p>\n                <div class=\"grid sm:grid-cols-2 gap-4 mb-4\">\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <h4 class=\"font-medium text-clinical-text text-sm mb-1\">Type 2 Diabetes Mellitus<\/h4>\n                        <p class=\"text-clinical-muted text-sm\">Well controlled with oral medication. Required continued blood sugar monitoring during rehabilitation as diabetes can worsen autonomic neuropathy.<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <h4 class=\"font-medium text-clinical-text text-sm mb-1\">Vitamin B12 Deficiency<\/h4>\n                        <p class=\"text-clinical-muted text-sm\">Known deficiency requiring supplementation. B12 deficiency can cause neurological symptoms that overlap with AAG, making monitoring important.<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <h4 class=\"font-medium text-clinical-text text-sm mb-1\">Benign Prostatic Hyperplasia<\/h4>\n                        <p class=\"text-clinical-muted text-sm\">Already causing urinary symptoms. AAG-related autonomic dysfunction further worsened urinary retention, requiring careful bladder management.<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <h4 class=\"font-medium text-clinical-text text-sm mb-1\">Mild Osteoarthritis (Both Knees)<\/h4>\n                        <p class=\"text-clinical-muted text-sm\">Pre-existing joint stiffness and discomfort. Required consideration during physiotherapy planning to avoid aggravating knee symptoms.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 3: Hospital Treatment -->\n        <section id=\"hospital-treatment\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">03<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Hospital Treatment<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    Mr. Dhillon spent 18 days in the hospital. During this time, he received a combination of immunomodulatory treatments, supportive therapies, and comprehensive caregiver education. The hospital course was carefully structured to first stabilize his autonomic symptoms and then prepare him and his family for the transition to home-based rehabilitation.\n                <\/p>\n\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4\">Immunomodulatory Treatment<\/h3>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    The core of hospital treatment focused on suppressing the abnormal autoimmune response that was damaging his autonomic nervous system. Three treatment modalities were used:\n                <\/p>\n                <div class=\"space-y-4 mb-8\">\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-10 h-10 rounded-full bg-primary-100 flex items-center justify-center flex-shrink-0 mt-1\">\n                            <i data-lucide=\"droplets\" class=\"w-5 h-5 text-primary-700\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-1\">Intravenous Immunoglobulin (IVIG) Therapy<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">IVIG contains healthy antibodies derived from donated blood plasma. When administered intravenously, these antibodies help neutralize the harmful autoantibodies attacking the autonomic ganglia. IVIG also modulates the overall immune response, reducing inflammation. This treatment is commonly used as a first-line therapy for AAG because it works relatively quickly and has a well-established safety profile.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-10 h-10 rounded-full bg-primary-100 flex items-center justify-center flex-shrink-0 mt-1\">\n                            <i data-lucide=\"pill\" class=\"w-5 h-5 text-primary-700\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-1\">Corticosteroid Treatment<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Corticosteroids reduce immune system activity and inflammation. In AAG, they help decrease the production of autoantibodies and reduce inflammatory damage to the autonomic ganglia. Steroid treatment was given alongside IVIG to provide a combined immunosuppressive effect.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-10 h-10 rounded-full bg-primary-100 flex items-center justify-center flex-shrink-0 mt-1\">\n                            <i data-lucide=\"filter\" class=\"w-5 h-5 text-primary-700\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-1\">Plasma Exchange (Plasmapheresis)<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Plasma exchange involves removing the patient&#8217;s blood, separating the plasma (which contains the harmful autoantibodies) from the blood cells, and replacing it with healthy donor plasma or a plasma substitute. This directly reduces the circulating autoantibody levels. It is particularly useful for patients who do not respond adequately to IVIG alone.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4\">Supportive Therapies During Hospitalization<\/h3>\n                <div class=\"grid sm:grid-cols-2 gap-4 mb-8\">\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"activity\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                            <h4 class=\"font-medium text-sm text-clinical-text\">Physiotherapy<\/h4>\n                        <\/div>\n                        <p class=\"text-clinical-muted text-sm\">Initiated during hospitalization to prevent deconditioning, maintain joint range of motion, and begin early mobilization once autonomic stability improved.<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"glass-water\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                            <h4 class=\"font-medium text-sm text-clinical-text\">Hydration Therapy<\/h4>\n                        <\/div>\n                        <p class=\"text-clinical-muted text-sm\">Intravenous and oral hydration to maintain blood volume, which is critical for reducing orthostatic hypotension in AAG patients.<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"apple\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                            <h4 class=\"font-medium text-sm text-clinical-text\">Nutritional Counselling<\/h4>\n                        <\/div>\n                        <p class=\"text-clinical-muted text-sm\">Dietary guidance to address constipation, manage blood sugar levels for diabetes, and ensure adequate salt and fluid intake for blood pressure support.<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 border border-clinical-border\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <i data-lucide=\"graduation-cap\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                            <h4 class=\"font-medium text-sm text-clinical-text\">Caregiver Education<\/h4>\n                        <\/div>\n                        <p class=\"text-clinical-muted text-sm\">The healthcare team educated Mr. Dhillon&#8217;s wife and son about AAG, warning signs, safe mobility techniques, and the importance of adherence to the home care plan.<\/p>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4\">Discharge Status<\/h3>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    After 18 days of treatment, Mr. Dhillon showed meaningful clinical improvement. His blood pressure fluctuations became less severe. His dizziness reduced in intensity and frequency. His autonomic symptoms stabilized to a point where the treating neurologist determined he could continue rehabilitation safely at home with professional support.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed\">\n                    However, he was far from fully recovered. He still had residual symptoms that required close monitoring and ongoing rehabilitation, which is why a structured home healthcare programme was planned before discharge.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <!-- Section 4: Why Home Healthcare Was Needed -->\n        <section id=\"why-home-care\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">04<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Why Home Healthcare Was Needed<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    The decision to transition Mr. Dhillon from hospital to home-based care was not simply a matter of convenience. It was a clinically reasoned decision based on several important factors that made home rehabilitation the most appropriate next step in his recovery.\n                <\/p>\n\n                <div class=\"space-y-6\">\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">1<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-2\">Autonomic Stabilization Had Been Achieved<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">The acute phase of the illness had been managed with IVIG, corticosteroids, and plasma exchange. Mr. Dhillon&#8217;s autonomic function had stabilized enough that he no longer required the intensive monitoring available only in a hospital setting. Continuing inpatient care would have exposed him to hospital-acquired infections without adding significant clinical benefit at this stage.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">2<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-2\">Ongoing Monitoring Was Still Essential<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Despite stabilization, Mr. Dhillon still had orthostatic hypotension, mild gait instability, urinary dysfunction, and fatigue. These symptoms required regular blood pressure monitoring (both supine and standing), medication management, hydration assessment, and symptom tracking. Professional <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing services<\/a> could provide this level of monitoring in a familiar environment.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">3<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-2\">Rehabilitation Required Consistency and Familiarity<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Physiotherapy for autonomic recovery and gait retraining works best when delivered consistently in the patient&#8217;s actual living environment. Practicing mobility in his own home allowed the physiotherapist to address real-world challenges such as navigating doorways, using the bathroom safely, and managing steps. This approach to <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy at home<\/a> produces better functional outcomes than clinic-based sessions for patients with balance and mobility issues.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">4<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-2\">Fall Risk Required Continuous Supervision<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Mr. Dhillon had a documented history of frequent falls, ongoing dizziness, fear of falling, and reduced walking endurance. He needed someone present during the day to assist with mobility, provide standby supervision during walking, and ensure a safe environment. A trained <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient care attendant<\/a> could provide this supervision, which is a key component of <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">patient care services<\/a>.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">5<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-2\">Multiple Comorbidities Needed Coordinated Management<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Managing AAG alongside diabetes, B12 deficiency, BPH, and osteoarthritis required careful coordination. Blood sugar monitoring had to continue. B12 supplementation needed to be maintained. Bladder function required assessment that accounted for both BPH and autonomic dysfunction. This type of <a href=\"https:\/\/athomecare.in\/managing-chronic-diseases-at-home-in-gurgaon-focus-on-diabetes-and-hypertension\/\">chronic disease management at home<\/a> benefits from having a trained nurse who can coordinate between multiple treatment requirements.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">6<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-2\">Family Caregiver Support and Education<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Mr. Dhillon&#8217;s wife, though dedicated, was 62 years old and had no medical training. His son lived in a different city and worked full time. The family needed professional guidance on safe care techniques, <a href=\"https:\/\/athomecare.in\/medication-management-for-seniors-at-home-athomecare-gurgaon\/\">medication management<\/a>, warning sign recognition, and <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\">fall prevention strategies<\/a>. Home healthcare provided this education while also giving the family confidence in managing daily care.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">7<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-medium text-clinical-text mb-2\">Regular Neurological Follow-Up Was Essential<\/h4>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">AAG is a rare condition that requires long-term neurological follow-up. Monthly <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visits<\/a> allowed the neurologist to monitor autonomic function, review medications, assess treatment response, and modify the rehabilitation programme without requiring the patient to travel, which itself posed a risk due to his orthostatic hypotension.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"alert-box alert-warn mt-8\">\n                    <p class=\"text-sm text-amber-800 leading-relaxed\">\n                        <strong>Important Clinical Consideration:<\/strong> Home healthcare for AAG patients is appropriate only after the acute phase has been stabilized in a hospital. Patients with uncontrolled autonomic instability, active fainting episodes, or severe cardiac involvement require inpatient care until they are safe for home transition.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 5: Home Care Plan -->\n        <section id=\"home-care-plan\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">05<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Home Care Plan by AtHomeCare<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <p class=\"text-clinical-text leading-relaxed mb-8\">\n                The home care plan for Mr. Dhillon was designed based on his discharge summary, the treating neurologist&#8217;s recommendations, and a thorough initial assessment by the AtHomeCare clinical team. The plan addressed four key areas: nursing care, attendant support, physiotherapy rehabilitation, and medical oversight. Each component was tailored to his specific clinical needs.\n            <\/p>\n\n            <!-- Home Nursing -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6 card-hover\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 rounded-xl bg-blue-100 flex items-center justify-center\">\n                        <i data-lucide=\"stethoscope\" class=\"w-5 h-5 text-blue-700\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-clinical-text\">Home Nursing<\/h3>\n                        <p class=\"text-clinical-muted text-sm\">Skilled nursing care delivered at home<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    A trained home nurse was assigned to provide clinical monitoring and medical support. The nurse&#8217;s role was critical because AAG requires precise vital sign tracking and early detection of any autonomic deterioration. The <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing services<\/a> included the following specific responsibilities:\n                <\/p>\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Blood pressure monitoring<\/strong> in both supine (lying down) and standing positions, recorded at consistent times daily to track orthostatic changes<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Medication administration<\/strong> ensuring correct dosages and timing for immunosuppressive medications, diabetes medication, B12 supplements, and BPH medication<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Hydration assessment<\/strong> monitoring fluid intake and output to ensure adequate blood volume for blood pressure stability<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Symptom monitoring<\/strong> tracking dizziness episodes, visual changes, bladder function, bowel movements, and fatigue levels<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Blood sugar monitoring<\/strong> regular glucose checks to ensure diabetes remained well controlled during recovery<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Nutritional assessment<\/strong> monitoring dietary intake, ensuring adequate salt and protein consumption as advised by the treating team<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Coordination with neurologist<\/strong> regular updates to the treating physician regarding clinical progress and any concerning changes<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Caregiver education<\/strong> ongoing training for Mrs. Dhillon on safe care techniques and warning sign recognition<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Patient Attendant -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6 card-hover\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 rounded-xl bg-teal-100 flex items-center justify-center\">\n                        <i data-lucide=\"shield-check\" class=\"w-5 h-5 text-teal-700\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-clinical-text\">Patient Attendant<\/h3>\n                        <p class=\"text-clinical-muted text-sm\">Daytime supervision and mobility assistance<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    While the nurse handled clinical tasks, a trained patient attendant provided the daytime supervision and physical assistance that Mr. Dhillon needed for safe mobility. This role was essential because his wife, though willing, could not safely assist him during walking or standing due to the risk of both falling. The <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient care attendant<\/a> was responsible for:\n                <\/p>\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Safe mobility assistance<\/strong> providing physical support during walking, standing, and transfers to prevent falls<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Walking supervision<\/strong> staying close during all walking activities, especially outdoors where surfaces are uneven<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Medication reminders<\/strong> ensuring medications were taken on time even when the nurse was not present<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Hydration encouragement<\/strong> regularly offering and monitoring fluid intake throughout the day<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Meal support<\/strong> assisting with meal preparation and ensuring adequate nutritional intake<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Fall prevention<\/strong> keeping pathways clear, ensuring adequate lighting, and maintaining a safe home environment<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Appointment coordination<\/strong> scheduling and managing doctor visits, physiotherapy sessions, and any follow-up investigations<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-clinical-bg rounded-lg p-3\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\"><strong>Emotional reassurance<\/strong> providing companionship and reducing anxiety related to symptom recurrence<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Physiotherapy -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6 card-hover\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 rounded-xl bg-green-100 flex items-center justify-center\">\n                        <i data-lucide=\"footprints\" class=\"w-5 h-5 text-green-700\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-clinical-text\">Physiotherapy<\/h3>\n                        <p class=\"text-clinical-muted text-sm\">Structured rehabilitation programme at home<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    Physiotherapy was a central component of the home care plan. Mr. Dhillon had reduced walking endurance, slow walking speed, mild gait instability, and significant fear of falling. The <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy at home<\/a> programme was designed to address these specific deficits while accounting for his knee osteoarthritis. The treatment goals were:\n                <\/p>\n                <div class=\"grid sm:grid-cols-2 gap-3 mb-4\">\n                    <div class=\"flex items-start gap-2 bg-green-50 rounded-lg p-3 border border-green-100\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\">Improve balance and postural stability to reduce fall risk<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-green-50 rounded-lg p-3 border border-green-100\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\">Increase walking endurance from the baseline 210 meters<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-green-50 rounded-lg p-3 border border-green-100\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\">Strengthen lower limb muscles while protecting arthritic knees<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-green-50 rounded-lg p-3 border border-green-100\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\">Retrain gait pattern to improve walking speed and safety<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-green-50 rounded-lg p-3 border border-green-100\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\">Improve functional mobility for daily activities<\/p>\n                    <\/div>\n                    <div class=\"flex items-start gap-2 bg-green-50 rounded-lg p-3 border border-green-100\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-green-600 mt-0.5 flex-shrink-0\"><\/i>\n                        <p class=\"text-sm text-clinical-text\">Maintain flexibility through gentle stretching exercises<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    The physiotherapy sessions included balance training exercises, progressive walking practice, lower limb strengthening with appropriate load for his knee condition, postural stability exercises, and functional mobility training that simulated real-life tasks such as getting up from a chair, navigating the bathroom, and walking on different surfaces. An exercise pedal cycle was used at home for supervised lower limb activity.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed\">\n                    A critical component was home exercise education. The physiotherapist taught Mr. Dhillon and his wife a set of safe exercises that could be performed between formal sessions. This approach to <a href=\"https:\/\/athomecare.in\/the-future-of-recovery-exploring-at-home-physiotherapy-services\/\">at-home physiotherapy<\/a> ensures continuity of rehabilitation and empowers the patient to participate actively in recovery.\n                <\/p>\n            <\/div>\n\n            <!-- Doctor Home Visit -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6 card-hover\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 rounded-xl bg-purple-100 flex items-center justify-center\">\n                        <i data-lucide=\"user-check\" class=\"w-5 h-5 text-purple-700\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-clinical-text\">Doctor Home Visit<\/h3>\n                        <p class=\"text-clinical-muted text-sm\">Monthly neurological review at home<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    A monthly <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visit<\/a> was arranged for neurological review. This was important for several reasons. Traveling to a hospital for follow-up appointments was itself a risk for Mr. Dhillon because sitting in a vehicle, walking through parking areas, and waiting in OPD corridors all posed fall risks and could trigger orthostatic symptoms.\n                <\/p>\n                <p class=\"text-clinical-text leading-relaxed\">\n                    During each home visit, the doctor assessed autonomic function, reviewed all medications for appropriateness and potential interactions, evaluated the physiotherapy progress, checked for any new symptoms or complications, and modified the rehabilitation plan as needed. This approach to <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-at-home-faridabad\/\">post-hospital recovery at home<\/a> ensured continuity of medical oversight without the logistical challenges and health risks of hospital visits.\n                <\/p>\n            <\/div>\n\n            <!-- Medical Equipment -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6 card-hover\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 rounded-xl bg-orange-100 flex items-center justify-center\">\n                        <i data-lucide=\"monitor\" class=\"w-5 h-5 text-orange-700\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-clinical-text\">Medical Equipment at Home<\/h3>\n                        <p class=\"text-clinical-muted text-sm\">Essential devices for safe home monitoring<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"text-clinical-text leading-relaxed mb-4\">\n                    The following equipment was arranged through <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">medical equipment rental<\/a> to support safe home care:\n                <\/p>\n                <div class=\"grid grid-cols-2 sm:grid-cols-3 gap-3\">\n                    <div class=\"bg-clinical-bg rounded-xl p-4 text-center border border-clinical-border\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-6 h-6 text-primary-600 mx-auto mb-2\"><\/i>\n                        <p class=\"text-sm font-medium text-clinical-text\">Digital Blood Pressure Monitor<\/p>\n                        <p class=\"text-xs text-clinical-muted mt-1\">For supine and standing BP readings<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 text-center border border-clinical-border\">\n                        <i data-lucide=\"wind\" class=\"w-6 h-6 text-primary-600 mx-auto mb-2\"><\/i>\n                        <p class=\"text-sm font-medium text-clinical-text\">Pulse Oximeter<\/p>\n                        <p class=\"text-xs text-clinical-muted mt-1\">For oxygen saturation monitoring<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 text-center border border-clinical-border\">\n                        <i data-lucide=\"cane\" class=\"w-6 h-6 text-primary-600 mx-auto mb-2\"><\/i>\n                        <p class=\"text-sm font-medium text-clinical-text\">Walking Stick<\/p>\n                        <p class=\"text-xs text-clinical-muted mt-1\">For outdoor mobility support<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 text-center border border-clinical-border\">\n                        <i data-lucide=\"shirt\" class=\"w-6 h-6 text-primary-600 mx-auto mb-2\"><\/i>\n                        <p class=\"text-sm font-medium text-clinical-text\">Compression Stockings<\/p>\n                        <p class=\"text-xs text-clinical-muted mt-1\">To reduce blood pooling in legs<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 text-center border border-clinical-border\">\n                        <i data-lucide=\"pill\" class=\"w-6 h-6 text-primary-600 mx-auto mb-2\"><\/i>\n                        <p class=\"text-sm font-medium text-clinical-text\">Medication Organizer<\/p>\n                        <p class=\"text-xs text-clinical-muted mt-1\">For organized medication management<\/p>\n                    <\/div>\n                    <div class=\"bg-clinical-bg rounded-xl p-4 text-center border border-clinical-border\">\n                        <i data-lucide=\"bike\" class=\"w-6 h-6 text-primary-600 mx-auto mb-2\"><\/i>\n                        <p class=\"text-sm font-medium text-clinical-text\">Exercise Pedal Cycle<\/p>\n                        <p class=\"text-xs text-clinical-muted mt-1\">For supervised lower limb exercise<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Daily Care Plan -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-10 h-10 rounded-xl bg-indigo-100 flex items-center justify-center\">\n                        <i data-lucide=\"clock\" class=\"w-5 h-5 text-indigo-700\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-semibold text-clinical-text\">Structured Daily Care Plan<\/h3>\n                        <p class=\"text-clinical-muted text-sm\">A typical day during the home care programme<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"grid md:grid-cols-2 gap-4\">\n                    <div class=\"bg-amber-50 border border-amber-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sunrise\" class=\"w-5 h-5 text-amber-600\"><\/i>\n                            <h4 class=\"font-semibold text-amber-800\">Morning<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-2 text-sm text-amber-900\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-amber-500\">&#8226;<\/span>Blood pressure assessment (lying and standing positions)<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-amber-500\">&#8226;<\/span>Morning medications administered by nurse<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-amber-500\">&#8226;<\/span>Hydration therapy with measured fluid intake<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-amber-500\">&#8226;<\/span>Physiotherapy session (balance, gait, strengthening)<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-amber-500\">&#8226;<\/span>Protein-rich breakfast as per nutritional plan<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-sky-50 border border-sky-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sun\" class=\"w-5 h-5 text-sky-600\"><\/i>\n                            <h4 class=\"font-semibold text-sky-800\">Afternoon<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-2 text-sm text-sky-900\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-sky-500\">&#8226;<\/span>Balanced lunch with adequate salt and fluid<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-sky-500\">&#8226;<\/span>Supervised walking practice with attendant<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-sky-500\">&#8226;<\/span>Rest period in a comfortable position<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-sky-500\">&#8226;<\/span>Leg strengthening exercises (seated and standing)<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-sky-500\">&#8226;<\/span>Hydration monitoring and fluid tracking<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-orange-50 border border-orange-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"sunset\" class=\"w-5 h-5 text-orange-600\"><\/i>\n                            <h4 class=\"font-semibold text-orange-800\">Evening<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-2 text-sm text-orange-900\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-orange-500\">&#8226;<\/span>Outdoor walking with walking stick and attendant support<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-orange-500\">&#8226;<\/span>Balance training exercises<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-orange-500\">&#8226;<\/span>Medication review by nurse<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-orange-500\">&#8226;<\/span>Family interaction and social engagement time<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-orange-500\">&#8226;<\/span>Relaxation breathing exercises to reduce anxiety<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-indigo-50 border border-indigo-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"moon\" class=\"w-5 h-5 text-indigo-600\"><\/i>\n                            <h4 class=\"font-semibold text-indigo-800\">Night<\/h4>\n                        <\/div>\n                        <ul class=\"space-y-2 text-sm text-indigo-900\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-indigo-500\">&#8226;<\/span>Light dinner with adequate fluids<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-indigo-500\">&#8226;<\/span>Night medications administered<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-indigo-500\">&#8226;<\/span>Comfortable sleeping position with head elevation<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-indigo-500\">&#8226;<\/span>Night lamp and call bell within reach<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-indigo-500\">&#8226;<\/span>Adequate sleep duration encouraged<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 6: Recovery Timeline -->\n        <section id=\"recovery-timeline\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">06<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Recovery Timeline<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"space-y-6\">\n                <!-- Day 1 -->\n                <div class=\"relative pl-12 md:pl-16\">\n                    <div class=\"timeline-line\"><\/div>\n                    <div class=\"absolute left-3 md:left-5 top-1 w-7 h-7 md:w-8 md:h-8 rounded-full bg-primary-700 text-white flex items-center justify-center text-xs font-bold z-10\">D1<\/div>\n                    <div class=\"bg-white border border-clinical-border rounded-2xl p-5 md:p-6\">\n                        <h3 class=\"font-semibold text-clinical-text mb-3\">Day 1: Transition from Hospital to Home<\/h3>\n                        <div class=\"grid md:grid-cols-2 gap-4 text-sm\">\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Clinical Status<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Mr. Dhillon arrived home with mild postural dizziness, reduced walking endurance (approximately 210 meters), and generalized fatigue. He was anxious about being away from the hospital environment.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Interventions<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">The home nurse conducted a thorough initial assessment including supine and standing blood pressure (132\/84 and 108\/70 mmHg), heart rate, oxygen saturation, and blood sugar. The home environment was assessed for fall hazards.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Family Observations<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Mrs. Dhillon expressed relief that her husband was home but was visibly anxious about managing his care. The attendant&#8217;s presence provided immediate reassurance.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Nursing Actions<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Established baseline vital signs, set up the medication organizer, demonstrated blood pressure monitoring technique to Mrs. Dhillon, and reviewed the daily care schedule with the family.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Day 3 -->\n                <div class=\"relative pl-12 md:pl-16\">\n                    <div class=\"timeline-line\"><\/div>\n                    <div class=\"absolute left-3 md:left-5 top-1 w-7 h-7 md:w-8 md:h-8 rounded-full bg-primary-600 text-white flex items-center justify-center text-xs font-bold z-10\">D3<\/div>\n                    <div class=\"bg-white border border-clinical-border rounded-2xl p-5 md:p-6\">\n                        <h3 class=\"font-semibold text-clinical-text mb-3\">Day 3: Establishing Routine<\/h3>\n                        <div class=\"grid md:grid-cols-2 gap-4 text-sm\">\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Clinical Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Blood pressure readings showed consistent patterns. The difference between supine and standing readings remained present but was being tracked systematically for trends.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Physiotherapy<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">First formal physiotherapy session conducted. Initial assessment of balance, gait speed, and lower limb strength completed. Gentle exercises initiated with close supervision.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Patient Response<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Mr. Dhillon reported feeling more settled at home. He was cooperative with the physiotherapy but expressed frustration at his reduced mobility compared to before the illness.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Nursing Focus<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Focused on establishing consistent medication timing, ensuring adequate fluid intake (tracked using a fluid chart), and reinforcing slow position change techniques.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 1 -->\n                <div class=\"relative pl-12 md:pl-16\">\n                    <div class=\"timeline-line\"><\/div>\n                    <div class=\"absolute left-3 md:left-5 top-1 w-7 h-7 md:w-8 md:h-8 rounded-full bg-primary-500 text-white flex items-center justify-center text-xs font-bold z-10\">W1<\/div>\n                    <div class=\"bg-white border border-clinical-border rounded-2xl p-5 md:p-6\">\n                        <h3 class=\"font-semibold text-clinical-text mb-3\">Week 1: Early Adaptation<\/h3>\n                        <div class=\"grid md:grid-cols-2 gap-4 text-sm\">\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Clinical Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Dizziness episodes became slightly less frequent. Blood pressure fluctuations showed a mild trend toward stabilization. No fainting episodes occurred. Bowel function showed early improvement with dietary modifications.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Physiotherapy Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Walking practice increased to 250 meters with standby supervision. Balance exercises progressed from seated to standing with support. Compression stockings were being used consistently during daytime hours.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Family Feedback<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Mrs. Dhillon reported feeling more confident in assisting her husband. She had learned to monitor his blood pressure and recognize early signs of dizziness. Their son Amandeep coordinated a video call with the nurse for an update.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Risk Monitoring<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">No falls recorded. Hydration targets were being met consistently. Blood sugar levels remained within the target range. No medication side effects observed.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 2 -->\n                <div class=\"relative pl-12 md:pl-16\">\n                    <div class=\"timeline-line\"><\/div>\n                    <div class=\"absolute left-3 md:left-5 top-1 w-7 h-7 md:w-8 md:h-8 rounded-full bg-primary-400 text-white flex items-center justify-center text-xs font-bold z-10\">W2<\/div>\n                    <div class=\"bg-white border border-clinical-border rounded-2xl p-5 md:p-6\">\n                        <h3 class=\"font-semibold text-clinical-text mb-3\">Week 2: Building Momentum<\/h3>\n                        <div class=\"grid md:grid-cols-2 gap-4 text-sm\">\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Clinical Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Standing tolerance improved. Mr. Dhillon could stand for longer periods without experiencing significant dizziness. Blurred vision while standing became less frequent. Fatigue levels remained a concern but showed gradual improvement.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Physiotherapy Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Walking distance increased to approximately 320 meters. Gait speed improved noticeably. Lower limb strengthening exercises progressed with additional resistance. Home exercise programme expanded with three new exercises added.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Doctor Review<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">No formal doctor visit this week, but the nurse communicated progress to the neurologist by phone. Medication dosages were maintained. The doctor advised continuing the current plan and noted the positive trend.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Patient Response<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Mr. Dhillon&#8217;s mood improved. He began taking more interest in his rehabilitation and started asking the physiotherapist questions about his progress. His fear of falling reduced but had not fully resolved.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 4 -->\n                <div class=\"relative pl-12 md:pl-16\">\n                    <div class=\"timeline-line\"><\/div>\n                    <div class=\"absolute left-3 md:left-5 top-1 w-7 h-7 md:w-8 md:h-8 rounded-full bg-sky-500 text-white flex items-center justify-center text-xs font-bold z-10\">W4<\/div>\n                    <div class=\"bg-white border border-clinical-border rounded-2xl p-5 md:p-6\">\n                        <h3 class=\"font-semibold text-clinical-text mb-3\">Week 4: First Monthly Doctor Review<\/h3>\n                        <div class=\"grid md:grid-cols-2 gap-4 text-sm\">\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Clinical Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Significant reduction in dizziness frequency. Blood pressure readings showed improved stability with smaller gaps between supine and standing values. Constipation had improved considerably. Urinary hesitancy persisted but was being managed.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Doctor Assessment<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">The neurologist conducted a comprehensive home assessment. Findings confirmed autonomic stability was improving. Medications were reviewed and one dosage was slightly adjusted. The rehabilitation plan was extended with increased physiotherapy intensity.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Physiotherapy Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Walking distance reached approximately 420 meters. Balance training progressed to include uneven surface walking. Exercise pedal cycle sessions increased in duration. Mr. Dhillon began walking indoors without the walking stick for short distances.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Functional Status<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">He resumed bathing, dressing, toileting, and eating independently. He still required supervision for outdoor walking and could not manage grocery shopping, heavy lifting, or stair climbing independently.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Month 2 -->\n                <div class=\"relative pl-12 md:pl-16\">\n                    <div class=\"timeline-line\"><\/div>\n                    <div class=\"absolute left-3 md:left-5 top-1 w-7 h-7 md:w-8 md:h-8 rounded-full bg-green-500 text-white flex items-center justify-center text-xs font-bold z-10\">M2<\/div>\n                    <div class=\"bg-white border border-clinical-border rounded-2xl p-5 md:p-6\">\n                        <h3 class=\"font-semibold text-clinical-text mb-3\">Month 2: Sustained Improvement<\/h3>\n                        <div class=\"grid md:grid-cols-2 gap-4 text-sm\">\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Clinical Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Dizziness became occasional rather than daily. Blood pressure fluctuations were significantly less frequent. Fatigue improved to a point where Mr. Dhillon could stay active for most of the day with rest periods. Bowel function continued to improve.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Second Doctor Review<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">The neurologist noted sustained improvement in autonomic function. No new symptoms were identified. The treatment plan was maintained. Discussion began about gradually reducing the frequency of nursing visits as stability continued.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Physiotherapy Progress<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Walking distance reached approximately 520 meters. Gait speed continued to improve. Balance was now near-normal for static positions. Dynamic balance (while moving) continued to be a focus area. Knee osteoarthritis symptoms remained stable with the modified exercise approach.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-clinical-muted font-medium mb-1\">Family Observations<\/p>\n                                <p class=\"text-clinical-text leading-relaxed\">Mrs. Dhillon reported that her husband was &#8220;almost like his old self&#8221; for most daily activities. Amandeep visited from Chandigarh and noted visible improvement compared to his hospital discharge. The family&#8217;s anxiety about symptom recurrence had reduced considerably.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Month 3 -->\n                <div class=\"relative pl-12 md:pl-16\">\n                    <div class=\"absolute left-3 md:left-5 top-1 w-7 h-7 md:w-8 md:h-8 rounded-full bg-green-600 text-white flex items-center justify-center text-xs font-bold z-10\">M3<\/div>\n                    <div class=\"bg-green-50 border-2 border-green-200 rounded-2xl p-5 md:p-6\">\n                        <h3 class=\"font-semibold text-green-800 mb-3\">Month 3 (12 Weeks): Final Assessment<\/h3>\n                        <div class=\"grid md:grid-cols-2 gap-4 text-sm\">\n                            <div>\n                                <p class=\"text-green-700 font-medium mb-1\">Clinical Outcome<\/p>\n                                <p class=\"text-green-900 leading-relaxed\">Walking distance improved from 210 meters at discharge to approximately 590 meters. Episodes of dizziness reduced significantly. Standing tolerance improved markedly. No major falls occurred throughout the 12-week period. Blood pressure fluctuations became less frequent. Fatigue improved considerably. No hospital readmissions were required.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-green-700 font-medium mb-1\">Final Doctor Review<\/p>\n                                <p class=\"text-green-900 leading-relaxed\">The neurologist confirmed continued autonomic improvement. The home care plan was modified to a maintenance phase with reduced visit frequency. Long-term follow-up schedule was established. The family was educated about the chronic nature of AAG and the importance of continued monitoring.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-green-700 font-medium mb-1\">Functional Achievement<\/p>\n                                <p class=\"text-green-900 leading-relaxed\">Mr. Dhillon resumed most household activities independently. He could manage bathing, dressing, toileting, eating, communication, medication management, personal grooming, and decision-making without assistance. He still needed support for heavy household work, gardening, and long-distance outdoor travel.<\/p>\n                            <\/div>\n                            <div>\n                                <p class=\"text-green-700 font-medium mb-1\">Ongoing Considerations<\/p>\n                                <p class=\"text-green-900 leading-relaxed\">AAG is a chronic condition that requires long-term follow-up. The patient was advised to continue physiotherapy exercises, maintain hydration, use compression stockings as needed, and attend regular neurological reviews. The family was counselled about recognizing warning signs that would require urgent medical attention.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 7: Clinical Evidence -->\n        <section id=\"clinical-evidence\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">07<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Clinical Evidence<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <p class=\"text-clinical-text leading-relaxed mb-6\">\n                The following tables document the clinical parameters recorded during the home care programme. All values are drawn from the structured assessments conducted at home.\n            <\/p>\n\n            <!-- Vital Signs at Discharge -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6\">\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"activity\" class=\"w-5 h-5 text-primary-600\"><\/i>\n                    Vital Signs at Discharge (Baseline for Home Care)\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>Value<\/th>\n                                <th>Clinical Significance<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Blood Pressure (Supine)<\/td>\n                                <td>132\/84 mmHg<\/td>\n                                <td>Mildly elevated but stable in lying position<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Blood Pressure (Standing)<\/td>\n                                <td>108\/70 mmHg<\/td>\n                                <td>Drop of 24\/14 mmHg, indicating orthostatic hypotension<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Heart Rate<\/td>\n                                <td>78 bpm<\/td>\n                                <td>Within normal range<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Respiratory Rate<\/td>\n                                <td>18\/min<\/td>\n                                <td>Within normal range<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Temperature<\/td>\n                                <td>98.4 degrees F<\/td>\n                                <td>Normal<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Oxygen Saturation<\/td>\n                                <td>98% on Room Air<\/td>\n                                <td>Normal, no respiratory compromise<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Autonomic Assessment -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6\">\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"brain\" class=\"w-5 h-5 text-primary-600\"><\/i>\n                    Autonomic Neurological Assessment at Discharge\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Assessment Area<\/th>\n                                <th>Finding<\/th>\n                                <th>Status<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Orthostatic Blood Pressure Response<\/td>\n                                <td>24\/14 mmHg drop on standing<\/td>\n                                <td><span class=\"risk-indicator risk-moderate\">Mild OH<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Autonomic Stability<\/td>\n                                <td>Improved compared to admission<\/td>\n                                <td><span class=\"risk-indicator risk-low\">Improving<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Gait Stability<\/td>\n                                <td>Mild instability present<\/td>\n                                <td><span class=\"risk-indicator risk-moderate\">Mild Impairment<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Muscle Strength<\/td>\n                                <td>Preserved in all limbs<\/td>\n                                <td><span class=\"risk-indicator risk-low\">Normal<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Cognition<\/td>\n                                <td>Normal orientation and memory<\/td>\n                                <td><span class=\"risk-indicator risk-low\">Normal<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Swallowing<\/td>\n                                <td>No difficulty<\/td>\n                                <td><span class=\"risk-indicator risk-low\">Normal<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Cardiac Rhythm<\/td>\n                                <td>Stable on ECG<\/td>\n                                <td><span class=\"risk-indicator risk-low\">Stable<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Urinary Function<\/td>\n                                <td>Mild hesitancy<\/td>\n                                <td><span class=\"risk-indicator risk-moderate\">Mild Dysfunction<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Bowel Function<\/td>\n                                <td>Improving with dietary measures<\/td>\n                                <td><span class=\"risk-indicator risk-moderate\">Improving<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Medication Adherence<\/td>\n                                <td>Good compliance reported<\/td>\n                                <td><span class=\"risk-indicator risk-low\">Good<\/span><\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Functional Assessment -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8 mb-6\">\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"accessibility\" class=\"w-5 h-5 text-primary-600\"><\/i>\n                    Functional Assessment at Discharge\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Activity<\/th>\n                                <th>Level of Independence<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td colspan=\"2\" class=\"font-semibold bg-primary-50 text-primary-800\">Independent Activities<\/td>\n                            <\/tr>\n                            <tr><td>Bathing<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Dressing<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Toileting<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Eating<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Communication<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Medication Management<\/td><td>Independent (with organizer)<\/td><\/tr>\n                            <tr><td>Personal Grooming<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Decision-Making<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Bed Mobility<\/td><td>Independent<\/td><\/tr>\n                            <tr><td>Transfers (bed to chair)<\/td><td>Independent<\/td><\/tr>\n                            <tr>\n                                <td colspan=\"2\" class=\"font-semibold bg-amber-50 text-amber-800\">Requires Supervision<\/td>\n                            <\/tr>\n                            <tr><td>Prolonged Standing<\/td><td>Supervision required<\/td><\/tr>\n                            <tr><td>Outdoor Walking (with stick)<\/td><td>Supervision required<\/td><\/tr>\n                            <tr>\n                                <td colspan=\"2\" class=\"font-semibold bg-red-50 text-red-800\">Requires Assistance<\/td>\n                            <\/tr>\n                            <tr><td>Long-Distance Walking<\/td><td>Assistance required<\/td><\/tr>\n                            <tr><td>Grocery Shopping<\/td><td>Assistance required<\/td><\/tr>\n                            <tr><td>Carrying Heavy Objects<\/td><td>Assistance required<\/td><\/tr>\n                            <tr><td>Climbing Multiple Flights of Stairs<\/td><td>Assistance required<\/td><\/tr>\n                            <tr><td>Outdoor Travel<\/td><td>Assistance required<\/td><\/tr>\n                            <tr><td>Heavy Household Work<\/td><td>Assistance required<\/td><\/tr>\n                            <tr><td>Gardening<\/td><td>Assistance required<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- 12-Week Outcome Comparison -->\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <h3 class=\"text-lg font-semibold text-clinical-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"trending-up\" class=\"w-5 h-5 text-green-600\"><\/i>\n                    12-Week Outcome Summary\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>At Discharge (Week 0)<\/th>\n                                <th>At 12 Weeks<\/th>\n                                <th>Change<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Walking Distance<\/td>\n                                <td>Approx. 210 meters<\/td>\n                                <td>Approx. 590 meters<\/td>\n                                <td class=\"text-green-700 font-medium\">+380 meters (181% improvement)<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Dizziness Episodes<\/td>\n                                <td>Frequent (daily)<\/td>\n                                <td>Significantly reduced<\/td>\n                                <td class=\"text-green-700 font-medium\">Marked improvement<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Standing Tolerance<\/td>\n                                <td>Limited<\/td>\n                                <td>Markedly improved<\/td>\n                                <td class=\"text-green-700 font-medium\">Significant improvement<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Major Falls<\/td>\n                                <td>History of frequent falls<\/td>\n                                <td>Zero major falls<\/td>\n                                <td class=\"text-green-700 font-medium\">No falls in 12 weeks<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Blood Pressure Fluctuations<\/td>\n                                <td>Frequent<\/td>\n                                <td>Less frequent<\/td>\n                                <td class=\"text-green-700 font-medium\">Improved stability<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Fatigue Level<\/td>\n                                <td>Severe (limited activity)<\/td>\n                                <td>Considerably improved<\/td>\n                                <td class=\"text-green-700 font-medium\">Functional most of the day<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Hospital Readmissions<\/td>\n                                <td>N\/A (just discharged)<\/td>\n                                <td>None<\/td>\n                                <td class=\"text-green-700 font-medium\">Zero readmissions<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Household Activity Independence<\/td>\n                                <td>Limited<\/td>\n                                <td>Most activities independent<\/td>\n                                <td class=\"text-green-700 font-medium\">Significant functional gain<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 8: Medical Authority -->\n        <section id=\"medical-authority\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">08<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Medical Authority<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"grid md:grid-cols-2 gap-6\">\n                <!-- Author Card -->\n                <div class=\"doctor-card rounded-2xl p-6 md:p-8\">\n                    <div class=\"flex items-start gap-4 mb-6\">\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=\"w-20 h-20 rounded-xl object-cover border-2 border-primary-200\">\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text text-lg\">Dr. Ekta Fageriya, MBBS<\/h3>\n                            <p class=\"text-primary-700 text-sm font-medium\">Geriatric Medicine<\/p>\n                            <p class=\"text-clinical-muted text-sm mt-1\">Clinical Experience: 7 Years<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"space-y-3 text-sm\">\n                        <div class=\"flex justify-between py-2 border-b border-primary-100\">\n                            <span class=\"text-clinical-muted\">RMC Registration No.<\/span>\n                            <span class=\"font-medium text-clinical-text\">44780<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2 border-b border-primary-100\">\n                            <span class=\"text-clinical-muted\">Specialization<\/span>\n                            <span class=\"font-medium text-clinical-text\">Geriatric Medicine<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2\">\n                            <span class=\"text-clinical-muted\">Role<\/span>\n                            <span class=\"font-medium text-clinical-text\">Case Study Author<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 9: Recovery Outcome -->\n        <section id=\"recovery-outcome\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">09<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Recovery Outcome<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <p class=\"text-clinical-text leading-relaxed mb-8\">\n                    After twelve weeks of structured home healthcare, Mr. Dhillon achieved meaningful clinical and functional improvement. The outcome is summarized below across key areas.\n                <\/p>\n\n                <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-4 mb-8\">\n                    <div class=\"bg-green-50 border border-green-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"footprints\" class=\"w-5 h-5 text-green-600\"><\/i>\n                            <h4 class=\"font-semibold text-green-800\">Mobility<\/h4>\n                        <\/div>\n                        <p class=\"text-sm text-green-900 leading-relaxed\">Walking distance improved from 210 meters to approximately 590 meters. Walking speed and gait quality improved. He could walk independently indoors without a walking stick for short distances. Outdoor walking still required a stick and standby supervision.<\/p>\n                    <\/div>\n                    <div class=\"bg-green-50 border border-green-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"shield-check\" class=\"w-5 h-5 text-green-600\"><\/i>\n                            <h4 class=\"font-semibold text-green-800\">Safety<\/h4>\n                        <\/div>\n                        <p class=\"text-sm text-green-900 leading-relaxed\">No major falls occurred during the entire 12-week home care period. This was a significant achievement given his history of frequent falls before diagnosis. Fall prevention strategies, attendant supervision, and improved balance all contributed to this outcome.<\/p>\n                    <\/div>\n                    <div class=\"bg-green-50 border border-green-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-green-600\"><\/i>\n                            <h4 class=\"font-semibold text-green-800\">Medical Stability<\/h4>\n                        <\/div>\n                        <p class=\"text-sm text-green-900 leading-relaxed\">Blood pressure fluctuations became less frequent. Dizziness reduced significantly. No fainting episodes occurred at home. Diabetes remained well controlled. No hospital readmissions were needed. Autonomic function showed a clear improving trend.<\/p>\n                    <\/div>\n                    <div class=\"bg-blue-50 border border-blue-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"utensils\" class=\"w-5 h-5 text-blue-600\"><\/i>\n                            <h4 class=\"font-semibold text-blue-800\">Nutrition and Hydration<\/h4>\n                        <\/div>\n                        <p class=\"text-sm text-blue-900 leading-relaxed\">Consistent fluid intake was maintained throughout. Dietary modifications improved bowel function. Blood sugar levels remained within target range. Protein intake supported the physiotherapy rehabilitation programme.<\/p>\n                    <\/div>\n                    <div class=\"bg-blue-50 border border-blue-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"users\" class=\"w-5 h-5 text-blue-600\"><\/i>\n                            <h4 class=\"font-semibold text-blue-800\">Family Feedback<\/h4>\n                        <\/div>\n                        <p class=\"text-sm text-blue-900 leading-relaxed\">Mrs. Dhillon reported feeling confident in managing daily care. Amandeep expressed satisfaction with the structured home care programme and noted that professional support allowed him to continue working in Chandigarh while ensuring his father received proper care.<\/p>\n                    <\/div>\n                    <div class=\"bg-amber-50 border border-amber-200 rounded-xl p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\">\n                            <i data-lucide=\"alert-triangle\" class=\"w-5 h-5 text-amber-600\"><\/i>\n                            <h4 class=\"font-semibold text-amber-800\">Remaining Challenges<\/h4>\n                        <\/div>\n                        <p class=\"text-sm text-amber-900 leading-relaxed\">Mild urinary hesitancy persisted. He still needed assistance with heavy household work, gardening, and long-distance travel. Anxiety about symptom recurrence, though reduced, had not fully resolved. Long-term immunosuppressive medication monitoring was still required.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"alert-box alert-warn\">\n                    <p class=\"text-sm text-amber-800 leading-relaxed\">\n                        <strong>Long-Term Care Perspective:<\/strong> AAG is a chronic condition. While the 12-week outcome was positive, this patient will require ongoing neurological follow-up, continued medication, and periodic reassessment of autonomic function. The home care programme transitioned to a maintenance phase rather than being discontinued. Families caring for patients with rare neurological conditions benefit from understanding that <a href=\"https:\/\/athomecare.in\/understanding-elderly-care-a-comprehensive-guide\/\">elderly care at home<\/a> is often a long-term commitment rather than a short-term intervention.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 10: Key Clinical Learnings -->\n        <section id=\"clinical-learnings\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">10<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Key Clinical Learnings<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"space-y-4\">\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">1<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">AAG is Frequently Misdiagnosed in Its Early Stages<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">This case illustrates how AAG can be initially treated as hypertension and vertigo for months before the correct diagnosis is reached. The combination of orthostatic hypotension, anhidrosis (reduced sweating), gastrointestinal dysmotility, and urinary retention in a patient without other clear causes should prompt consideration of an autonomic ganglionopathy. Early diagnosis allows timely immunomodulatory treatment, which improves outcomes. Healthcare providers should be aware that <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\">early warning signs in elderly patients<\/a> of autonomic dysfunction warrant specialist evaluation.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">2<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">Blood Pressure Monitoring Must Include Both Positions<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Standard blood pressure measurement in a single position would have missed the orthostatic component of Mr. Dhillon&#8217;s condition. In AAG, the gap between supine and standing blood pressure is a critical clinical marker. Home nursing protocols that routinely measure blood pressure in both positions provide more clinically useful data than single-position measurements. This is a principle that applies broadly to <a href=\"https:\/\/athomecare.in\/elderly-heart-failure-vitals-monitoring\/\">vitals monitoring in elderly patients<\/a> with any form of dysautonomia.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">3<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">Physiotherapy in the Home Environment Produces Functional Gains<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">The 181% improvement in walking distance over 12 weeks demonstrates the value of consistent, home-based physiotherapy for AAG patients. Practicing in the actual home environment allows the therapist to address real-world mobility challenges. This is particularly relevant for patients with balance disorders where the fear of falling is a significant barrier to rehabilitation. The integration of <a href=\"https:\/\/athomecare.in\/mobility-fall-prevention-daily-movement-plans-for-elderly-athomecare\/\">mobility and fall prevention strategies<\/a> into daily routines amplifies the benefits of formal physiotherapy sessions.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">4<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">Hydration is a Therapeutic Intervention, Not Just Comfort Care<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">In AAG, maintaining adequate blood volume through consistent hydration directly impacts orthostatic blood pressure stability. This case demonstrated that structured hydration monitoring and encouragement, which is a standard component of <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\">nutrition and hydration management in elderly care<\/a>, contributed to measurable clinical improvement. Fluid intake was tracked, targets were set, and the attendant provided consistent encouragement throughout the day.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">5<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">Zero Falls Over 12 Weeks Validates the Multidisciplinary Approach<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">A patient with a history of frequent falls, ongoing dizziness, and gait instability achieving zero major falls over 12 weeks is a meaningful outcome. This was not achieved by any single intervention but by the combination of physiotherapy for balance improvement, attendant supervision for immediate fall prevention, environmental safety measures, compression stockings for blood pressure support, and patient education on safe movement techniques. Comprehensive <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\">fall prevention<\/a> requires multiple simultaneous strategies.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">6<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">Family Education Directly Impacts Treatment Adherence<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Mrs. Dhillon&#8217;s progression from being anxious and uncertain at Day 1 to confidently managing daily care by Week 4 demonstrates the value of structured caregiver education. When families understand the condition, recognize warning signs, and know how to respond, they become active partners in recovery rather than passive observers. This is a cornerstone of effective <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\">home caregiver support<\/a>.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">7<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">Comorbidities Must Be Managed Concurrently, Not Sequentially<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Mr. Dhillon&#8217;s diabetes, B12 deficiency, BPH, and osteoarthritis could not be placed on hold while AAG was treated. Blood sugar control affected his overall recovery. BPH-related urinary symptoms overlapped with AAG-related urinary dysfunction. Knee osteoarthritis influenced the physiotherapy approach. Effective <a href=\"https:\/\/athomecare.in\/home-nursing-for-elderly-patients-with-multiple-chronic-conditions-a-clinical-perspective\/\">home nursing for elderly patients with multiple chronic conditions<\/a> requires the ability to manage all conditions simultaneously without letting any single one dominate the care plan.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white border border-clinical-border rounded-2xl p-6 card-hover\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 rounded-lg bg-primary-100 flex items-center justify-center flex-shrink-0 mt-0.5\">\n                            <span class=\"text-primary-700 font-semibold text-sm\">8<\/span>\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-semibold text-clinical-text mb-2\">Home Healthcare Prevented Readmission Without Compromising Safety<\/h3>\n                            <p class=\"text-clinical-muted text-sm leading-relaxed\">Zero hospital readmissions over 12 weeks in a patient with a complex rare neurological disorder and multiple comorbidities demonstrates that appropriately structured home healthcare can provide a safe alternative to extended hospitalization for selected patients. The key factors were adequate clinical monitoring, immediate access to medical oversight, clear escalation protocols, and a healthcare team that understood when to seek urgent medical attention. This aligns with evidence showing that <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-at-home-faridabad\/\">post-hospital recovery at home<\/a> reduces readmission risk when properly implemented.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 11: FAQs -->\n        <section id=\"faqs\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">11<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Frequently Asked Questions<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"space-y-0\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Can Autoimmune Autonomic Ganglionopathy be managed at home?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">Yes. After stabilization in a hospital setting with appropriate immunomodulatory treatment, patients with AAG can benefit significantly from home-based care. This typically includes home nursing for vital sign monitoring and medication management, physiotherapy for balance and mobility rehabilitation, a patient attendant for safe mobility supervision, and regular doctor home visits for neurological review. The key requirement is that the acute phase must be managed in a hospital first. Home care is appropriate for the rehabilitation and maintenance phases.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why does Autoimmune Autonomic Ganglionopathy cause dizziness?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">AAG affects the autonomic nervous system, which controls involuntary body functions including blood pressure regulation. When a person stands up from a lying or sitting position, the body normally constricts blood vessels in the legs and increases heart rate slightly to maintain blood flow to the brain against gravity. In AAG, this automatic reflex is impaired because the autonomic ganglia that coordinate this response are damaged by autoantibodies. As a result, blood pressure drops when standing, reducing blood flow to the brain and causing dizziness, blurred vision, or fainting. This specific pattern is called orthostatic hypotension.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why is hydration important in Autoimmune Autonomic Ganglionopathy?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">Proper hydration increases blood volume, which directly helps maintain blood pressure when changing positions. In a patient with AAG whose blood pressure regulation is already compromised, even mild dehydration can significantly worsen orthostatic symptoms. Adequate fluid intake, typically 2 to 2.5 liters daily unless otherwise advised by a doctor, helps ensure there is sufficient circulating blood volume to reduce the severity of blood pressure drops on standing. In this case study, hydration monitoring was a daily component of the care plan and contributed to improved blood pressure stability.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Is physiotherapy helpful for Autoimmune Autonomic Ganglionopathy patients?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">Yes. Physiotherapy plays an important role in AAG rehabilitation. The specific benefits include improved balance through targeted exercises that compensate for impaired postural reflexes, increased walking endurance through progressive training, lower limb muscle strengthening that supports better blood vessel compression during standing, gait retraining to improve walking safety, and postural stability exercises that reduce fall risk. In this case, physiotherapy contributed to a 181% improvement in walking distance over 12 weeks. The home environment is particularly suitable for this type of rehabilitation because it allows practice in real-life conditions.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What warning signs require urgent medical attention in AAG patients?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">The following symptoms require immediate medical evaluation: repeated fainting episodes (syncope), severe dizziness that does not resolve with rest, chest pain or pressure, difficulty breathing, inability to pass urine (urinary retention), sudden worsening of any neurological symptom, new weakness or numbness in any part of the body, confusion or altered consciousness, and uncontrolled blood pressure despite medication. Families should be educated about these warning signs during the hospital discharge process and reinforced during home care. These are consistent with general <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\">emergency warning signs in elderly patients<\/a> that require immediate attention.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why are home doctor visits beneficial for AAG patients?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">Home doctor visits offer several advantages for AAG patients. First, traveling to a hospital for outpatient follow-up is itself a risk for patients with orthostatic hypotension, as sitting in vehicles, walking through parking areas, and waiting in clinics can trigger symptoms. Second, the doctor can assess the patient in their actual living environment, which provides useful information about mobility challenges, home safety, and daily functioning that a clinic visit cannot capture. Third, the doctor can directly review the home monitoring data, observe the patient performing daily activities, and interact with the home nursing team for a more comprehensive assessment.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Can AAG patients return to independent living?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">Many patients regain substantial independence through early diagnosis, appropriate immunomodulatory treatment, and structured rehabilitation. In this case study, the patient resumed most household activities independently within 12 weeks, including bathing, dressing, toileting, eating, and medication management. However, complete return to pre-illness function depends on several factors including the severity of the condition, how quickly treatment was initiated, the presence of comorbidities, and the patient&#8217;s overall health. Some patients may continue to need assistance with specific activities such as heavy lifting, long-distance travel, or outdoor navigation. Long-term follow-up remains essential even when independence is regained.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>How long does recovery from Autoimmune Autonomic Ganglionopathy take?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">Recovery varies significantly between patients. Some patients show noticeable improvement within weeks of starting immunomodulatory treatment with IVIG, corticosteroids, or plasma exchange. Others may require months of ongoing treatment and rehabilitation to achieve meaningful functional improvement. A small subset of patients may have a more chronic course with persistent symptoms. Factors that influence recovery speed include whether the condition is antibody-positive (which often responds better to treatment), how quickly treatment was initiated after symptom onset, the severity of autonomic damage, and the presence of other medical conditions. Long-term neurological follow-up is essential regardless of the pace of initial recovery.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What role do compression stockings play in AAG management?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">Compression stockings apply graduated pressure to the legs, with the highest pressure at the ankles that gradually decreases up the leg. This helps prevent blood from pooling in the lower extremities when standing, which improves venous return to the heart. In AAG patients, this mechanical support partially compensates for the impaired autonomic reflex that would normally constrict leg blood vessels during standing. By improving venous return, compression stockings help reduce the severity of orthostatic blood pressure drops and the associated dizziness. They are typically recommended for daytime use and should be put on while still in bed before standing up. In this case, compression stockings were part of the daily care plan and were used consistently during the rehabilitation period.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why is blood pressure monitored in both lying and standing positions?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-clinical-light flex-shrink-0 faq-icon transition-transform duration-300\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"text-clinical-text text-sm leading-relaxed\">AAG primarily affects postural blood pressure regulation. Measuring blood pressure only while sitting or lying down would not reveal the orthostatic drop that occurs when the patient stands. The standard clinical definition of orthostatic hypotension is a drop in systolic blood pressure of at least 20 mmHg or a drop in diastolic blood pressure of at least 10 mmHg within three minutes of standing. In Mr. Dhillon&#8217;s case, the difference between supine (132\/84 mmHg) and standing (108\/70 mmHg) readings was 24\/14 mmHg, which met this criterion. Measuring in both positions helps assess the severity of orthostatic hypotension, guides treatment adjustments such as fluid intake recommendations and compression stocking use, tracks recovery progress over time, and identifies any worsening of autonomic function that might require urgent medical review. This dual-position monitoring was performed daily throughout the home care programme and provided the most clinically meaningful data for tracking his autonomic recovery.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 12: Internal Linking Resources -->\n        <section class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">12<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Related Home Healthcare Resources<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <p class=\"text-clinical-text leading-relaxed mb-6\">\n                The following resources provide additional information about the home healthcare services referenced in this case study. Each link connects to a detailed guide that explains the service, its clinical applications, and how it supports patient recovery at home.\n            <\/p>\n\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-4\">\n                <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"stethoscope\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Home Nursing Services<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Skilled nursing care delivered at home including vital monitoring, medication management, and clinical assessments.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"footprints\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Physiotherapy at Home<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Expert physiotherapy rehabilitation for mobility, balance, strength, and functional recovery in the home environment.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"shield-check\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Patient Care Services<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Comprehensive patient care including supervision, assistance with daily activities, and companion support at home.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"user-check\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Patient Care Taker (GDA)<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Trained General Duty Assistants for bedside care, mobility support, and daily living assistance.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"user-round\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Doctor Home Visit<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Qualified doctors conducting clinical assessments, medication reviews, and follow-up consultations at home.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"monitor\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Medical Equipment Rental<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Quality medical equipment on rent including BP monitors, pulse oximeters, hospital beds, and more.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/managing-chronic-diseases-at-home-in-gurgaon-focus-on-diabetes-and-hypertension\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"activity\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Chronic Disease Management<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Structured home management for diabetes, hypertension, and other chronic conditions in elderly patients.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"alert-triangle\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Fall Prevention Guide<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Comprehensive strategies to prevent falls in elderly patients including home modifications and mobility training.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/medication-management-for-seniors-at-home-athomecare-gurgaon\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"pill\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Medication Management for Seniors<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Safe medication administration, adherence monitoring, and reconciliation services for elderly patients at home.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/understanding-elderly-care-a-comprehensive-guide\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"book-open\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Understanding Elderly Care<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">A comprehensive guide to elderly care at home covering physical, emotional, and medical aspects of senior care.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-at-home-faridabad\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"hospital\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Post-Hospital Recovery at Home<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">How professional home healthcare supports safe transition from hospital to home and prevents readmissions.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/home-nursing-for-elderly-patients-with-multiple-chronic-conditions-a-clinical-perspective\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"layers\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Multiple Chronic Conditions Care<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Clinical perspective on home nursing for elderly patients managing multiple chronic conditions simultaneously.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"siren\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Emergency Warning Signs in Elderly<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Guide to recognizing warning signs in elderly patients that require immediate medical attention at home.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/mobility-fall-prevention-daily-movement-plans-for-elderly-athomecare\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"move\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Mobility and Daily Movement Plans<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Structured daily movement and mobility plans designed for elderly patients to maintain function and prevent deconditioning.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/elderly-heart-failure-vitals-monitoring\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Vitals Monitoring in Elderly Patients<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Clinical approach to vital sign monitoring in elderly patients with cardiac and autonomic conditions at home.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"glass-water\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Nutrition and Hydration in Elderly Care<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Importance of adequate nutrition and hydration in elderly home care, with practical strategies for implementation.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Early Warning Signs in Elderly<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Clinical guide to recognizing early warning signs of deterioration in elderly patients receiving home care.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"search\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Choosing the Right Home Caregiver<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">What families need to know when selecting a home caregiver, including qualifications, verification, and matching.<\/p>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/the-future-of-recovery-exploring-at-home-physiotherapy-services\/\" class=\"bg-white border border-clinical-border rounded-xl p-5 card-hover no-underline block\">\n                    <div class=\"flex items-center gap-2 mb-2\">\n                        <i data-lucide=\"trending-up\" class=\"w-4 h-4 text-primary-600\"><\/i>\n                        <h4 class=\"font-medium text-sm text-clinical-text\">Future of Recovery: At-Home Physiotherapy<\/h4>\n                    <\/div>\n                    <p class=\"text-xs text-clinical-muted leading-relaxed\">Exploring how at-home physiotherapy services are transforming recovery outcomes for patients with neurological conditions.<\/p>\n                <\/a>\n            <\/div>\n        <\/section>\n\n        <!-- Section 13: Contact Information -->\n        <section id=\"contact\" class=\"mb-14 scroll-mt-20\">\n            <div class=\"flex items-center gap-3 mb-6\">\n                <span class=\"bg-primary-700 text-white text-sm font-semibold px-3 py-1 rounded-full\">13<\/span>\n                <h2 class=\"font-serif text-2xl md:text-3xl font-600 text-clinical-text\">Contact Information<\/h2>\n            <\/div>\n            <hr class=\"section-divider mb-8\">\n\n            <div class=\"bg-white border border-clinical-border rounded-2xl p-6 md:p-8\">\n                <p class=\"text-clinical-text leading-relaxed mb-6\">\n                    If you are looking for professional home healthcare services for a family member with a complex neurological condition, chronic disease, or post-hospital rehabilitation needs, the AtHomeCare team can help. Services are available across multiple cities including Gurgaon (Maholi), Delhi NCR, Chandigarh, Mohali, Panchkula, Faridabad, Noida, and other locations.\n                <\/p>\n                <div class=\"bg-primary-50 border border-primary-200 rounded-xl p-6 md:p-8\">\n                    <h3 class=\"font-semibold text-primary-800 text-lg mb-4\">AtHomeCare Corporate Office<\/h3>\n                    <div class=\"space-y-3 text-sm\">\n                        <div class=\"flex items-start gap-3\">\n                            <i data-lucide=\"map-pin\" class=\"w-5 h-5 text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                            <div>\n                                <p class=\"font-medium text-clinical-text\">Corporate Office<\/p>\n                                <p class=\"text-clinical-muted\">Unit No. 703, 7th Floor, ILD Trade Centre<br>D1 Block, Malibu Town<br>Sector 47<br>Maholi, Haryana 122018<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start gap-3\">\n                            <i data-lucide=\"phone\" class=\"w-5 h-5 text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                            <div>\n                                <p class=\"font-medium text-clinical-text\">Phone<\/p>\n                                <p class=\"text-clinical-muted\"><a href=\"tel:9910823218\" class=\"text-primary-700 font-medium no-underline hover:underline\">9910823218<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start gap-3\">\n                            <i data-lucide=\"mail\" class=\"w-5 h-5 text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                            <div>\n                                <p class=\"font-medium text-clinical-text\">Email<\/p>\n                                <p class=\"text-clinical-muted\"><a href=\"mailto:care@athomecare.in\" class=\"text-primary-700 font-medium no-underline hover:underline\">care@athomecare.in<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Medical Disclaimer -->\n        <section class=\"mb-10\">\n            <div class=\"bg-red-50 border-2 border-red-200 rounded-2xl p-6 md:p-8\">\n                <div class=\"flex items-start gap-3 mb-4\">\n                    <i data-lucide=\"shield-alert\" class=\"w-6 h-6 text-red-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <h3 class=\"font-semibold text-red-800 text-lg\">Medical Disclaimer<\/h3>\n                <\/div>\n                <div class=\"space-y-3 text-sm text-red-900 leading-relaxed\">\n                    <p>\n                        <strong>Fictional Case Study:<\/strong> This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals, living or deceased, is purely coincidental. The patient name, details, and clinical scenario are fabricated.\n                    <\/p>\n                    <p>\n                        <strong>Not Medical Advice:<\/strong> The information provided in this case study is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment. Every patient is unique, and clinical decisions must always be made by qualified healthcare professionals based on individual patient assessment.\n                    <\/p>\n                    <p>\n                        <strong>Emergency Warning:<\/strong> If you or someone you know is experiencing a medical emergency, including repeated fainting, severe dizziness, chest pain, difficulty breathing, or sudden neurological changes, seek immediate hospital care or call emergency services. Home healthcare complements but does not replace emergency medical services.\n                    <\/p>\n                    <p>\n                        <strong>Individual Variation:<\/strong> Treatment outcomes vary significantly between patients. The recovery trajectory described in this fictional case study should not be interpreted as a predicted or expected outcome for any actual patient with Autoimmune Autonomic Ganglionopathy or any other medical condition.\n                    <\/p>\n                    <p>\n                        <strong>Consult Your Doctor:<\/strong> Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read in this educational case study.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- Footer -->\n    <footer class=\"bg-slate-900 text-slate-300 no-print\">\n        <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 py-12\">\n            <div class=\"grid sm:grid-cols-2 md:grid-cols-4 gap-8 mb-10\">\n                <div>\n                    <div class=\"flex items-center gap-2 text-white font-semibold text-lg mb-4\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-5 h-5\"><\/i>\n                        <span>AtHomeCare<\/span>\n                    <\/div>\n                    <p class=\"text-sm text-slate-400 leading-relaxed\">\n                        Professional home healthcare services delivered by qualified nurses, attendants, and therapists across multiple cities in India.\n                    <\/p>\n                <\/div>\n                <div>\n                    <h4 class=\"text-white font-medium text-sm mb-4\">Services<\/h4>\n                    <ul class=\"space-y-2 text-sm\">\n                        <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-slate-400 hover:text-white no-underline\">Home Nursing<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"text-slate-400 hover:text-white no-underline\">Physiotherapy<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"text-slate-400 hover:text-white no-underline\">Patient Care<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"text-slate-400 hover:text-white no-underline\">Doctor Visit<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"text-slate-400 hover:text-white no-underline\">Medical Equipment<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"text-white font-medium text-sm mb-4\">Locations<\/h4>\n                    <ul class=\"space-y-2 text-sm\">\n                        <li><a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\" class=\"text-slate-400 hover:text-white no-underline\">Gurgaon (Maholi)<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/delhi\/\" class=\"text-slate-400 hover:text-white no-underline\">Delhi<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"text-slate-400 hover:text-white no-underline\">Chandigarh \/ Mohali<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/faridabad\/\" class=\"text-slate-400 hover:text-white no-underline\">Faridabad<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/noida\/\" class=\"text-slate-400 hover:text-white no-underline\">Noida<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"text-white font-medium text-sm mb-4\">Contact<\/h4>\n                    <ul class=\"space-y-2 text-sm\">\n                        <li class=\"text-slate-400\">Unit No. 703, 7th Floor, ILD Trade Centre<\/li>\n                        <li class=\"text-slate-400\">D1 Block, Malibu Town, Sector 47<\/li>\n                        <li class=\"text-slate-400\">Maholi, Haryana 122018<\/li>\n                        <li><a href=\"tel:9910823218\" class=\"text-slate-400 hover:text-white no-underline\">Phone: 9910823218<\/a><\/li>\n                        <li><a href=\"mailto:care@athomecare.in\" class=\"text-slate-400 hover:text-white no-underline\">Email: care@athomecare.in<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <hr class=\"border-slate-700 mb-6\">\n            <div class=\"flex flex-col sm:flex-row items-center justify-between gap-4 text-sm text-slate-500\">\n                <p>This case study is entirely fictional and created solely for educational purposes.<\/p>\n                <p>AtHomeCare. All rights reserved.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Back to Top Button -->\n    <button id=\"backToTop\" class=\"no-print fixed bottom-6 right-6 w-12 h-12 bg-primary-700 text-white rounded-full shadow-lg flex items-center justify-center hover:bg-primary-800 transition-all duration-300 opacity-0 pointer-events-none z-50\" onclick=\"window.scrollTo({top:0,behavior:'smooth'})\">\n        <i data-lucide=\"chevron-up\" class=\"w-5 h-5\"><\/i>\n    <\/button>\n\n    <script>\n        \/\/ Initialize Lucide icons\n        lucide.createIcons();\n\n        \/\/ Mobile menu toggle\n        const mobileMenuBtn = document.getElementById('mobileMenuBtn');\n        const mobileMenu = document.getElementById('mobileMenu');\n        mobileMenuBtn.addEventListener('click', function() {\n            mobileMenu.classList.toggle('hidden');\n        });\n\n        \/\/ Close mobile menu on link click\n        mobileMenu.querySelectorAll('a').forEach(function(link) {\n            link.addEventListener('click', function() {\n                mobileMenu.classList.add('hidden');\n            });\n        });\n\n        \/\/ FAQ toggle\n        function toggleFaq(element) {\n            const answer = element.nextElementSibling;\n            const icon = element.querySelector('.faq-icon');\n            const isOpen = answer.classList.contains('open');\n\n            \/\/ Close all other FAQs\n            document.querySelectorAll('.faq-answer').forEach(function(a) {\n                a.classList.remove('open');\n            });\n            document.querySelectorAll('.faq-icon').forEach(function(i) {\n                i.style.transform = 'rotate(0deg)';\n            });\n\n            \/\/ Toggle current FAQ\n            if (!isOpen) {\n                answer.classList.add('open');\n                icon.style.transform = 'rotate(180deg)';\n            }\n        }\n\n        \/\/ Back to top button\n        const backToTop = document.getElementById('backToTop');\n        window.addEventListener('scroll', function() {\n            if (window.scrollY > 600) {\n                backToTop.style.opacity = '1';\n                backToTop.style.pointerEvents = 'auto';\n            } else {\n                backToTop.style.opacity = '0';\n                backToTop.style.pointerEvents = 'none';\n            }\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n\n        \/\/ Active nav highlighting on scroll\n        const sections = document.querySelectorAll('section[id]');\n        window.addEventListener('scroll', function() {\n            let current = '';\n            sections.forEach(function(section) {\n                const sectionTop = section.offsetTop - 100;\n                if (window.scrollY >= sectionTop) {\n                    current = section.getAttribute('id');\n                }\n            });\n            document.querySelectorAll('.nav-link').forEach(function(link) {\n                link.style.color = '';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-428","post","type-post","status-publish","format-standard","hentry","category-blog"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"lyfmedicare46\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-07T07:19:18+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-07T07:19:19+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#blogposting\",\"name\":\"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali\",\"headline\":\"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#articleImage\"},\"datePublished\":\"2026-08-07T07:19:18+00:00\",\"dateModified\":\"2026-08-07T07:19:19+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#listItem\",\"name\":\"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#listItem\",\"position\":3,\"name\":\"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/\",\"name\":\"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali\",\"description\":\"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \\\/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-07T07:19:18+00:00\",\"dateModified\":\"2026-08-07T07:19:19+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\",\"name\":\"mohali\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali","description":"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed","canonical_url":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#blogposting","name":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali","headline":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#articleImage"},"datePublished":"2026-08-07T07:19:18+00:00","dateModified":"2026-08-07T07:19:19+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#listItem","name":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#listItem","position":3,"name":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#webpage","url":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/","name":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali","description":"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-07T07:19:18+00:00","dateModified":"2026-08-07T07:19:19+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/mohali\/#website","url":"https:\/\/athomecare.in\/mohali\/","name":"mohali","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"}}]},"og:locale":"en_US","og:site_name":"mohali -","og:type":"article","og:title":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali","og:description":"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed","og:url":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/","article:published_time":"2026-08-07T07:19:18+00:00","article:modified_time":"2026-08-07T07:19:19+00:00","twitter:card":"summary_large_image","twitter:title":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study - mohali","twitter:description":"Autoimmune Autonomic Ganglionopathy Home Care | Fictional Patient Case Study AtHomeCare Home Nursing Physiotherapy Patient Care Doctor Visit Home Nursing Physiotherapy Patient Care Doctor Visit Patient Case Study \/ Neurological Rehabilitation Home Care for Autoimmune Autonomic Ganglionopathy A detailed clinical account of how structured multidisciplinary home healthcare supported the rehabilitation of a 66-year-old patient diagnosed"},"aioseo_meta_data":{"post_id":"428","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-07 07:11:13","updated":"2026-08-07 08:52:27","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAutoimmune Autonomic Ganglionopathy Home Care | Patient Case Study\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Autoimmune Autonomic Ganglionopathy Home Care | Patient Case Study","link":"https:\/\/athomecare.in\/mohali\/autoimmune-autonomic-ganglionopathy-home-care-patient-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/428","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=428"}],"version-history":[{"count":7,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/428\/revisions"}],"predecessor-version":[{"id":435,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/428\/revisions\/435"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=428"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=428"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}