{"id":197,"date":"2026-07-24T07:11:17","date_gmt":"2026-07-24T07:11:17","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=197"},"modified":"2026-07-24T07:11:18","modified_gmt":"2026-07-24T07:11:18","slug":"huntingtons-disease-home-care-fictional-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/","title":{"rendered":"Huntington&#8217;s Disease Home Care | Fictional 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>Huntington&#8217;s Disease Home Care | Fictional Case Study<\/title>\n<meta name=\"description\" content=\"Learn how multidisciplinary home healthcare supported a fictional patient with Huntington's disease through rehabilitation and long-term care.\">\n<meta name=\"robots\" content=\"index, follow\">\n<link rel=\"canonical\" href=\"https:\/\/athomecare.in\/huntingtons-disease-home-care-case-study-mohali\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Playfair+Display:ital,wght@0,400;0,600;1,400&#038;display=swap\" rel=\"stylesheet\">\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script src=\"https:\/\/code.iconify.design\/3\/3.1.0\/iconify.min.js\"><\/script>\n<script>\ntailwind.config = {\n  theme: {\n    extend: {\n      fontFamily: {\n        sans: ['Inter', 'sans-serif'],\n        serif: ['Playfair Display', 'serif'],\n      },\n      colors: {\n        med: {\n          50: '#f0f9ff',\n          100: '#e0f2fe',\n          200: '#bae6fd',\n          300: '#7dd3fc',\n          400: '#38bdf8',\n          500: '#0ea5e9',\n          600: '#0284c7',\n          700: '#0369a1',\n          800: '#075985',\n          900: '#0c4a6e',\n        }\n      }\n    }\n  }\n}\n<\/script>\n<style>\n  html { scroll-behavior: smooth; }\n  body { font-family: 'Inter', sans-serif; background: #ffffff; color: #1e293b; }\n  .font-serif { font-family: 'Playfair Display', serif; }\n\n  .clinical-alert-blue {\n    background: #f0f9ff;\n    border-left: 4px solid #0ea5e9;\n    border-radius: 0 0.5rem 0.5rem 0;\n    padding: 1.25rem 1.5rem;\n  }\n  .clinical-alert-amber {\n    background: #fffbeb;\n    border-left: 4px solid #f59e0b;\n    border-radius: 0 0.5rem 0.5rem 0;\n    padding: 1.25rem 1.5rem;\n  }\n  .clinical-alert-green {\n    background: #f0fdf4;\n    border-left: 4px solid #22c55e;\n    border-radius: 0 0.5rem 0.5rem 0;\n    padding: 1.25rem 1.5rem;\n  }\n  .clinical-alert-red {\n    background: #fef2f2;\n    border-left: 4px solid #ef4444;\n    border-radius: 0 0.5rem 0.5rem 0;\n    padding: 1.25rem 1.5rem;\n  }\n  .clinical-alert-purple {\n    background: #faf5ff;\n    border-left: 4px solid #a855f7;\n    border-radius: 0 0.5rem 0.5rem 0;\n    padding: 1.25rem 1.5rem;\n  }\n\n  .doctor-card {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    border: 1px solid #bae6fd;\n    border-radius: 1rem;\n    padding: 2rem;\n  }\n\n  .timeline-line {\n    position: absolute;\n    left: 1.25rem;\n    top: 2.5rem;\n    bottom: 0;\n    width: 2px;\n    background: linear-gradient(to bottom, #0ea5e9, #bae6fd);\n  }\n  .timeline-dot {\n    width: 2.5rem;\n    height: 2.5rem;\n    border-radius: 50%;\n    background: #0ea5e9;\n    border: 4px solid #e0f2fe;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    position: relative;\n    z-index: 2;\n  }\n\n  .evidence-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 0.75rem;\n    overflow: hidden;\n    border: 1px solid #e2e8f0;\n  }\n  .evidence-table thead th {\n    background: #0c4a6e;\n    color: #ffffff;\n    padding: 0.875rem 1.25rem;\n    text-align: left;\n    font-weight: 600;\n    font-size: 0.875rem;\n    text-transform: uppercase;\n    letter-spacing: 0.025em;\n  }\n  .evidence-table tbody td {\n    padding: 0.875rem 1.25rem;\n    border-bottom: 1px solid #f1f5f9;\n    font-size: 0.9375rem;\n  }\n  .evidence-table tbody tr:nth-child(even) {\n    background: #f8fafc;\n  }\n  .evidence-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .risk-indicator {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.375rem;\n    padding: 0.25rem 0.75rem;\n    border-radius: 9999px;\n    font-size: 0.8125rem;\n    font-weight: 600;\n  }\n  .risk-high { background: #fef2f2; color: #dc2626; }\n  .risk-moderate { background: #fffbeb; color: #d97706; }\n  .risk-low { background: #f0fdf4; color: #16a34a; }\n\n  .scenario-card {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 1rem;\n    padding: 1.75rem;\n    transition: box-shadow 0.2s ease;\n  }\n  .scenario-card:hover {\n    box-shadow: 0 4px 24px rgba(0,0,0,0.06);\n  }\n\n  .faq-item {\n    border: 1px solid #e2e8f0;\n    border-radius: 0.75rem;\n    overflow: hidden;\n    margin-bottom: 0.75rem;\n    transition: border-color 0.2s;\n  }\n  .faq-item.active {\n    border-color: #0ea5e9;\n  }\n  .faq-question {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 1.125rem 1.5rem;\n    cursor: pointer;\n    background: #ffffff;\n    font-weight: 600;\n    font-size: 1rem;\n    color: #1e293b;\n    gap: 1rem;\n    user-select: none;\n  }\n  .faq-question:hover {\n    background: #f8fafc;\n  }\n  .faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.35s ease, padding 0.35s ease;\n    padding: 0 1.5rem;\n    background: #ffffff;\n    color: #475569;\n    line-height: 1.7;\n    font-size: 0.9375rem;\n  }\n  .faq-item.active .faq-answer {\n    max-height: 500px;\n    padding: 0 1.5rem 1.25rem;\n  }\n  .faq-icon {\n    transition: transform 0.3s ease;\n    flex-shrink: 0;\n    color: #0ea5e9;\n  }\n  .faq-item.active .faq-icon {\n    transform: rotate(180deg);\n  }\n\n  .section-divider {\n    height: 1px;\n    background: linear-gradient(to right, transparent, #e2e8f0, transparent);\n    margin: 3rem 0;\n  }\n\n  a { color: #0284c7; text-decoration: none; transition: color 0.15s; }\n  a:hover { color: #0c4a6e; text-decoration: underline; }\n\n  .contact-card {\n    background: linear-gradient(135deg, #0c4a6e 0%, #075985 100%);\n    border-radius: 1rem;\n    padding: 2.5rem;\n    color: #ffffff;\n  }\n  .contact-card a { color: #7dd3fc; }\n  .contact-card a:hover { color: #ffffff; }\n\n  @media (max-width: 768px) {\n    .timeline-line { left: 1rem; }\n    .timeline-dot { width: 2rem; height: 2rem; }\n    .contact-card { padding: 1.5rem; }\n    .evidence-table thead th,\n    .evidence-table tbody td { padding: 0.625rem 0.75rem; font-size: 0.8125rem; }\n  }\n<\/style>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"MedicalWebPage\",\n  \"name\": \"Home Care for Huntington's Disease: A Fictional Patient Case Study\",\n  \"description\": \"Learn how multidisciplinary home healthcare supported a fictional patient with Huntington's disease through rehabilitation and long-term care.\",\n  \"url\": \"https:\/\/athomecare.in\/huntingtons-disease-home-care-case-study-mohali\",\n  \"about\": {\n    \"@type\": \"MedicalCondition\",\n    \"name\": \"Huntington's Disease\"\n  },\n  \"author\": {\n    \"@type\": \"Physician\",\n    \"name\": \"Dr. Ekta Fageriya\",\n    \"credential\": \"MBBS\",\n    \"medicalSpecialty\": \"Geriatric Medicine\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AtHomeCare\"\n  }\n}\n<\/script>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Huntington's disease be managed at home?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Many patients benefit from coordinated home nursing, physiotherapy, nutritional support, and regular neurological follow-up. A structured home care plan can address movement difficulties, swallowing safety, fall prevention, and behavioural changes while allowing the patient to remain in a familiar environment.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why do involuntary movements occur in Huntington's disease?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Involuntary movements, known as chorea, result from progressive degeneration in the basal ganglia region of the brain. This area is responsible for controlling voluntary movement. As neurons in this region deteriorate, the brain loses its ability to regulate movement signals effectively, leading to jerky, uncontrolled motions.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is physiotherapy useful for Huntington's disease patients?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Physiotherapy helps maintain balance, muscle strength, flexibility, and safe mobility. Regular exercises can slow functional decline, improve walking confidence, and reduce fall risk. Occupational therapy alongside physiotherapy helps patients maintain independence in daily activities for longer.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How can falls be prevented in Huntington's disease?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Using walking aids like a four-point cane, removing household hazards such as loose rugs and clutter, installing grab bars in bathrooms, using non-slip mats, providing shower chairs, and ensuring supervised mobility can significantly reduce fall risk. Regular physiotherapy focused on balance training also helps.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"When should immediate medical attention be sought for a Huntington's disease patient?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Seek urgent medical care if there is choking, repeated falls with injury, severe dehydration, sudden inability to swallow, sudden confusion or change in consciousness, chest pain, difficulty breathing, or any signs of aspiration pneumonia such as fever with cough after eating.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does home healthcare improve quality of life for Huntington's disease patients?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Home healthcare focuses on maintaining independence, preventing complications like falls and aspiration, supporting caregivers with education and respite, managing medications, providing rehabilitation, and improving everyday function. For progressive conditions like Huntington's disease, the goal is not cure but meaningful preservation of comfort, dignity, and function.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What role does nutrition play in Huntington's disease care?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Patients with Huntington's disease often experience significant weight loss due to increased calorie expenditure from involuntary movements and difficulty swallowing. Nutritional support through high-calorie soft diets, supervised mealtimes, and monitoring of weight trends is essential to prevent malnutrition and maintain strength.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does caregiver education help in Huntington's disease management?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Caregiver education helps family members understand the disease progression, recognize warning signs early, implement safety measures at home, manage behavioural changes with appropriate strategies, ensure medication adherence, and reduce their own stress. Educated caregivers are better equipped to provide safe, consistent care and know when to seek professional help.\"\n      }\n    }\n  ]\n}\n<\/script>\n<\/head>\n<body class=\"antialiased\">\n\n<!-- Hero Section -->\n<header class=\"bg-gradient-to-br from-med-900 via-med-800 to-med-900 text-white\">\n  <div class=\"max-w-7xl mx-auto px-5 md:px-8 py-12 md:py-20\">\n    <div class=\"flex items-center gap-2 mb-6\">\n      <span class=\"inline-block px-3 py-1 bg-med-500\/20 border border-med-400\/30 rounded-full text-xs font-semibold tracking-wider uppercase text-med-200\">Case Study<\/span>\n      <span class=\"inline-block px-3 py-1 bg-white\/10 border border-white\/20 rounded-full text-xs font-semibold tracking-wider uppercase text-med-100\">Neurological Care<\/span>\n    <\/div>\n    <h1 class=\"font-serif text-3xl md:text-5xl font-400 tracking-tight leading-tight max-w-4xl mb-6\">\n      Home Care for Huntington&#8217;s Disease: A Fictional Patient Case Study\n    <\/h1>\n    <p class=\"text-med-200 text-lg md:text-xl font-light leading-relaxed max-w-3xl mb-10\">\n      How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care.\n    <\/p>\n    <div class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-4\">\n      <div class=\"bg-white\/10 backdrop-blur-sm border border-white\/15 rounded-xl p-4\">\n        <div class=\"text-xs text-med-300 uppercase tracking-wider font-medium mb-1\">Patient Age<\/div>\n        <div class=\"text-xl font-semibold\">63 Years<\/div>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm border border-white\/15 rounded-xl p-4\">\n        <div class=\"text-xs text-med-300 uppercase tracking-wider font-medium mb-1\">Gender<\/div>\n        <div class=\"text-xl font-semibold\">Female<\/div>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm border border-white\/15 rounded-xl p-4\">\n        <div class=\"text-xs text-med-300 uppercase tracking-wider font-medium mb-1\">Location<\/div>\n        <div class=\"text-xl font-semibold\">Mohali<\/div>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm border border-white\/15 rounded-xl p-4\">\n        <div class=\"text-xs text-med-300 uppercase tracking-wider font-medium mb-1\">Primary Condition<\/div>\n        <div class=\"text-lg font-semibold leading-snug\">Huntington&#8217;s Disease<\/div>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm border border-white\/15 rounded-xl p-4\">\n        <div class=\"text-xs text-med-300 uppercase tracking-wider font-medium mb-1\">Duration of Care<\/div>\n        <div class=\"text-xl font-semibold\">12 Weeks<\/div>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm border border-white\/15 rounded-xl p-4\">\n        <div class=\"text-xs text-med-300 uppercase tracking-wider font-medium mb-1\">Outcome<\/div>\n        <div class=\"text-lg font-semibold leading-snug text-green-300\">No Falls, Improved Mobility<\/div>\n      <\/div>\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-7xl mx-auto px-5 md:px-8 py-3 flex items-start gap-3\">\n    <span class=\"iconify text-amber-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:info\" data-width=\"18\"><\/span>\n    <p class=\"text-sm text-amber-800 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\n<main class=\"max-w-7xl mx-auto px-5 md:px-8 py-10 md:py-16\">\n\n  <!-- Table of Contents -->\n  <nav class=\"bg-slate-50 border border-slate-200 rounded-xl p-6 md:p-8 mb-12\">\n    <h2 class=\"text-lg font-semibold text-slate-900 mb-4 flex items-center gap-2\">\n      <span class=\"iconify text-med-500\" data-icon=\"lucide:list\" data-width=\"20\"><\/span>\n      In This Article\n    <\/h2>\n    <ol class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-x-6 gap-y-2 text-sm text-slate-600\">\n      <li><a href=\"#patient-background\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">1.<\/span> Patient Background<\/a><\/li>\n      <li><a href=\"#clinical-diagnosis\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">2.<\/span> Clinical Diagnosis<\/a><\/li>\n      <li><a href=\"#hospital-treatment\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">3.<\/span> Hospital Treatment<\/a><\/li>\n      <li><a href=\"#why-home-healthcare\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">4.<\/span> Why Home Healthcare Was Needed<\/a><\/li>\n      <li><a href=\"#home-care-plan\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">5.<\/span> Home Care Plan<\/a><\/li>\n      <li><a href=\"#recovery-timeline\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">6.<\/span> Recovery Timeline<\/a><\/li>\n      <li><a href=\"#clinical-evidence\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">7.<\/span> Clinical Evidence<\/a><\/li>\n      <li><a href=\"#medical-authority\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">8.<\/span> Medical Authority<\/a><\/li>\n      <li><a href=\"#recovery-outcome\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">9.<\/span> Recovery Outcome<\/a><\/li>\n      <li><a href=\"#key-learnings\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">10.<\/span> Key Clinical Learnings<\/a><\/li>\n      <li><a href=\"#faqs\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">11.<\/span> Frequently Asked Questions<\/a><\/li>\n      <li><a href=\"#contact\" class=\"hover:text-med-600 flex items-center gap-2\"><span class=\"text-med-400 font-medium\">12.<\/span> Contact Information<\/a><\/li>\n    <\/ol>\n  <\/nav>\n\n  <!-- Section 1: Patient Background -->\n  <section id=\"patient-background\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:user\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Patient Background<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      Harjit Kaur, a 63-year-old retired bank officer, lived with her husband in Mohali, Punjab. Her husband, a retired government engineer, served as her primary caregiver. Their daughter, a clinical psychologist based in a nearby city, provided secondary support and guidance on behavioural management strategies.\n    <\/p>\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      Approximately three years before this admission, Harjit began noticing subtle involuntary movements in her hands and face. At first, the family attributed these movements to work-related stress from her banking career, which she had recently retired from. However, the movements gradually became more noticeable and began interfering with everyday tasks.\n    <\/p>\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      Over the following months, she developed increasing difficulty with balance while walking. Simple activities like holding a cup of tea, writing a grocery list, or using utensils during meals became challenging. Her family noticed mood changes, including irritability and occasional emotional outbursts that were unlike her usual temperament. She also began experiencing problems with concentration and short-term memory.\n    <\/p>\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      Walking outdoors became unsafe because of poor coordination and frequent near-falls. She stopped going for her morning walks, which had been a regular part of her routine for decades. Her social interactions reduced significantly as she became increasingly self-conscious about the visible movements.\n    <\/p>\n\n    <div class=\"clinical-alert-blue mb-6\">\n      <div class=\"flex items-center gap-2 mb-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:heart-pulse\" data-width=\"18\"><\/span>\n        <span class=\"font-semibold text-med-800 text-sm uppercase tracking-wider\">Associated Medical Conditions<\/span>\n      <\/div>\n      <p class=\"text-slate-700 text-sm leading-relaxed\">\n        Alongside the primary neurological diagnosis, Harjit had been previously diagnosed with <strong>controlled hypertension<\/strong>, <strong>osteopenia<\/strong>, <strong>mild depression<\/strong>, and <strong>vitamin B12 deficiency<\/strong>. Each of these conditions required ongoing monitoring and management as part of her overall care plan. The combination of osteopenia and a neurodegenerative movement disorder made fall prevention especially critical, as even a minor fall could result in a fracture.\n      <\/p>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      In the weeks leading up to her hospital admission, Harjit suffered repeated falls at home. She also experienced significant weight loss, which her family estimated to be around five kilograms over a two-month period. Her swallowing had become noticeably difficult, particularly with dry or solid foods. Concerned by this pattern of deterioration, her family brought her to a hospital for comprehensive evaluation, which eventually led to the diagnosis of Huntington&#8217;s disease.\n    <\/p>\n\n    <div class=\"grid md:grid-cols-2 gap-4 mt-8\">\n      <div class=\"scenario-card\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-slate-400\" data-icon=\"lucide:home\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 text-sm\">Home Situation<\/span>\n        <\/div>\n        <ul class=\"text-sm text-slate-600 space-y-2\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Lived in a flat in Mohali with husband<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Daughter available for guidance but not daily presence<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Home had standard fixtures without safety modifications<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> No prior experience with professional home healthcare<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"scenario-card\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-slate-400\" data-icon=\"lucide:alert-triangle\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 text-sm\">Reason for Hospital Admission<\/span>\n        <\/div>\n        <ul class=\"text-sm text-slate-600 space-y-2\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-red-400 mt-1\">&#8226;<\/span> Repeated falls at home without serious injury<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-red-400 mt-1\">&#8226;<\/span> Significant unexplained weight loss<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-red-400 mt-1\">&#8226;<\/span> Progressive difficulty with swallowing<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-red-400 mt-1\">&#8226;<\/span> Need for comprehensive neurological evaluation<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 2: Clinical Diagnosis -->\n  <section id=\"clinical-diagnosis\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:stethoscope\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Clinical Diagnosis<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      During her 11-day hospitalization, Harjit underwent a comprehensive neurological evaluation. The clinical team conducted a detailed movement disorder assessment, brain imaging, and genetic testing. The diagnosis of Huntington&#8217;s disease was confirmed based on the combination of clinical features, imaging findings, and genetic results.\n    <\/p>\n\n    <div class=\"clinical-alert-purple mb-6\">\n      <div class=\"flex items-center gap-2 mb-2\">\n        <span class=\"iconify text-purple-500\" data-icon=\"lucide:brain\" data-width=\"18\"><\/span>\n        <span class=\"font-semibold text-purple-800 text-sm uppercase tracking-wider\">About Huntington&#8217;s Disease<\/span>\n      <\/div>\n      <p class=\"text-slate-700 text-sm leading-relaxed\">\n        Huntington&#8217;s disease is a progressive, inherited neurodegenerative disorder caused by a mutation in the HTT gene. It affects the basal ganglia and cerebral cortex, leading to a triad of symptoms: involuntary movements (chorea), cognitive decline, and psychiatric disturbances. The disease typically manifests between the ages of 30 and 50, though late-onset cases like this one are also recognized. There is currently no cure, and treatment focuses on symptom management and maintaining quality of life.\n      <\/p>\n    <\/div>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Neurological Assessment Findings<\/h3>\n\n    <div class=\"overflow-x-auto mb-6\">\n      <table class=\"evidence-table\">\n        <thead>\n          <tr>\n            <th>Assessment Parameter<\/th>\n            <th>Finding<\/th>\n            <th>Clinical Significance<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Choreiform Movements<\/td>\n            <td>Mild generalized chorea affecting face, hands, and trunk<\/td>\n            <td>Classic motor symptom of Huntington&#8217;s disease; indicates basal ganglia involvement<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Upper Limb Coordination<\/td>\n            <td>Impaired; difficulty with fine motor tasks<\/td>\n            <td>Explains difficulty holding utensils, writing, and self-feeding<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Lower Limb Strength<\/td>\n            <td>4+\/5 bilaterally<\/td>\n            <td>Mild weakness present but not the primary cause of mobility limitation<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Balance<\/td>\n            <td>Moderately impaired<\/td>\n            <td>Primary contributor to fall risk; requires targeted physiotherapy<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Speech (Dysarthria)<\/td>\n            <td>Mild slurring of speech<\/td>\n            <td>May worsen with disease progression; speech therapy recommended<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Swallowing (Dysphagia)<\/td>\n            <td>Mild difficulty with dry foods<\/td>\n            <td>Aspiration risk present; dietary modification and swallowing therapy needed<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Cognitive Assessment (MoCA)<\/td>\n            <td>21\/30<\/td>\n            <td>Mild cognitive impairment; affects executive function, attention, and memory<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Fall Risk<\/td>\n            <td>Increased<\/td>\n            <td>Combination of chorea, balance impairment, and osteopenia creates high-risk profile<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Respiratory Status<\/td>\n            <td>Independent, no compromise<\/td>\n            <td>Favorable baseline; no respiratory support needed at this stage<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Vital Signs at Discharge<\/h3>\n    <div class=\"grid grid-cols-2 md:grid-cols-5 gap-3 mb-6\">\n      <div class=\"bg-slate-50 border border-slate-200 rounded-lg p-3 text-center\">\n        <div class=\"text-xs text-slate-500 uppercase tracking-wider mb-1\">Blood Pressure<\/div>\n        <div class=\"text-lg font-semibold text-slate-800\">128\/76<\/div>\n        <div class=\"text-xs text-slate-400\">mmHg<\/div>\n      <\/div>\n      <div class=\"bg-slate-50 border border-slate-200 rounded-lg p-3 text-center\">\n        <div class=\"text-xs text-slate-500 uppercase tracking-wider mb-1\">Heart Rate<\/div>\n        <div class=\"text-lg font-semibold text-slate-800\">82<\/div>\n        <div class=\"text-xs text-slate-400\">bpm<\/div>\n      <\/div>\n      <div class=\"bg-slate-50 border border-slate-200 rounded-lg p-3 text-center\">\n        <div class=\"text-xs text-slate-500 uppercase tracking-wider mb-1\">Respiratory Rate<\/div>\n        <div class=\"text-lg font-semibold text-slate-800\">17<\/div>\n        <div class=\"text-xs text-slate-400\">\/min<\/div>\n      <\/div>\n      <div class=\"bg-slate-50 border border-slate-200 rounded-lg p-3 text-center\">\n        <div class=\"text-xs text-slate-500 uppercase tracking-wider mb-1\">Temperature<\/div>\n        <div class=\"text-lg font-semibold text-slate-800\">98.4<\/div>\n        <div class=\"text-xs text-slate-400\">degrees F<\/div>\n      <\/div>\n      <div class=\"bg-slate-50 border border-slate-200 rounded-lg p-3 text-center\">\n        <div class=\"text-xs text-slate-500 uppercase tracking-wider mb-1\">SpO2<\/div>\n        <div class=\"text-lg font-semibold text-slate-800\">99%<\/div>\n        <div class=\"text-xs text-slate-400\">Room Air<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"clinical-alert-amber\">\n      <div class=\"flex items-center gap-2 mb-2\">\n        <span class=\"iconify text-amber-500\" data-icon=\"lucide:shield-alert\" data-width=\"18\"><\/span>\n        <span class=\"font-semibold text-amber-800 text-sm uppercase tracking-wider\">Risk Profile at Discharge<\/span>\n      <\/div>\n      <div class=\"flex flex-wrap gap-2 mt-3\">\n        <span class=\"risk-indicator risk-high\"><span class=\"iconify\" data-icon=\"lucide:triangle-alert\" data-width=\"14\"><\/span> Fall Risk<\/span>\n        <span class=\"risk-indicator risk-moderate\"><span class=\"iconify\" data-icon=\"lucide:alert-circle\" data-width=\"14\"><\/span> Aspiration Risk<\/span>\n        <span class=\"risk-indicator risk-moderate\"><span class=\"iconify\" data-icon=\"lucide:alert-circle\" data-width=\"14\"><\/span> Malnutrition Risk<\/span>\n        <span class=\"risk-indicator risk-moderate\"><span class=\"iconify\" data-icon=\"lucide:alert-circle\" data-width=\"14\"><\/span> Weight Loss<\/span>\n        <span class=\"risk-indicator risk-moderate\"><span class=\"iconify\" data-icon=\"lucide:alert-circle\" data-width=\"14\"><\/span> Cognitive Decline<\/span>\n        <span class=\"risk-indicator risk-moderate\"><span class=\"iconify\" data-icon=\"lucide:alert-circle\" data-width=\"14\"><\/span> Depression<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 3: Hospital Treatment -->\n  <section id=\"hospital-treatment\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:building-2\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Hospital Treatment<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      Harjit was admitted for an 11-day hospitalization that served multiple purposes. The clinical team needed to confirm the diagnosis, stabilize her condition, optimize her medications, and establish a baseline for ongoing home care. The hospital stay provided an opportunity for multiple specialists to evaluate her comprehensively and create a coordinated discharge plan.\n    <\/p>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Interventions During Hospitalization<\/h3>\n\n    <div class=\"grid md:grid-cols-2 gap-4 mb-6\">\n      <div class=\"scenario-card\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-med-500\" data-icon=\"lucide:scan\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800\">Diagnostic Workup<\/span>\n        <\/div>\n        <ul class=\"text-sm text-slate-600 space-y-2\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Comprehensive neurological examination<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> MRI brain imaging to assess structural changes<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Genetic testing for HTT gene mutation<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Movement disorder specialist assessment<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Blood panel including B12 levels<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"scenario-card\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-med-500\" data-icon=\"lucide:pill\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800\">Medication Optimization<\/span>\n        <\/div>\n        <ul class=\"text-sm text-slate-600 space-y-2\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Chorea medication adjusted for better symptom control<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Antihypertensive medication reviewed<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Vitamin B12 supplementation initiated<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Mild depression addressed pharmacologically<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Osteopenia management reviewed<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"scenario-card\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-med-500\" data-icon=\"lucide:activity\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800\">Therapy Assessments<\/span>\n        <\/div>\n        <ul class=\"text-sm text-slate-600 space-y-2\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Physiotherapy baseline assessment<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Occupational therapy evaluation<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Speech and swallowing evaluation<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Cognitive assessment (MoCA: 21\/30)<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"scenario-card\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-med-500\" data-icon=\"lucide:users\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800\">Support Services<\/span>\n        <\/div>\n        <ul class=\"text-sm text-slate-600 space-y-2\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Nutritional assessment and dietary planning<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Psychiatric assessment for mood and behaviour<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Family counselling session<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-400 mt-1\">&#8226;<\/span> Discharge planning with home care referral<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"doctor-card mb-6\">\n      <div class=\"flex items-center gap-2 mb-3\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:message-circle\" data-width=\"18\"><\/span>\n        <span class=\"font-semibold text-med-800 text-sm uppercase tracking-wider\">Clinical Reasoning: Why These Interventions Mattered<\/span>\n      <\/div>\n      <p class=\"text-slate-700 text-sm leading-relaxed\">\n        The hospital team took a deliberate approach to stabilization before discharge. Simply prescribing medication for chorea would not have addressed the swallowing difficulty, the fall risk, or the nutritional deficit. By involving physiotherapy, speech therapy, nutrition, and psychiatry during the hospital stay itself, the team ensured that the discharge plan was built on a complete understanding of her functional abilities and limitations. This multidisciplinary baseline made it possible to set realistic, measurable goals for the home care phase. The family counselling session was particularly important because Huntington&#8217;s disease affects the entire family, and caregivers who understand the disease trajectory are better prepared for the challenges ahead. This approach of <a href=\"https:\/\/athomecare.in\/post-hospital-discharge-care-for-senior-citizens-medical-guidelines-for-safe-recovery-at-home\/\" class=\"text-med-600 hover:underline\">post-hospital discharge care planning<\/a> is essential for complex neurological conditions.\n      <\/p>\n    <\/div>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Functional Status at Discharge<\/h3>\n    <div class=\"overflow-x-auto\">\n      <table class=\"evidence-table\">\n        <thead>\n          <tr>\n            <th>Domain<\/th>\n            <th>Status at Discharge<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Mobility<\/td>\n            <td>Walking with four-point cane; distance limited to 80 meters; transfers independent with supervision<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Stair Climbing<\/td>\n            <td>Possible with handrail assistance<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Outdoor Walking<\/td>\n            <td>Only with caregiver support<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Personal Hygiene<\/td>\n            <td>Independent<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Eating<\/td>\n            <td>Independent with soft diet<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Communication<\/td>\n            <td>Independent (mild dysarthria)<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Cooking \/ Meal Preparation<\/td>\n            <td>Required assistance<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Medication Management<\/td>\n            <td>Required assistance<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Financial Management<\/td>\n            <td>Required assistance<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Simple Decision-Making<\/td>\n            <td>Independent<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 4: Why Home Healthcare Was Needed -->\n  <section id=\"why-home-healthcare\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:home\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Why Home Healthcare Was Needed<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      After the 11-day hospitalization, the treating neurologist recommended long-term multidisciplinary home healthcare rather than continued hospitalization or transfer to a rehabilitation facility. This recommendation was made for several specific clinical and practical reasons.\n    <\/p>\n\n    <div class=\"space-y-4 mb-6\">\n      <div class=\"clinical-alert-blue\">\n        <div class=\"font-semibold text-med-800 text-sm mb-2\">1. Huntington&#8217;s Disease Is Progressive, Not Acute<\/div>\n        <p class=\"text-slate-700 text-sm leading-relaxed\">\n          Harjit&#8217;s condition was stable at discharge. She did not require the intensity of hospital-level monitoring. What she needed was consistent, long-term support to maintain function and safety as the disease gradually progressed. Prolonged hospitalization would not change the disease trajectory but would expose her to hospital-acquired infections, disrupt her sleep and routine, and negatively affect her mental health. <a href=\"https:\/\/athomecare.in\/why-gurgaon-hospitals-are-referring-patients-to-athomecare-for-post-discharge-recovery-management\/\" class=\"text-med-600 hover:underline\">Hospitals increasingly recognize<\/a> that stable patients recover better at home with professional support.\n        <\/p>\n      <\/div>\n\n      <div class=\"clinical-alert-blue\">\n        <div class=\"font-semibold text-med-800 text-sm mb-2\">2. Fall Prevention Required Environmental Control<\/div>\n        <p class=\"text-slate-700 text-sm leading-relaxed\">\n          Harjit&#8217;s fall risk was directly tied to her home environment. Installing grab bars, removing clutter, placing non-slip mats, and reorganizing the living space could only be done at home. A hospital room, no matter how well equipped, could not replicate the real-world conditions where falls actually occur. <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\" class=\"text-med-600 hover:underline\">Home safety modifications<\/a> are a fundamental part of fall prevention that cannot happen in a hospital setting.\n        <\/p>\n      <\/div>\n\n      <div class=\"clinical-alert-blue\">\n        <div class=\"font-semibold text-med-800 text-sm mb-2\">3. Swallowing Safety Needed Real-World Mealtime Observation<\/div>\n        <p class=\"text-slate-700 text-sm leading-relaxed\">\n          Dysphagia management is most effective when observed in the actual setting where meals are consumed. A speech therapist and home nurse could watch Harjit eat her regular meals at home, identify specific foods that caused difficulty, and make practical dietary adjustments. This real-world assessment is far more valuable than a clinical swallowing evaluation done in a hospital room with unfamiliar food. <a href=\"https:\/\/athomecare.in\/elderly-difficulty-swallowing-feeding-support-gurgaon\/\" class=\"text-med-600 hover:underline\">Feeding support at home<\/a> allows for this kind of practical, ongoing assessment.\n        <\/p>\n      <\/div>\n\n      <div class=\"clinical-alert-blue\">\n        <div class=\"font-semibold text-med-800 text-sm mb-2\">4. Caregiver Support Needed to Happen in the Home Setting<\/div>\n        <p class=\"text-slate-700 text-sm leading-relaxed\">\n          Harjit&#8217;s husband was her primary caregiver, but he had no medical training. He needed hands-on education about how to assist with transfers, how to supervise walking safely, how to prepare appropriate meals, and how to recognize warning signs. This education is most effective when delivered in the actual home environment where caregivers can practice under professional supervision. <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\" class=\"text-med-600 hover:underline\">Choosing the right caregiver support<\/a> and educating existing family caregivers are both critical components.\n        <\/p>\n      <\/div>\n\n      <div class=\"clinical-alert-blue\">\n        <div class=\"font-semibold text-med-800 text-sm mb-2\">5. Familiar Environment Supports Cognitive and Emotional Wellbeing<\/div>\n        <p class=\"text-slate-700 text-sm leading-relaxed\">\n          For patients with neurodegenerative diseases, the familiarity of home provides cognitive anchors that help maintain function. Being surrounded by personal belongings, familiar routines, and family provides emotional stability that a hospital or institution cannot replicate. Research in <a href=\"https:\/\/athomecare.in\/dementia-home-care-services-finding-the-right-support-for-your-loved-one\/\" class=\"text-med-600 hover:underline\">dementia and neurodegenerative home care<\/a> consistently shows that patients maintain cognitive function longer in familiar environments.\n        <\/p>\n      <\/div>\n\n      <div class=\"clinical-alert-blue\">\n        <div class=\"font-semibold text-med-800 text-sm mb-2\">6. Continuous Monitoring Without Institutionalisation<\/div>\n        <p class=\"text-slate-700 text-sm leading-relaxed\">\n          Harjit needed regular vital sign monitoring, weight tracking, medication administration, and observation for disease progression. <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-med-600 hover:underline\">Home nursing services<\/a> can provide all of these on a daily basis without the need for institutional care. This approach respects the patient&#8217;s dignity and preferences while ensuring medical safety.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 5: Home Care Plan -->\n  <section id=\"home-care-plan\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:clipboard-list\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Home Care Plan by AtHomeCare<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-6\">\n      The home care plan was designed to address every identified risk and functional limitation. It involved multiple disciplines working together under a coordinated framework. Each team member had clearly defined responsibilities, and the plan included daily, weekly, and monthly touchpoints to ensure nothing was missed.\n    <\/p>\n\n    <!-- Home Nursing -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:heart-pulse\" data-width=\"22\"><\/span>\n        Home Nursing\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        A trained <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-med-600 hover:underline\">home nurse<\/a> was assigned to visit Harjit daily. The nurse&#8217;s role went far beyond basic medical tasks. In a progressive neurological condition like Huntington&#8217;s disease, the nurse serves as the eyes and ears of the medical team, detecting subtle changes that might indicate disease progression or a new complication.\n      <\/p>\n      <div class=\"grid sm:grid-cols-2 gap-3 mb-4\">\n        <div class=\"bg-slate-50 rounded-lg p-4 border border-slate-100\">\n          <div class=\"text-sm font-semibold text-slate-800 mb-2\">Medication Administration<\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed\">Ensuring accurate timing and dosage of chorea medication, antihypertensives, B12 supplements, and antidepressants. The nurse monitored for side effects and documented any changes in symptom control.<\/p>\n        <\/div>\n        <div class=\"bg-slate-50 rounded-lg p-4 border border-slate-100\">\n          <div class=\"text-sm font-semibold text-slate-800 mb-2\">Vital Sign Assessment<\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed\">Daily blood pressure monitoring was essential because hypertension control affects neurological health. Heart rate, respiratory rate, temperature, and oxygen saturation were recorded each morning.<\/p>\n        <\/div>\n        <div class=\"bg-slate-50 rounded-lg p-4 border border-slate-100\">\n          <div class=\"text-sm font-semibold text-slate-800 mb-2\">Nutritional and Weight Monitoring<\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed\">Weekly weight tracking to detect trends early. The nurse observed mealtimes and documented food intake to ensure <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\" class=\"text-med-600 hover:underline\">adequate nutrition and hydration<\/a> for an elderly patient at risk of weight loss.<\/p>\n        <\/div>\n        <div class=\"bg-slate-50 rounded-lg p-4 border border-slate-100\">\n          <div class=\"text-sm font-semibold text-slate-800 mb-2\">Swallowing Observation<\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed\">The nurse watched for signs of aspiration during and after meals: coughing, throat clearing, wet voice quality, or delayed swallowing. Any concern was communicated to the speech therapist and neurologist immediately.<\/p>\n        <\/div>\n        <div class=\"bg-slate-50 rounded-lg p-4 border border-slate-100\">\n          <div class=\"text-sm font-semibold text-slate-800 mb-2\">Skin Assessment<\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed\">Although Harjit was not bedridden, reduced mobility combined with osteopenia meant that any skin breakdown or bruising from minor bumps needed prompt attention. The nurse checked skin integrity during each visit.<\/p>\n        <\/div>\n        <div class=\"bg-slate-50 rounded-lg p-4 border border-slate-100\">\n          <div class=\"text-sm font-semibold text-slate-800 mb-2\">Caregiver Education and Disease Monitoring<\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed\">The nurse taught the husband how to assist safely, what warning signs to watch for, and when to call for help. She also maintained a daily log that tracked <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"text-med-600 hover:underline\">early warning signs<\/a> of deterioration.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Patient Attendant -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:shield-check\" data-width=\"22\"><\/span>\n        Patient Attendant\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        A trained <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"text-med-600 hover:underline\">patient care attendant<\/a> was present during the day to provide hands-on assistance and supervision. While the nurse focused on clinical tasks, the attendant focused on safety, companionship, and daily activity support. This two-layer approach ensured that Harjit was never left unsupervised during waking hours, which was critical given her fall risk.\n      <\/p>\n      <div class=\"grid sm:grid-cols-2 lg:grid-cols-4 gap-3\">\n        <div class=\"text-center p-4 bg-med-50 rounded-lg border border-med-100\">\n          <span class=\"iconify text-med-500 mx-auto mb-2\" data-icon=\"lucide:footprints\" data-width=\"24\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Walking Supervision<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Present during all walking, ready to assist if balance is lost<\/p>\n        <\/div>\n        <div class=\"text-center p-4 bg-med-50 rounded-lg border border-med-100\">\n          <span class=\"iconify text-med-500 mx-auto mb-2\" data-icon=\"lucide:utensils\" data-width=\"24\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Meal Assistance<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Helped with meal setup, adaptive utensils, and eating pace<\/p>\n        <\/div>\n        <div class=\"text-center p-4 bg-med-50 rounded-lg border border-med-100\">\n          <span class=\"iconify text-med-500 mx-auto mb-2\" data-icon=\"lucide:smile\" data-width=\"24\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Emotional Support<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Provided companionship and encouraged engagement in activities<\/p>\n        <\/div>\n        <div class=\"text-center p-4 bg-med-50 rounded-lg border border-med-100\">\n          <span class=\"iconify text-med-500 mx-auto mb-2\" data-icon=\"lucide:arrow-right-left\" data-width=\"24\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Safe Transfers<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Assisted with getting up, sitting down, and moving between rooms<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Physiotherapy -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:dumbbell\" data-width=\"22\"><\/span>\n        Physiotherapy\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        A physiotherapist visited Harjit at home five times per week during the initial phase, tapering to three times per week as she progressed. <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"text-med-600 hover:underline\">Physiotherapy at home<\/a> offered the advantage of working in the actual spaces where Harjit needed to function, allowing the therapist to design exercises that directly translated to real-life mobility.\n      <\/p>\n\n      <div class=\"doctor-card mb-4\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-med-600\" data-icon=\"lucide:message-circle\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-med-800 text-sm uppercase tracking-wider\">Clinical Reasoning: Why Physiotherapy Was Central to This Plan<\/span>\n        <\/div>\n        <p class=\"text-slate-700 text-sm leading-relaxed\">\n          In Huntington&#8217;s disease, the primary mobility problem is not muscle weakness but impaired motor control. Harjit&#8217;s lower limb strength was 4+\/5, which is near normal. Her walking difficulty came from chorea disrupting her gait pattern and balance impairment making her unsteady. Traditional strength-building exercises would not address the root problem. Instead, the physiotherapist focused on balance training, coordination exercises, and functional mobility practice. The goal was not to reverse the disease but to help Harjit&#8217;s brain and body compensate more effectively for the lost function. Similar approaches are used in <a href=\"https:\/\/athomecare.in\/parkinsons-disease-movement-assistance\/\" class=\"text-med-600 hover:underline\">Parkinson&#8217;s disease movement assistance<\/a>, where the focus is on compensatory strategies rather than cure.\n        <\/p>\n      <\/div>\n\n      <h4 class=\"text-base font-semibold text-slate-700 mb-3\">Treatment Goals<\/h4>\n      <div class=\"grid sm:grid-cols-2 gap-3\">\n        <div class=\"flex items-start gap-3 p-3 bg-green-50 rounded-lg border border-green-100\">\n          <span class=\"iconify text-green-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"18\"><\/span>\n          <div>\n            <div class=\"text-sm font-semibold text-slate-800\">Improve Balance<\/div>\n            <p class=\"text-xs text-slate-600\">Static and dynamic balance exercises to reduce fall risk during standing and walking<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-green-50 rounded-lg border border-green-100\">\n          <span class=\"iconify text-green-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"18\"><\/span>\n          <div>\n            <div class=\"text-sm font-semibold text-slate-800\">Maintain Muscle Strength<\/div>\n            <p class=\"text-xs text-slate-600\">Prevent disuse atrophy through appropriate resistance exercises within safe limits<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-green-50 rounded-lg border border-green-100\">\n          <span class=\"iconify text-green-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"18\"><\/span>\n          <div>\n            <div class=\"text-sm font-semibold text-slate-800\">Increase Walking Confidence<\/div>\n            <p class=\"text-xs text-slate-600\">Gradual distance progression with cane to rebuild trust in her own mobility<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-green-50 rounded-lg border border-green-100\">\n          <span class=\"iconify text-green-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"18\"><\/span>\n          <div>\n            <div class=\"text-sm font-semibold text-slate-800\">Improve Posture<\/div>\n            <p class=\"text-xs text-slate-600\">Postural correction exercises to counteract the tendency toward slouching and forward lean<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-green-50 rounded-lg border border-green-100\">\n          <span class=\"iconify text-green-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"18\"><\/span>\n          <div>\n            <div class=\"text-sm font-semibold text-slate-800\">Coordination Exercises<\/div>\n            <p class=\"text-xs text-slate-600\">Targeted tasks to improve hand-eye coordination and upper limb control<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-green-50 rounded-lg border border-green-100\">\n          <span class=\"iconify text-green-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"18\"><\/span>\n          <div>\n            <div class=\"text-sm font-semibold text-slate-800\">Flexibility Training<\/div>\n            <p class=\"text-xs text-slate-600\">Gentle stretching to prevent contractures and maintain range of motion<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Doctor Home Visit -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:stethoscope\" data-width=\"22\"><\/span>\n        Doctor Home Visit\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        A neurologist conducted monthly home visits to review Harjit&#8217;s condition. <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"text-med-600 hover:underline\">Doctor home visits<\/a> are particularly valuable for patients with movement disorders because travelling to a clinic can be exhausting, stressful, and sometimes unsafe. During each visit, the neurologist assessed disease progression, adjusted medications as needed, reviewed cognitive and behavioural symptoms, and evaluated the nutritional plan. The home setting also allowed the doctor to observe Harjit in her actual living environment, which sometimes reveals functional difficulties that a clinic examination might miss.\n      <\/p>\n    <\/div>\n\n    <!-- Medical Equipment -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:wrench\" data-width=\"22\"><\/span>\n        Medical Equipment and Home Modifications\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        Specific equipment and home modifications were arranged to address the identified safety risks. <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"text-med-600 hover:underline\">Medical equipment rental<\/a> provided a cost-effective way to access what was needed without a large upfront investment. The equipment list was determined by the clinical team based on Harjit&#8217;s specific functional limitations and home layout.\n      <\/p>\n      <div class=\"grid grid-cols-2 md:grid-cols-4 gap-3\">\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:cane\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Four-Point Cane<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">For stability during walking<\/p>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:grip-vertical\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Grab Bars<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Installed in bathroom and near toilet<\/p>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:armchair\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Shower Chair<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">For safe bathing without standing<\/p>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:heart-pulse\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">BP Monitor<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Daily blood pressure tracking<\/p>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:wind\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Pulse Oximeter<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Oxygen saturation monitoring<\/p>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:square\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Non-Slip Mats<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Bathroom, kitchen, and hallway<\/p>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:utensils-crossed\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Adaptive Utensils<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Ergonomic handles for easier grip<\/p>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-lg p-4 text-center\">\n          <span class=\"iconify text-slate-500 mx-auto mb-2\" data-icon=\"lucide:bed-double\" data-width=\"28\"><\/span>\n          <div class=\"text-sm font-semibold text-slate-800\">Hospital Bed<\/div>\n          <p class=\"text-xs text-slate-500 mt-1\">Optional, for advanced stages<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Daily Care Plan -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:clock\" data-width=\"22\"><\/span>\n        Daily Care Schedule\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        A structured daily routine was established to provide consistency, which is particularly beneficial for patients with cognitive involvement. The schedule balanced clinical tasks, therapy, nutrition, rest, and family interaction.\n      <\/p>\n      <div class=\"grid md:grid-cols-2 lg:grid-cols-4 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            <span class=\"iconify text-amber-500\" data-icon=\"lucide:sunrise\" data-width=\"20\"><\/span>\n            <span class=\"font-semibold text-amber-800\">Morning<\/span>\n          <\/div>\n          <ul class=\"text-sm text-slate-700 space-y-2\">\n            <li>Vital sign monitoring by nurse<\/li>\n            <li>Morning medications administered<\/li>\n            <li>Balance exercises with physiotherapist<\/li>\n            <li>Nutritious high-calorie breakfast<\/li>\n            <li>Supervised walking practice indoors<\/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            <span class=\"iconify text-sky-500\" data-icon=\"lucide:sun\" data-width=\"20\"><\/span>\n            <span class=\"font-semibold text-sky-800\">Afternoon<\/span>\n          <\/div>\n          <ul class=\"text-sm text-slate-700 space-y-2\">\n            <li>Occupational therapy session<\/li>\n            <li>Speech exercises with therapist<\/li>\n            <li>Balanced lunch with soft foods<\/li>\n            <li>Rest period in comfortable position<\/li>\n            <li>Hydration monitoring and encouragement<\/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            <span class=\"iconify text-orange-500\" data-icon=\"lucide:sunset\" data-width=\"20\"><\/span>\n            <span class=\"font-semibold text-orange-800\">Evening<\/span>\n          <\/div>\n          <ul class=\"text-sm text-slate-700 space-y-2\">\n            <li>Supervised outdoor walk with attendant<\/li>\n            <li>Gentle stretching exercises<\/li>\n            <li>Cognitive stimulation games<\/li>\n            <li>Family interaction time<\/li>\n            <li>Evening medications reviewed<\/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            <span class=\"iconify text-indigo-500\" data-icon=\"lucide:moon\" data-width=\"20\"><\/span>\n            <span class=\"font-semibold text-indigo-800\">Night<\/span>\n          <\/div>\n          <ul class=\"text-sm text-slate-700 space-y-2\">\n            <li>Light, easy-to-swallow dinner<\/li>\n            <li>Swallowing precautions observed<\/li>\n            <li>Medication review completed<\/li>\n            <li>Comfortable positioning for sleep<\/li>\n            <li>Sleep routine established<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Risks Monitored -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-red-500\" data-icon=\"lucide:shield-alert\" data-width=\"22\"><\/span>\n        Risks Being Actively Monitored\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        The home care team maintained continuous vigilance for a defined set of risks. Each risk had specific monitoring parameters and escalation criteria so that problems could be caught early and addressed before they became emergencies. <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"text-med-600 hover:underline\">Recognizing early warning signs<\/a> is a critical skill that the home nursing team brought to this case.\n      <\/p>\n      <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-3\">\n        <div class=\"flex items-start gap-3 p-3 bg-red-50 rounded-lg border border-red-100\">\n          <span class=\"risk-indicator risk-high flex-shrink-0 mt-0.5\">High<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Falls<\/strong> leading to fractures, especially given osteopenia<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-red-50 rounded-lg border border-red-100\">\n          <span class=\"risk-indicator risk-high flex-shrink-0 mt-0.5\">High<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Aspiration<\/strong> during swallowing, which could cause pneumonia<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-amber-50 rounded-lg border border-amber-100\">\n          <span class=\"risk-indicator risk-moderate flex-shrink-0 mt-0.5\">Moderate<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Malnutrition<\/strong> from increased calorie needs and reduced intake<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-amber-50 rounded-lg border border-amber-100\">\n          <span class=\"risk-indicator risk-moderate flex-shrink-0 mt-0.5\">Moderate<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Dehydration<\/strong> due to difficulty drinking steadily<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-amber-50 rounded-lg border border-amber-100\">\n          <span class=\"risk-indicator risk-moderate flex-shrink-0 mt-0.5\">Moderate<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Cognitive decline<\/strong> affecting safety awareness and decision-making<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-amber-50 rounded-lg border border-amber-100\">\n          <span class=\"risk-indicator risk-moderate flex-shrink-0 mt-0.5\">Moderate<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Depression<\/strong> worsening and reducing motivation for therapy<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-amber-50 rounded-lg border border-amber-100\">\n          <span class=\"risk-indicator risk-moderate flex-shrink-0 mt-0.5\">Moderate<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Weight loss<\/strong> continuing despite nutritional interventions<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-amber-50 rounded-lg border border-amber-100\">\n          <span class=\"risk-indicator risk-moderate flex-shrink-0 mt-0.5\">Moderate<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Injury from involuntary movements<\/strong> during daily tasks<\/div>\n        <\/div>\n        <div class=\"flex items-start gap-3 p-3 bg-amber-50 rounded-lg border border-amber-100\">\n          <span class=\"risk-indicator risk-moderate flex-shrink-0 mt-0.5\">Moderate<\/span>\n          <div class=\"text-sm text-slate-700\"><strong>Sleep disturbances<\/strong> affecting daytime function and mood<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Family Education -->\n    <div class=\"mb-8\">\n      <h3 class=\"text-xl font-semibold text-slate-800 mb-4 flex items-center gap-2\">\n        <span class=\"iconify text-med-500\" data-icon=\"lucide:graduation-cap\" data-width=\"22\"><\/span>\n        Family Education\n      <\/h3>\n      <p class=\"text-slate-600 leading-relaxed mb-4\">\n        The healthcare team conducted structured education sessions with Harjit&#8217;s husband and daughter. Education was not a one-time event but an ongoing process that adapted as new challenges emerged. The daughter&#8217;s background as a clinical psychologist was valuable, but Huntington&#8217;s disease presents specific medical and safety challenges that required input from the nursing and medical team.\n      <\/p>\n      <div class=\"overflow-x-auto\">\n        <table class=\"evidence-table\">\n          <thead>\n            <tr>\n              <th>Topic<\/th>\n              <th>What the Family Learned<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Home Safety<\/td>\n              <td>Creating a clutter-free environment, securing loose wires, removing throw rugs, ensuring adequate lighting in hallways and bathroom<\/td>\n            <\/tr>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Dietary Management<\/td>\n              <td>Preparing soft, high-calorie meals; thickening liquids if needed; offering smaller, more frequent meals; observing for signs of swallowing difficulty<\/td>\n            <\/tr>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Walking Supervision<\/td>\n              <td>Walking slightly behind and to the side; not pulling or pushing; allowing the patient to set the pace; knowing when to offer the cane<\/td>\n            <\/tr>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Exercise Encouragement<\/td>\n              <td>Daily exercise is important but should not cause fatigue; stop if Harjit appears tired or frustrated; consistency matters more than intensity<\/td>\n            <\/tr>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Mood and Behaviour<\/td>\n              <td>Irritability is part of the disease, not intentional; avoid confrontation during emotional episodes; redirect attention to calming activities<\/td>\n            <\/tr>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Medication Adherence<\/td>\n              <td>Consistent timing is critical for chorea medication; never skip doses or adjust without consulting the doctor; watch for side effects<\/td>\n            <\/tr>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Warning Signs<\/td>\n              <td>Choking, repeated falls, rapid weight loss, severe depression, sudden inability to swallow, fever with cough after eating, sudden confusion<\/td>\n            <\/tr>\n            <tr>\n              <td class=\"font-medium text-slate-800\">Follow-Up Schedule<\/td>\n              <td>Monthly neurologist visit; weekly physiotherapy; regular speech therapy; immediate reporting of any concerning change<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <!-- Care Goals -->\n    <div class=\"grid md:grid-cols-2 gap-6\">\n      <div class=\"bg-med-50 border border-med-200 rounded-xl p-6\">\n        <h4 class=\"font-semibold text-med-800 mb-4 flex items-center gap-2\">\n          <span class=\"iconify\" data-icon=\"lucide:target\" data-width=\"18\"><\/span>\n          Short-Term Goals (0 to 4 Weeks)\n        <\/h4>\n        <ul class=\"space-y-3 text-sm text-slate-700\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-500 font-bold mt-0.5\">1.<\/span> Reduce fall risk through environmental modifications and supervised mobility<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-500 font-bold mt-0.5\">2.<\/span> Improve nutritional intake with dietary modifications and mealtime support<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-500 font-bold mt-0.5\">3.<\/span> Maintain current mobility level and prevent further decline<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-500 font-bold mt-0.5\">4.<\/span> Improve safe swallowing through speech therapy and food texture modification<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-med-500 font-bold mt-0.5\">5.<\/span> Increase caregiver confidence in managing daily care tasks safely<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"bg-green-50 border border-green-200 rounded-xl p-6\">\n        <h4 class=\"font-semibold text-green-800 mb-4 flex items-center gap-2\">\n          <span class=\"iconify\" data-icon=\"lucide:trending-up\" data-width=\"18\"><\/span>\n          Long-Term Goals (Beyond 4 Weeks)\n        <\/h4>\n        <ul class=\"space-y-3 text-sm text-slate-700\">\n          <li class=\"flex items-start gap-2\"><span class=\"text-green-500 font-bold mt-0.5\">1.<\/span> Preserve independence in personal care and communication for as long as possible<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-green-500 font-bold mt-0.5\">2.<\/span> Delay functional decline through consistent rehabilitation<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-green-500 font-bold mt-0.5\">3.<\/span> Improve overall quality of life for both patient and family<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-green-500 font-bold mt-0.5\">4.<\/span> Reduce hospital admissions through proactive monitoring and early intervention<\/li>\n          <li class=\"flex items-start gap-2\"><span class=\"text-green-500 font-bold mt-0.5\">5.<\/span> Support caregiver wellbeing and prevent caregiver burnout<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 6: Recovery Timeline -->\n  <section id=\"recovery-timeline\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:calendar-days\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Recovery Timeline<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-8\">\n      The following timeline documents the clinical progress observed over twelve weeks of structured home healthcare. It is important to note that in Huntington&#8217;s disease, &#8220;recovery&#8221; does not mean reversal of the disease. It means stabilization, functional improvement through compensation strategies, and prevention of complications.\n    <\/p>\n\n    <div class=\"relative space-y-8 pl-12 md:pl-16\">\n      <div class=\"timeline-line\"><\/div>\n\n      <!-- Day 1 -->\n      <div class=\"relative\">\n        <div class=\"timeline-dot\">\n          <span class=\"text-white text-xs font-bold\">D1<\/span>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-xl p-5 shadow-sm\">\n          <div class=\"flex flex-wrap items-center gap-2 mb-2\">\n            <span class=\"text-sm font-semibold text-med-700\">Day 1<\/span>\n            <span class=\"text-xs bg-med-100 text-med-700 px-2 py-0.5 rounded-full\">Discharge Day<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed mb-3\">\n            Harjit arrived home from the hospital. The home nurse conducted an initial assessment, verified all medications, and confirmed that the home environment had been prepared with grab bars, non-slip mats, and the shower chair in place. The patient attendant was introduced and oriented to the daily schedule. Harjit appeared anxious about being at home after the hospital stay and was reluctant to walk even within the house.\n          <\/p>\n          <div class=\"text-xs text-slate-500 italic\">Family observation: Husband felt overwhelmed but relieved to have professional support at home.<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Day 3 -->\n      <div class=\"relative\">\n        <div class=\"timeline-dot\">\n          <span class=\"text-white text-xs font-bold\">D3<\/span>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-xl p-5 shadow-sm\">\n          <div class=\"flex flex-wrap items-center gap-2 mb-2\">\n            <span class=\"text-sm font-semibold text-med-700\">Day 3<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed mb-3\">\n            The physiotherapist conducted the first home session. Harjit could walk approximately 80 meters with the four-point cane but needed verbal cueing for balance. She reported feeling unsteady when turning corners. The nurse observed her first full day of meals at home and noted that she ate slowly and avoided dry rotis, preferring softer foods. Blood pressure was stable at 130\/78 mmHg.\n          <\/p>\n          <div class=\"text-xs text-slate-500 italic\">Nursing intervention: Modified breakfast to include softer alternatives; documented baseline walking distance.<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Week 1 -->\n      <div class=\"relative\">\n        <div class=\"timeline-dot\">\n          <span class=\"text-white text-xs font-bold\">W1<\/span>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-xl p-5 shadow-sm\">\n          <div class=\"flex flex-wrap items-center gap-2 mb-2\">\n            <span class=\"text-sm font-semibold text-med-700\">Week 1<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed mb-3\">\n            By the end of the first week, a daily routine was established. Harjit began participating more willingly in physiotherapy sessions. The occupational therapist introduced adaptive eating utensils, which made a noticeable difference in her ability to feed herself with less spilling. Speech therapy focused on swallowing techniques, including chin-tuck posture during swallowing and taking smaller bites. One near-fall occurred in the bathroom when Harjit tried to stand without using the grab bar. The attendant was present and caught her arm, preventing a fall.\n          <\/p>\n          <div class=\"clinical-alert-amber mt-3\">\n            <p class=\"text-xs text-amber-800\"><strong>Note:<\/strong> This near-fall reinforced the need for consistent grab bar use. The nurse reviewed bathroom safety with the husband and attendant again, and a reminder sign was placed near the bathroom door.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Week 2 -->\n      <div class=\"relative\">\n        <div class=\"timeline-dot\">\n          <span class=\"text-white text-xs font-bold\">W2<\/span>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-xl p-5 shadow-sm\">\n          <div class=\"flex flex-wrap items-center gap-2 mb-2\">\n            <span class=\"text-sm font-semibold text-med-700\">Week 2<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed mb-3\">\n            Walking distance had increased to approximately 120 meters. Harjit was more confident walking indoors and began attempting to walk to the front door and back without stopping. The chorea remained present but the nurse noted that medication timing seemed to provide better control during morning hours. Dietary modifications were showing results: Harjit was eating larger portions and had gained 0.5 kg since discharge. The speech therapist observed improved swallowing safety with the chin-tuck technique, though dry foods remained challenging. Mood appeared improved, with fewer episodes of irritability reported by the family.\n          <\/p>\n          <div class=\"text-xs text-slate-500 italic\">Doctor review: Neurologist reviewed progress via phone and confirmed the current medication plan was appropriate.<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Week 4 -->\n      <div class=\"relative\">\n        <div class=\"timeline-dot\">\n          <span class=\"text-white text-xs font-bold\">W4<\/span>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-xl p-5 shadow-sm\">\n          <div class=\"flex flex-wrap items-center gap-2 mb-2\">\n            <span class=\"text-sm font-semibold text-med-700\">Week 4<\/span>\n            <span class=\"text-xs bg-green-100 text-green-700 px-2 py-0.5 rounded-full\">Short-Term Goals Met<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed mb-3\">\n            At the one-month mark, all short-term goals had been achieved. Walking distance reached approximately 160 meters. No falls had occurred since the near-fall in week one. Weight had increased by 1.2 kg total. Swallowing safety had improved significantly with dietary modifications, and the family reported that mealtimes were less stressful. The husband demonstrated confident use of all safety equipment and could independently manage the daily routine when the attendant took breaks.\n          <\/p>\n          <div class=\"clinical-alert-green mt-3\">\n            <p class=\"text-xs text-green-800\"><strong>Milestone:<\/strong> The first in-person neurologist home visit was conducted. The doctor noted that the home care plan was effectively addressing the identified risks and recommended continuing the current structure with gradual physiotherapy frequency adjustment.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Month 2 -->\n      <div class=\"relative\">\n        <div class=\"timeline-dot\">\n          <span class=\"text-white text-xs font-bold\">M2<\/span>\n        <\/div>\n        <div class=\"bg-white border border-slate-200 rounded-xl p-5 shadow-sm\">\n          <div class=\"flex flex-wrap items-center gap-2 mb-2\">\n            <span class=\"text-sm font-semibold text-med-700\">Month 2<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed mb-3\">\n            Walking distance improved to approximately 200 meters. Harjit began walking in the building corridor with attendant supervision, which provided a longer, flat walking path compared to the apartment. She expressed wanting to go outside, which the team supported with a planned, supervised outdoor walk on the building grounds. The first outdoor walk lasted about 10 minutes and was completed without incident. Physiotherapy frequency was reduced from five to three sessions per week as the attendant had been trained to guide daily exercises. Cognitive games introduced by the occupational therapist, such as picture matching and simple word puzzles, became a regular part of the evening routine. The family reported that Harjit seemed more engaged and less withdrawn.\n          <\/p>\n          <div class=\"text-xs text-slate-500 italic\">Nursing intervention: Attendant trained to lead basic balance and stretching exercises on non-therapy days.<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Month 3 -->\n      <div class=\"relative\">\n        <div class=\"timeline-dot\">\n          <span class=\"text-white text-xs font-bold\">M3<\/span>\n        <\/div>\n        <div class=\"bg-white border border-green-200 rounded-xl p-5 shadow-sm bg-green-50\/30\">\n          <div class=\"flex flex-wrap items-center gap-2 mb-2\">\n            <span class=\"text-sm font-semibold text-green-700\">Month 3 (12 Weeks)<\/span>\n            <span class=\"text-xs bg-green-200 text-green-800 px-2 py-0.5 rounded-full\">Assessment Complete<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed mb-3\">\n            At the twelve-week assessment, the results were documented and reviewed by the full care team. Walking endurance had improved from 80 meters to nearly 250 meters, a more than threefold increase. No fall-related injuries had occurred during the entire twelve-week period. Weight had increased by 2.3 kg total, reversing the pre-admission weight loss trend. Swallowing safety had improved to the point where Harjit could manage a wider range of food textures with appropriate precautions. Balance and coordination during daily activities were noticeably better. Caregivers reported fewer behavioural disturbances, and Harjit&#8217;s daughter noted that her mother seemed more like her former self during family interactions. Most importantly, no emergency hospital admissions had occurred.\n          <\/p>\n          <div class=\"clinical-alert-green mt-3\">\n            <p class=\"text-xs text-green-800\"><strong>Key outcome:<\/strong> The structured home care plan demonstrated that a progressive neurological condition can be effectively managed at home with the right combination of clinical expertise, equipment, family education, and consistent follow-through.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 7: Clinical Evidence -->\n  <section id=\"clinical-evidence\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:bar-chart-3\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Clinical Evidence<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-6\">\n      The following tables present the measured clinical parameters at discharge and at the twelve-week assessment. All values are based on documented observations from the home care team.\n    <\/p>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Mobility Progress<\/h3>\n    <div class=\"overflow-x-auto mb-8\">\n      <table class=\"evidence-table\">\n        <thead>\n          <tr>\n            <th>Parameter<\/th>\n            <th>At Discharge<\/th>\n            <th>At 12 Weeks<\/th>\n            <th>Change<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Walking Distance<\/td>\n            <td>80 meters<\/td>\n            <td>Nearly 250 meters<\/td>\n            <td class=\"text-green-600 font-semibold\">+212% improvement<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Walking Aid<\/td>\n            <td>Four-point cane<\/td>\n            <td>Four-point cane<\/td>\n            <td class=\"text-slate-500\">Unchanged<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Balance<\/td>\n            <td>Moderately impaired<\/td>\n            <td>Improved; steadier during turns<\/td>\n            <td class=\"text-green-600 font-semibold\">Improved<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Indoor Walking Confidence<\/td>\n            <td>Low; anxious<\/td>\n            <td>Confident with supervision<\/td>\n            <td class=\"text-green-600 font-semibold\">Significantly improved<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Outdoor Walking<\/td>\n            <td>Not attempted<\/td>\n            <td>Supervised walks on building grounds<\/td>\n            <td class=\"text-green-600 font-semibold\">New ability gained<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Fall Incidents<\/td>\n            <td>Repeated falls pre-admission<\/td>\n            <td>Zero fall-related injuries<\/td>\n            <td class=\"text-green-600 font-semibold\">Eliminated<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Nutritional Progress<\/h3>\n    <div class=\"overflow-x-auto mb-8\">\n      <table class=\"evidence-table\">\n        <thead>\n          <tr>\n            <th>Parameter<\/th>\n            <th>At Discharge<\/th>\n            <th>At 12 Weeks<\/th>\n            <th>Change<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Weight<\/td>\n            <td>Baseline (post-hospital)<\/td>\n            <td>+2.3 kg gained<\/td>\n            <td class=\"text-green-600 font-semibold\">Positive trend<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Swallowing Safety<\/td>\n            <td>Mild dysphagia with dry foods<\/td>\n            <td>Improved with dietary modifications<\/td>\n            <td class=\"text-green-600 font-semibold\">Improved<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Meal Independence<\/td>\n            <td>Independent with soft diet<\/td>\n            <td>Independent with wider food range<\/td>\n            <td class=\"text-green-600 font-semibold\">Improved<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Adaptive Equipment<\/td>\n            <td>Not in use<\/td>\n            <td>Adaptive utensils in regular use<\/td>\n            <td class=\"text-green-600 font-semibold\">Implemented<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Vital Signs Stability<\/h3>\n    <div class=\"overflow-x-auto mb-8\">\n      <table class=\"evidence-table\">\n        <thead>\n          <tr>\n            <th>Parameter<\/th>\n            <th>At Discharge<\/th>\n            <th>At 12 Weeks (Average)<\/th>\n            <th>Status<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Blood Pressure<\/td>\n            <td>128\/76 mmHg<\/td>\n            <td>126\/74 mmHg<\/td>\n            <td><span class=\"risk-indicator risk-low\">Stable<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Heart Rate<\/td>\n            <td>82 bpm<\/td>\n            <td>78 bpm<\/td>\n            <td><span class=\"risk-indicator risk-low\">Stable<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">SpO2<\/td>\n            <td>99%<\/td>\n            <td>98-99%<\/td>\n            <td><span class=\"risk-indicator risk-low\">Stable<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Respiratory Rate<\/td>\n            <td>17\/min<\/td>\n            <td>16-18\/min<\/td>\n            <td><span class=\"risk-indicator risk-low\">Stable<\/span><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3 class=\"text-lg font-semibold text-slate-800 mb-4\">Overall Outcome Summary<\/h3>\n    <div class=\"overflow-x-auto\">\n      <table class=\"evidence-table\">\n        <thead>\n          <tr>\n            <th>Outcome Domain<\/th>\n            <th>12-Week Result<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Hospital Readmissions<\/td>\n            <td class=\"text-green-600 font-semibold\">Zero emergency admissions<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Fall-Related Injuries<\/td>\n            <td class=\"text-green-600 font-semibold\">None<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Weight Trend<\/td>\n            <td class=\"text-green-600 font-semibold\">Gained 2.3 kg<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Behavioural Disturbances<\/td>\n            <td class=\"text-green-600 font-semibold\">Fewer episodes reported<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Caregiver Confidence<\/td>\n            <td class=\"text-green-600 font-semibold\">Significantly improved<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"font-medium text-slate-800\">Walking Endurance<\/td>\n            <td class=\"text-green-600 font-semibold\">80m to nearly 250m<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 8: Medical Authority -->\n  <section id=\"medical-authority\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:badge-check\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Medical Authority<\/h2>\n    <\/div>\n\n    <div class=\"doctor-card\">\n      <div class=\"flex flex-col sm:flex-row gap-6\">\n        <div class=\"flex-shrink-0\">\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\" class=\"w-28 h-28 rounded-xl object-cover bg-white border border-slate-200\">\n        <\/div>\n        <div class=\"flex-1\">\n          <div class=\"text-xs text-med-600 uppercase tracking-wider font-semibold mb-1\">Author<\/div>\n          <h3 class=\"text-xl font-semibold text-slate-900 mb-1\">Dr. Ekta Fageriya, MBBS<\/h3>\n          <div class=\"flex flex-wrap gap-x-4 gap-y-1 text-sm text-slate-600 mb-4\">\n            <span><strong class=\"text-slate-700\">RMC Registration No.:<\/strong> 44780<\/span>\n            <span><strong class=\"text-slate-700\">Specialization:<\/strong> Geriatric Medicine<\/span>\n            <span><strong class=\"text-slate-700\">Clinical Experience:<\/strong> 7 Years<\/span>\n          <\/div>\n          <p class=\"text-sm text-slate-600 leading-relaxed\">\n            Dr. Ekta Fageriya specializes in geriatric medicine with a focus on managing complex, multi-condition elderly patients at home. Her clinical approach emphasizes evidence-based symptom management, caregiver empowerment, and maintaining functional independence for as long as possible in patients with progressive neurological conditions.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    \n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 9: Recovery Outcome -->\n  <section id=\"recovery-outcome\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:award\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Recovery Outcome<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-5\">\n      At the twelve-week mark, the home care team conducted a comprehensive reassessment. The results reflected meaningful improvements in safety, function, and quality of life, even though the underlying disease continued to progress at its own pace.\n    <\/p>\n\n    <div class=\"grid md:grid-cols-2 gap-4 mb-6\">\n      <div class=\"scenario-card border-green-200 bg-green-50\/30\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-green-500\" data-icon=\"lucide:footprints\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-green-800\">Mobility<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-700 leading-relaxed\">Walking endurance improved from 80 meters to nearly 250 meters. Indoor walking became confident and semi-independent with the cane. Outdoor walking was re-established with supervision. Balance during daily activities showed measurable improvement. No falls or fall-related injuries occurred during the twelve-week period.<\/p>\n      <\/div>\n      <div class=\"scenario-card border-green-200 bg-green-50\/30\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-green-500\" data-icon=\"lucide:utensils\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-green-800\">Nutrition<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-700 leading-relaxed\">Weight increased by 2.3 kg, reversing the pre-admission weight loss. Dietary modifications allowed Harjit to eat a wider range of foods safely. Adaptive utensils improved self-feeding independence. Mealtime stress reduced significantly for both Harjit and her caregivers.<\/p>\n      <\/div>\n      <div class=\"scenario-card border-green-200 bg-green-50\/30\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-green-500\" data-icon=\"lucide:heart-pulse\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-green-800\">Medical Stability<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-700 leading-relaxed\">Blood pressure remained well controlled. No aspiration events occurred. No infections were reported. Vital signs stayed within normal ranges throughout. Hypertension, B12 deficiency, and depression were all stable on current medications. No emergency hospital admissions were needed.<\/p>\n      <\/div>\n      <div class=\"scenario-card border-green-200 bg-green-50\/30\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"iconify text-green-500\" data-icon=\"lucide:smile\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-green-800\">Family Feedback<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-700 leading-relaxed\">Harjit&#8217;s husband reported feeling significantly more confident in managing daily care. The daughter noted improved mood and engagement during family interactions. Both caregivers expressed relief at having professional support and said the education sessions helped them understand what to expect. They felt the home care plan had given them a sense of control over a situation that initially felt overwhelming.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"clinical-alert-amber mb-6\">\n      <div class=\"flex items-center gap-2 mb-2\">\n        <span class=\"iconify text-amber-500\" data-icon=\"lucide:alert-circle\" data-width=\"18\"><\/span>\n        <span class=\"font-semibold text-amber-800 text-sm uppercase tracking-wider\">Remaining Challenges and Long-Term Outlook<\/span>\n      <\/div>\n      <p class=\"text-slate-700 text-sm leading-relaxed\">\n        It is important to acknowledge that Huntington&#8217;s disease is progressive. The improvements documented at twelve weeks represent better function and safety, not a reversal of the disease. Chorea remains present and will likely worsen over time. Cognitive function may decline further. Swallowing difficulty may progress to the point where dietary modifications alone are insufficient. The home care plan will need to be regularly updated to address new challenges as they emerge. The family has been counselled about the long-term trajectory and knows that the care plan will evolve. The foundation built during these twelve weeks, including the safety modifications, caregiver skills, and therapeutic routines, will remain valuable as the disease progresses. For families in the Delhi NCR region, including <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"text-med-600 hover:underline\">Mohali and surrounding areas<\/a>, having an established home care framework in place makes it easier to adapt to changing needs without starting from scratch.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 10: Key Clinical Learnings -->\n  <section id=\"key-learnings\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:lightbulb\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Key Clinical Learnings<\/h2>\n    <\/div>\n\n    <p class=\"text-slate-600 leading-relaxed mb-6\">\n      This case illustrates several important clinical principles that are relevant to the home care management of progressive neurological conditions.\n    <\/p>\n\n    <div class=\"space-y-4\">\n      <div class=\"doctor-card\">\n        <div class=\"flex items-start gap-3\">\n          <span class=\"text-med-600 font-bold text-lg flex-shrink-0\">1<\/span>\n          <div>\n            <div class=\"font-semibold text-slate-800 mb-1\">Multidisciplinary Coordination Is Non-Negotiable<\/div>\n            <p class=\"text-sm text-slate-600 leading-relaxed\">No single discipline could have addressed all of Harjit&#8217;s needs. The nurse handled medication and clinical monitoring. The physiotherapist addressed mobility and balance. The speech therapist managed swallowing safety. The occupational therapist improved daily function. The neurologist provided medical oversight. When these disciplines work in isolation, patients fall through the gaps between specialties. Coordination was the single most important factor in this case&#8217;s positive outcome. Families looking for <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"text-med-600 hover:underline\">comprehensive patient care services<\/a> should ensure that the provider offers integrated, multidisciplinary care rather than standalone services.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <div class=\"flex items-start gap-3\">\n          <span class=\"text-med-600 font-bold text-lg flex-shrink-0\">2<\/span>\n          <div>\n            <div class=\"font-semibold text-slate-800 mb-1\">Early Physiotherapy Preserves Function That Is Hard to Regain Later<\/div>\n            <p class=\"text-sm text-slate-600 leading-relaxed\">Starting physiotherapy within days of discharge, while Harjit still had reasonable baseline function, allowed the team to build on existing abilities rather than trying to recover lost ones. In progressive neurological conditions, there is a window of opportunity where compensation strategies can be learned and embedded into daily routines before the disease advances further. Delaying rehabilitation until function has significantly deteriorated makes the task much harder. The same principle applies across many conditions, from <a href=\"https:\/\/athomecare.in\/understanding-parkinsons-disease-symptoms-causes-treatment\/\" class=\"text-med-600 hover:underline\">Parkinson&#8217;s disease<\/a> to post-stroke recovery.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <div class=\"flex items-start gap-3\">\n          <span class=\"text-med-600 font-bold text-lg flex-shrink-0\">3<\/span>\n          <div>\n            <div class=\"font-semibold text-slate-800 mb-1\">Nutritional Intervention Must Begin Before Weight Loss Becomes Severe<\/div>\n            <p class=\"text-sm text-slate-600 leading-relaxed\">In Huntington&#8217;s disease, weight loss is driven by both increased calorie expenditure from chorea and reduced calorie intake from swallowing difficulty and loss of appetite. Once significant weight loss occurs, it is difficult to reverse because the patient has less muscle mass and energy reserves. Early nutritional support, including high-calorie food preparation, texture modification, and mealtime supervision, can prevent the weight loss from becoming a crisis. The 2.3 kg gain in this case was possible because the intervention started while Harjit still had the ability to eat independently with modifications.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <div class=\"flex items-start gap-3\">\n          <span class=\"text-med-600 font-bold text-lg flex-shrink-0\">4<\/span>\n          <div>\n            <div class=\"font-semibold text-slate-800 mb-1\">Home Safety Modifications Are as Important as Medical Treatment<\/div>\n            <p class=\"text-sm text-slate-600 leading-relaxed\">The grab bars, non-slip mats, shower chair, and clutter removal likely prevented multiple falls during the twelve-week period. These are simple, low-cost interventions that have a disproportionate impact on patient safety. Yet they are frequently overlooked or delayed. In this case, the modifications were in place before Harjit arrived home from the hospital, which meant that the first day at home was already safer than the environment that had led to her pre-admission falls. <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"text-med-600 hover:underline\">Fall prevention<\/a> is not an optional add-on; it is a core medical intervention for patients with movement disorders.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <div class=\"flex items-start gap-3\">\n          <span class=\"text-med-600 font-bold text-lg flex-shrink-0\">5<\/span>\n          <div>\n            <div class=\"font-semibold text-slate-800 mb-1\">Caregiver Education Directly Affects Patient Outcomes<\/div>\n            <p class=\"text-sm text-slate-600 leading-relaxed\">The husband&#8217;s growing confidence in managing Harjit&#8217;s daily care was not just a feel-good side benefit. It directly translated to safer care, fewer errors, faster response to problems, and reduced stress for Harjit herself. Patients with neurodegenerative conditions are highly sensitive to their caregivers&#8217; emotional state. A calm, confident caregiver creates a safer and more supportive environment than an anxious, uncertain one. Investing time in caregiver education yields measurable returns in patient safety and wellbeing. <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\" class=\"text-med-600 hover:underline\">Recognizing and addressing caregiver stress<\/a> is therefore a clinical responsibility, not a luxury.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <div class=\"flex items-start gap-3\">\n          <span class=\"text-med-600 font-bold text-lg flex-shrink-0\">6<\/span>\n          <div>\n            <div class=\"font-semibold text-slate-800 mb-1\">Zero Hospital Readmissions Is an Achievable Goal with the Right Home Care Structure<\/div>\n            <p class=\"text-sm text-slate-600 leading-relaxed\">For a patient with Huntington&#8217;s disease, osteopenia, hypertension, and a history of repeated falls, going twelve weeks without an emergency hospital admission is a meaningful outcome. It was achieved not by preventing disease progression but by proactively managing the risks that lead to hospitalization: falls, aspiration, malnutrition, and medication non-adherence. This is the core value proposition of <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-med-600 hover:underline\">professional home nursing<\/a>: it does not cure the disease, but it prevents the complications that send patients back to the hospital.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 11: FAQs -->\n  <section id=\"faqs\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:help-circle\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Frequently Asked Questions<\/h2>\n    <\/div>\n\n    <div class=\"max-w-4xl\">\n      <div class=\"faq-item active\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>Can Huntington&#8217;s disease be managed at home?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Yes. Many patients benefit from coordinated home nursing, physiotherapy, nutritional support, and regular neurological follow-up. A structured home care plan can address movement difficulties, swallowing safety, fall prevention, and behavioural changes while allowing the patient to remain in a familiar environment. The key is having a multidisciplinary team that coordinates effectively and adapts the plan as the disease progresses.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>Why do involuntary movements occur in Huntington&#8217;s disease?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Involuntary movements, known as chorea, result from progressive degeneration in the basal ganglia region of the brain. This area is responsible for controlling voluntary movement. As neurons in this region deteriorate, the brain loses its ability to regulate movement signals effectively, leading to jerky, uncontrolled motions that can affect the face, hands, limbs, and trunk.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>Is physiotherapy useful for Huntington&#8217;s disease patients?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Yes. Physiotherapy helps maintain balance, muscle strength, flexibility, and safe mobility. Regular exercises can slow functional decline, improve walking confidence, and reduce fall risk. The focus is on compensation strategies rather than reversing the disease. Occupational therapy alongside physiotherapy helps patients maintain independence in daily activities for longer.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>How can falls be prevented in Huntington&#8217;s disease?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Using walking aids like a four-point cane, removing household hazards such as loose rugs and clutter, installing grab bars in bathrooms, using non-slip mats, providing shower chairs, and ensuring supervised mobility can significantly reduce fall risk. Regular physiotherapy focused on balance training also helps. The combination of environmental modification and physical training is more effective than either approach alone.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>When should immediate medical attention be sought?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Seek urgent medical care if there is choking, repeated falls with injury, severe dehydration, sudden inability to swallow, sudden confusion or change in consciousness, chest pain, difficulty breathing, or any signs of aspiration pneumonia such as fever with cough after eating. These situations require hospital evaluation and cannot be managed at home.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>Does home healthcare improve quality of life for Huntington&#8217;s disease patients?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Home healthcare focuses on maintaining independence, preventing complications like falls and aspiration, supporting caregivers with education and respite, managing medications, providing rehabilitation, and improving everyday function. For progressive conditions like Huntington&#8217;s disease, the goal is not cure but meaningful preservation of comfort, dignity, and function. The familiar home environment itself contributes to emotional and cognitive wellbeing.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>What role does nutrition play in Huntington&#8217;s disease care?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Patients with Huntington&#8217;s disease often experience significant weight loss due to increased calorie expenditure from involuntary movements and difficulty swallowing. Nutritional support through high-calorie soft diets, supervised mealtimes, and monitoring of weight trends is essential to prevent malnutrition and maintain strength. Early intervention is important because weight loss becomes increasingly difficult to reverse as the disease progresses.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>How does caregiver education help in Huntington&#8217;s disease management?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Caregiver education helps family members understand the disease progression, recognize warning signs early, implement safety measures at home, manage behavioural changes with appropriate strategies, ensure medication adherence, and reduce their own stress. Educated caregivers are better equipped to provide safe, consistent care and know when to seek professional help. This directly affects patient safety and quality of life.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>What medical equipment is typically needed for home care of Huntington&#8217;s disease?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          Common equipment includes a walking cane or walker for mobility support, grab bars and shower chairs for bathroom safety, non-slip floor mats, a blood pressure monitor and pulse oximeter for vital sign tracking, adaptive eating utensils for self-feeding, and in later stages, a hospital bed. Equipment needs change as the disease progresses, so regular reassessment is important.\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <span>How is Huntington&#8217;s disease different from Parkinson&#8217;s disease in terms of home care?<\/span>\n          <span class=\"iconify faq-icon\" data-icon=\"lucide:chevron-down\" data-width=\"20\"><\/span>\n        <\/div>\n        <div class=\"faq-answer\">\n          While both are movement disorders, Huntington&#8217;s disease typically causes involuntary jerky movements (chorea) whereas Parkinson&#8217;s causes rigidity and slowness (bradykinesia). Huntington&#8217;s also involves more prominent cognitive and psychiatric symptoms from an earlier stage. Home care for Huntington&#8217;s often requires more attention to swallowing safety, nutritional support, and behavioural management compared to Parkinson&#8217;s, where the focus may be more on mobility assistance and medication timing. However, many principles overlap, including fall prevention, physiotherapy, and caregiver education. Learning about <a href=\"https:\/\/athomecare.in\/understanding-parkinsons-disease-symptoms-causes-treatment\/\" class=\"text-med-600 hover:underline\">Parkinson&#8217;s disease management<\/a> can provide useful context for families dealing with any movement disorder.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Section 12: Contact Information -->\n  <section id=\"contact\" class=\"mb-14\">\n    <div class=\"flex items-center gap-3 mb-6\">\n      <div class=\"w-10 h-10 rounded-lg bg-med-100 flex items-center justify-center\">\n        <span class=\"iconify text-med-600\" data-icon=\"lucide:phone\" data-width=\"20\"><\/span>\n      <\/div>\n      <h2 class=\"font-serif text-2xl md:text-3xl text-slate-900\">Contact Information<\/h2>\n    <\/div>\n\n    <div class=\"contact-card\">\n      <h3 class=\"text-xl font-semibold mb-6\">AtHomeCare<\/h3>\n      <div class=\"grid md:grid-cols-2 gap-6\">\n        <div>\n          <div class=\"text-xs uppercase tracking-wider text-med-300 font-medium mb-2\">Corporate Office<\/div>\n          <p class=\"text-sm leading-relaxed\">\n            Unit No. 703, 7th Floor, ILD Trade Centre<br>\n            D1 Block, Malibu Town<br>\n            Sector 47<br>\n            Maholi, Haryana 122018\n          <\/p>\n        <\/div>\n        <div>\n          <div class=\"text-xs uppercase tracking-wider text-med-300 font-medium mb-2\">Get in Touch<\/div>\n          <div class=\"space-y-2 text-sm\">\n            <div class=\"flex items-center gap-2\">\n              <span class=\"iconify\" data-icon=\"lucide:phone\" data-width=\"16\"><\/span>\n              <a href=\"tel:9910823218\">9910823218<\/a>\n            <\/div>\n            <div class=\"flex items-center gap-2\">\n              <span class=\"iconify\" data-icon=\"lucide:mail\" data-width=\"16\"><\/span>\n              <a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Medical Disclaimer -->\n  <section class=\"mb-10\">\n    <div class=\"clinical-alert-red\">\n      <div class=\"flex items-center gap-2 mb-3\">\n        <span class=\"iconify text-red-500\" data-icon=\"lucide:shield-alert\" data-width=\"18\"><\/span>\n        <span class=\"font-semibold text-red-800 text-sm uppercase tracking-wider\">Medical Disclaimer<\/span>\n      <\/div>\n      <div class=\"text-sm text-red-900 leading-relaxed space-y-2\">\n        <p>Every patient is unique. The clinical approach described in this fictional case study may not be appropriate for all patients with Huntington&#8217;s disease or other neurological conditions.<\/p>\n        <p>Treatment decisions must always be made by qualified healthcare professionals based on individual patient assessment, medical history, and current clinical guidelines.<\/p>\n        <p>Emergency symptoms, including choking, severe difficulty breathing, loss of consciousness, sudden weakness, or signs of stroke, require immediate hospital care. Home healthcare complements but does not replace emergency medical services.<\/p>\n        <p>This article is intended for educational purposes only and should not be used as a substitute for professional medical advice, diagnosis, or treatment. Always consult your doctor or qualified healthcare provider with any questions you may have regarding a medical condition.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Related Services -->\n  <section class=\"mb-14\">\n    <h2 class=\"font-serif text-2xl text-slate-900 mb-6\">Related Services<\/h2>\n    <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-4\">\n      <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:heart-pulse\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Home Nursing Services<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Trained nurses for daily medication, vital monitoring, and clinical care at home.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"icon\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Physiotherapy at Home<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Expert physiotherapists for mobility, balance, strength, and rehabilitation at home.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:users\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Patient Care Services<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Comprehensive care plans for elderly patients with chronic and complex conditions.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:shield-check\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Patient Care Taker<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Trained attendants for daily assistance, supervision, and personal care support.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:stethoscope\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Doctor Home Visit<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Specialist doctors for in-home consultations, reviews, and medical oversight.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:wrench\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Medical Equipment Rental<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Hospital beds, BP monitors, pulse oximeters, and more on affordable rent.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/understanding-parkinsons-disease-symptoms-causes-treatment\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:brain\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Parkinson&#8217;s Disease Guide<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Understanding symptoms, causes, and treatment options for Parkinson&#8217;s disease.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/dementia-home-care-services-finding-the-right-support-for-your-loved-one\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:book-heart\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Dementia Home Care<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Finding the right home care support for loved ones with dementia.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:shield-alert\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Fall Prevention Guide<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Comprehensive strategies to protect elderly loved ones from fall-related injuries.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:pill\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Medication Management<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Professional medication monitoring to ensure adherence and prevent errors.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:home\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Home Safety Modifications<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Practical guide to making homes safer for seniors with mobility challenges.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/elderly-difficulty-swallowing-feeding-support-gurgaon\/\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:utensils\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Feeding and Swallowing Support<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Specialized support for elderly patients with difficulty swallowing at home.<\/p>\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"scenario-card group block hover:border-med-300\">\n        <div class=\"flex items-center gap-2 mb-2\">\n          <span class=\"iconify text-med-400 group-hover:text-med-600 transition-colors\" data-icon=\"lucide:map-pin\" data-width=\"18\"><\/span>\n          <span class=\"font-semibold text-slate-800 group-hover:text-med-700 transition-colors\">Home Healthcare in Chandigarh, Mohali, Panchkula<\/span>\n        <\/div>\n        <p class=\"text-sm text-slate-500\">Complete home healthcare services for the Chandigarh tricity region.<\/p>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- Additional Contextual Links Section -->\n  <section class=\"mb-14\">\n    <h2 class=\"font-serif text-2xl text-slate-900 mb-6\">Further Reading<\/h2>\n    <div class=\"grid sm:grid-cols-2 gap-x-6 gap-y-2 text-sm\">\n      <a href=\"https:\/\/athomecare.in\/navigating-dementia-and-alzheimers-care-at-home-in-gurgaon-a-comprehensive-guide-for-families\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Comprehensive Guide to Dementia and Alzheimer&#8217;s Care at Home\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/understanding-dementia-a-comprehensive-guide\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Understanding Dementia: A Comprehensive Guide\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/post-stroke-elderly-care-in-faridabad-from-hospital-discharge-to-walking-again-at-home\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Post-Stroke Elderly Care: From Hospital Discharge to Walking Again\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/understanding-stroke-signs-causes-prevention-and-recovery\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Understanding Stroke: Signs, Causes, Prevention and Recovery\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/elderly-osteoporosis-fall-prevention\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Elderly Osteoporosis and Fall Prevention\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/mobility-rehabilitation-and-physical-therapy-for-elders-in-faridabad-athomecare\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Mobility Rehabilitation and Physical Therapy for Elders\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/recognizing-mobility-issues-in-aging-loved-ones-a-guide-to-home-care-assistance\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Recognizing Mobility Issues in Aging Loved Ones\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/5-signs-its-time-to-consider-home-care-for-your-loved-one\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        5 Signs It Is Time to Consider Home Care\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Choosing the Right Home Caregiver: What Families Need to Know\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Recognizing Caregiver Stress: Signs You Should Not Ignore\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/essential-tips-for-managing-caregiver-stress-prioritizing-your-well-being\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Essential Tips for Managing Caregiver Stress\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/understanding-the-caregiver-role-who-are-caregivers-and-what-do-they-do\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Understanding the Caregiver Role\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/creating-a-senior-friendly-home-practical-tips-for-safe-and-comfortable-living\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Creating a Senior-Friendly Home: Practical Tips\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/the-essential-role-of-home-health-nursing-care-for-aging-populations\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        The Essential Role of Home Health Nursing for Aging Populations\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-home-nurses-must-never-ignore-athomecare\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Early Warning Signs in Elderly Patients That Home Nurses Must Never Ignore\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/post-hospital-discharge-care-for-senior-citizens-medical-guidelines-for-safe-recovery-at-home\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Post-Hospital Discharge Care for Senior Citizens\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/why-stable-patients-suddenly-crash-at-home\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Why Stable Patients Suddenly Deteriorate at Home\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/frequent-falls-elderly-neurodegeneration\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Frequent Falls in Elderly Patients with Neurodegeneration\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/parkinsons-disease-movement-assistance\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Parkinson&#8217;s Disease Movement Assistance at Home\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/maintaining-mental-health-in-senior-years-a-balanced-approach-to-well-being\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Maintaining Mental Health in Senior Years\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/the-role-of-nutrition-in-disease-prevention-foods-that-boost-immunity-and-health\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        The Role of Nutrition in Disease Prevention\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/why-choose-home-care-the-benefits-of-in-home-support-by-athomecare\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Why Choose Home Care: Benefits of In-Home Support\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/delhi\/blogs\/managing-diabetes-hypertension-parkinsons-at-home\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Managing Diabetes, Hypertension, and Parkinson&#8217;s at Home\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/delhi\/blogs\/fall-prevention-delhi-seniors\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Fall Prevention for Delhi Seniors\n      <\/a>\n      <a href=\"https:\/\/athomecare.in\/faridabad\/fall-prevention-for-elderly-in-faridabad-homes-simple-changes-that-avoid-fractures-and-icu-admissions\/\" class=\"text-slate-600 hover:text-med-600 flex items-center gap-2 py-1\">\n        <span class=\"iconify text-slate-300\" data-icon=\"lucide:arrow-right\" data-width=\"14\"><\/span>\n        Fall Prevention in Faridabad Homes: Avoiding Fractures and ICU Admissions\n      <\/a>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n<!-- Footer -->\n<footer class=\"bg-slate-900 text-slate-400\">\n  <div class=\"max-w-7xl mx-auto px-5 md:px-8 py-12\">\n    <div class=\"grid md:grid-cols-3 gap-8 mb-8\">\n      <div>\n        <h3 class=\"text-white font-semibold text-lg mb-3\">AtHomeCare<\/h3>\n        <p class=\"text-sm leading-relaxed\">Professional home healthcare services designed to bring hospital-quality medical care to the comfort of your home. Serving Maholi, Delhi NCR, and multiple cities across India.<\/p>\n      <\/div>\n      <div>\n        <h4 class=\"text-white font-medium text-sm uppercase tracking-wider mb-3\">Services<\/h4>\n        <ul class=\"space-y-2 text-sm\">\n          <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"hover:text-white transition-colors\">Home Nursing<\/a><\/li>\n          <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"hover:text-white transition-colors\">Physiotherapy at Home<\/a><\/li>\n          <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"hover:text-white transition-colors\">Patient Care Services<\/a><\/li>\n          <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"hover:text-white transition-colors\">Medical Equipment Rental<\/a><\/li>\n          <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"hover:text-white transition-colors\">Doctor Home Visit<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <h4 class=\"text-white font-medium text-sm uppercase tracking-wider mb-3\">Contact<\/h4>\n        <div class=\"space-y-2 text-sm\">\n          <p>Unit No. 703, 7th Floor, ILD Trade Centre<\/p>\n          <p>D1 Block, Malibu Town, Sector 47<\/p>\n          <p>Maholi, Haryana 122018<\/p>\n          <p><a href=\"tel:9910823218\" class=\"hover:text-white transition-colors\">9910823218<\/a><\/p>\n          <p><a href=\"mailto:care@athomecare.in\" class=\"hover:text-white transition-colors\">care@athomecare.in<\/a><\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"border-t border-slate-800 pt-6 flex flex-col sm:flex-row justify-between items-center gap-4\">\n      <p class=\"text-xs text-slate-500\">This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient.<\/p>\n      <p class=\"text-xs text-slate-500\">&copy; 2026 AtHomeCare. All rights reserved.<\/p>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<!-- FAQ Toggle Script -->\n<script>\n  function toggleFaq(element) {\n    const item = element.parentElement;\n    const allItems = document.querySelectorAll('.faq-item');\n    \n    allItems.forEach(function(faqItem) {\n      if (faqItem !== item) {\n        faqItem.classList.remove('active');\n      }\n    });\n    \n    item.classList.toggle('active');\n  }\n\n  \/\/ Smooth scroll offset for fixed headers if needed\n  document.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n    anchor.addEventListener('click', function(e) {\n      var targetId = this.getAttribute('href');\n      if (targetId && targetId !== '#') {\n        var target = document.querySelector(targetId);\n        if (target) {\n          e.preventDefault();\n          var offsetTop = target.getBoundingClientRect().top + window.pageYOffset - 20;\n          window.scrollTo({\n            top: offsetTop,\n            behavior: 'smooth'\n          });\n        }\n      }\n    });\n  });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Huntington&#8217;s Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington&#8217;s Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years&#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-197","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=\"Huntington&#039;s Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington&#039;s Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years\" \/>\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\/huntingtons-disease-home-care-fictional-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=\"Huntington\u2019s Disease Home Care | Fictional Case Study - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Huntington&#039;s Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington&#039;s Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-24T07:11:17+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-24T07:11:18+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Huntington\u2019s Disease Home Care | Fictional Case Study - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Huntington&#039;s Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington&#039;s Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years\" \/>\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\\\/huntingtons-disease-home-care-fictional-case-study\\\/#blogposting\",\"name\":\"Huntington\\u2019s Disease Home Care | Fictional Case Study - mohali\",\"headline\":\"Huntington&#8217;s Disease Home Care | Fictional 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\\\/huntingtons-disease-home-care-fictional-case-study\\\/#articleImage\"},\"datePublished\":\"2026-07-24T07:11:17+00:00\",\"dateModified\":\"2026-07-24T07:11:18+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/huntingtons-disease-home-care-fictional-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/huntingtons-disease-home-care-fictional-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/huntingtons-disease-home-care-fictional-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\\\/huntingtons-disease-home-care-fictional-case-study\\\/#listItem\",\"name\":\"Huntington&#8217;s Disease Home Care | Fictional Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/huntingtons-disease-home-care-fictional-case-study\\\/#listItem\",\"position\":3,\"name\":\"Huntington&#8217;s Disease Home Care | Fictional 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\\\/huntingtons-disease-home-care-fictional-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\\\/huntingtons-disease-home-care-fictional-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/huntingtons-disease-home-care-fictional-case-study\\\/\",\"name\":\"Huntington\\u2019s Disease Home Care | Fictional Case Study - mohali\",\"description\":\"Huntington's Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington's Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/huntingtons-disease-home-care-fictional-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-24T07:11:17+00:00\",\"dateModified\":\"2026-07-24T07:11:18+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":"Huntington\u2019s Disease Home Care | Fictional Case Study - mohali","description":"Huntington's Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington's Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years","canonical_url":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/#blogposting","name":"Huntington\u2019s Disease Home Care | Fictional Case Study - mohali","headline":"Huntington&#8217;s Disease Home Care | Fictional 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\/huntingtons-disease-home-care-fictional-case-study\/#articleImage"},"datePublished":"2026-07-24T07:11:17+00:00","dateModified":"2026-07-24T07:11:18+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-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\/huntingtons-disease-home-care-fictional-case-study\/#listItem","name":"Huntington&#8217;s Disease Home Care | Fictional Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/#listItem","position":3,"name":"Huntington&#8217;s Disease Home Care | Fictional 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\/huntingtons-disease-home-care-fictional-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\/huntingtons-disease-home-care-fictional-case-study\/#webpage","url":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/","name":"Huntington\u2019s Disease Home Care | Fictional Case Study - mohali","description":"Huntington's Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington's Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-24T07:11:17+00:00","dateModified":"2026-07-24T07:11:18+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":"Huntington\u2019s Disease Home Care | Fictional Case Study - mohali","og:description":"Huntington's Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington's Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years","og:url":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/","article:published_time":"2026-07-24T07:11:17+00:00","article:modified_time":"2026-07-24T07:11:18+00:00","twitter:card":"summary_large_image","twitter:title":"Huntington\u2019s Disease Home Care | Fictional Case Study - mohali","twitter:description":"Huntington's Disease Home Care | Fictional Case Study Case Study Neurological Care Home Care for Huntington's Disease: A Fictional Patient Case Study How a structured, multidisciplinary home healthcare plan helped a 63-year-old woman from Mohali regain walking confidence, achieve safe swallowing, and avoid hospital readmission over twelve weeks of coordinated care. Patient Age 63 Years"},"aioseo_meta_data":{"post_id":"197","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-24 07:04:24","updated":"2026-07-24 07:16:26","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\tHuntington\u2019s Disease Home Care | Fictional 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":"Huntington&#8217;s Disease Home Care | Fictional Case Study","link":"https:\/\/athomecare.in\/mohali\/huntingtons-disease-home-care-fictional-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/197","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=197"}],"version-history":[{"count":4,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/197\/revisions"}],"predecessor-version":[{"id":201,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/197\/revisions\/201"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=197"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=197"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}