{"id":214,"date":"2026-08-17T06:17:34","date_gmt":"2026-08-17T06:17:34","guid":{"rendered":"https:\/\/athomecare.in\/panipat\/?p=214"},"modified":"2026-08-17T06:17:35","modified_gmt":"2026-08-17T06:17:35","slug":"paget-disease-home-mobility-care-and-rehabilitation-panipat","status":"publish","type":"post","link":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/","title":{"rendered":"Paget Disease Home Mobility Care and Rehabilitation Panipat"},"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>Paget Disease Home Mobility Care and Rehabilitation Panipat<\/title>\n    <meta name=\"description\" content=\"A fictional Panipat case study covering Paget disease of bone, mobility training, fall prevention, home nursing and rehabilitation support.\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/paget-disease-bone-home-mobility-care-panipat\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/code.iconify.design\/3\/3.1.0\/iconify.min.js\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@200;300;400;500;600;700&#038;family=Oswald:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"MedicalWebPage\",\n      \"name\": \"Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat\",\n      \"description\": \"A detailed case study covering home healthcare for Paget disease of bone, including mobility training, fall prevention, nursing care, and physiotherapy rehabilitation in Panipat.\",\n      \"about\": {\n        \"@type\": \"MedicalCondition\",\n        \"name\": \"Paget Disease of Bone\"\n      },\n      \"author\": {\n        \"@type\": \"Physician\",\n        \"name\": \"Dr. Ekta Fageriya\",\n        \"credential\": \"MBBS\",\n        \"medicalSpecialty\": \"Geriatric Medicine\"\n      },\n      \"patient\": {\n        \"@type\": \"Patient\",\n        \"age\": 67,\n        \"gender\": \"Male\"\n      },\n      \"locationCreated\": {\n        \"@type\": \"Place\",\n        \"name\": \"Panipat, Haryana\"\n      }\n    }\n    <\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        brand: '#9D1A10',\n                        brandLight: '#D9261C',\n                        brandDark: '#7F150D',\n                    },\n                    fontFamily: {\n                        display: ['Oswald', 'sans-serif'],\n                        body: ['Manrope', 'sans-serif'],\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body { font-family: 'Manrope', sans-serif; background: #f8f8f8; color: #2a2a2a; }\n        h1, h2, h3, h4 { font-family: 'Oswald', sans-serif; }\n\n        .no-scrollbar::-webkit-scrollbar { display: none; }\n        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }\n\n        @keyframes fadeUp {\n            from { opacity: 0; transform: translateY(24px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .fade-up { animation: fadeUp 0.7s ease-out forwards; }\n        .fade-up-d1 { animation-delay: 0.1s; opacity: 0; }\n        .fade-up-d2 { animation-delay: 0.2s; opacity: 0; }\n        .fade-up-d3 { animation-delay: 0.3s; opacity: 0; }\n\n        .clinical-table { width: 100%; border-collapse: collapse; }\n        .clinical-table thead { background: #9D1A10; }\n        .clinical-table thead th { color: #fff; font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.8rem; padding: 12px 16px; text-align: left; }\n        .clinical-table tbody td { padding: 12px 16px; border-bottom: 1px solid #e5e5e5; font-size: 0.95rem; }\n        .clinical-table tbody tr:nth-child(even) { background: #fafafa; }\n        .clinical-table tbody tr:hover { background: #fff5f5; }\n\n        .timeline-line { position: absolute; left: 23px; top: 0; bottom: 0; width: 2px; background: #e5e5e5; }\n        .timeline-dot { position: relative; width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 2px solid #9D1A10; display: flex; align-items: center; justify-content: center; z-index: 2; flex-shrink: 0; }\n        .timeline-dot.active { background: #9D1A10; }\n        .timeline-dot.active .iconify { color: #fff; }\n\n        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }\n        .faq-answer.open { max-height: 600px; }\n\n        .toc-chip { transition: all 0.25s ease; }\n        .toc-chip:hover { background: #9D1A10; color: #fff; border-color: #9D1A10; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(157,26,16,0.15); }\n        .toc-chip.active-toc { background: #9D1A10; color: #fff; border-color: #9D1A10; }\n\n        .alert-box { border-left: 4px solid; padding: 20px 24px; border-radius: 0 8px 8px 0; }\n        .alert-red { border-color: #9D1A10; background: #fff5f5; }\n        .alert-blue { border-color: #2563eb; background: #eff6ff; }\n        .alert-amber { border-color: #d97706; background: #fffbeb; }\n        .alert-green { border-color: #059669; background: #ecfdf5; }\n\n        .card-hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }\n        .card-hover:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }\n\n        @media print {\n            .no-print { display: none !important; }\n            body { background: #fff; }\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Main Container - Full Width -->\n    <div class=\"max-w-[1500px] mx-auto px-4 sm:px-6 lg:px-10\">\n\n        <!-- Hero Section -->\n        <header class=\"pt-8 pb-10 border-b border-gray-200\">\n            <div class=\"fade-up\">\n                <div class=\"flex flex-wrap items-center gap-2 mb-4\">\n                    <span class=\"inline-flex items-center gap-1.5 px-3 py-1 bg-brand\/10 text-brand text-xs font-semibold uppercase tracking-wider rounded-full\">\n                        <span class=\"iconify\" data-icon=\"lucide:file-text\" data-width=\"14\"><\/span>\n                        Case Study\n                    <\/span>\n                    <span class=\"inline-flex items-center gap-1.5 px-3 py-1 bg-gray-100 text-gray-600 text-xs font-medium uppercase tracking-wider rounded-full\">\n                        <span class=\"iconify\" data-icon=\"lucide:map-pin\" data-width=\"14\"><\/span>\n                        Panipat, Haryana\n                    <\/span>\n                    <span class=\"inline-flex items-center gap-1.5 px-3 py-1 bg-gray-100 text-gray-600 text-xs font-medium uppercase tracking-wider rounded-full\">\n                        <span class=\"iconify\" data-icon=\"lucide:clock\" data-width=\"14\"><\/span>\n                        12 Weeks\n                    <\/span>\n                <\/div>\n\n                <h1 class=\"font-display text-3xl sm:text-4xl md:text-5xl lg:text-[3.4rem] font-500 leading-[0.95] tracking-tight uppercase text-gray-900 mb-6\">\n                    Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat\n                <\/h1>\n\n                <p class=\"text-base sm:text-lg text-gray-600 font-light leading-relaxed max-w-5xl mb-8\">\n                    A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after a hospital admission for Paget disease involving the pelvis and left femur.\n                <\/p>\n\n                <!-- Patient Summary Cards -->\n                <div class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-3\">\n                    <div class=\"bg-white rounded-lg p-4 border border-gray-100 shadow-sm\">\n                        <p class=\"text-[0.7rem] uppercase tracking-widest text-gray-400 font-semibold mb-1\">Patient Age<\/p>\n                        <p class=\"text-xl font-display font-500 text-gray-900\">67 Years<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-lg p-4 border border-gray-100 shadow-sm\">\n                        <p class=\"text-[0.7rem] uppercase tracking-widest text-gray-400 font-semibold mb-1\">Gender<\/p>\n                        <p class=\"text-xl font-display font-500 text-gray-900\">Male<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-lg p-4 border border-gray-100 shadow-sm\">\n                        <p class=\"text-[0.7rem] uppercase tracking-widest text-gray-400 font-semibold mb-1\">Location<\/p>\n                        <p class=\"text-xl font-display font-500 text-gray-900\">Panipat<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-lg p-4 border border-gray-100 shadow-sm\">\n                        <p class=\"text-[0.7rem] uppercase tracking-widest text-gray-400 font-semibold mb-1\">Primary Condition<\/p>\n                        <p class=\"text-base font-display font-500 text-gray-900 leading-tight\">Paget Disease of Bone<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-lg p-4 border border-gray-100 shadow-sm\">\n                        <p class=\"text-[0.7rem] uppercase tracking-widest text-gray-400 font-semibold mb-1\">Duration of Care<\/p>\n                        <p class=\"text-xl font-display font-500 text-gray-900\">12 Weeks<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-lg p-4 border border-gray-100 shadow-sm\">\n                        <p class=\"text-[0.7rem] uppercase tracking-widest text-gray-400 font-semibold mb-1\">Clinical Outcome<\/p>\n                        <p class=\"text-base font-display font-500 text-green-700 leading-tight\">Mobility Preserved<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/header>\n\n        <!-- Centered Table of Contents -->\n        <nav class=\"no-print py-10 border-b border-gray-200\">\n            <div class=\"text-center mb-6\">\n                <h2 class=\"font-display text-lg uppercase tracking-[0.2em] text-gray-400 font-500\">Table of Contents<\/h2>\n            <\/div>\n            <div class=\"flex flex-wrap justify-center gap-2.5 max-w-4xl mx-auto\" id=\"toc-nav\">\n                <a href=\"#patient-background\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:user\" data-width=\"14\"><\/span>\n                    Patient Background\n                <\/a>\n                <a href=\"#clinical-diagnosis\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:search\" data-width=\"14\"><\/span>\n                    Clinical Diagnosis\n                <\/a>\n                <a href=\"#hospital-treatment\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:hospital\" data-width=\"14\"><\/span>\n                    Hospital Treatment\n                <\/a>\n                <a href=\"#why-home-healthcare\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:home\" data-width=\"14\"><\/span>\n                    Why Home Healthcare\n                <\/a>\n                <a href=\"#home-care-plan\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:clipboard-list\" data-width=\"14\"><\/span>\n                    Home Care Plan\n                <\/a>\n                <a href=\"#daily-care-plan\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:calendar-days\" data-width=\"14\"><\/span>\n                    Daily Care Plan\n                <\/a>\n                <a href=\"#recovery-timeline\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:trending-up\" data-width=\"14\"><\/span>\n                    Recovery Timeline\n                <\/a>\n                <a href=\"#clinical-evidence\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:table-2\" data-width=\"14\"><\/span>\n                    Clinical Evidence\n                <\/a>\n                <a href=\"#medical-authority\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:badge-check\" data-width=\"14\"><\/span>\n                    Medical Authority\n                <\/a>\n                <a href=\"#supporting-documents\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:folder-open\" data-width=\"14\"><\/span>\n                    Supporting Documents\n                <\/a>\n                <a href=\"#recovery-outcome\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:check-circle\" data-width=\"14\"><\/span>\n                    Recovery Outcome\n                <\/a>\n                <a href=\"#clinical-learnings\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:book-open\" data-width=\"14\"><\/span>\n                    Key Learnings\n                <\/a>\n                <a href=\"#faqs\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:message-circle-question\" data-width=\"14\"><\/span>\n                    FAQs\n                <\/a>\n                <a href=\"#contact\" class=\"toc-chip inline-flex items-center gap-1.5 px-4 py-2 rounded-full border border-gray-200 bg-white text-gray-600 text-sm font-medium shadow-sm\">\n                    <span class=\"iconify text-gray-400\" data-icon=\"lucide:phone\" data-width=\"14\"><\/span>\n                    Contact\n                <\/a>\n            <\/div>\n        <\/nav>\n\n        <!-- Main Article Content - Full Width -->\n        <main class=\"py-10 max-w-[1100px] mx-auto\">\n\n            <!-- 1. Patient Background -->\n            <section id=\"patient-background\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Patient Background<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    Mr. Raghav Mehta, a 67-year-old retired textile mill supervisor, lived with his wife Mrs. Sunita Mehta in Panipat, Haryana. His son Mr. Kunal Mehta also lived nearby and provided secondary support. Raghav had spent over three decades working in a local textile mill before retiring, and he had otherwise been reasonably active during his earlier post-retirement years.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    Over several months before his hospital admission, Raghav&#8217;s family observed a gradual change in his movement. He began walking with a noticeably wider and slower gait. He started avoiding stairs, not because of a specific instruction but because of a growing discomfort in his left hip and a fear of falling. His wife noticed that he would pause frequently while walking even short distances indoors, and he had stopped going for his evening walks around the neighborhood.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    Raghav reported persistent hip discomfort and lower-back stiffness that worsened with activity. He initially attributed these symptoms to age-related wear and did not seek medical attention promptly. It was only after a sudden increase in left hip pain following a minor misstep at home that his family brought him to a hospital for evaluation.\n                <\/p>\n\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-6\">\n                    <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-4\">Medical History and Associated Conditions<\/h4>\n                    <div class=\"grid sm:grid-cols-2 gap-4\">\n                        <div class=\"flex items-start gap-3\">\n                            <span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:activity\" data-width=\"18\"><\/span>\n                            <div>\n                                <p class=\"font-semibold text-gray-900 text-sm\">Controlled Hypertension<\/p>\n                                <p class=\"text-gray-500 text-sm\">On prescribed antihypertensive medication for several years<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start gap-3\">\n                            <span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:ear\" data-width=\"18\"><\/span>\n                            <div>\n                                <p class=\"font-semibold text-gray-900 text-sm\">Age-Related Hearing Reduction<\/p>\n                                <p class=\"text-gray-500 text-sm\">Mild difficulty, particularly in noisy environments<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start gap-3\">\n                            <span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:bone\" data-width=\"18\"><\/span>\n                            <div>\n                                <p class=\"font-semibold text-gray-900 text-sm\">Mild Knee Osteoarthritis<\/p>\n                                <p class=\"text-gray-500 text-sm\">Difficulty rising from low chairs<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start gap-3\">\n                            <span class=\"iconify text-green-600 mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"18\"><\/span>\n                            <div>\n                                <p class=\"font-semibold text-gray-900 text-sm\">No Diabetes or CKD<\/p>\n                                <p class=\"text-gray-500 text-sm\">Not documented in his medical records<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <p class=\"text-gray-600 font-light leading-relaxed\">\n                    The combination of hip pain from Paget disease and pre-existing knee osteoarthritis created a compounded mobility challenge. His hearing difficulty, while mild, also contributed to reduced confidence in outdoor environments where he needed to be aware of traffic and other hazards. These factors together made him increasingly home-bound and dependent on his wife for activities he previously managed independently.\n                <\/p>\n            <\/section>\n\n            <!-- 2. Clinical Diagnosis -->\n            <section id=\"clinical-diagnosis\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Clinical Diagnosis<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    Paget disease of bone is a chronic skeletal disorder in which the normal process of bone remodeling becomes abnormal. In healthy bone, old bone is continuously broken down and replaced with new bone in a balanced cycle. In Paget disease, this process becomes disorganized. The bone that forms is larger but structurally weaker, and may become deformed over time.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    The condition can affect one bone or several bones. The pelvis, spine, skull, femur, and tibia are the most commonly involved sites. In Raghav&#8217;s case, imaging demonstrated involvement primarily around the pelvis and left femur. This pattern of involvement explained his mechanical hip pain and the progressive difficulty he experienced with walking and weight-bearing activities.\n                <\/p>\n\n                <div class=\"alert-box alert-blue mb-6\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"iconify text-blue-600 mt-0.5 flex-shrink-0\" data-icon=\"lucide:stethoscope\" data-width=\"20\"><\/span>\n                        <div>\n                            <p class=\"font-semibold text-blue-900 text-sm mb-1\">Clinical Explanation<\/p>\n                            <p class=\"text-blue-800 text-sm font-light leading-relaxed\">When Paget disease affects weight-bearing bones like the pelvis and femur, the structural weakness of the affected bone can produce pain that worsens with activity. The surrounding joints may also experience abnormal mechanical stresses, leading to secondary degenerative changes. This is different from primary osteoarthritis because the underlying problem originates in the bone itself rather than the joint cartilage.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"font-display text-lg font-500 tracking-tight uppercase text-gray-800 mb-4\">Investigations Performed During Hospitalization<\/h3>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    After Raghav was admitted with sudden increase in left hip pain, the hospital team conducted a systematic evaluation to rule out serious complications. The investigations included X-ray imaging of the pelvis and left hip, bone-related blood tests, serum alkaline phosphatase assessment, calcium and vitamin D evaluation, kidney-function testing, orthopedic assessment, and endocrinology evaluation.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    No acute fracture was identified on imaging. The X-ray findings were consistent with changes typical of Paget disease. Serum alkaline phosphatase, a marker of bone turnover, was assessed to understand the level of disease activity. The endocrinology evaluation helped confirm the diagnosis and guide medical management. The orthopedic assessment focused on joint stability, range of motion, and the integrity of the weight-bearing structures.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed\">\n                    The hospital team needed to exclude several serious possibilities before arriving at a management plan. These included an acute fracture through weakened bone, significant bone deformity that might require surgical correction, joint-related complications such as avascular necrosis, and neurological problems such as nerve compression from enlarged bone. Raghav remained hospitalized for 4 days while this evaluation was completed.\n                <\/p>\n            <\/section>\n\n            <!-- 3. Hospital Treatment -->\n            <section id=\"hospital-treatment\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Hospital Treatment<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    During the 4-day hospital stay, the treating team initiated appropriate medical management for active Paget disease. This included medications aimed at controlling the abnormal bone remodeling process. Pain management was also addressed to make Raghav more comfortable and to allow him to begin moving with less discomfort.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    His existing antihypertensive medication was reviewed and continued. The team confirmed that his blood pressure remained within acceptable limits throughout the admission. His kidney function was assessed before starting bone-specific treatment, as certain medications used in Paget disease require dose adjustment or caution in patients with renal impairment. His kidney function was found to be adequate.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    The family received education about fall prevention during the hospital stay. This was particularly important because Raghav had already developed a fear of falling, and the hospital team recognized that this fear, combined with his actual mobility limitations, placed him at meaningful risk of a fall after discharge. The physiotherapy team in the hospital provided initial mobility assessment and began basic range-of-motion exercises.\n                <\/p>\n\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-5\">\n                    <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-4\">Discharge Status Summary<\/h4>\n                    <div class=\"grid sm:grid-cols-2 gap-y-3 gap-x-6 text-sm\">\n                        <div class=\"flex justify-between py-2 border-b border-gray-100\">\n                            <span class=\"text-gray-500\">Fracture<\/span>\n                            <span class=\"font-medium text-green-700\">Not identified<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2 border-b border-gray-100\">\n                            <span class=\"text-gray-500\">Acute Neurological Deficit<\/span>\n                            <span class=\"font-medium text-green-700\">Not identified<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2 border-b border-gray-100\">\n                            <span class=\"text-gray-500\">Hip Pain<\/span>\n                            <span class=\"font-medium text-amber-700\">Present, managed<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2 border-b border-gray-100\">\n                            <span class=\"text-gray-500\">Walking Ability<\/span>\n                            <span class=\"font-medium text-amber-700\">Reduced, aided<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2 border-b border-gray-100\">\n                            <span class=\"text-gray-500\">Fall Risk<\/span>\n                            <span class=\"font-medium text-red-700\">Elevated<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2 border-b border-gray-100\">\n                            <span class=\"text-gray-500\">Independence Level<\/span>\n                            <span class=\"font-medium text-amber-700\">Partially dependent<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <p class=\"text-gray-600 font-light leading-relaxed\">\n                    At the time of discharge, Raghav was medically stable. However, he still had significant functional limitations. He could walk indoors but needed a walking stick outdoors. His walking distance was limited. He had lower-limb weakness, persistent hip discomfort, and reduced confidence. The hospital team recognized that these functional deficits would not resolve on their own and recommended home rehabilitation to support his recovery.\n                <\/p>\n            <\/section>\n\n            <!-- 4. Why Home Healthcare Was Needed -->\n            <section id=\"why-home-healthcare\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Why Home Healthcare Was Recommended<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    The decision to recommend home healthcare was based on clear clinical reasoning. Raghav was discharged from the hospital without an acute emergency, but he had several ongoing needs that required professional attention. Sending him home without structured support would have left gaps in his care that could have led to complications.\n                <\/p>\n\n                <div class=\"grid sm:grid-cols-2 gap-4 mb-6\">\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-center gap-3 mb-3\">\n                            <div class=\"w-10 h-10 rounded-lg bg-red-50 flex items-center justify-center\">\n                                <span class=\"iconify text-brand\" data-icon=\"lucide:shield-alert\" data-width=\"20\"><\/span>\n                            <\/div>\n                            <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Fall Risk<\/h4>\n                        <\/div>\n                        <p class=\"text-gray-500 text-sm font-light leading-relaxed\">Raghav had an elevated fall risk due to bone weakness, lower-limb weakness, reduced balance confidence, and difficulty with stairs. Unsupervised mobility at home could have resulted in a fall through affected bone, with potentially serious consequences including fracture.<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-center gap-3 mb-3\">\n                            <div class=\"w-10 h-10 rounded-lg bg-blue-50 flex items-center justify-center\">\n                                <span class=\"iconify text-blue-600\" data-icon=\"lucide:footprints\" data-width=\"20\"><\/span>\n                            <\/div>\n                            <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Mobility Decline<\/h4>\n                        <\/div>\n                        <p class=\"text-gray-500 text-sm font-light leading-relaxed\">Without guided rehabilitation, his walking tolerance would likely have continued to decrease. Reduced mobility leads to muscle wasting, joint stiffness, and further loss of confidence, creating a cycle that is difficult to reverse without intervention.<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-center gap-3 mb-3\">\n                            <div class=\"w-10 h-10 rounded-lg bg-amber-50 flex items-center justify-center\">\n                                <span class=\"iconify text-amber-600\" data-icon=\"lucide:pill\" data-width=\"20\"><\/span>\n                            <\/div>\n                            <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Medication Monitoring<\/h4>\n                        <\/div>\n                        <p class=\"text-gray-500 text-sm font-light leading-relaxed\">Raghav was on medications for Paget disease and hypertension. Monitoring for medication adherence, potential side effects, and interactions was necessary. His wife needed support in maintaining a structured medication schedule.<\/p>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-center gap-3 mb-3\">\n                            <div class=\"w-10 h-10 rounded-lg bg-green-50 flex items-center justify-center\">\n                                <span class=\"iconify text-green-600\" data-icon=\"lucide:home\" data-width=\"20\"><\/span>\n                            <\/div>\n                            <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Home Environment Safety<\/h4>\n                        <\/div>\n                        <p class=\"text-gray-500 text-sm font-light leading-relaxed\">The home environment needed assessment and modification. Grab bars, non-slip mats, proper lighting, and clear walking pathways were required to reduce environmental fall hazards. A professional assessment was needed to identify specific risks.<\/p>\n                    <\/div>\n                <\/div>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">\n                    The treating team recognized that <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-at-home-faridabad\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">post-hospital recovery at home<\/a> is a vulnerable period for elderly patients. Functional decline during this window is well documented in clinical literature. Patients who receive structured <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">home nursing support<\/a> after discharge tend to have better outcomes than those who are left to manage without professional supervision.\n                <\/p>\n\n                <p class=\"text-gray-600 font-light leading-relaxed\">\n                    In Raghav&#8217;s case, the goal was not to cure Paget disease, which is a chronic condition, but to preserve his remaining function, prevent complications, and maintain his quality of life. This is precisely the type of situation where home healthcare provides the most value: bridging the gap between hospital discharge and long-term community living.\n                <\/p>\n            <\/section>\n\n            <!-- 5. Home Care Plan -->\n            <section id=\"home-care-plan\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Home Care Plan by AtHomeCare<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-6\">\n                    The home care plan was designed around Raghav&#8217;s specific functional deficits and clinical needs. Each component served a defined purpose, and the interventions were coordinated to avoid fragmentation. The plan included home nursing, a patient attendant, physiotherapy, and doctor home visits.\n                <\/p>\n\n                <!-- Home Nursing -->\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-5\">\n                    <div class=\"flex items-center gap-3 mb-4\">\n                        <div class=\"w-10 h-10 rounded-lg bg-brand\/10 flex items-center justify-center\">\n                            <span class=\"iconify text-brand\" data-icon=\"lucide:heart-pulse\" data-width=\"20\"><\/span>\n                        <\/div>\n                        <h3 class=\"font-display text-lg font-500 tracking-tight uppercase text-gray-900\">Home Nursing<\/h3>\n                    <\/div>\n                    <p class=\"text-gray-600 font-light leading-relaxed mb-4\">\n                        The <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">home nurse<\/a> played a central role in monitoring Raghav&#8217;s clinical status and ensuring that his medical management continued safely outside the hospital. The nurse conducted regular vital-sign monitoring, tracking blood pressure, heart rate, respiratory rate, temperature, and oxygen saturation. Given his history of controlled hypertension, blood pressure monitoring was particularly important.\n                    <\/p>\n                    <p class=\"text-gray-600 font-light leading-relaxed mb-4\">\n                        Pain tracking was a daily activity. The nurse recorded the location, severity, duration, and activity associated with each pain episode, as well as the response to prescribed treatment. This information was essential for the doctor during home visits and for the treating specialist during follow-up appointments.\n                    <\/p>\n                    <p class=\"text-gray-600 font-light leading-relaxed mb-4\">\n                        The nurse also conducted formal fall-risk assessments, monitored mobility changes, checked for new symptoms such as numbness or weakness that might suggest neurological complications, and reinforced follow-up appointments with the treating hospital. Communication with the family was maintained regularly so that Mrs. Mehta and Mr. Kunal were informed about any changes in Raghav&#8217;s condition.\n                    <\/p>\n                    <div class=\"alert-box alert-green\">\n                        <p class=\"text-green-800 text-sm font-light leading-relaxed\"><strong class=\"font-semibold\">Clinical Reasoning:<\/strong> In Paget disease, new or suddenly worsening pain may indicate a complication such as a fracture or sarcomatous transformation, although the latter is rare. Having a nurse monitor pain patterns daily provides an early warning system that can prompt timely medical evaluation.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Patient Attendant -->\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-5\">\n                    <div class=\"flex items-center gap-3 mb-4\">\n                        <div class=\"w-10 h-10 rounded-lg bg-brand\/10 flex items-center justify-center\">\n                            <span class=\"iconify text-brand\" data-icon=\"lucide:user-check\" data-width=\"20\"><\/span>\n                        <\/div>\n                        <h3 class=\"font-display text-lg font-500 tracking-tight uppercase text-gray-900\">Patient Attendant<\/h3>\n                    <\/div>\n                    <p class=\"text-gray-600 font-light leading-relaxed mb-4\">\n                        A trained <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">patient attendant<\/a> was assigned to assist Raghav with activities that were difficult or unsafe for him to perform alone. The attendant helped with grocery shopping, outdoor activities, household tasks, and transportation. During periods of increased pain, the attendant provided physical support for safe movement around the home.\n                    <\/p>\n                    <p class=\"text-gray-600 font-light leading-relaxed\">\n                        An important principle in the attendant&#8217;s role was to provide support without creating unnecessary dependence. The attendant was instructed to allow Raghav to perform tasks independently when it was safe to do so, and to step in only when there was a genuine risk of falling, excessive fatigue, or pain. This approach aligned with the broader rehabilitation goal of preserving and restoring function rather than replacing it.\n                    <\/p>\n                <\/div>\n\n                <!-- Physiotherapy -->\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-5\">\n                    <div class=\"flex items-center gap-3 mb-4\">\n                        <div class=\"w-10 h-10 rounded-lg bg-brand\/10 flex items-center justify-center\">\n                            <span class=\"iconify text-brand\" data-icon=\"lucide:dumbbell\" data-width=\"20\"><\/span>\n                        <\/div>\n                        <h3 class=\"font-display text-lg font-500 tracking-tight uppercase text-gray-900\">Physiotherapy<\/h3>\n                    <\/div>\n                    <p class=\"text-gray-600 font-light leading-relaxed mb-4\">\n                        <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-panipat-expert-care-call-9910823218\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">Physiotherapy at home<\/a> was the main rehabilitation component of Raghav&#8217;s care plan. The <a href=\"https:\/\/athomecare.in\/the-importance-of-physiotherapy-healing-through-movement\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">importance of physiotherapy<\/a> in this context cannot be overstated. Without structured movement training, patients with Paget disease affecting weight-bearing bones tend to progressively lose mobility, strength, and confidence.\n                    <\/p>\n\n                    <div class=\"grid sm:grid-cols-2 gap-4 mb-5\">\n                        <div>\n                            <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-3\">Treatment Goals<\/h4>\n                            <ul class=\"space-y-2 text-sm text-gray-600 font-light\">\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:check\" data-width=\"14\"><\/span>Preserve hip and knee joint mobility<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:check\" data-width=\"14\"><\/span>Improve lower-limb strength<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:check\" data-width=\"14\"><\/span>Improve balance and postural stability<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:check\" data-width=\"14\"><\/span>Increase walking tolerance gradually<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:check\" data-width=\"14\"><\/span>Reduce fall risk through targeted training<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:check\" data-width=\"14\"><\/span>Maintain functional independence in daily activities<\/li>\n                            <\/ul>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-3\">Treatment Included<\/h4>\n                            <ul class=\"space-y-2 text-sm text-gray-600 font-light\">\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Gentle hip and knee mobility exercises<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Sit-to-stand training for leg strength<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Supported balance exercises<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Lower-limb strengthening program<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Gait training with walking stick<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Functional stair practice with handrail<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Postural exercises<\/li>\n                                <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-1 flex-shrink-0\" data-icon=\"lucide:circle-dot\" data-width=\"14\"><\/span>Short-distance walking progression<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"alert-box alert-amber\">\n                        <p class=\"text-amber-800 text-sm font-light leading-relaxed\"><strong class=\"font-semibold\">Clinical Note:<\/strong> Exercise intensity was adjusted according to pain and fatigue levels on each session day. The physiotherapist did not push through sharp pain. The focus was on consistent, progressive loading that respected the structural limitations of bone affected by Paget disease. High-impact activities were avoided.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Doctor Home Visit -->\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-5\">\n                    <div class=\"flex items-center gap-3 mb-4\">\n                        <div class=\"w-10 h-10 rounded-lg bg-brand\/10 flex items-center justify-center\">\n                            <span class=\"iconify text-brand\" data-icon=\"lucide:stethoscope\" data-width=\"20\"><\/span>\n                        <\/div>\n                        <h3 class=\"font-display text-lg font-500 tracking-tight uppercase text-gray-900\">Doctor Home Visit<\/h3>\n                    <\/div>\n                    <p class=\"text-gray-600 font-light leading-relaxed mb-4\">\n                        A <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">doctor home visit<\/a> was arranged when required to assess Raghav&#8217;s progress and address any clinical concerns. The doctor reviewed pain progression, functional changes, medication tolerance, and the presence or absence of new neurological symptoms. Any history of falls was documented and evaluated.\n                    <\/p>\n                    <p class=\"text-gray-600 font-light leading-relaxed\">\n                        The doctor also determined whether any changes required specialist review at the hospital. This coordination between home-based care and hospital-based specialists ensured that Raghav received continuous medical oversight without the burden of unnecessary hospital visits.\n                    <\/p>\n                <\/div>\n\n                <!-- Equipment Used -->\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6\">\n                    <div class=\"flex items-center gap-3 mb-4\">\n                        <div class=\"w-10 h-10 rounded-lg bg-brand\/10 flex items-center justify-center\">\n                            <span class=\"iconify text-brand\" data-icon=\"lucide:settings\" data-width=\"20\"><\/span>\n                        <\/div>\n                        <h3 class=\"font-display text-lg font-500 tracking-tight uppercase text-gray-900\">Equipment Used at Home<\/h3>\n                    <\/div>\n                    <p class=\"text-gray-600 font-light leading-relaxed mb-4\">\n                        The home setup included specific equipment selected according to Raghav&#8217;s mobility level and fall risk. <a href=\"https:\/\/athomecare.in\/home-care-panipat\/medical-equipment-rental\/\" class=\"text-brand underline underline-offset-2 hover:text-brandDark transition-colors\">Medical equipment arranged at home<\/a> played a practical role in making the environment safer and the daily routine more manageable.\n                    <\/p>\n                    <div class=\"grid grid-cols-2 sm:grid-cols-3 gap-3\">\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:cane\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Walking Stick<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:heart-pulse\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Digital BP Monitor<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:thermometer\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Digital Thermometer<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:activity\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Pulse Oximeter<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:pill\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Medication Organizer<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:armchair\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Shower Chair<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:grip-horizontal\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Bathroom Grab Bars<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:square\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Non-Slip Floor Mats<\/p><\/div>\n                        <div class=\"bg-gray-50 rounded-lg p-3 text-center\"><span class=\"iconify text-gray-400 mx-auto mb-1\" data-icon=\"lucide:circle\" data-width=\"24\"><\/span><p class=\"text-xs text-gray-600 font-medium\">Raised Toilet Seat<\/p><\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 6. Daily Care Plan -->\n            <section id=\"daily-care-plan\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Daily Care Plan<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-6\">\n                    A structured daily routine was established to provide consistency and predictability. This was important for Raghav&#8217;s confidence and for ensuring that all interventions were delivered as planned. The routine was organized around four periods: morning, afternoon, evening, and night.\n                <\/p>\n\n                <div class=\"grid sm:grid-cols-2 gap-4 mb-4\">\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-amber-500\" data-icon=\"lucide:sunrise\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Morning<\/h4><\/div>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">1.<\/span>Getting out of bed slowly to avoid dizziness<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">2.<\/span>Checking for pain or stiffness and reporting to nurse<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">3.<\/span>Taking prescribed medications on schedule<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">4.<\/span>Gentle range-of-motion exercises in bed and on the edge of the bed<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">5.<\/span>Breakfast<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">6.<\/span>Short supervised walk indoors with walking stick<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-orange-500\" data-icon=\"lucide:sun\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Afternoon<\/h4><\/div>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">1.<\/span>Lunch with adequate nutrition<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">2.<\/span>Rest period to manage fatigue<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">3.<\/span>Physiotherapy session (mobility, strength, balance)<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">4.<\/span>Hydration monitoring<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">5.<\/span>Light household activity as tolerated<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">6.<\/span>Pain monitoring and documentation<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-indigo-500\" data-icon=\"lucide:sunset\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Evening<\/h4><\/div>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">1.<\/span>Short walking practice session<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">2.<\/span>Gentle stretching exercises<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">3.<\/span>Dinner<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">4.<\/span>Evening medication<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">5.<\/span>Review of pain and mobility for the day<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">6.<\/span>Preparing the home for safe nighttime movement<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-slate-500\" data-icon=\"lucide:moon\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900\">Night<\/h4><\/div>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">1.<\/span>Frequently used items kept within easy reach<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">2.<\/span>Walking routes checked and kept clear of obstacles<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">3.<\/span>Bathroom access verified and well-lit<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">4.<\/span>Medication schedule reviewed for next day<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">5.<\/span>Walking stick positioned within arm&#8217;s reach<\/li>\n                            <li class=\"flex items-start gap-2\"><span class=\"text-gray-300\">6.<\/span>Night light left on along walking route<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <div class=\"alert-box alert-red\">\n                    <p class=\"text-red-800 text-sm font-light leading-relaxed\"><strong class=\"font-semibold\">Safety Note:<\/strong> Long periods of standing were deliberately avoided throughout the day. The routine was designed to alternate activity with rest, preventing fatigue-related falls. Nighttime movements were given particular attention because <a href=\"https:\/\/athomecare.in\/nighttime-dangers-elderly-patients-gurgaon\/\" class=\"text-red-700 underline underline-offset-2\">nighttime falls in elderly patients<\/a> are a well-documented risk, especially when lighting is poor and the patient is drowsy.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- 7. Recovery Timeline -->\n            <section id=\"recovery-timeline\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Recovery Timeline<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-8\">\n                    The rehabilitation progressed gradually over 12 weeks. It is important to understand that Paget disease is a chronic condition, and the goal was functional preservation rather than cure. The timeline below documents the measurable changes observed during the home care period.\n                <\/p>\n\n                <div class=\"relative pl-16 space-y-8\">\n                    <div class=\"timeline-line\"><\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot absolute -left-16\"><span class=\"iconify text-brand\" data-icon=\"lucide:home\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Day 1: Initial Home Assessment<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">The home care team conducted a comprehensive first assessment. Raghav was alert and cooperative. He reported left hip discomfort, lower-back stiffness, fatigue after walking, difficulty standing for long periods, fear of falling, difficulty climbing stairs, and reduced outdoor activity. His pain increased after prolonged walking but improved with rest.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-gray-100 rounded text-gray-600\">Baseline pain: 4\/10<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-gray-100 rounded text-gray-600\">Walking: ~120m<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-gray-100 rounded text-gray-600\">Indoor: unassisted<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot absolute -left-16\"><span class=\"iconify text-brand\" data-icon=\"lucide:clipboard-check\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Week 1: Establishing the Routine<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">The daily care plan was established. Physiotherapy sessions began with gentle mobility exercises and sit-to-stand training. The nurse set up the monitoring schedule and the medication organizer. Home safety modifications were completed including grab bar installation, non-slip mat placement, and walking route clearance. The family received initial fall-prevention education.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-blue-50 text-blue-700 rounded\">Nursing: vitals daily<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded\">PT: 5 sessions<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-amber-50 text-amber-700 rounded\">No falls<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot absolute -left-16\"><span class=\"iconify text-brand\" data-icon=\"lucide:trending-up\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Week 2: Early Progress<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">Raghav began adapting to the routine. Sit-to-stand transfers from standard chair height became slightly easier. The physiotherapist noted improved confidence with basic balance exercises. Pain levels remained stable at baseline 4\/10. The doctor conducted the first home visit and reviewed medication response. No adverse effects were noted. Walking distance remained around 120 metres but Raghav reported less fatigue at that distance.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded\">Pain: stable 4\/10<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-blue-50 text-blue-700 rounded\">Balance: improving<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-gray-100 rounded text-gray-600\">Doctor visit completed<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot absolute -left-16\"><span class=\"iconify text-brand\" data-icon=\"lucide:footprints\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Week 4: Strength Building Phase<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">Lower-limb strengthening exercises were progressed. Gait training with the walking stick became more structured, with the physiotherapist focusing on step length and walking rhythm. Raghav was now walking slightly beyond 120 metres with less hesitation. Stair practice began with close supervision. The nurse observed that his appetite had improved and his overall mood was better. Mrs. Mehta reported he was more willing to move around the house independently.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded\">Walking: ~140m<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-blue-50 text-blue-700 rounded\">Stairs: initiated<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-purple-50 text-purple-700 rounded\">Mood: improved<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot active absolute -left-16\"><span class=\"iconify text-white\" data-icon=\"lucide:check\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border-2 border-brand\/20 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Week 6: Measurable Gains<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">Raghav could now walk approximately 170 metres with his walking stick. His confidence with indoor mobility had improved noticeably. He was moving around the house more freely and needed fewer verbal prompts from the attendant. The physiotherapist progressed the balance exercises to include more challenging supported positions. Pain after activity remained manageable and returned to baseline with rest.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded font-medium\">Walking: ~170m<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded font-medium\">No falls<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-blue-50 text-blue-700 rounded\">Indoor confidence: improved<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot absolute -left-16\"><span class=\"iconify text-brand\" data-icon=\"lucide:arrow-up-circle\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Week 8: Functional Improvement<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">Sit-to-stand movements became noticeably easier. Raghav could rise from a standard-height chair with less effort and without using his arms for support as much as before. The physiotherapy program was progressed to include more repetitions and slightly higher resistance in strengthening exercises. Stair use with a handrail became smoother. The family observed that Raghav was beginning to show interest in going outdoors for short walks.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded\">Sit-to-stand: easier<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-blue-50 text-blue-700 rounded\">PT: progressed<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-amber-50 text-amber-700 rounded\">Outdoor interest: returning<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot absolute -left-16\"><span class=\"iconify text-brand\" data-icon=\"lucide:walking\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Week 10: Activity Expansion<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">Walking tolerance increased to approximately 230 metres. Raghav began performing selected household activities independently, such as moving between rooms, getting water for himself, and attending to personal hygiene without assistance. The attendant&#8217;s role shifted more toward outdoor support and heavy tasks. The doctor conducted another home visit and noted satisfactory progress. Medical follow-up at the hospital was continued as planned.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded font-medium\">Walking: ~230m<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-green-50 text-green-700 rounded\">Household tasks: some independent<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-blue-50 text-blue-700 rounded\">Doctor visit: satisfactory<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative\">\n                        <div class=\"timeline-dot active absolute -left-16\"><span class=\"iconify text-white\" data-icon=\"lucide:award\" data-width=\"18\"><\/span><\/div>\n                        <div class=\"bg-white rounded-xl border-2 border-green-200 p-5\">\n                            <h4 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-900 mb-2\">Week 12: Final Assessment<\/h4>\n                            <p class=\"text-gray-600 text-sm font-light leading-relaxed mb-3\">At the 12-week assessment, personal care remained fully independent. Walking distance had increased to approximately 280 metres with the walking stick. Stair use had become safer with a handrail. Lower-limb strength had improved compared to baseline. Fear of falling had decreased. Heavy household activities still required assistance. No falls were reported during the entire 12-week rehabilitation period. Medical follow-up was continued.<\/p>\n                            <div class=\"flex flex-wrap gap-2\">\n                                <span class=\"text-xs px-2 py-1 bg-green-100 text-green-800 rounded font-semibold\">Walking: ~280m<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-green-100 text-green-800 rounded font-semibold\">0 falls in 12 weeks<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-green-100 text-green-800 rounded font-semibold\">Independence: preserved<\/span>\n                                <span class=\"text-xs px-2 py-1 bg-green-100 text-green-800 rounded font-semibold\">Fear of falling: decreased<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 8. Clinical Evidence -->\n            <section id=\"clinical-evidence\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Clinical Evidence<\/h2>\n\n                <p class=\"text-gray-600 font-light leading-relaxed mb-6\">The following tables document the clinical parameters recorded during the home care period. All values are drawn from the home health records maintained by the nursing team.<\/p>\n\n                <div class=\"mb-8 overflow-x-auto\">\n                    <h3 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-800 mb-3\">Initial Vital Signs at First Home Assessment<\/h3>\n                    <table class=\"clinical-table rounded-lg overflow-hidden\">\n                        <thead><tr><th>Parameter<\/th><th>Value<\/th><th>Interpretation<\/th><\/tr><\/thead>\n                        <tbody>\n                            <tr><td class=\"font-medium\">Blood Pressure<\/td><td>128\/78 mmHg<\/td><td class=\"text-green-700\">Within normal limits<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Heart Rate<\/td><td>76 beats\/min<\/td><td class=\"text-green-700\">Normal<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Respiratory Rate<\/td><td>17\/min<\/td><td class=\"text-green-700\">Normal<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Temperature<\/td><td>98.1 degrees F<\/td><td class=\"text-green-700\">Normal<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Oxygen Saturation<\/td><td>98% on room air<\/td><td class=\"text-green-700\">Normal<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <div class=\"mb-8 overflow-x-auto\">\n                    <h3 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-800 mb-3\">Pain Assessment Summary<\/h3>\n                    <table class=\"clinical-table rounded-lg overflow-hidden\">\n                        <thead><tr><th>Aspect<\/th><th>Detail<\/th><\/tr><\/thead>\n                        <tbody>\n                            <tr><td class=\"font-medium\">Primary Location<\/td><td>Left hip<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Secondary Location<\/td><td>Lower back<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Baseline Pain (at rest)<\/td><td>Approximately 4\/10<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Activity-Related Pain<\/td><td>Approximately 6\/10 after prolonged walking<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Pain Character<\/td><td>Mechanical, worse with weight-bearing, improves with rest<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Response to Treatment<\/td><td>Adequate control with prescribed medication<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <div class=\"mb-8 overflow-x-auto\">\n                    <h3 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-800 mb-3\">Mobility Progression Over 12 Weeks<\/h3>\n                    <table class=\"clinical-table rounded-lg overflow-hidden\">\n                        <thead><tr><th>Time Point<\/th><th>Walking Distance<\/th><th>Aid Used<\/th><th>Stair Ability<\/th><th>Falls<\/th><\/tr><\/thead>\n                        <tbody>\n                            <tr><td class=\"font-medium\">Baseline (Day 1)<\/td><td>~120 metres<\/td><td>Stick outdoors<\/td><td>Slow, with rail<\/td><td>None recorded<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Week 6<\/td><td>~170 metres<\/td><td>Stick outdoors<\/td><td>Improving<\/td><td>None<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Week 8<\/td><td>~200 metres<\/td><td>Stick outdoors<\/td><td>Smoother<\/td><td>None<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Week 10<\/td><td>~230 metres<\/td><td>Stick outdoors<\/td><td>Safer<\/td><td>None<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Week 12<\/td><td>~280 metres<\/td><td>Stick outdoors<\/td><td>Safer with rail<\/td><td>None<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <div class=\"overflow-x-auto\">\n                    <h3 class=\"font-display text-base font-500 uppercase tracking-wider text-gray-800 mb-3\">Activities of Daily Living: Functional Status<\/h3>\n                    <table class=\"clinical-table rounded-lg overflow-hidden\">\n                        <thead><tr><th>Activity<\/th><th>Status at Discharge<\/th><th>Status at 12 Weeks<\/th><\/tr><\/thead>\n                        <tbody>\n                            <tr><td class=\"font-medium\">Feeding<\/td><td class=\"text-green-700\">Independent<\/td><td class=\"text-green-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Dressing<\/td><td class=\"text-green-700\">Independent<\/td><td class=\"text-green-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Grooming<\/td><td class=\"text-green-700\">Independent<\/td><td class=\"text-green-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Toileting<\/td><td class=\"text-green-700\">Independent<\/td><td class=\"text-green-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Bed Transfers<\/td><td class=\"text-green-700\">Independent<\/td><td class=\"text-green-700\">Independent<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Chair Transfers<\/td><td class=\"text-amber-700\">Independent (slow from low chairs)<\/td><td class=\"text-green-700\">Independent (improved)<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Grocery Shopping<\/td><td class=\"text-red-700\">Required assistance<\/td><td class=\"text-amber-700\">Required assistance<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Heavy Household Work<\/td><td class=\"text-red-700\">Required assistance<\/td><td class=\"text-red-700\">Required assistance<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Outdoor Errands<\/td><td class=\"text-red-700\">Required assistance<\/td><td class=\"text-amber-700\">Required assistance (improved tolerance)<\/td><\/tr>\n                            <tr><td class=\"font-medium\">Indoor Walking<\/td><td class=\"text-amber-700\">Independent (limited)<\/td><td class=\"text-green-700\">Independent (improved)<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/section>\n\n            <!-- 9. Medical Authority -->\n            <section id=\"medical-authority\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Medical Authority<\/h2>\n\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-6\">\n                    <div class=\"flex flex-col sm:flex-row gap-5\">\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, MBBS - Geriatric Medicine Specialist\" class=\"w-28 h-28 rounded-xl object-cover bg-gray-100 border border-gray-200\">\n                        <\/div>\n                        <div>\n                            <h3 class=\"font-display text-xl font-500 uppercase tracking-tight text-gray-900 mb-1\">Dr. Ekta Fageriya, MBBS<\/h3>\n                            <p class=\"text-sm text-gray-500 mb-3\">RMC Registration No. 44780<\/p>\n                            <div class=\"grid grid-cols-2 gap-x-6 gap-y-2 text-sm mb-3\">\n                                <div><p class=\"text-xs text-gray-400 uppercase tracking-wider font-semibold\">Specialization<\/p><p class=\"text-gray-700 font-medium\">Geriatric Medicine<\/p><\/div>\n                                <div><p class=\"text-xs text-gray-400 uppercase tracking-wider font-semibold\">Clinical Experience<\/p><p class=\"text-gray-700 font-medium\">7 Years<\/p><\/div>\n                            <\/div>\n                            <p class=\"text-gray-500 text-sm font-light leading-relaxed\">This case study has been reviewed and prepared under clinical supervision for educational purposes. The documentation reflects the standards of geriatric home healthcare practice.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 10. Supporting Clinical Documents -->\n            <section id=\"supporting-documents\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Supporting Clinical Documents<\/h2>\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">The following clinical documents were part of the case record. Specific patient-identifying information has been excluded in accordance with privacy standards.<\/p>\n                <div class=\"grid sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-center gap-3 bg-white rounded-lg border border-gray-200 p-4\"><span class=\"iconify text-brand flex-shrink-0\" data-icon=\"lucide:file-text\" data-width=\"20\"><\/span><div><p class=\"text-sm font-medium text-gray-900\">Discharge Summary<\/p><p class=\"text-xs text-gray-400\">4-day hospital admission record<\/p><\/div><\/div>\n                    <div class=\"flex items-center gap-3 bg-white rounded-lg border border-gray-200 p-4\"><span class=\"iconify text-brand flex-shrink-0\" data-icon=\"lucide:scan\" data-width=\"20\"><\/span><div><p class=\"text-sm font-medium text-gray-900\">X-Ray Reports<\/p><p class=\"text-xs text-gray-400\">Pelvis and left femur imaging<\/p><\/div><\/div>\n                    <div class=\"flex items-center gap-3 bg-white rounded-lg border border-gray-200 p-4\"><span class=\"iconify text-brand flex-shrink-0\" data-icon=\"lucide:test-tubes\" data-width=\"20\"><\/span><div><p class=\"text-sm font-medium text-gray-900\">Blood Investigations<\/p><p class=\"text-xs text-gray-400\">Bone profile, ALP, calcium, vitamin D, renal function<\/p><\/div><\/div>\n                    <div class=\"flex items-center gap-3 bg-white rounded-lg border border-gray-200 p-4\"><span class=\"iconify text-brand flex-shrink-0\" data-icon=\"lucide:clipboard-list\" data-width=\"20\"><\/span><div><p class=\"text-sm font-medium text-gray-900\">Prescriptions<\/p><p class=\"text-xs text-gray-400\">Medication records from discharge<\/p><\/div><\/div>\n                    <div class=\"flex items-center gap-3 bg-white rounded-lg border border-gray-200 p-4\"><span class=\"iconify text-brand flex-shrink-0\" data-icon=\"lucide:notebook-pen\" data-width=\"20\"><\/span><div><p class=\"text-sm font-medium text-gray-900\">Home Care Progress Notes<\/p><p class=\"text-xs text-gray-400\">Nursing and physiotherapy documentation<\/p><\/div><\/div>\n                    <div class=\"flex items-center gap-3 bg-white rounded-lg border border-gray-200 p-4\"><span class=\"iconify text-brand flex-shrink-0\" data-icon=\"lucide:stethoscope\" data-width=\"20\"><\/span><div><p class=\"text-sm font-medium text-gray-900\">Specialist Evaluation Notes<\/p><p class=\"text-xs text-gray-400\">Orthopedic and endocrinology assessments<\/p><\/div><\/div>\n                <\/div>\n            <\/section>\n\n            <!-- 11. Recovery Outcome -->\n            <section id=\"recovery-outcome\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Recovery Outcome<\/h2>\n                <p class=\"text-gray-600 font-light leading-relaxed mb-6\">At the conclusion of the 12-week home care period, the following outcomes were documented. It is important to frame these outcomes correctly. Paget disease is a chronic condition that cannot be cured by rehabilitation. The outcomes below represent functional preservation and improvement within the constraints of the underlying disease.<\/p>\n\n                <div class=\"grid sm:grid-cols-2 gap-4 mb-6\">\n                    <div class=\"bg-green-50 rounded-xl border border-green-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-green-600\" data-icon=\"lucide:footprints\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-green-900\">Mobility<\/h4><\/div>\n                        <p class=\"text-green-800 text-sm font-light leading-relaxed\">Walking distance increased from approximately 120 metres to approximately 280 metres with walking stick. Indoor walking became more confident and fluid. Stair use improved with handrail support.<\/p>\n                    <\/div>\n                    <div class=\"bg-green-50 rounded-xl border border-green-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-green-600\" data-icon=\"lucide:heart-pulse\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-green-900\">Pain<\/h4><\/div>\n                        <p class=\"text-green-800 text-sm font-light leading-relaxed\">Baseline pain remained stable at approximately 4\/10. Activity-related pain did not increase despite greater walking distance, suggesting improved musculoskeletal capacity. Pain continued to respond to prescribed medication.<\/p>\n                    <\/div>\n                    <div class=\"bg-green-50 rounded-xl border border-green-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-green-600\" data-icon=\"lucide:shield-check\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-green-900\">Safety<\/h4><\/div>\n                        <p class=\"text-green-800 text-sm font-light leading-relaxed\">Zero falls were recorded during the entire 12-week period. This is a significant outcome given Raghav&#8217;s elevated fall risk at discharge. Fear of falling decreased, which itself reduces fall risk by improving confidence and movement quality.<\/p>\n                    <\/div>\n                    <div class=\"bg-green-50 rounded-xl border border-green-200 p-5\">\n                        <div class=\"flex items-center gap-2 mb-3\"><span class=\"iconify text-green-600\" data-icon=\"lucide:user-check\" data-width=\"18\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-green-900\">Independence<\/h4><\/div>\n                        <p class=\"text-green-800 text-sm font-light leading-relaxed\">All personal care activities remained independent. Selected household activities were regained. Heavy tasks and outdoor errands continued to require assistance, which is expected given the chronic nature of the condition.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6 mb-5\">\n                    <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-3\">Remaining Challenges<\/h4>\n                    <ul class=\"space-y-2 text-sm text-gray-600 font-light\">\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-amber-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"14\"><\/span>Heavy household activities still required assistance<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-amber-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"14\"><\/span>Walking stick was still needed for outdoor mobility<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-amber-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"14\"><\/span>Bone structure remained abnormal due to chronic disease<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-amber-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"14\"><\/span>Fall risk, while reduced, was not eliminated<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-amber-500 mt-0.5 flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"14\"><\/span>Long-term medical monitoring for disease activity was required<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6\">\n                    <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-3\">Long-Term Care Recommendations<\/h4>\n                    <ul class=\"space-y-2 text-sm text-gray-600 font-light\">\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"14\"><\/span>Continue medical follow-up as directed by the treating physician<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"14\"><\/span>Maintain the home safety modifications permanently<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"14\"><\/span>Continue a modified exercise program as guided by the physiotherapist<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"14\"><\/span>Periodic laboratory monitoring for bone turnover markers<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"14\"><\/span>Repeat imaging as recommended by the treating specialist<\/li>\n                        <li class=\"flex items-start gap-2\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:check-circle\" data-width=\"14\"><\/span>Prompt medical review for any new or sudden symptoms<\/li>\n                    <\/ul>\n                <\/div>\n            <\/section>\n\n            <!-- 12. Key Clinical Learnings -->\n            <section id=\"clinical-learnings\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Key Clinical Learnings<\/h2>\n                <div class=\"space-y-4\">\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Understanding Bone Remodeling in Paget Disease<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\">Paget disease affects the fundamental process of bone breakdown and rebuilding. The affected bone may become enlarged or structurally abnormal, potentially affecting movement and weight-bearing capacity. Clinicians assessing patients with unexplained bone pain, deformity, or mobility limitation should consider this diagnosis, particularly in older adults.<\/p><\/div><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Pain Assessment Requires Careful Differentiation<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\">New or sudden severe pain in a patient with known Paget disease requires prompt evaluation because fractures and other complications need to be excluded. The <a href=\"https:\/\/athomecare.in\/managing-pain-a-comprehensive-guide-to-medication-and-alternatives\/\" class=\"text-brand underline underline-offset-2\">approach to pain management<\/a> in Paget disease must distinguish between bone pain from the disease itself, joint pain from secondary arthritis, and pain from a new complication such as a fracture.<\/p><\/div><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Gradual Mobility Training is Essential<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\">Strength, balance, gait, and transfer exercises can help preserve function in patients with bone-affecting conditions. The key principle is gradual progression that respects the structural limitations of the affected bone. Aggressive or high-impact rehabilitation can be harmful. <a href=\"https:\/\/athomecare.in\/orthopedic-surgery-recovery-at-home-in-delhi-the-role-of-physiotherapy\/\" class=\"text-brand underline underline-offset-2\">Orthopedic rehabilitation at home<\/a> allows the physiotherapist to observe the patient in their actual living environment, which provides practical insights that clinic-based sessions may miss.<\/p><\/div><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Fall Prevention is a Clinical Priority, Not Just Advice<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\"><a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"text-brand underline underline-offset-2\">Fall prevention<\/a> in patients with abnormal bone structure requires more than verbal advice. Home modifications, appropriate walking aids, environmental hazard removal, and supervised mobility training all contribute to risk reduction. In this case, the zero-fall outcome over 12 weeks was achieved through a combination of these measures, not any single intervention.<\/p><\/div><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Treatment Must Be Individualized<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\">Medical treatment for Paget disease depends on disease activity, which bones are affected, what symptoms are present, and the patient&#8217;s overall health. A patient with pelvic and femoral involvement has different needs from one with skull or spinal involvement. The rehabilitation plan must reflect these differences.<\/p><\/div><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Family Support Should Promote Independence<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\">Caregivers should assist with difficult or unsafe activities while allowing the patient to safely perform tasks independently. Over-assistance can lead to deconditioning and loss of confidence. <a href=\"https:\/\/athomecare.in\/recognizing-mobility-issues-in-aging-loved-ones-a-guide-to-home-care-assistance\/\" class=\"text-brand underline underline-offset-2\">Recognizing when to help and when to step back<\/a> is a skill that professional caregivers develop through training and experience.<\/p><\/div><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Long-Term Monitoring Remains Important<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\">Paget disease is chronic and may require ongoing medical, laboratory, and imaging follow-up. Home rehabilitation addresses the functional consequences of the disease but does not replace the need for specialist monitoring. Patients and families should understand that the home care period is one phase in a longer-term management plan.<\/p><\/div><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover\">\n                        <div class=\"flex items-start gap-3\"><span class=\"iconify text-brand mt-0.5 flex-shrink-0\" data-icon=\"lucide:book-open\" data-width=\"18\"><\/span><div><h4 class=\"font-semibold text-gray-900 text-sm mb-1\">Home Rehabilitation Complements Medical Care<\/h4><p class=\"text-gray-500 text-sm font-light leading-relaxed\"><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"text-brand underline underline-offset-2\">Patient care services at home<\/a> can focus on practical activities such as walking, transfers, balance, and stair navigation that are difficult to address thoroughly during a hospital stay. The home environment provides a realistic setting for functional training, and the continuity of care allows the team to track progress over time in a way that episodic hospital visits cannot.<\/p><\/div><\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Risks Monitored -->\n            <section class=\"mb-14\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Risks Monitored During Home Care<\/h2>\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">Throughout the 12-week period, the healthcare team maintained active surveillance for the following risks. Any new severe pain after a fall, inability to bear weight, sudden weakness, new numbness, or significant neurological changes would have required prompt medical evaluation.<\/p>\n                <div class=\"grid grid-cols-2 sm:grid-cols-3 gap-3\">\n                    <div class=\"alert-box alert-red !p-3\"><p class=\"text-red-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Falls<\/p><\/div>\n                    <div class=\"alert-box alert-red !p-3\"><p class=\"text-red-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Bone Fracture<\/p><\/div>\n                    <div class=\"alert-box alert-amber !p-3\"><p class=\"text-amber-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Worsening Bone Pain<\/p><\/div>\n                    <div class=\"alert-box alert-amber !p-3\"><p class=\"text-amber-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Progressive Mobility Loss<\/p><\/div>\n                    <div class=\"alert-box alert-amber !p-3\"><p class=\"text-amber-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Joint Stiffness<\/p><\/div>\n                    <div class=\"alert-box alert-amber !p-3\"><p class=\"text-amber-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Balance Problems<\/p><\/div>\n                    <div class=\"alert-box alert-red !p-3\"><p class=\"text-red-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Neurological Symptoms<\/p><\/div>\n                    <div class=\"alert-box alert-amber !p-3\"><p class=\"text-amber-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Hearing Changes<\/p><\/div>\n                    <div class=\"alert-box alert-amber !p-3\"><p class=\"text-amber-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Medication Side Effects<\/p><\/div>\n                    <div class=\"alert-box alert-red !p-3 col-span-2 sm:col-span-3\"><p class=\"text-red-800 text-xs font-medium flex items-center gap-1.5\"><span class=\"iconify flex-shrink-0\" data-icon=\"lucide:alert-triangle\" data-width=\"12\"><\/span>Loss of Functional Independence<\/p><\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Family Education -->\n            <section class=\"mb-14\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Family Education Provided<\/h2>\n                <p class=\"text-gray-600 font-light leading-relaxed mb-5\">Family education was a continuous process throughout the 12 weeks. Mrs. Mehta and Mr. Kunal received structured guidance on several topics that were critical to Raghav&#8217;s safety and ongoing management at home.<\/p>\n                <div class=\"grid sm:grid-cols-2 gap-4 mb-4\">\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-3 flex items-center gap-2\"><span class=\"iconify text-brand\" data-icon=\"lucide:shield\" data-width=\"16\"><\/span>Fall Prevention<\/h4>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li>Keep floors free of loose objects and wires<\/li>\n                            <li>Improve lighting in all walking areas, especially at night<\/li>\n                            <li>Ensure bathroom grab bars are securely installed<\/li>\n                            <li>Avoid slippery footwear inside the home<\/li>\n                            <li>Keep frequently used items within easy reach<\/li>\n                            <li>Encourage consistent use of the prescribed walking aid<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-3 flex items-center gap-2\"><span class=\"iconify text-brand\" data-icon=\"lucide:footprints\" data-width=\"16\"><\/span>Safe Mobility<\/h4>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li>Avoid suddenly increasing walking distance<\/li>\n                            <li>Activity should be increased gradually<\/li>\n                            <li>Follow the physiotherapist&#8217;s progression plan<\/li>\n                            <li>Do not push through sharp or new pain<\/li>\n                            <li>Report any sudden change in walking ability<\/li>\n                            <li>Use handrails on stairs at all times<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-3 flex items-center gap-2\"><span class=\"iconify text-brand\" data-icon=\"lucide:pill\" data-width=\"16\"><\/span>Medication Adherence<\/h4>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li>Mrs. Mehta maintained a written medication chart<\/li>\n                            <li>Medications were organized using a pill organizer<\/li>\n                            <li>Never change medication doses without medical guidance<\/li>\n                            <li>Report any suspected side effects to the nurse or doctor<\/li>\n                            <li>Ensure medications are taken at the prescribed times<\/li>\n                            <li>Keep a record of all medications being taken<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 p-5\">\n                        <h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-3 flex items-center gap-2\"><span class=\"iconify text-brand\" data-icon=\"lucide:alert-circle\" data-width=\"16\"><\/span>Warning Signs Requiring Medical Attention<\/h4>\n                        <ul class=\"space-y-1.5 text-sm text-gray-600 font-light\">\n                            <li>Sudden severe bone pain<\/li>\n                            <li>New inability to walk or bear weight<\/li>\n                            <li>Pain that develops after a fall<\/li>\n                            <li>New limb weakness or numbness<\/li>\n                            <li>Sudden hearing or vision changes<\/li>\n                            <li>Loss of bladder or bowel control<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"alert-box alert-blue\">\n                    <p class=\"text-blue-800 text-sm font-light leading-relaxed\"><strong class=\"font-semibold\">Bone Health Guidance:<\/strong> The family was also advised to follow the treating physician&#8217;s recommendations regarding calcium intake, vitamin D supplementation, nutrition, bone-health monitoring, and laboratory testing. These are supportive measures that complement the specific medical treatment for Paget disease. <a href=\"https:\/\/athomecare.in\/creating-a-senior-friendly-home-practical-tips-for-safe-and-comfortable-living\/\" class=\"text-blue-700 underline underline-offset-2\">Creating a senior-friendly home environment<\/a> was discussed as an ongoing process rather than a one-time setup.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- 13. FAQs -->\n            <section id=\"faqs\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Frequently Asked Questions<\/h2>\n                <div class=\"space-y-3\" id=\"faq-container\">\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">What is Paget disease of bone?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Paget disease is a chronic disorder in which the normal process of bone breakdown and rebuilding becomes abnormal. In healthy bone, old bone is continuously removed and replaced with new bone in a balanced cycle. In Paget disease, this cycle becomes disorganized. The bone that forms may be larger than normal, but it is structurally weaker and may become misshapen over time. The condition can affect one bone or several bones, with the pelvis, spine, skull, femur, and tibia being the most commonly involved.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">Can Paget disease cause walking problems?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Yes. When weight-bearing bones such as the pelvis, femur, or spine are affected, the structural changes in the bone can cause pain, deformity, stiffness, or weakness that interferes with walking. The pain is often mechanical in nature, meaning it worsens with activity and improves with rest. Joint deformity from adjacent bone changes can also alter gait patterns. In some cases, nerve compression from enlarged bone can produce neurological symptoms that further affect mobility.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">Can physiotherapy help patients with Paget disease?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Appropriately planned physiotherapy can help maintain mobility, strength, balance, and independence in patients with Paget disease. The program should be individualized to account for which bones are affected, the level of pain, the degree of structural weakness, and the patient&#8217;s overall functional status. High-impact activities are generally avoided. The focus is typically on range-of-motion exercises, strengthening, balance training, gait training, and functional activities like stair navigation and transfers.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">Should patients with Paget disease avoid all exercise?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Not necessarily. Safe, appropriate physical activity can help maintain muscle strength, joint flexibility, and overall physical function, which are important for patients with a chronic bone condition. However, the type and intensity of exercise must be carefully selected. High-impact activities such as running or jumping may not be suitable for patients with weight-bearing bone involvement because of the risk of stress fractures through weakened bone. A physiotherapist or treating physician can provide specific guidance based on the individual patient&#8217;s disease pattern.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">Why is fall prevention so important in Paget disease?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Abnormal bone structure in Paget disease means that a fall may have more serious consequences than it would in a person with normal bone. The affected bone is structurally weaker and may be more susceptible to fracture from a mechanical impact that would not typically cause a fracture in healthy bone. <a href=\"https:\/\/athomecare.in\/elderly-osteoporosis-fall-prevention\/\" class=\"text-brand underline underline-offset-2\">Fall prevention strategies<\/a> including home modifications, appropriate walking aids, improved lighting, and balance training can reduce both the likelihood of a fall and the severity of consequences if one occurs.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">Is Paget disease curable?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Paget disease is a chronic condition. Medical treatment can control active disease, reduce bone turnover, alleviate symptoms, and lower the risk of complications, but it does not eliminate the underlying disorder. Home rehabilitation addresses the functional consequences of the disease, such as reduced mobility, weakness, and fall risk, but it does not cure the bone abnormality. Long-term medical monitoring is typically required even when symptoms are well controlled.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">When should a patient with Paget disease seek immediate medical attention?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Sudden severe bone pain, inability to bear weight on a limb, new weakness or numbness, significant symptoms after a fall, sudden hearing loss, or sudden vision changes should all prompt prompt medical assessment. These symptoms may indicate complications such as a fracture, nerve compression, or other serious developments that require hospital-based evaluation. <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"text-brand underline underline-offset-2\">Emergency warning signs in elderly patients<\/a> should never be ignored or managed at home without medical guidance.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">How can family members help a loved one with Paget disease at home?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Family members can support safe mobility, maintain medication routines, coordinate medical appointments, implement home safety modifications, assist with daily activities, and encourage the patient&#8217;s independence. The balance between helping and over-helping is important. Families should also educate themselves about the warning signs that require medical attention and have a clear plan for accessing emergency care if needed. Professional <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\" class=\"text-brand underline underline-offset-2\">home caregiver support<\/a> can supplement family efforts and provide clinical expertise that family members alone may not have.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">What role does home healthcare play in managing Paget disease?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Home healthcare complements hospital-based medical treatment by addressing the functional and safety needs that persist after discharge. In Paget disease, this typically includes physiotherapy for mobility and strength, nursing for vital-sign monitoring and pain tracking, attendant support for daily activities, doctor home visits for clinical review, and family education for long-term management. Home healthcare allows the patient to receive this support in a familiar environment, which can reduce anxiety and improve participation in rehabilitation.<\/p><\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl border border-gray-200 overflow-hidden\">\n                        <button class=\"faq-toggle w-full flex items-center justify-between p-5 text-left hover:bg-gray-50 transition-colors\" onclick=\"toggleFaq(this)\">\n                            <span class=\"font-medium text-gray-900 text-sm pr-4\">Is home healthcare available in Panipat for bone and mobility conditions?<\/span>\n                            <span class=\"iconify text-gray-400 flex-shrink-0 transition-transform duration-300\" data-icon=\"lucide:chevron-down\" data-width=\"18\"><\/span>\n                        <\/button>\n                        <div class=\"faq-answer px-5 pb-5\"><p class=\"text-gray-600 text-sm font-light leading-relaxed\">Yes. Professional home healthcare services including nursing, physiotherapy, patient attendant support, doctor home visits, and medical equipment rental are available in Panipat through organized providers. Families in Panipat and the broader Delhi NCR region can access these services for post-hospitalization recovery, chronic disease management, and elderly care. It is advisable to choose a provider that offers coordinated, multi-disciplinary care rather than isolated services, because conditions like Paget disease benefit from an integrated approach.<\/p><\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Related Services -->\n            <section class=\"mb-14\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-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=\"bg-white rounded-xl border border-gray-200 p-5 card-hover block group\"><span class=\"iconify text-brand mb-3\" data-icon=\"lucide:heart-pulse\" data-width=\"24\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-1 group-hover:text-brand transition-colors\">Home Nursing<\/h4><p class=\"text-gray-500 text-xs font-light leading-relaxed\">Professional nursing care at home for vital monitoring, medication management, and clinical observation.<\/p><\/a>\n                    <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover block group\"><span class=\"iconify text-brand mb-3\" data-icon=\"lucide:user-check\" data-width=\"24\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-1 group-hover:text-brand transition-colors\">Patient Care Services<\/h4><p class=\"text-gray-500 text-xs font-light leading-relaxed\">Comprehensive patient care support including daily living assistance and clinical monitoring.<\/p><\/a>\n                    <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover block group\"><span class=\"iconify text-brand mb-3\" data-icon=\"lucide:users\" data-width=\"24\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-1 group-hover:text-brand transition-colors\">Patient Care Taker<\/h4><p class=\"text-gray-500 text-xs font-light leading-relaxed\">Trained attendants for daily activity support, mobility assistance, and companionship.<\/p><\/a>\n                    <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-panipat-expert-care-call-9910823218\/\" class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover block group\"><span class=\"iconify text-brand mb-3\" data-icon=\"lucide:dumbbell\" data-width=\"24\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-1 group-hover:text-brand transition-colors\">Physiotherapy at Home in Panipat<\/h4><p class=\"text-gray-500 text-xs font-light leading-relaxed\">Expert physiotherapy services for mobility, strength, balance, and rehabilitation at home.<\/p><\/a>\n                    <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover block group\"><span class=\"iconify text-brand mb-3\" data-icon=\"lucide:stethoscope\" data-width=\"24\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-1 group-hover:text-brand transition-colors\">Doctor Home Visit<\/h4><p class=\"text-gray-500 text-xs font-light leading-relaxed\">Qualified doctors for home-based clinical assessment, review, and medical guidance.<\/p><\/a>\n                    <a href=\"https:\/\/athomecare.in\/home-care-panipat\/medical-equipment-rental\/\" class=\"bg-white rounded-xl border border-gray-200 p-5 card-hover block group\"><span class=\"iconify text-brand mb-3\" data-icon=\"lucide:settings\" data-width=\"24\"><\/span><h4 class=\"font-display text-sm uppercase tracking-wider font-500 text-gray-900 mb-1 group-hover:text-brand transition-colors\">Medical Equipment Rental<\/h4><p class=\"text-gray-500 text-xs font-light leading-relaxed\">Walking aids, monitors, bathroom safety equipment, and more for home care setup.<\/p><\/a>\n                <\/div>\n                <div class=\"mt-6 flex flex-wrap gap-2 text-xs\">\n                    <span class=\"text-gray-400 uppercase tracking-wider font-semibold mr-1 self-center\">Also Read:<\/span>\n                    <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\" class=\"px-3 py-1.5 bg-gray-100 rounded-full text-gray-600 hover:bg-gray-200 transition-colors\">Home Modifications for Seniors<\/a>\n                    <a href=\"https:\/\/athomecare.in\/enhancing-independence-and-care-for-the-elderly-comprehensive-mobility-assistance-devices-and-icu-at-home-medical-equipment-in-gurgaon\/\" class=\"px-3 py-1.5 bg-gray-100 rounded-full text-gray-600 hover:bg-gray-200 transition-colors\">Mobility Assistance Devices<\/a>\n                    <a href=\"https:\/\/athomecare.in\/post-fall-observation-care-gurgaon\/\" class=\"px-3 py-1.5 bg-gray-100 rounded-full text-gray-600 hover:bg-gray-200 transition-colors\">Post-Fall Observation<\/a>\n                    <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"px-3 py-1.5 bg-gray-100 rounded-full text-gray-600 hover:bg-gray-200 transition-colors\">Medication Monitoring<\/a>\n                    <a href=\"https:\/\/athomecare.in\/the-essential-role-of-home-health-nursing-care-for-aging-populations\/\" class=\"px-3 py-1.5 bg-gray-100 rounded-full text-gray-600 hover:bg-gray-200 transition-colors\">Home Nursing for Aging Populations<\/a>\n                    <a href=\"https:\/\/athomecare.in\/understanding-common-problems-faced-by-elderly-people-in-india-symptoms-causes-and-solutions\/\" class=\"px-3 py-1.5 bg-gray-100 rounded-full text-gray-600 hover:bg-gray-200 transition-colors\">Common Elderly Health Problems<\/a>\n                <\/div>\n            <\/section>\n\n            <!-- Contact -->\n            <section id=\"contact\" class=\"mb-14 scroll-mt-8\">\n                <h2 class=\"font-display text-2xl sm:text-3xl font-500 tracking-tight uppercase text-gray-900 mb-6\">Contact<\/h2>\n                <div class=\"bg-white rounded-xl border border-gray-200 p-6\">\n                    <div class=\"grid sm:grid-cols-2 gap-6\">\n                        <div>\n                            <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-3\">Corporate Office<\/h4>\n                            <p class=\"text-gray-700 text-sm font-light leading-relaxed\">Unit No. 703, 7th Floor, ILD Trade Centre<br>D1 Block, Malibu Town<br>Sector 47<br>Panipat, Haryana 122018<\/p>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-display text-sm uppercase tracking-widest text-gray-400 font-semibold mb-3\">Get in Touch<\/h4>\n                            <div class=\"space-y-2\">\n                                <a href=\"tel:9910823218\" class=\"flex items-center gap-2 text-gray-700 text-sm hover:text-brand transition-colors\"><span class=\"iconify\" data-icon=\"lucide:phone\" data-width=\"16\"><\/span>9910823218<\/a>\n                                <a href=\"mailto:care@athomecare.in\" class=\"flex items-center gap-2 text-gray-700 text-sm hover:text-brand transition-colors\"><span class=\"iconify\" data-icon=\"lucide:mail\" data-width=\"16\"><\/span>care@athomecare.in<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Medical Disclaimer -->\n            <section class=\"mb-10\">\n                <div class=\"bg-amber-50 rounded-xl border border-amber-200 p-6\">\n                    <div class=\"flex items-start gap-3\">\n                        <span class=\"iconify text-amber-600 mt-0.5 flex-shrink-0\" data-icon=\"lucide:info\" data-width=\"20\"><\/span>\n                        <div>\n                            <h4 class=\"font-semibold text-amber-900 text-sm mb-2\">Medical Disclaimer<\/h4>\n                            <p class=\"text-amber-800 text-sm font-light leading-relaxed mb-3\">This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.<\/p>\n                            <p class=\"text-amber-800 text-sm font-light leading-relaxed mb-3\">Every patient is unique. Treatment decisions must always be made by qualified healthcare professionals based on individual clinical assessment. Emergency symptoms require immediate hospital care. Home healthcare complements, but does not replace, emergency medical services.<\/p>\n                            <p class=\"text-amber-800 text-sm font-light leading-relaxed\">If you or someone in your care experiences sudden severe pain, inability to bear weight, new weakness, numbness, or other acute symptoms, seek medical attention at the nearest hospital immediately.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"mt-6 bg-gray-50 rounded-xl border border-gray-200 border-dashed p-5\">\n                    <p class=\"text-gray-400 text-xs font-light leading-relaxed text-center\"><strong class=\"font-medium\">Imagery Note:<\/strong> Featured image alt text for this page: &#8220;Fictional Panipat patient performing home mobility exercises for Paget disease of bone.&#8221; No actual patient images are used. All clinical details are fictional and for educational illustration only.<\/p>\n                <\/div>\n            <\/section>\n\n        <\/main>\n\n        <!-- Footer -->\n        <footer class=\"border-t border-gray-200 py-8\">\n            <div class=\"flex flex-col sm:flex-row items-center justify-between gap-4 text-sm text-gray-400\">\n                <p>AtHomeCare. All rights reserved.<\/p>\n                <p>This is a fictional educational case study.<\/p>\n            <\/div>\n        <\/footer>\n\n    <\/div>\n\n    <script>\n        function toggleFaq(button) {\n            const answer = button.nextElementSibling;\n            const icon = button.querySelector('.iconify');\n            const isOpen = answer.classList.contains('open');\n            document.querySelectorAll('.faq-answer').forEach(a => a.classList.remove('open'));\n            document.querySelectorAll('.faq-toggle .iconify').forEach(i => i.style.transform = 'rotate(0deg)');\n            if (!isOpen) {\n                answer.classList.add('open');\n                icon.style.transform = 'rotate(180deg)';\n            }\n        }\n\n        const tocChips = document.querySelectorAll('.toc-chip');\n        const sections = [];\n        tocChips.forEach(chip => {\n            const href = chip.getAttribute('href');\n            if (href && href.startsWith('#')) {\n                const section = document.querySelector(href);\n                if (section) sections.push({ el: section, chip: chip });\n            }\n        });\n\n        function updateToc() {\n            let current = sections[0];\n            const scrollPos = window.scrollY + 140;\n            for (const s of sections) {\n                if (s.el.offsetTop <= scrollPos) current = s;\n            }\n            tocChips.forEach(c => c.classList.remove('active-toc'));\n            if (current) current.chip.classList.add('active-toc');\n        }\n\n        window.addEventListener('scroll', updateToc, { passive: true });\n        updateToc();\n\n        tocChips.forEach(chip => {\n            chip.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            });\n        });\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, { threshold: 0.05, rootMargin: '0px 0px -40px 0px' });\n\n        document.querySelectorAll('section').forEach(section => {\n            section.style.opacity = '0';\n            section.style.transform = 'translateY(20px)';\n            section.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(section);\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after &#8230; <a title=\"Paget Disease Home Mobility Care and Rehabilitation Panipat\" class=\"read-more\" href=\"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/\" aria-label=\"Read more about Paget Disease Home Mobility Care and Rehabilitation Panipat\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-214","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=\"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after\" \/>\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\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/\" \/>\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=\"panipat - 24\/7 Home Nursing in Panipat| Elderly Care, Patient Attendants &amp; Recovery \u2013 At Home Care\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat\" \/>\n\t\t<meta property=\"og:description\" content=\"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-17T06:17:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-17T06:17:35+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after\" \/>\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\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#blogposting\",\"name\":\"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat\",\"headline\":\"Paget Disease Home Mobility Care and Rehabilitation Panipat\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/#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\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#articleImage\"},\"datePublished\":\"2026-08-17T06:17:34+00:00\",\"dateModified\":\"2026-08-17T06:17:35+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/panipat\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#listItem\",\"name\":\"Paget Disease Home Mobility Care and Rehabilitation Panipat\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#listItem\",\"position\":3,\"name\":\"Paget Disease Home Mobility Care and Rehabilitation Panipat\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/#organization\",\"name\":\"panipat\",\"description\":\"24\\\/7 Home Nursing in Panipat| Elderly Care, Patient Attendants & Recovery \\u2013 At Home Care\",\"url\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#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\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/\",\"name\":\"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat\",\"description\":\"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/paget-disease-home-mobility-care-and-rehabilitation-panipat\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-17T06:17:34+00:00\",\"dateModified\":\"2026-08-17T06:17:35+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/\",\"name\":\"panipat\",\"description\":\"24\\\/7 Home Nursing in Panipat| Elderly Care, Patient Attendants & Recovery \\u2013 At Home Care\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat","description":"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after","canonical_url":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#blogposting","name":"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat","headline":"Paget Disease Home Mobility Care and Rehabilitation Panipat","author":{"@id":"https:\/\/athomecare.in\/panipat\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/panipat\/#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\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#articleImage"},"datePublished":"2026-08-17T06:17:34+00:00","dateModified":"2026-08-17T06:17:35+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/panipat","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/panipat\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#listItem","name":"Paget Disease Home Mobility Care and Rehabilitation Panipat"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#listItem","position":3,"name":"Paget Disease Home Mobility Care and Rehabilitation Panipat","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/panipat\/#organization","name":"panipat","description":"24\/7 Home Nursing in Panipat| Elderly Care, Patient Attendants & Recovery \u2013 At Home Care","url":"https:\/\/athomecare.in\/panipat\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/panipat\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/panipat\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#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\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#webpage","url":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/","name":"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat","description":"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/panipat\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/panipat\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/panipat\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-17T06:17:34+00:00","dateModified":"2026-08-17T06:17:35+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/panipat\/#website","url":"https:\/\/athomecare.in\/panipat\/","name":"panipat","description":"24\/7 Home Nursing in Panipat| Elderly Care, Patient Attendants & Recovery \u2013 At Home Care","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/panipat\/#organization"}}]},"og:locale":"en_US","og:site_name":"panipat - 24\/7 Home Nursing in Panipat| Elderly Care, Patient Attendants &amp; Recovery \u2013 At Home Care","og:type":"article","og:title":"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat","og:description":"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after","og:url":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/","article:published_time":"2026-08-17T06:17:34+00:00","article:modified_time":"2026-08-17T06:17:35+00:00","twitter:card":"summary_large_image","twitter:title":"Paget Disease Home Mobility Care and Rehabilitation Panipat - panipat","twitter:description":"Paget Disease Home Mobility Care and Rehabilitation Panipat Case Study Panipat, Haryana 12 Weeks Paget Disease of Bone With Skeletal Function Preservation and Home Mobility Training in Panipat A detailed clinical account of how structured home rehabilitation, supervised physiotherapy, and coordinated nursing support helped a 67-year-old retired mill supervisor from Panipat preserve functional independence after"},"aioseo_meta_data":{"post_id":"214","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-17 06:06:20","updated":"2026-08-18 05:29:14","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\/panipat\" 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\/panipat\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPaget Disease Home Mobility Care and Rehabilitation Panipat\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/panipat"},{"label":"Blog","link":"https:\/\/athomecare.in\/panipat\/category\/blog\/"},{"label":"Paget Disease Home Mobility Care and Rehabilitation Panipat","link":"https:\/\/athomecare.in\/panipat\/paget-disease-home-mobility-care-and-rehabilitation-panipat\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/posts\/214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/comments?post=214"}],"version-history":[{"count":3,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/posts\/214\/revisions"}],"predecessor-version":[{"id":217,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/posts\/214\/revisions\/217"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/media?parent=214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/categories?post=214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/tags?post=214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}