{"id":97,"date":"2026-07-27T09:08:54","date_gmt":"2026-07-27T09:08:54","guid":{"rendered":"https:\/\/athomecare.in\/panipat\/?p=97"},"modified":"2026-07-27T09:08:55","modified_gmt":"2026-07-27T09:08:55","slug":"radical-cystectomy-home-care-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/","title":{"rendered":"Radical Cystectomy Home Care | Case Study"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Radical Cystectomy Home Care | Fictional Case Study<\/title>\n    <meta name=\"description\" content=\"Learn how home nursing, urostomy care, and physiotherapy supported recovery after radical cystectomy in this fictional educational case study.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/radical-cystectomy-urostomy-home-care-case-study-panipat\/\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        'ahc-teal': '#0F766E',\n                        'ahc-teal-light': '#14B8A6',\n                        'ahc-teal-dark': '#0D5D56',\n                        'ahc-sky': '#0369A1',\n                        'ahc-bg': '#F8FAFB',\n                        'ahc-card': '#FFFFFF',\n                        'ahc-text': '#1E293B',\n                        'ahc-muted': '#64748B',\n                        'ahc-border': '#E2E8F0',\n                        'ahc-alert': '#FEF3C7',\n                        'ahc-alert-border': '#F59E0B',\n                        'ahc-danger': '#FEE2E2',\n                        'ahc-danger-border': '#DC2626',\n                        'ahc-success': '#ECFDF5',\n                        'ahc-success-border': '#059669',\n                        'ahc-info': '#EFF6FF',\n                        'ahc-info-border': '#3B82F6',\n                    },\n                    fontFamily: {\n                        'sans': ['Plus Jakarta Sans', 'Inter', 'sans-serif'],\n                        'serif': ['Playfair Display', 'Georgia', 'serif'],\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        * { box-sizing: border-box; }\n        body { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; background: #F8FAFB; color: #1E293B; }\n        h1, h2, h3, h4 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; }\n        .hero-gradient { background: linear-gradient(135deg, #0F766E 0%, #0D5D56 40%, #064E3B 100%); }\n        .clinical-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 24px; margin-bottom: 20px; }\n        .clinical-card:hover { box-shadow: 0 4px 24px rgba(15, 118, 110, 0.08); }\n        .alert-box { border-radius: 10px; padding: 20px 24px; margin-bottom: 20px; }\n        .alert-box-warn { background: #FEF3C7; border-left: 4px solid #F59E0B; }\n        .alert-box-danger { background: #FEE2E2; border-left: 4px solid #DC2626; }\n        .alert-box-success { background: #ECFDF5; border-left: 4px solid #059669; }\n        .alert-box-info { background: #EFF6FF; border-left: 4px solid #3B82F6; }\n        .doctor-card { background: linear-gradient(135deg, #F0FDFA, #ECFDF5); border: 1px solid #99F6E4; border-radius: 12px; padding: 24px; }\n        .timeline-item { position: relative; padding-left: 36px; padding-bottom: 28px; border-left: 2px solid #E2E8F0; margin-left: 12px; }\n        .timeline-item:last-child { border-left: 2px solid transparent; padding-bottom: 0; }\n        .timeline-dot { position: absolute; left: -9px; top: 0; width: 16px; height: 16px; background: #0F766E; border-radius: 50%; border: 3px solid #F8FAFB; }\n        .timeline-dot-active { background: #14B8A6; box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.2); }\n        .evidence-table { width: 100%; border-collapse: collapse; font-size: 14px; }\n        .evidence-table th { background: #F0FDFA; color: #0F766E; font-weight: 600; text-align: left; padding: 12px 16px; border-bottom: 2px solid #99F6E4; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; }\n        .evidence-table td { padding: 12px 16px; border-bottom: 1px solid #E2E8F0; color: #334155; }\n        .evidence-table tr:hover td { background: #F8FAFC; }\n        .evidence-table tr:last-child td { border-bottom: none; }\n        .faq-item { border: 1px solid #E2E8F0; border-radius: 10px; margin-bottom: 12px; overflow: hidden; background: #fff; }\n        .faq-question { padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: #1E293B; transition: background 0.2s; }\n        .faq-question:hover { background: #F8FAFC; }\n        .faq-answer { padding: 0 20px 18px 20px; color: #475569; line-height: 1.7; display: none; }\n        .faq-answer.active { display: block; }\n        .faq-icon { transition: transform 0.3s; }\n        .faq-icon.rotated { transform: rotate(180deg); }\n        .link-teal { color: #0F766E; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }\n        .link-teal:hover { color: #14B8A6; }\n        .section-anchor { scroll-margin-top: 80px; }\n        .toc-link { color: #475569; text-decoration: none; display: block; padding: 6px 0; transition: color 0.2s; font-size: 14px; }\n        .toc-link:hover { color: #0F766E; }\n        .badge { display: inline-block; padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; }\n        .badge-teal { background: #F0FDFA; color: #0F766E; }\n        .badge-blue { background: #EFF6FF; color: #0369A1; }\n        .badge-amber { background: #FEF3C7; color: #92400E; }\n        .badge-green { background: #ECFDF5; color: #065F46; }\n        .scenario-card { background: #FFFBEB; border: 1px solid #FDE68A; border-radius: 10px; padding: 20px 24px; }\n        .risk-indicator { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; margin-bottom: 8px; font-size: 14px; }\n        .risk-high { background: #FEE2E2; color: #991B1B; }\n        .risk-medium { background: #FEF3C7; color: #92400E; }\n        .risk-low { background: #ECFDF5; color: #065F46; }\n        .contact-card { background: #F0FDFA; border: 1px solid #99F6E4; border-radius: 12px; padding: 28px; }\n        a { transition: color 0.2s; }\n        @media (max-width: 768px) {\n            .clinical-card { padding: 18px; }\n            .evidence-table { font-size: 13px; }\n            .evidence-table th, .evidence-table td { padding: 10px 12px; }\n            .hero-gradient { padding: 32px 20px !important; }\n        }\n        .fade-in { animation: fadeIn 0.5s ease-out; }\n        @keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }\n        .nav-sticky { position: sticky; top: 0; z-index: 50; background: rgba(248, 250, 251, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid #E2E8F0; }\n    <\/style>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Home Recovery After Radical Cystectomy with Urostomy Care: A Fictional Patient Case Study\",\n        \"description\": \"Learn how home nursing, urostomy care, and physiotherapy supported recovery after radical cystectomy in this fictional educational case study.\",\n        \"url\": \"https:\/\/athomecare.in\/radical-cystectomy-urostomy-home-care-case-study-panipat\/\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Muscle-Invasive Bladder Cancer\"\n        },\n        \"author\": {\n            \"@type\": \"Physician\",\n            \"name\": \"Dr. Ekta Fageriya\",\n            \"credential\": \"MBBS\",\n            \"specialty\": \"Geriatric Medicine\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"AtHomeCare\"\n        }\n    }\n    <\/script>\n<\/head>\n<body>\n\n    <!-- Sticky Navigation -->\n    <nav class=\"nav-sticky\">\n        <div class=\"max-w-5xl mx-auto px-4 py-3 flex items-center justify-between\">\n            <a href=\"https:\/\/athomecare.in\/\" class=\"flex items-center gap-2 text-ahc-teal font-bold text-lg\">\n                <i data-lucide=\"heart-pulse\" class=\"w-5 h-5\"><\/i>\n                AtHomeCare\n            <\/a>\n            <div class=\"hidden md:flex items-center gap-6 text-sm text-ahc-muted\">\n                <a href=\"#background\" class=\"hover:text-ahc-teal\">Background<\/a>\n                <a href=\"#diagnosis\" class=\"hover:text-ahc-teal\">Diagnosis<\/a>\n                <a href=\"#home-care-plan\" class=\"hover:text-ahc-teal\">Care Plan<\/a>\n                <a href=\"#timeline\" class=\"hover:text-ahc-teal\">Timeline<\/a>\n                <a href=\"#faqs\" class=\"hover:text-ahc-teal\">FAQs<\/a>\n            <\/div>\n            <a href=\"tel:9910823218\" class=\"bg-ahc-teal text-white px-4 py-2 rounded-lg text-sm font-semibold hover:bg-ahc-teal-dark transition-colors flex items-center gap-2\">\n                <i data-lucide=\"phone\" class=\"w-4 h-4\"><\/i>\n                <span class=\"hidden sm:inline\">Call Now<\/span>\n            <\/a>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <header class=\"hero-gradient text-white py-16 md:py-24 px-4\">\n        <div class=\"max-w-5xl mx-auto\">\n            <div class=\"flex items-center gap-2 mb-6\">\n                <span class=\"badge bg-white\/20 text-white\/90 text-xs\">Fictional Case Study<\/span>\n                <span class=\"badge bg-white\/20 text-white\/90 text-xs\">Educational Purpose Only<\/span>\n            <\/div>\n            <h1 class=\"font-serif text-3xl md:text-4xl lg:text-5xl font-medium leading-tight mb-6 max-w-4xl\" style=\"letter-spacing:-0.02em;\">\n                Home Recovery After Radical Cystectomy with Urostomy Care\n            <\/h1>\n            <p class=\"text-white\/80 text-lg md:text-xl max-w-3xl mb-10 leading-relaxed font-light\">\n                A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery.\n            <\/p>\n\n            <!-- Patient Summary Grid -->\n            <div class=\"grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6\">\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-4 md:p-5\">\n                    <p class=\"text-white\/60 text-xs uppercase tracking-wider mb-1\">Patient Age<\/p>\n                    <p class=\"text-2xl font-semibold\">67 Years<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-4 md:p-5\">\n                    <p class=\"text-white\/60 text-xs uppercase tracking-wider mb-1\">Gender<\/p>\n                    <p class=\"text-2xl font-semibold\">Male<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-4 md:p-5\">\n                    <p class=\"text-white\/60 text-xs uppercase tracking-wider mb-1\">Location<\/p>\n                    <p class=\"text-lg font-semibold\">Panipat, Haryana<\/p>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-4 md:p-5\">\n                    <p class=\"text-white\/60 text-xs uppercase tracking-wider mb-1\">Duration of Care<\/p>\n                    <p class=\"text-2xl font-semibold\">12 Weeks<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"mt-6 grid grid-cols-1 md:grid-cols-3 gap-4\">\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-4 flex items-start gap-3\">\n                    <i data-lucide=\"activity\" class=\"w-5 h-5 mt-0.5 text-teal-300 shrink-0\"><\/i>\n                    <div>\n                        <p class=\"text-white\/60 text-xs uppercase tracking-wider\">Primary Condition<\/p>\n                        <p class=\"text-sm font-medium mt-0.5\">Muscle-Invasive Bladder Cancer (Post Radical Cystectomy)<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-4 flex items-start gap-3\">\n                    <i data-lucide=\"package\" class=\"w-5 h-5 mt-0.5 text-teal-300 shrink-0\"><\/i>\n                    <div>\n                        <p class=\"text-white\/60 text-xs uppercase tracking-wider\">Surgical Procedure<\/p>\n                        <p class=\"text-sm font-medium mt-0.5\">Radical Cystectomy with Ileal Conduit Urinary Diversion<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-xl p-4 flex items-start gap-3\">\n                    <i data-lucide=\"check-circle\" class=\"w-5 h-5 mt-0.5 text-emerald-300 shrink-0\"><\/i>\n                    <div>\n                        <p class=\"text-white\/60 text-xs uppercase tracking-wider\">Final Outcome<\/p>\n                        <p class=\"text-sm font-medium mt-0.5\">Independent stoma care, 940m walking, no readmissions<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Main Content -->\n    <main class=\"max-w-5xl mx-auto px-4 py-12 md:py-16\">\n\n        <!-- Table of Contents -->\n        <div class=\"clinical-card mb-12\" id=\"toc\">\n            <h2 class=\"text-lg font-bold text-ahc-text mb-4 flex items-center gap-2\">\n                <i data-lucide=\"list\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                Table of Contents\n            <\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-x-8 gap-y-1\">\n                <a href=\"#background\" class=\"toc-link\">1. Patient Background<\/a>\n                <a href=\"#diagnosis\" class=\"toc-link\">2. Clinical Diagnosis<\/a>\n                <a href=\"#hospital-treatment\" class=\"toc-link\">3. Hospital Treatment<\/a>\n                <a href=\"#why-home-care\" class=\"toc-link\">4. Why Home Healthcare Was Needed<\/a>\n                <a href=\"#home-care-plan\" class=\"toc-link\">5. Home Care Plan<\/a>\n                <a href=\"#daily-plan\" class=\"toc-link\">6. Daily Care Plan<\/a>\n                <a href=\"#timeline\" class=\"toc-link\">7. Recovery Timeline<\/a>\n                <a href=\"#clinical-evidence\" class=\"toc-link\">8. Clinical Evidence<\/a>\n                <a href=\"#medical-authority\" class=\"toc-link\">9. Medical Authority<\/a>\n                <a href=\"#outcome\" class=\"toc-link\">10. Recovery Outcome<\/a>\n                <a href=\"#learnings\" class=\"toc-link\">11. Key Clinical Learnings<\/a>\n                <a href=\"#faqs\" class=\"toc-link\">12. Frequently Asked Questions<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Disclaimer Banner -->\n        <div class=\"alert-box alert-box-warn mb-12\">\n            <div class=\"flex items-start gap-3\">\n                <i data-lucide=\"alert-triangle\" class=\"w-5 h-5 text-amber-600 shrink-0 mt-0.5\"><\/i>\n                <div>\n                    <p class=\"font-semibold text-amber-800 text-sm mb-1\">Fictional Case Study Disclaimer<\/p>\n                    <p class=\"text-amber-700 text-sm leading-relaxed\">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                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Section 1: Patient Background -->\n        <section id=\"background\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"user\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Patient Background<\/h2>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 mb-8\">\n                <div class=\"clinical-card md:col-span-2\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4\">Personal and Social History<\/h3>\n                    <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                        Omprakash Batra, a 67-year-old retired textile factory supervisor, lived with his wife in Panipat, Haryana. His son, a mechanical engineer, resided separately but was actively involved in his father&#8217;s care decisions. Before his illness, Omprakash led a reasonably active life. He managed his daily routines independently and participated in community activities.\n                    <\/p>\n                    <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                        Panipat, known for its textile industry, is where Omprakash spent most of his working life. His decades of employment in a textile factory represented a typical occupational history for the region. After retirement, his routine centered around morning walks, household responsibilities, and spending time with family.\n                    <\/p>\n                    <p class=\"text-ahc-muted leading-relaxed\">\n                        His wife, a homemaker with no formal healthcare training, became the primary caregiver after surgery. This is a common situation in Indian households where family members take on caregiving roles without prior experience. His son provided secondary support, helping with medical decisions, hospital visits, and coordinating <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"link-teal\">home nursing services<\/a>.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card bg-slate-50\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider\">Patient Profile<\/h3>\n                    <div class=\"space-y-3 text-sm\">\n                        <div class=\"flex justify-between\">\n                            <span class=\"text-ahc-muted\">Name<\/span>\n                            <span class=\"font-medium text-ahc-text\">Omprakash Batra<\/span>\n                        <\/div>\n                        <div class=\"border-t border-slate-200\"><\/div>\n                        <div class=\"flex justify-between\">\n                            <span class=\"text-ahc-muted\">Age<\/span>\n                            <span class=\"font-medium text-ahc-text\">67 Years<\/span>\n                        <\/div>\n                        <div class=\"border-t border-slate-200\"><\/div>\n                        <div class=\"flex justify-between\">\n                            <span class=\"text-ahc-muted\">Gender<\/span>\n                            <span class=\"font-medium text-ahc-text\">Male<\/span>\n                        <\/div>\n                        <div class=\"border-t border-slate-200\"><\/div>\n                        <div class=\"flex justify-between\">\n                            <span class=\"text-ahc-muted\">City<\/span>\n                            <span class=\"font-medium text-ahc-text\">Panipat, Haryana<\/span>\n                        <\/div>\n                        <div class=\"border-t border-slate-200\"><\/div>\n                        <div class=\"flex justify-between\">\n                            <span class=\"text-ahc-muted\">Occupation<\/span>\n                            <span class=\"font-medium text-ahc-text\">Retired<\/span>\n                        <\/div>\n                        <div class=\"border-t border-slate-200\"><\/div>\n                        <div class=\"flex justify-between\">\n                            <span class=\"text-ahc-muted\">Primary Caregiver<\/span>\n                            <span class=\"font-medium text-ahc-text\">Wife<\/span>\n                        <\/div>\n                        <div class=\"border-t border-slate-200\"><\/div>\n                        <div class=\"flex justify-between\">\n                            <span class=\"text-ahc-muted\">Secondary Caregiver<\/span>\n                            <span class=\"font-medium text-ahc-text\">Son<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"clinical-card\">\n                <h3 class=\"font-semibold text-ahc-text mb-4\">Associated Medical Conditions<\/h3>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    Beyond the cancer diagnosis, Omprakash had several pre-existing conditions that influenced his surgical risk, recovery trajectory, and the overall home care plan. Each condition required specific attention during the postoperative period.\n                <\/p>\n                <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-4\">\n                    <div class=\"flex items-start gap-3 p-4 bg-red-50 rounded-lg border border-red-100\">\n                        <i data-lucide=\"droplets\" class=\"w-5 h-5 text-red-500 shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-semibold text-sm text-red-900\">Type 2 Diabetes Mellitus<\/p>\n                            <p class=\"text-xs text-red-700 mt-1\">Affected wound healing capacity and required strict blood sugar monitoring at home to prevent surgical site infection.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-4 bg-amber-50 rounded-lg border border-amber-100\">\n                        <i data-lucide=\"heart\" class=\"w-5 h-5 text-amber-600 shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-semibold text-sm text-amber-900\">Controlled Hypertension<\/p>\n                            <p class=\"text-xs text-amber-700 mt-1\">Required regular blood pressure checks to avoid postoperative cardiovascular complications.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-4 bg-blue-50 rounded-lg border border-blue-100\">\n                        <i data-lucide=\"circle\" class=\"w-5 h-5 text-blue-500 shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-semibold text-sm text-blue-900\">Benign Prostatic Hyperplasia<\/p>\n                            <p class=\"text-xs text-blue-700 mt-1\">Pre-existing condition, resolved by the bladder removal surgery itself.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-start gap-3 p-4 bg-orange-50 rounded-lg border border-orange-100\">\n                        <i data-lucide=\"arrow-down-circle\" class=\"w-5 h-5 text-orange-500 shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <p class=\"font-semibold text-sm text-orange-900\">Mild Chronic Constipation<\/p>\n                            <p class=\"text-xs text-orange-700 mt-1\">Risk factor after abdominal surgery. Required dietary modification and monitoring during recovery.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 2: Clinical Diagnosis -->\n        <section id=\"diagnosis\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"stethoscope\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Clinical Diagnosis<\/h2>\n            <\/div>\n\n            <div class=\"clinical-card mb-6\">\n                <h3 class=\"font-semibold text-ahc-text mb-4\">How the Diagnosis Unfolded<\/h3>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    Omprakash first noticed intermittent blood in his urine several months before seeking medical attention. Like many patients, he initially assumed this was a routine urinary tract infection. He did not consult a doctor at this stage. This delay in evaluation is a well-documented pattern in bladder cancer presentations, particularly in regions where awareness about hematuria as a warning sign remains limited.\n                <\/p>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    Over time, the bleeding became more frequent. He also started experiencing unexplained weight loss and persistent fatigue. These additional symptoms prompted him to finally visit a urologist. The urologist recommended a cystoscopy, which allows direct visualization of the bladder interior using a thin camera inserted through the urethra.\n                <\/p>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    The cystoscopy revealed an abnormal growth within the bladder. A biopsy was performed during the same procedure. The biopsy report confirmed the diagnosis of Muscle-Invasive Bladder Cancer (MIBC). In MIBC, the cancer cells have grown into the muscular layer of the bladder wall, which makes the disease more aggressive than superficial bladder cancer and typically requires surgical removal of the bladder.\n                <\/p>\n                <p class=\"text-ahc-muted leading-relaxed\">\n                    A CT scan of the abdomen and pelvis was performed to evaluate the extent of the disease and check for any spread beyond the bladder. Based on these findings, a multidisciplinary tumor board discussed the case and recommended radical cystectomy with ileal conduit urinary diversion as the definitive treatment.\n                <\/p>\n            <\/div>\n\n            <div class=\"doctor-card mb-6\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"info\" class=\"w-5 h-5 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"font-semibold text-ahc-teal text-sm mb-2\">Clinical Note: Understanding Radical Cystectomy<\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            Radical cystectomy involves the surgical removal of the entire bladder, nearby lymph nodes, and sometimes adjacent organs. Since the bladder is removed, the surgeon creates an alternate pathway for urine to leave the body. In an ileal conduit, a segment of the small intestine is used to form a tube that carries urine from the ureters to a stoma, an opening on the abdominal wall. Urine then drains continuously into an external pouch. This is one of the most commonly performed urinary diversion procedures and is considered the standard approach for patients undergoing bladder removal. Understanding <a href=\"https:\/\/athomecare.in\/understanding-surgical-oncology-treatment-procedures-and-recovery\/\" class=\"link-teal\">surgical oncology treatment and recovery<\/a> helps patients set realistic expectations.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"clinical-card\">\n                <h3 class=\"font-semibold text-ahc-text mb-4\">Diagnostic Investigations Summary<\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"evidence-table\">\n                        <thead>\n                            <tr>\n                                <th>Investigation<\/th>\n                                <th>Finding<\/th>\n                                <th>Clinical Significance<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Cystoscopy<\/td>\n                                <td>Visible bladder tumor<\/td>\n                                <td>Direct visualization confirmed abnormal growth<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Biopsy<\/td>\n                                <td>Muscle-Invasive Bladder Cancer<\/td>\n                                <td>Confirmed diagnosis and depth of invasion<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">CT Abdomen and Pelvis<\/td>\n                                <td>Performed for staging<\/td>\n                                <td>Evaluated local and distant disease extent<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 3: Hospital Treatment -->\n        <section id=\"hospital-treatment\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"hospital\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Hospital Treatment<\/h2>\n            <\/div>\n\n            <div class=\"clinical-card mb-6\">\n                <h3 class=\"font-semibold text-ahc-text mb-4\">Surgical Procedure and Hospital Course<\/h3>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    Omprakash underwent radical cystectomy with ileal conduit urinary diversion. During this procedure, the surgical team removed the bladder along with surrounding affected tissues. A segment of the small intestine (ileum) was detached, reconfigured into a conduit, and connected to the ureters on one end. The other end was brought out through the abdominal wall to create a stoma.\n                <\/p>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    The total hospital stay lasted 14 days. This is within the expected range for a major abdominal surgery of this nature. During this period, several important components of care were delivered.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 mb-6\">\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-teal\">Intraoperative Care<\/h3>\n                    <ul class=\"space-y-3\">\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Radical cystectomy with complete bladder removal\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Ileal conduit urinary diversion creation\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Stoma formation on abdominal wall\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Lymph node dissection as per surgical protocol\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-teal\">Postoperative Hospital Care<\/h3>\n                    <ul class=\"space-y-3\">\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Postoperative pain management\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Surgical wound care and monitoring\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Stoma education and initial urostomy training\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Nutritional support and dietitian consultation\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Early mobilization and physiotherapy\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-1\"><\/i>\n                            Home healthcare planning before discharge\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"alert-box alert-box-info\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"book-open\" class=\"w-5 h-5 text-blue-600 shrink-0 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"font-semibold text-blue-800 text-sm mb-1\">Why Stoma Education Begins in the Hospital<\/p>\n                        <p class=\"text-blue-700 text-sm leading-relaxed\">\n                            Stoma education during the hospital stay provides the patient and family with foundational knowledge. However, true competence in stoma management develops over weeks of practice at home. The hospital phase introduces the basics of appliance application, emptying, and skin care. The home care phase builds on this through repeated supervised practice, troubleshooting real-world challenges, and gradually handing over responsibility to the patient. This is why <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-colostomy-and-stoma-bag-care-cleaning-replacement-and-skin-protection\/\" class=\"link-teal\">stoma and bag care at home<\/a> requires trained nursing support.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 4: Why Home Healthcare Was Needed -->\n        <section id=\"why-home-care\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"help-circle\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Why Home Healthcare Was Needed<\/h2>\n            <\/div>\n\n            <div class=\"clinical-card mb-6\">\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    At the time of discharge, Omprakash was medically stable. His vitals were within acceptable limits and the surgical wound was showing early signs of healing. However, medical stability at discharge does not mean the patient is ready for unsupervised recovery at home. This distinction is critical and often misunderstood by families.\n                <\/p>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    Several specific factors made professional home healthcare clinically necessary in this case. Each factor represented a real risk that, if unaddressed, could lead to complications, emergency hospital visits, or delayed recovery.\n                <\/p>\n            <\/div>\n\n            <div class=\"space-y-5 mb-8\">\n                <div class=\"clinical-card flex items-start gap-4\">\n                    <div class=\"w-10 h-10 bg-red-50 rounded-lg flex items-center justify-center shrink-0\">\n                        <i data-lucide=\"shield-alert\" class=\"w-5 h-5 text-red-500\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-semibold text-ahc-text mb-1\">Stoma Care Vulnerability<\/h4>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            The urostomy stoma was new. Neither Omprakash nor his wife had ever managed a stoma before. Incorrect appliance placement, failure to empty the pouch on time, or improper skin cleaning could lead to peristomal skin breakdown, leakage, and infection. A trained home nurse provided supervised care while teaching the family the correct technique step by step. This <a href=\"https:\/\/athomecare.in\/personalized-wound-care-and-infection-prevention-for-optimal-healing\/\" class=\"link-teal\">wound care and infection prevention<\/a> approach is essential after major surgery.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card flex items-start gap-4\">\n                    <div class=\"w-10 h-10 bg-amber-50 rounded-lg flex items-center justify-center shrink-0\">\n                        <i data-lucide=\"droplets\" class=\"w-5 h-5 text-amber-600\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-semibold text-ahc-text mb-1\">Diabetes and Wound Healing<\/h4>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            Omprakash had Type 2 Diabetes Mellitus. Diabetes impairs wound healing by affecting collagen formation, reducing blood flow to tissues, and increasing susceptibility to infection. Blood sugar levels needed to be monitored regularly at home, and dietary intake had to support both diabetes management and surgical recovery. <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"link-teal\">Medication monitoring<\/a> ensured his diabetes remained controlled during the critical healing period.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card flex items-start gap-4\">\n                    <div class=\"w-10 h-10 bg-blue-50 rounded-lg flex items-center justify-center shrink-0\">\n                        <i data-lucide=\"footprints\" class=\"w-5 h-5 text-blue-500\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-semibold text-ahc-text mb-1\">Limited Mobility and Fall Risk<\/h4>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            At discharge, Omprakash could walk only about 180 meters indoors. He climbed stairs slowly and needed handrails. He could not bend forward easily due to the abdominal incision. His generalized weakness and reduced endurance made him a fall risk. A <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"link-teal\">patient care attendant<\/a> provided physical support during walking, transfers, and daily activities. <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\" class=\"link-teal\">Fall prevention<\/a> was a priority, especially since a fall could damage the surgical site or the stoma.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card flex items-start gap-4\">\n                    <div class=\"w-10 h-10 bg-purple-50 rounded-lg flex items-center justify-center shrink-0\">\n                        <i data-lucide=\"brain\" class=\"w-5 h-5 text-purple-500\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-semibold text-ahc-text mb-1\">Psychological Adjustment to a Stoma<\/h4>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            Living with a urostomy represents a significant life change. Omprakash felt anxious about managing the bag, feared accidental leakage in public, and had reduced confidence about leaving home. These emotional responses are normal and expected. The home care team addressed this through patient education, gradual skill building, emotional reassurance, and involving the family in the care process. <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\" class=\"link-teal\">Caregiver stress<\/a> was also monitored, as the wife was taking on a demanding role without prior training.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card flex items-start gap-4\">\n                    <div class=\"w-10 h-10 bg-green-50 rounded-lg flex items-center justify-center shrink-0\">\n                        <i data-lucide=\"kidney\" class=\"w-5 h-5 text-green-600\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-semibold text-ahc-text mb-1\">Kidney Function Monitoring<\/h4>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            After ileal conduit creation, the ureters are directly connected to the intestinal segment. Any obstruction, reflux, or conduit issue can affect kidney function. Monitoring urine output, checking for signs of urinary tract infection, and ensuring adequate hydration were all necessary to protect kidney health. The <a href=\"https:\/\/athomecare.in\/understanding-kidney-disease-symptoms-and-treatment-options\/\" class=\"link-teal\">importance of kidney health monitoring<\/a> after urinary diversion cannot be overstated.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"scenario-card\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"message-circle\" class=\"w-5 h-5 text-amber-600 shrink-0 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"font-semibold text-amber-900 text-sm mb-2\">Clinical Scenario: What Happens Without Home Care<\/p>\n                        <p class=\"text-sm text-amber-800 leading-relaxed\">\n                            Without professional home support, patients like Omprakash face several risks. The wife might apply the stoma appliance incorrectly, causing skin irritation that goes unnoticed until it becomes painful and infected. Blood sugar checks might be missed, leading to poor glucose control and delayed wound healing. The patient might attempt to walk unassisted, fall, and sustain an injury to the abdominal wall. Fear of the urostomy bag might cause social isolation, leading to depression and poor appetite. These are not hypothetical situations. They represent common <a href=\"https:\/\/athomecare.in\/post-surgery-complications-at-home-delhi\/\" class=\"link-teal\">post-surgery complications that occur at home<\/a> when adequate support is absent.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 5: Home Care Plan -->\n        <section id=\"home-care-plan\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"clipboard-list\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Home Care Plan by AtHomeCare<\/h2>\n            <\/div>\n\n            <p class=\"text-ahc-muted leading-relaxed mb-8\">\n                The home care plan was designed around Omprakash&#8217;s specific clinical needs, functional limitations, and recovery goals. Each service component addressed a distinct aspect of his postoperative recovery. The plan was not generic. It was built based on his discharge summary, surgical details, comorbidities, and functional assessment at the time of discharge.\n            <\/p>\n\n            <!-- Home Nursing -->\n            <div class=\"clinical-card mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-8 h-8 bg-ahc-teal rounded-lg flex items-center justify-center\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-4 h-4 text-white\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-bold text-ahc-text\">Home Nursing<\/h3>\n                    <span class=\"badge badge-teal\">Core Service<\/span>\n                <\/div>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    A trained home nurse visited regularly to provide clinical care that the family could not safely perform on their own. The nurse also used each visit as a teaching opportunity, gradually training the wife to handle certain tasks independently.\n                <\/p>\n                <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Stoma assessment during every visit to check color, size, and condition\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Urostomy appliance care, including proper fitting and sealing\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Surgical wound dressing using sterile technique\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Peristomal skin care to prevent irritation and breakdown\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Infection monitoring through wound observation and temperature checks\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Medication management ensuring correct dosages and timing\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Blood sugar monitoring using a home glucometer\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                        Caregiver education on stoma care, warning signs, and emergency response\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Patient Attendant -->\n            <div class=\"clinical-card mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-8 h-8 bg-ahc-sky rounded-lg flex items-center justify-center\">\n                        <i data-lucide=\"hand-helping\" class=\"w-4 h-4 text-white\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-bold text-ahc-text\">Patient Attendant<\/h3>\n                    <span class=\"badge badge-blue\">Daily Support<\/span>\n                <\/div>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    While the nurse handled clinical tasks, a patient attendant provided day-to-day physical assistance. This role is different from nursing. The attendant helped with mobility, daily activities, hydration, and emotional support. Having an attendant meant the wife could rest, which is important because <a href=\"https:\/\/athomecare.in\/the-essential-role-of-home-health-nursing-care-for-aging-populations\/\" class=\"link-teal\">home health nursing for aging populations<\/a> recognizes that caregiver burnout directly affects patient outcomes.\n                <\/p>\n                <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-sky shrink-0 mt-0.5\"><\/i>\n                        Physical assistance during walking to prevent falls\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-sky shrink-0 mt-0.5\"><\/i>\n                        Support with daily activities like bathing precautions and dressing\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-sky shrink-0 mt-0.5\"><\/i>\n                        Meal preparation aligned with dietary recommendations\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-sky shrink-0 mt-0.5\"><\/i>\n                        Encouraging and tracking fluid intake throughout the day\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-sky shrink-0 mt-0.5\"><\/i>\n                        Emotional reassurance and companionship during recovery\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-slate-50 rounded-lg\">\n                        <i data-lucide=\"circle-dot\" class=\"w-4 h-4 text-ahc-sky shrink-0 mt-0.5\"><\/i>\n                        Monitoring fatigue levels and reporting changes to the nurse\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Physiotherapy -->\n            <div class=\"clinical-card mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-8 h-8 bg-emerald-600 rounded-lg flex items-center justify-center\">\n                        <i data-lucide=\"dumbbell\" class=\"w-4 h-4 text-white\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-bold text-ahc-text\">Physiotherapy<\/h3>\n                    <span class=\"badge badge-green\">Rehabilitation<\/span>\n                <\/div>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    Major abdominal surgery significantly weakens the core muscles. The abdominal incision from radical cystectomy is large, and patients naturally reduce their physical activity to avoid pain. Over time, this leads to muscle deconditioning, poor posture, and reduced endurance. Physiotherapy was introduced to rebuild strength in a controlled, progressive manner. <a href=\"https:\/\/athomecare.in\/the-importance-of-physiotherapy-healing-through-movement\/\" class=\"link-teal\">Physiotherapy plays a well-documented role in post-surgical recovery<\/a>, and <a href=\"https:\/\/athomecare.in\/the-future-of-recovery-exploring-at-home-physiotherapy-services\/\" class=\"link-teal\">home-based physiotherapy<\/a> offers the advantage of recovering in a familiar environment.\n                <\/p>\n                <p class=\"text-sm font-semibold text-ahc-text mb-3\">Treatment Goals:<\/p>\n                <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-3\">\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-emerald-50 rounded-lg\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-emerald-600 shrink-0 mt-0.5\"><\/i>\n                        Improve walking endurance gradually from 180 meters\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-emerald-50 rounded-lg\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-emerald-600 shrink-0 mt-0.5\"><\/i>\n                        Restore abdominal core strength without straining the incision\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-emerald-50 rounded-lg\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-emerald-600 shrink-0 mt-0.5\"><\/i>\n                        Improve posture to reduce postoperative back strain\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-emerald-50 rounded-lg\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-emerald-600 shrink-0 mt-0.5\"><\/i>\n                        Core stability exercises for safe daily movement\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-emerald-50 rounded-lg\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-emerald-600 shrink-0 mt-0.5\"><\/i>\n                        Prevent muscle weakness from prolonged reduced activity\n                    <\/div>\n                    <div class=\"flex items-start gap-2 text-sm text-ahc-muted p-3 bg-emerald-50 rounded-lg\">\n                        <i data-lucide=\"target\" class=\"w-4 h-4 text-emerald-600 shrink-0 mt-0.5\"><\/i>\n                        Energy conservation training to manage fatigue\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Doctor Home Visit -->\n            <div class=\"clinical-card mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-8 h-8 bg-violet-600 rounded-lg flex items-center justify-center\">\n                        <i data-lucide=\"user-check\" class=\"w-4 h-4 text-white\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-bold text-ahc-text\">Doctor Home Visit<\/h3>\n                    <span class=\"badge\" style=\"background:#EDE9FE;color:#5B21B6;\">Specialist Review<\/span>\n                <\/div>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    A urologist conducted home visits every three to four weeks. This was important because asking a recent radical cystectomy patient to travel to a hospital for routine follow-up is physically demanding and increases infection exposure risk. The doctor assessed surgical recovery, evaluated stoma health, reviewed pathology reports, monitored kidney function through blood test reviews, and watched for any signs of postoperative complications. <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"link-teal\">Doctor home visit services<\/a> provide specialist oversight without the burden of travel.\n                <\/p>\n            <\/div>\n\n            <!-- Medical Equipment -->\n            <div class=\"clinical-card mb-6\">\n                <div class=\"flex items-center gap-3 mb-5\">\n                    <div class=\"w-8 h-8 bg-orange-500 rounded-lg flex items-center justify-center\">\n                        <i data-lucide=\"wrench\" class=\"w-4 h-4 text-white\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-bold text-ahc-text\">Medical Equipment at Home<\/h3>\n                <\/div>\n                <p class=\"text-ahc-muted leading-relaxed mb-4\">\n                    Certain equipment was essential for safe home recovery. Having the right supplies at home prevented emergencies and allowed the care team to monitor the patient effectively.\n                <\/p>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"evidence-table\">\n                        <thead>\n                            <tr>\n                                <th>Equipment<\/th>\n                                <th>Purpose<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Urostomy Appliance System<\/td>\n                                <td>Collection of urine through the stoma with secure adhesive attachment<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Skin Barrier Spray<\/td>\n                                <td>Protects peristomal skin from irritation caused by adhesive and urine exposure<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Stoma Measuring Template<\/td>\n                                <td>Ensures correct sizing of the skin barrier opening to prevent leakage<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Blood Pressure Monitor<\/td>\n                                <td>Daily BP tracking for hypertension management<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Glucometer<\/td>\n                                <td>Regular blood sugar monitoring for diabetes control<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n                <p class=\"text-xs text-ahc-muted mt-3\">\n                    Families in Panipat and surrounding areas can access <a href=\"https:\/\/athomecare.in\/why-renting-medical-equipment-is-the-smart-choice-affordable-solutions-for-home-healthcare\/\" class=\"link-teal\">medical equipment on rent<\/a> for home care needs, making recovery more affordable than purchasing devices outright.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <!-- Section 6: Daily Care Plan -->\n        <section id=\"daily-plan\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"calendar-clock\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Daily Care Plan<\/h2>\n            <\/div>\n\n            <p class=\"text-ahc-muted leading-relaxed mb-8\">\n                A structured daily routine provided consistency and predictability, which helped reduce anxiety for both the patient and his wife. The routine was organized around four time blocks, each with specific clinical objectives.\n            <\/p>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"clinical-card border-t-4 border-t-amber-400\">\n                    <div class=\"flex items-center gap-2 mb-4\">\n                        <i data-lucide=\"sunrise\" class=\"w-5 h-5 text-amber-500\"><\/i>\n                        <h4 class=\"font-bold text-ahc-text\">Morning<\/h4>\n                    <\/div>\n                    <ul class=\"space-y-2 text-sm text-ahc-muted\">\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-amber-400 shrink-0 mt-1\"><\/i>Vital sign monitoring (BP, pulse, temperature, SpO2)<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-amber-400 shrink-0 mt-1\"><\/i>Fasting blood sugar check<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-amber-400 shrink-0 mt-1\"><\/i>Urostomy bag inspection for overnight output volume and leakage<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-amber-400 shrink-0 mt-1\"><\/i>Morning medications administered on schedule<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-amber-400 shrink-0 mt-1\"><\/i>Short walking exercises as per physiotherapy plan<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-amber-400 shrink-0 mt-1\"><\/i>Protein-rich breakfast to support wound healing<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"clinical-card border-t-4 border-t-sky-400\">\n                    <div class=\"flex items-center gap-2 mb-4\">\n                        <i data-lucide=\"sun\" class=\"w-5 h-5 text-sky-500\"><\/i>\n                        <h4 class=\"font-bold text-ahc-text\">Afternoon<\/h4>\n                    <\/div>\n                    <ul class=\"space-y-2 text-sm text-ahc-muted\">\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-sky-400 shrink-0 mt-1\"><\/i>Physiotherapy session focusing on core stability and mobility<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-sky-400 shrink-0 mt-1\"><\/i>Balanced lunch with adequate fiber to prevent constipation<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-sky-400 shrink-0 mt-1\"><\/i>Hydration tracking to maintain healthy urine output<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-sky-400 shrink-0 mt-1\"><\/i>Rest period to manage fatigue<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-sky-400 shrink-0 mt-1\"><\/i>Stoma skin assessment by the home nurse<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"clinical-card border-t-4 border-t-orange-400\">\n                    <div class=\"flex items-center gap-2 mb-4\">\n                        <i data-lucide=\"sunset\" class=\"w-5 h-5 text-orange-500\"><\/i>\n                        <h4 class=\"font-bold text-ahc-text\">Evening<\/h4>\n                    <\/div>\n                    <ul class=\"space-y-2 text-sm text-ahc-muted\">\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-orange-400 shrink-0 mt-1\"><\/i>Supervised outdoor walk as endurance improved<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-orange-400 shrink-0 mt-1\"><\/i>Gentle stretching exercises under guidance<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-orange-400 shrink-0 mt-1\"><\/i>Family interaction time for emotional wellbeing<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-orange-400 shrink-0 mt-1\"><\/i>Medication review and evening dose administration<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"clinical-card border-t-4 border-t-indigo-400\">\n                    <div class=\"flex items-center gap-2 mb-4\">\n                        <i data-lucide=\"moon\" class=\"w-5 h-5 text-indigo-500\"><\/i>\n                        <h4 class=\"font-bold text-ahc-text\">Night<\/h4>\n                    <\/div>\n                    <ul class=\"space-y-2 text-sm text-ahc-muted\">\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-indigo-400 shrink-0 mt-1\"><\/i>Empty urostomy bag before sleep to prevent overnight fullness<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-indigo-400 shrink-0 mt-1\"><\/i>Light dinner to support digestion and prevent discomfort<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-indigo-400 shrink-0 mt-1\"><\/i>Comfortable sleeping position that avoids pressure on the stoma<\/li>\n                        <li class=\"flex items-start gap-2\"><i data-lucide=\"chevron-right\" class=\"w-3 h-3 text-indigo-400 shrink-0 mt-1\"><\/i>Overnight rest with attendant available if needed<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 7: Recovery Timeline -->\n        <section id=\"timeline\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"trending-up\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Recovery Timeline<\/h2>\n            <\/div>\n\n            <p class=\"text-ahc-muted leading-relaxed mb-8\">\n                Recovery after radical cystectomy is gradual. It does not follow a straight line. There are good days and difficult days. The timeline below documents the key milestones observed during Omprakash&#8217;s 12-week home care period. Each stage includes the clinical progress, nursing interventions, doctor review, patient response, and family observations.\n            <\/p>\n\n            <div class=\"space-y-0\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"clinical-card\">\n                        <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                            <span class=\"badge badge-amber\">Day 1<\/span>\n                            <span class=\"text-xs text-ahc-muted\">Post-Discharge<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Clinical Status:<\/strong> Omprakash arrived home feeling anxious and fatigued. His abdominal pain was mild but noticeable. He could walk short distances indoors with support. The urostomy bag was intact with normal urine output. The stoma appeared pink and healthy.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Nursing Interventions:<\/strong> The home nurse performed a complete assessment including vitals, stoma inspection, wound evaluation, and a review of the discharge medications. The nurse demonstrated urostomy bag emptying to the wife and explained the daily routine.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Patient Response:<\/strong> Omprakash was cooperative but visibly nervous about touching the stoma. He asked several questions about what would happen if the bag leaked at night.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            <strong class=\"text-ahc-text\">Family Observation:<\/strong> The wife expressed concern about her ability to manage the stoma. The son was present and took notes during the education session.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"clinical-card\">\n                        <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                            <span class=\"badge badge-amber\">Day 3<\/span>\n                            <span class=\"text-xs text-ahc-muted\">Early Home Adaptation<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Clinical Progress:<\/strong> Pain was manageable with prescribed analgesics. Urine output remained normal. Blood sugar levels were slightly elevated, which the nurse attributed to postoperative stress response. Walking distance remained around 180 meters.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Nursing Interventions:<\/strong> Wound dressing changed under sterile technique. The nurse guided the wife through her first supervised stoma skin cleaning. Blood sugar monitoring frequency was increased to twice daily given the elevated readings.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            <strong class=\"text-ahc-text\">Doctor Review:<\/strong> Not yet due. The nurse communicated daily reports to the coordinating physician.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"clinical-card\">\n                        <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                            <span class=\"badge badge-blue\">Week 1<\/span>\n                            <span class=\"text-xs text-ahc-muted\">Establishing Routine<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Clinical Progress:<\/strong> The daily routine was becoming familiar. Abdominal pain reduced to occasional discomfort. Appetite began improving slightly. Blood sugar levels started stabilizing with dietary adjustments. Mild peristomal skin irritation was noted.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Nursing Interventions:<\/strong> Skin barrier spray was introduced to address the peristomal irritation. The nurse taught the wife how to measure the stoma using the template and cut the skin barrier to the correct size. This is a critical skill because an incorrectly sized opening can cause leakage or pressure on the stoma.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Physiotherapy:<\/strong> Gentle breathing exercises and bed-based leg movements were started. The physiotherapist explained why core exercises would be introduced gradually to protect the abdominal incision.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            <strong class=\"text-ahc-text\">Family Observation:<\/strong> The wife reported feeling more confident after successfully cleaning the stoma skin during a supervised session. She still asked the nurse to handle the full appliance change.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"clinical-card\">\n                        <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                            <span class=\"badge badge-blue\">Week 2<\/span>\n                            <span class=\"text-xs text-ahc-muted\">Early Progress<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Clinical Progress:<\/strong> Walking distance increased to approximately 300 meters. The surgical wound showed good healing with no signs of infection. Peristomal skin irritation was improving with the barrier spray. Sleep quality remained disturbed, partly due to anxiety about the bag.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Nursing Interventions:<\/strong> The nurse began transitioning more stoma care responsibilities to the wife. The first fully supervised appliance change by the wife was completed successfully. The nurse discussed strategies for better sleep, including positioning the urostomy bag securely and emptying it before bed.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            <strong class=\"text-ahc-text\">Physiotherapy:<\/strong> Standing exercises and assisted walking within the home were increased. Gentle core activation exercises were introduced.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot timeline-dot-active\"><\/div>\n                    <div class=\"clinical-card\">\n                        <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                            <span class=\"badge badge-teal\">Week 4<\/span>\n                            <span class=\"text-xs text-ahc-muted\">Doctor Home Visit<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Clinical Progress:<\/strong> Walking distance reached approximately 500 meters. The wound was healing well with minimal residual inflammation. Peristomal skin had improved significantly. Omprakash was eating regular meals and his energy levels were noticeably better. He had started stepping outside the home for short walks.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Doctor Review:<\/strong> The urologist visited and performed a thorough assessment. The stoma was healthy and well-formed. Kidney function parameters reviewed from recent blood tests were within acceptable range. The doctor was satisfied with the recovery trajectory and advised continuing the current plan.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Nursing Interventions:<\/strong> The nurse reduced visit frequency slightly as the wife was becoming more independent. Education now focused on troubleshooting common problems like bag detachment during physical activity and managing output changes with diet.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            <strong class=\"text-ahc-text\">Family Observation:<\/strong> The son reported that his father seemed like a different person compared to discharge day. The wife could now handle routine stoma care independently, though she still preferred the nurse to be present for full appliance changes.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"clinical-card\">\n                        <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                            <span class=\"badge badge-green\">Month 2<\/span>\n                            <span class=\"text-xs text-ahc-muted\">Gaining Independence<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Clinical Progress:<\/strong> Walking distance reached approximately 700 meters. Omprakash was climbing stairs with more confidence. The surgical wound had nearly healed. He performed his first independent urostomy appliance change with the nurse observing but not assisting. Sleep improved as anxiety about the bag reduced.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Nursing Interventions:<\/strong> The focus shifted to advanced stoma care education, including what to do during travel, how to manage supplies, and recognizing less obvious warning signs. The nurse also reviewed <a href=\"https:\/\/athomecare.in\/medication-safety-in-elderly-home-care-clinical-risks-interactions-doctor-recommended-practices\/\" class=\"link-teal\">medication safety<\/a> to ensure all prescriptions were being followed correctly.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            <strong class=\"text-ahc-text\">Physiotherapy:<\/strong> Outdoor walking was introduced. Core strengthening exercises were progressed. The physiotherapist worked on improving walking speed and endurance.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot timeline-dot-active\"><\/div>\n                    <div class=\"clinical-card border-2 border-emerald-200\">\n                        <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                            <span class=\"badge badge-green\">Month 3 (Week 12)<\/span>\n                            <span class=\"text-xs text-ahc-muted\">Final Assessment<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Clinical Progress:<\/strong> Walking distance improved from the initial 180 meters to 940 meters. The surgical wound had healed completely. Peristomal skin irritation had fully resolved. Omprakash was independently changing the urostomy appliance without assistance. His appetite and energy levels had returned to near baseline. He had resumed attending family gatherings and community activities.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Doctor Review:<\/strong> The urologist conducted the final home visit assessment. All parameters were satisfactory. No urinary tract infections or wound complications had occurred during the entire 12-week period. No hospital readmissions were needed. The doctor discussed the long-term follow-up schedule and signs to watch for.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-3\">\n                            <strong class=\"text-ahc-text\">Nursing Interventions:<\/strong> The nurse conducted a final competency check where Omprakash demonstrated the full stoma care process independently. The wife was also assessed. Both passed. A written care guide was provided for reference.\n                        <\/p>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                            <strong class=\"text-ahc-text\">Family Observation:<\/strong> The wife expressed gratitude and said the home care experience had transformed their confidence. The son noted that his father had returned to his usual self and was even planning a visit to relatives in another city.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 8: Clinical Evidence -->\n        <section id=\"clinical-evidence\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"file-bar-chart\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Clinical Evidence<\/h2>\n            <\/div>\n\n            <p class=\"text-ahc-muted leading-relaxed mb-8\">\n                The following tables document the clinical parameters recorded during the home care period. All values are based on the documented assessments from this fictional case.\n            <\/p>\n\n            <!-- Vital Signs at Discharge -->\n            <div class=\"clinical-card mb-6\">\n                <h3 class=\"font-semibold text-ahc-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"activity\" class=\"w-4 h-4 text-ahc-teal\"><\/i>\n                    Vital Signs at Discharge\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"evidence-table\">\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>Value<\/th>\n                                <th>Interpretation<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Blood Pressure<\/td>\n                                <td>126\/78 mmHg<\/td>\n                                <td>Well controlled with antihypertensive medication<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Heart Rate<\/td>\n                                <td>80 bpm<\/td>\n                                <td>Normal sinus rhythm<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Respiratory Rate<\/td>\n                                <td>17\/min<\/td>\n                                <td>Within normal range<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Temperature<\/td>\n                                <td>98.4\u00b0F<\/td>\n                                <td>Afebrile, no signs of infection<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Oxygen Saturation<\/td>\n                                <td>98% on Room Air<\/td>\n                                <td>Normal<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Urological Assessment -->\n            <div class=\"clinical-card mb-6\">\n                <h3 class=\"font-semibold text-ahc-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"droplets\" class=\"w-4 h-4 text-ahc-teal\"><\/i>\n                    Urological and Stoma Assessment at Discharge\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"evidence-table\">\n                        <thead>\n                            <tr>\n                                <th>Assessment Parameter<\/th>\n                                <th>Finding<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Stoma Appearance<\/td>\n                                <td>Healthy pink color, indicating adequate blood supply<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Urine Output<\/td>\n                                <td>Normal volume through ileal conduit<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Surgical Wound<\/td>\n                                <td>Healing appropriately with no signs of dehiscence<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Urinary Leakage<\/td>\n                                <td>No evidence of leakage around the stoma or appliance<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Peristomal Skin<\/td>\n                                <td>Mild irritation noted, requiring monitoring and barrier protection<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Oral Intake<\/td>\n                                <td>Independent, tolerating regular diet<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Walking Distance<\/td>\n                                <td>Approximately 180 meters<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Kidney Function<\/td>\n                                <td>Stable based on available blood test reports<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Functional Assessment -->\n            <div class=\"clinical-card mb-6\">\n                <h3 class=\"font-semibold text-ahc-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"accessibility\" class=\"w-4 h-4 text-ahc-teal\"><\/i>\n                    Functional Assessment at Discharge\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"evidence-table\">\n                        <thead>\n                            <tr>\n                                <th>Category<\/th>\n                                <th>Activity<\/th>\n                                <th>Status<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td rowspan=\"4\" class=\"font-medium align-top\">Mobility<\/td>\n                                <td>Walking independently indoors<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Walking approximately 180 meters<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Bed and chair transfers<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Climbing stairs with handrails<\/td>\n                                <td><span class=\"badge badge-amber\">Slow, requires handrails<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td rowspan=\"5\" class=\"font-medium align-top\">Requires Assistance<\/td>\n                                <td>Urostomy appliance changes<\/td>\n                                <td><span class=\"badge badge-amber\">Assistance needed<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Shopping and household chores<\/td>\n                                <td><span class=\"badge badge-amber\">Assistance needed<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Carrying groceries<\/td>\n                                <td><span class=\"badge badge-amber\">Assistance needed<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Long-distance travel<\/td>\n                                <td><span class=\"badge badge-amber\">Assistance needed<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Heavy household work<\/td>\n                                <td><span class=\"badge badge-amber\">Not permitted<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td rowspan=\"8\" class=\"font-medium align-top\">Independent<\/td>\n                                <td>Eating<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Bathing (with precautions)<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Dressing<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Toileting<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Communication<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Medication management<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Grooming<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Decision-making<\/td>\n                                <td><span class=\"badge badge-green\">Independent<\/span><\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            <!-- Recovery Outcomes Comparison -->\n            <div class=\"clinical-card\">\n                <h3 class=\"font-semibold text-ahc-text mb-4 flex items-center gap-2\">\n                    <i data-lucide=\"bar-chart-3\" class=\"w-4 h-4 text-ahc-teal\"><\/i>\n                    Recovery Outcomes: Discharge vs Week 12\n                <\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"evidence-table\">\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>At Discharge<\/th>\n                                <th>At Week 12<\/th>\n                                <th>Change<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td class=\"font-medium\">Walking Distance<\/td>\n                                <td>180 meters<\/td>\n                                <td>940 meters<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">+422%<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Surgical Wound<\/td>\n                                <td>Early healing<\/td>\n                                <td>Completely healed<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Resolved<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Peristomal Skin<\/td>\n                                <td>Mild irritation<\/td>\n                                <td>No irritation<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Resolved<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Stoma Care Independence<\/td>\n                                <td>Required full assistance<\/td>\n                                <td>Fully independent<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Achieved<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Appetite<\/td>\n                                <td>Mildly reduced<\/td>\n                                <td>Significantly improved<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Improved<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Energy Levels<\/td>\n                                <td>Low, fatigued<\/td>\n                                <td>Near baseline<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Improved<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Social Participation<\/td>\n                                <td>Reluctant to leave home<\/td>\n                                <td>Attending community activities<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Restored<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">UTI Episodes<\/td>\n                                <td>None at discharge<\/td>\n                                <td>None during 12 weeks<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Prevented<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"font-medium\">Hospital Readmissions<\/td>\n                                <td>N\/A<\/td>\n                                <td>Zero<\/td>\n                                <td class=\"text-emerald-600 font-semibold\">Prevented<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 9: Risks Monitored -->\n        <section class=\"mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"shield\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Risks Monitored Throughout Recovery<\/h2>\n            <\/div>\n\n            <div class=\"clinical-card\">\n                <p class=\"text-ahc-muted leading-relaxed mb-6\">\n                    The home care team actively monitored for the following risks during the 12-week period. Recognizing <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"link-teal\">early warning signs in elderly patients at home<\/a> is a core competency of professional home nursing.\n                <\/p>\n                <div class=\"space-y-2\">\n                    <div class=\"risk-indicator risk-high\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Stoma infection<\/strong> &#8211; Monitored through daily stoma color, temperature, and surrounding skin assessment<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-high\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Peristomal skin breakdown<\/strong> &#8211; Prevented through proper skin barrier use and correct appliance sizing<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-high\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Urinary tract infection<\/strong> &#8211; Prevented through hydration, hygiene, and monitoring urine characteristics<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-medium\">\n                        <i data-lucide=\"alert-triangle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Dehydration<\/strong> &#8211; Tracked through fluid intake logs and urine output volume<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-medium\">\n                        <i data-lucide=\"alert-triangle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Urine leakage<\/strong> &#8211; Prevented through proper appliance fitting and timely emptying<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-high\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Surgical wound infection<\/strong> &#8211; Monitored through wound inspection, temperature tracking, and diabetes control<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-medium\">\n                        <i data-lucide=\"alert-triangle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Kidney function deterioration<\/strong> &#8211; Monitored through urine output, blood tests, and doctor review<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-medium\">\n                        <i data-lucide=\"alert-triangle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Blood sugar fluctuations<\/strong> &#8211; Managed through glucometer checks, diet, and medication compliance<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-high\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Falls<\/strong> &#8211; Prevented through attendant support, mobility assistance, and home safety awareness<\/span>\n                    <\/div>\n                    <div class=\"risk-indicator risk-high\">\n                        <i data-lucide=\"alert-circle\" class=\"w-4 h-4 shrink-0\"><\/i>\n                        <span><strong>Hospital readmission<\/strong> &#8211; Prevented through comprehensive monitoring, early intervention, and doctor oversight<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 10: Family Education -->\n        <section class=\"mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"graduation-cap\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Family Education Provided<\/h2>\n            <\/div>\n\n            <p class=\"text-ahc-muted leading-relaxed mb-8\">\n                Educating the family was not a single session. It was an ongoing process woven into every nursing visit, every doctor interaction, and every physiotherapy session. The following topics were covered in detail.\n            <\/p>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-ahc-teal text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">1<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Pouch Emptying<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        The family was taught to empty the urostomy pouch before it becomes one-third to half full. Waiting too long increases pressure on the stoma and the adhesive seal, raising the risk of leakage and detachment. This was practiced repeatedly during home visits.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-ahc-teal text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">2<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Skin Care During Changes<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        Cleaning the skin gently around the stoma during every appliance change was emphasized. The family learned to pat dry rather than rub, to ensure the new skin barrier fits correctly, and to check for any redness or breakdown before applying the new appliance.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-ahc-teal text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">3<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Hydration Importance<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        Adequate daily fluid intake helps maintain healthy urine flow through the ileal conduit, reduces the risk of urinary tract infections, and protects kidney function. The family was given daily fluid intake targets and a simple tracking method. <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\" class=\"link-teal\">Nutrition and hydration in elderly care<\/a> is a frequently overlooked aspect of recovery.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-red-500 text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">!<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Warning Signs to Watch For<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        The family was educated to recognize and act on specific warning signs: fever, cloudy or foul-smelling urine, persistent abdominal pain, reduced or absent urine output, bleeding around the stoma, and increasing redness of peristomal skin. Any of these required immediate medical contact.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-ahc-teal text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">5<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Activity Restrictions<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        Heavy lifting was strictly prohibited for several weeks after surgery to protect the abdominal wall and the surgical incision from hernia formation. The family understood which activities were safe and which to avoid during the recovery period.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-ahc-teal text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">6<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Dietary Support<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        A balanced diet with sufficient protein for wound healing, vitamins for recovery, and fiber to prevent constipation was recommended. Since Omprakash had diabetes, the diet also accounted for blood sugar control. The dietitian&#8217;s hospital recommendations were reinforced at home.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-ahc-teal text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">7<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Travel Preparedness<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        The family was advised to always carry extra urostomy supplies when leaving home. This included a spare pouch, skin barriers, cleaning wipes, and a small disposal bag. This preparedness reduced anxiety about being away from home and supported social reintegration.\n                    <\/p>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-3 mb-3\">\n                        <span class=\"w-6 h-6 bg-ahc-teal text-white rounded-full flex items-center justify-center text-xs font-bold shrink-0\">8<\/span>\n                        <h4 class=\"font-semibold text-ahc-text text-sm\">Follow-Up Compliance<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                        Attending all scheduled follow-up visits with the urologist and stoma care nurse was emphasized. Regular follow-up allows early detection of complications that may not produce obvious symptoms in the early stages. This is a critical part of <a href=\"https:\/\/athomecare.in\/post-hospital-discharge-care-for-senior-citizens-medical-guidelines-for-safe-recovery-at-home\/\" class=\"link-teal\">post-hospital discharge care for senior citizens<\/a>.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 11: Medical Authority -->\n        <section id=\"medical-authority\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"badge-check\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Medical Authority<\/h2>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"clinical-card flex flex-col items-center text-center p-8\">\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-full object-cover border-4 border-teal-100 mb-5\">\n                    <h3 class=\"text-lg font-bold text-ahc-text mb-1\">Dr. Ekta Fageriya<\/h3>\n                    <p class=\"text-sm text-ahc-teal font-semibold mb-3\">MBBS<\/p>\n                    <div class=\"space-y-2 text-sm text-ahc-muted w-full\">\n                        <div class=\"flex justify-between py-2 border-b border-slate-100\">\n                            <span>RMC Registration No.<\/span>\n                            <span class=\"font-medium text-ahc-text\">44780<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2 border-b border-slate-100\">\n                            <span>Specialization<\/span>\n                            <span class=\"font-medium text-ahc-text\">Geriatric Medicine<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between py-2\">\n                            <span>Clinical Experience<\/span>\n                            <span class=\"font-medium text-ahc-text\">7 Years<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                \n            <\/div>\n        <\/section>\n\n        <!-- Section 12: Recovery Outcome -->\n        <section id=\"outcome\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"award\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Recovery Outcome at 12 Weeks<\/h2>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-4 mb-8\">\n                <div class=\"clinical-card text-center py-6\">\n                    <p class=\"text-4xl font-bold text-ahc-teal mb-2\">940m<\/p>\n                    <p class=\"text-sm text-ahc-muted\">Walking Distance<br>(from 180m)<\/p>\n                <\/div>\n                <div class=\"clinical-card text-center py-6\">\n                    <p class=\"text-4xl font-bold text-ahc-teal mb-2\">0<\/p>\n                    <p class=\"text-sm text-ahc-muted\">Hospital Readmissions<br>During 12 Weeks<\/p>\n                <\/div>\n                <div class=\"clinical-card text-center py-6\">\n                    <p class=\"text-4xl font-bold text-ahc-teal mb-2\">0<\/p>\n                    <p class=\"text-sm text-ahc-muted\">UTI or Wound<br>Complications<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-teal\">Achievements<\/h3>\n                    <ul class=\"space-y-3\">\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            Walking endurance improved from 180 meters to 940 meters\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            Surgical wound healed completely with no complications\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            Peristomal skin irritation fully resolved\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            Patient independently changes urostomy appliance\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            Appetite and energy levels improved significantly\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            Successfully resumed community activities and family gatherings\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            No urinary tract infections or wound complications\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-emerald-500 shrink-0 mt-0.5\"><\/i>\n                            No hospital readmissions required\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-muted\">Ongoing Considerations<\/h3>\n                    <ul class=\"space-y-3\">\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"info\" class=\"w-4 h-4 text-blue-400 shrink-0 mt-0.5\"><\/i>\n                            Regular urologist follow-up visits to monitor for cancer recurrence\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"info\" class=\"w-4 h-4 text-blue-400 shrink-0 mt-0.5\"><\/i>\n                            Continued kidney function monitoring through periodic blood tests\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"info\" class=\"w-4 h-4 text-blue-400 shrink-0 mt-0.5\"><\/i>\n                            Long-term diabetes and hypertension management\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"info\" class=\"w-4 h-4 text-blue-400 shrink-0 mt-0.5\"><\/i>\n                            Maintaining stoma care supplies at home at all times\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"info\" class=\"w-4 h-4 text-blue-400 shrink-0 mt-0.5\"><\/i>\n                            Avoiding heavy lifting as per surgeon&#8217;s long-term guidelines\n                        <\/li>\n                        <li class=\"flex items-start gap-3 text-sm text-ahc-muted\">\n                            <i data-lucide=\"info\" class=\"w-4 h-4 text-blue-400 shrink-0 mt-0.5\"><\/i>\n                            Continued physiotherapy if further strength improvement is desired\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 13: Key Clinical Learnings -->\n        <section id=\"learnings\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"lightbulb\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Key Clinical Learnings<\/h2>\n            <\/div>\n\n            <div class=\"space-y-5\">\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">1<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Early Diagnosis Changes the Treatment Path<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                This case illustrates a common delay pattern. The patient noticed blood in urine months before seeking help. Earlier evaluation might have led to an earlier diagnosis, potentially at a less advanced stage. Public awareness about hematuria as a warning sign remains an important health education goal, particularly in smaller cities and towns.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">2<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Home Nursing Bridges the Hospital-to-Home Gap<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                The period immediately after discharge is when patients are most vulnerable. <a href=\"https:\/\/athomecare.in\/why-stable-patients-suddenly-crash-at-home\/\" class=\"link-teal\">Even stable patients can deteriorate at home<\/a> without professional oversight. In this case, the home nurse caught early peristomal skin irritation and addressed it before it progressed. Without that intervention, the patient might have developed a significant skin complication requiring outpatient treatment.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">3<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Stoma Care Is a Learned Skill, Not Intuitive<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                Neither the patient nor his wife had any prior experience with stoma management. The hospital provided an introduction, but true competence developed over weeks of supervised practice at home. The transition from nurse-performed care to patient-performed care happened gradually, with clear competency checkpoints. Rushing this transition increases the risk of errors, skin damage, and patient anxiety.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">4<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Hydration Is a Clinical Priority After Urinary Diversion<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                After ileal conduit creation, the intestinal segment absorbs some of the urine. This means the body loses more fluid than normal. Adequate hydration compensates for this loss, maintains urine flow to reduce infection risk, and supports kidney function. In this case, the attendant&#8217;s role in tracking and encouraging fluid intake was as clinically important as the nurse&#8217;s stoma care.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">5<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Physiotherapy Directly Impacts Functional Recovery<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                The improvement in walking distance from 180 meters to 940 meters did not happen by simply letting time pass. It was the result of a structured, progressive physiotherapy program. Without this intervention, the patient would likely have remained significantly deconditioned, which in turn affects overall recovery, appetite, mood, and quality of life. <a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\" class=\"link-teal\">Customized rehabilitation programs<\/a> are essential after major abdominal surgery.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">6<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Family Support Accelerates Psychological Adaptation<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                Omprakash&#8217;s wife and son were actively involved throughout the recovery. The wife learned stoma care. The son coordinated logistics and attended doctor visits. This family involvement was a significant factor in his psychological recovery. Patients who feel supported adapt to life with a stoma more quickly than those who feel isolated. <a href=\"https:\/\/athomecare.in\/home-nursing-for-elderly-patients-with-multiple-chronic-conditions-a-clinical-perspective\/\" class=\"link-teal\">Caring for elderly patients with multiple conditions<\/a> requires addressing both physical and emotional needs.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">7<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Zero Readmissions Reflect Preventive Care, Not Luck<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                The absence of hospital readmissions during the 12-week period was not accidental. It was the result of daily monitoring, early intervention for minor issues like skin irritation, medication compliance, infection prevention practices, and doctor oversight. <a href=\"https:\/\/athomecare.in\/why-most-post-surgical-complications-in-gurgaon-happen-at-home-and-how-professional-care-prevents-them\/\" class=\"link-teal\">Most post-surgical complications happen at home<\/a>, and professional care is specifically designed to prevent them before they escalate.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-card\">\n                    <div class=\"flex items-start gap-4\">\n                        <div class=\"w-8 h-8 bg-ahc-teal\/10 rounded-lg flex items-center justify-center shrink-0 mt-0.5\">\n                            <span class=\"text-ahc-teal font-bold text-sm\">8<\/span>\n                        <\/div>\n                        <div>\n                            <h4 class=\"font-semibold text-ahc-text mb-2\">Patient Education Is as Important as Clinical Care<\/h4>\n                            <p class=\"text-sm text-ahc-muted leading-relaxed\">\n                                By the end of 12 weeks, Omprakash could manage his stoma independently. This independence was not a byproduct of clinical care alone. It was the direct result of structured, repeated education. Teaching the patient and family to recognize problems, respond appropriately, and maintain their own care is what transforms a dependent patient into a self-sufficient one. This is the ultimate goal of any <a href=\"https:\/\/athomecare.in\/after-surgery-care-at-home-in-delhi-a-safer-alternative-to-prolonged-hospital-stay\/\" class=\"link-teal\">post-surgery home care program<\/a>.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 14: FAQs -->\n        <section id=\"faqs\" class=\"section-anchor mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"message-circle-question\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Frequently Asked Questions<\/h2>\n            <\/div>\n\n            <div id=\"faq-container\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What is a urostomy?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        A urostomy is a surgically created opening on the abdomen that allows urine to drain into an external collection pouch. It is performed when the bladder is removed or cannot function normally. During the procedure, the surgeon uses a segment of the small intestine to create a conduit (passage) that connects the ureters to the abdominal wall. Urine flows continuously through this conduit into the pouch, which the patient empties periodically. The stoma itself does not have voluntary control, which is why the external pouch is necessary.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>How often should the urostomy pouch be changed?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        The pouching system should typically be changed every three to five days, or as recommended by the healthcare team. However, it may need to be changed sooner if there is leakage, skin irritation, or if the adhesive is no longer secure. The pouch itself should be emptied when it is about one-third to one-half full to prevent pressure on the stoma and reduce the risk of detachment. The frequency depends on individual factors including stoma size, output volume, activity level, and skin condition. The healthcare team will provide specific guidance based on the patient&#8217;s situation.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Can patients live a normal life with a urostomy?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Yes. With proper education, regular care, and adequate support during the initial adjustment period, many patients return to work, travel, exercise, and participate in normal daily activities. The adjustment takes time, and the first few weeks are often the most challenging. As patients develop confidence in managing the stoma, the urostomy becomes a manageable part of daily routine rather than a limitation. Support from family, stoma care nurses, and sometimes peer support groups plays an important role in this adaptation.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why is hydration important after bladder removal surgery?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        After ileal conduit creation, the segment of intestine used to create the stoma continues to absorb some fluid from the urine passing through it. This means the body loses more water than it would with a normal bladder. Adequate hydration compensates for this loss. It also helps maintain a steady urine flow through the conduit, which reduces the risk of urinary tract infections and helps prevent mucus buildup in the conduit. Additionally, sufficient fluid intake supports kidney function, which is especially important when the urinary anatomy has been surgically altered. Patients are generally advised to drink around two to three liters of water daily, unless restricted by another medical condition.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>When should urgent medical care be sought after urostomy surgery?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Seek immediate medical attention if any of the following occur: fever (temperature above 100.4\u00b0F or 38\u00b0C), severe or worsening abdominal pain, no urine output for several hours, persistent leakage that cannot be resolved with a pouch change, heavy bleeding from or around the stoma, signs of severe infection such as redness spreading from the stoma, warmth, or pus, cloudy or very foul-smelling urine, vomiting or inability to keep fluids down, or feeling generally unwell with chills and body aches. These symptoms may indicate a serious complication that requires prompt evaluation. Do not wait for the next scheduled home visit or follow-up appointment.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>How does home healthcare help after radical cystectomy?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Home healthcare provides several critical services after radical cystectomy. A trained nurse manages stoma care during the initial recovery period when the patient and family are still learning. The nurse monitors the surgical wound for signs of infection, performs dressing changes using sterile technique, and tracks vital signs. For patients with diabetes, blood sugar monitoring at home helps ensure glucose levels remain controlled to support wound healing. A patient attendant provides physical support during walking and daily activities, reducing fall risk. Physiotherapy rebuilds core strength and walking endurance that are lost during the hospital stay and initial recovery. A doctor conducts periodic home visits to assess surgical recovery, evaluate stoma health, and monitor kidney function. Importantly, the home care team educates the family progressively, so that by the end of the care period, the patient and caregivers can manage independently. This combination of clinical care, rehabilitation, and education addresses the multiple vulnerabilities that exist after discharge from major surgery.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What are the signs of peristomal skin problems?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Peristomal skin problems are one of the most common complications after urostomy creation. Signs to watch for include redness of the skin immediately around the stoma, itching or burning sensation in the same area, raw or moist skin that appears eroded, rash or small bumps, skin discoloration that does not resolve after the appliance is removed, and pain when the skin barrier is removed. These signs often develop gradually and may be noticed first during a routine appliance change. Causes include incorrect sizing of the skin barrier opening, urine leaking under the barrier, adhesive irritation from frequent appliance changes, allergic reaction to the pouch material, or fungal infection. If any of these signs appear, the stoma should be assessed by a trained nurse who can identify the cause and recommend appropriate interventions such as a different skin barrier product, barrier spray, or powder.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>How long does it take to recover fully from radical cystectomy?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Full recovery from radical cystectomy is a gradual process that typically extends over several months. The initial six to eight weeks involve wound healing and early mobilization. During this period, patients should avoid heavy lifting and strenuous activity. By three months, as seen in this case study, many patients regain significant functional ability including independent stoma care, improved walking endurance, and return to social activities. However, complete recovery, including feeling fully comfortable with the stoma and returning to all pre-surgery activities, can take six months to a year. Factors that influence recovery speed include the patient&#8217;s age, overall fitness, presence of comorbidities like diabetes, the extent of surgery, and the quality of postoperative support including <a href=\"https:\/\/athomecare.in\/post-operative-recovery-in-gurgaon-how-professional-home-nursing-care-reduces-hospital-readmissions-by-30\/\" class=\"link-teal\">professional home nursing care<\/a>. Each patient&#8217;s recovery timeline is unique.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Is it safe to travel with a urostomy?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Yes, it is safe to travel with a urostomy once the patient has become confident in stoma management. The key is preparation. Always carry extra supplies including at least two complete pouching systems, skin barriers, cleaning wipes, disposal bags, and a small pair of scissors if the barriers need trimming. Pack supplies in both carry-on and checked luggage when flying, in case one bag is lost. Empty the pouch more frequently during travel since movement and changes in routine can affect output patterns. Stay well hydrated, especially during air travel where cabin air is dry. Plan for rest stops during road travel to empty the pouch comfortably. For patients who have recently had surgery, it is advisable to discuss travel plans with the urologist before making long trips. Once the patient is independent in stoma care, as Omprakash became by week twelve, travel becomes a manageable part of life.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What dietary changes are needed after ileal conduit surgery?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-ahc-muted faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        After ileal conduit creation, most patients can gradually return to a normal diet. However, some specific considerations apply. Adequate fluid intake is the most important dietary priority, as discussed earlier. A diet rich in protein supports wound healing in the early postoperative period. Fiber intake should be sufficient to prevent constipation, since straining during bowel movements can put pressure on the abdominal incision and the stoma. For patients with diabetes, blood sugar control through appropriate food choices remains essential. Some patients notice that certain foods, such as strongly flavored dishes, asparagus, or fish, can temporarily affect the odor of their urine output. This is normal and not harmful. If the patient experiences excessive mucus in the urine output, which can occur because the intestinal segment continues to produce mucus, increasing fluid intake usually helps flush it through. Any specific dietary restrictions should be discussed with the treating doctor or dietitian based on the individual patient&#8217;s needs and comorbidities. <a href=\"https:\/\/athomecare.in\/the-role-of-nutrition-in-disease-prevention-foods-that-boost-immunity-and-health\/\" class=\"link-teal\">Nutrition plays an important role in disease prevention and recovery<\/a>.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 15: Internal Linking Resources -->\n        <section class=\"mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"link\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Related Home Healthcare Resources<\/h2>\n            <\/div>\n\n            <p class=\"text-ahc-muted leading-relaxed mb-6\">\n                The following resources provide additional information on related topics that may be helpful for patients and families navigating postoperative recovery at home.\n            <\/p>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-teal\">Nursing and Care Services<\/h3>\n                    <ul class=\"space-y-2\">\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"link-teal\">Home Nursing Services<\/a> &#8211; Skilled nurses for clinical care at home<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"link-teal\">Patient Care Services<\/a> &#8211; Comprehensive care for post-surgical patients<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"link-teal\">Patient Care Taker (GDA)<\/a> &#8211; Trained attendants for daily assistance<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/after-surgery-care-at-home-in-delhi-a-safer-alternative-to-prolonged-hospital-stay\/\" class=\"link-teal\">Post-Surgery Care at Home<\/a> &#8211; Safe alternative to extended hospital stays<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/post-operative-nursing-care-at-home-in-delhi-what-patients-really-need\/\" class=\"link-teal\">Post-Operative Nursing Care at Home<\/a> &#8211; What patients actually need after surgery<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/elderly-post-surgery-care-at-home-in-delhi-ensuring-safety-and-comfort\/\" class=\"link-teal\">Elderly Post-Surgery Care at Home<\/a> &#8211; Safety and comfort for senior patients<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-teal\">Specialized Care<\/h3>\n                    <ul class=\"space-y-2\">\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-colostomy-and-stoma-bag-care-cleaning-replacement-and-skin-protection\/\" class=\"link-teal\">Colostomy and Stoma Bag Care Guide<\/a> &#8211; Complete stoma management reference<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-panipat-expert-care-call-9910823218\/\" class=\"link-teal\">Physiotherapy at Home in Panipat<\/a> &#8211; Expert rehabilitation services<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"link-teal\">Doctor Home Visit Service<\/a> &#8211; Specialist consultations at your doorstep<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"link-teal\">Medication Monitoring and Management<\/a> &#8211; Ensuring safe and timely medication<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/compounder-medication-management\/\" class=\"link-teal\">Compounder Medication Management<\/a> &#8211; Trained support for medication routines<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/home-injection-administration\/\" class=\"link-teal\">Home Injection Administration<\/a> &#8211; Safe injection services at home<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-teal\">Elderly Care and Safety<\/h3>\n                    <ul class=\"space-y-2\">\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\" class=\"link-teal\">Fall Prevention for Seniors<\/a> &#8211; Home modifications for safety<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"link-teal\">Comprehensive Fall Prevention Guide<\/a> &#8211; Protecting elderly family members<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/exploring-the-objectives-of-geriatric-care-what-you-need-to-know\/\" class=\"link-teal\">Objectives of Geriatric Care<\/a> &#8211; Understanding elderly care goals<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/understanding-elderly-care-a-comprehensive-guide\/\" class=\"link-teal\">Understanding Elderly Care<\/a> &#8211; A complete guide for families<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/5-signs-its-time-to-consider-home-care-for-your-loved-one\/\" class=\"link-teal\">5 Signs It Is Time for Home Care<\/a> &#8211; Knowing when to seek help<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\" class=\"link-teal\">Recognizing Caregiver Stress<\/a> &#8211; Protecting the caregiver&#8217;s wellbeing<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"clinical-card\">\n                    <h3 class=\"font-semibold text-ahc-text mb-4 text-sm uppercase tracking-wider text-ahc-teal\">Equipment and Recovery<\/h3>\n                    <ul class=\"space-y-2\">\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/home-care-panipat\/medical-equipment-rental\/\" class=\"link-teal\">Medical Equipment Rental in Panipat<\/a> &#8211; Affordable equipment solutions<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/why-renting-medical-equipment-is-the-smart-choice-affordable-solutions-for-home-healthcare\/\" class=\"link-teal\">Why Renting Medical Equipment Is the Smart Choice<\/a> &#8211; Cost-effective options<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\" class=\"link-teal\">Customized Rehabilitation Programs<\/a> &#8211; Strength building for recovery<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/the-future-of-recovery-exploring-at-home-physiotherapy-services\/\" class=\"link-teal\">At-Home Physiotherapy Services<\/a> &#8211; The future of recovery<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/personalized-wound-care-and-infection-prevention-for-optimal-healing\/\" class=\"link-teal\">Wound Care and Infection Prevention<\/a> &#8211; Specialized healing support<\/li>\n                        <li class=\"text-sm\"><a href=\"https:\/\/athomecare.in\/wound-cleaning-debridement-dressings\/\" class=\"link-teal\">Wound Cleaning and Dressings<\/a> &#8211; Clinical wound management<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 16: Contact Information -->\n        <section class=\"mb-16\">\n            <div class=\"flex items-center gap-3 mb-8\">\n                <div class=\"w-10 h-10 bg-ahc-teal\/10 rounded-lg flex items-center justify-center\">\n                    <i data-lucide=\"phone\" class=\"w-5 h-5 text-ahc-teal\"><\/i>\n                <\/div>\n                <h2 class=\"text-2xl md:text-3xl font-bold text-ahc-text\">Contact AtHomeCare<\/h2>\n            <\/div>\n\n            <div class=\"contact-card\">\n                <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                    <div>\n                        <h3 class=\"font-bold text-ahc-text text-lg mb-5\">Corporate Office<\/h3>\n                        <div class=\"space-y-4 text-sm text-ahc-muted\">\n                            <div class=\"flex items-start gap-3\">\n                                <i data-lucide=\"map-pin\" class=\"w-5 h-5 text-ahc-teal shrink-0 mt-0.5\"><\/i>\n                                <div>\n                                    <p class=\"font-medium text-ahc-text\">AtHomeCare<\/p>\n                                    <p>Unit No. 703, 7th Floor, ILD Trade Centre<\/p>\n                                    <p>D1 Block, Malibu Town<\/p>\n                                    <p>Sector 47<\/p>\n                                    <p class=\"font-medium text-ahc-text\">Panipat, Haryana 122018<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-center gap-3\">\n                                <i data-lucide=\"phone\" class=\"w-5 h-5 text-ahc-teal shrink-0\"><\/i>\n                                <a href=\"tel:9910823218\" class=\"font-medium text-ahc-text hover:text-ahc-teal\">9910823218<\/a>\n                            <\/div>\n                            <div class=\"flex items-center gap-3\">\n                                <i data-lucide=\"mail\" class=\"w-5 h-5 text-ahc-teal shrink-0\"><\/i>\n                                <a href=\"mailto:care@athomecare.in\" class=\"font-medium text-ahc-text hover:text-ahc-teal\">care@athomecare.in<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <h3 class=\"font-bold text-ahc-text text-lg mb-5\">How We Can Help<\/h3>\n                        <p class=\"text-sm text-ahc-muted leading-relaxed mb-5\">\n                            If you or a family member in Panipat or the surrounding Delhi NCR region needs professional home healthcare after surgery, our team is available to discuss your specific requirements. We provide trained nurses, patient attendants, physiotherapists, and doctor home visits tailored to each patient&#8217;s clinical needs.\n                        <\/p>\n                        <a href=\"tel:9910823218\" class=\"inline-flex items-center gap-2 bg-ahc-teal text-white px-6 py-3 rounded-lg font-semibold hover:bg-ahc-teal-dark transition-colors text-sm\">\n                            <i data-lucide=\"phone-call\" class=\"w-4 h-4\"><\/i>\n                            Call 9910823218\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 17: Medical Disclaimer -->\n        <section class=\"mb-16\">\n            <div class=\"alert-box alert-box-danger\">\n                <div class=\"flex items-start gap-3\">\n                    <i data-lucide=\"alert-octagon\" class=\"w-5 h-5 text-red-600 shrink-0 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"font-semibold text-red-800 text-sm mb-2\">Medical Disclaimer<\/p>\n                        <p class=\"text-red-700 text-sm leading-relaxed mb-3\">\n                            This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.\n                        <\/p>\n                        <p class=\"text-red-700 text-sm leading-relaxed mb-3\">\n                            Every patient is unique. Treatment decisions must always be made by qualified healthcare professionals based on individual clinical evaluation. The outcomes described in this fictional case study may not reflect the outcomes of any actual patient.\n                        <\/p>\n                        <p class=\"text-red-700 text-sm leading-relaxed mb-3\">\n                            Emergency symptoms such as high fever, severe pain, no urine output, heavy bleeding, or difficulty breathing require immediate hospital care. Home healthcare complements, but does not replace, emergency medical services. If you or someone in your care experiences a medical emergency, contact your nearest hospital or emergency services immediately.\n                        <\/p>\n                        <p class=\"text-red-700 text-sm leading-relaxed\">\n                            Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read in this educational case study.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- Footer -->\n    <footer class=\"bg-slate-900 text-white py-12 px-4\">\n        <div class=\"max-w-5xl mx-auto\">\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-10\">\n                <div>\n                    <div class=\"flex items-center gap-2 mb-4\">\n                        <i data-lucide=\"heart-pulse\" class=\"w-5 h-5 text-teal-400\"><\/i>\n                        <span class=\"font-bold text-lg\">AtHomeCare<\/span>\n                    <\/div>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\n                        Professional home healthcare services for post-surgical recovery, elderly care, chronic disease management, and rehabilitation. Serving Panipat, Delhi NCR, and multiple cities across India.\n                    <\/p>\n                <\/div>\n                <div>\n                    <h4 class=\"font-semibold text-sm uppercase tracking-wider text-slate-300 mb-4\">Key Services<\/h4>\n                    <ul class=\"space-y-2 text-sm text-slate-400\">\n                        <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"hover:text-teal-400 transition-colors\">Home Nursing<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"hover:text-teal-400 transition-colors\">Patient Care Services<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-panipat-expert-care-call-9910823218\/\" class=\"hover:text-teal-400 transition-colors\">Physiotherapy at Home<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"hover:text-teal-400 transition-colors\">Doctor Home Visit<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/home-care-panipat\/medical-equipment-rental\/\" class=\"hover:text-teal-400 transition-colors\">Medical Equipment Rental<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"font-semibold text-sm uppercase tracking-wider text-slate-300 mb-4\">Contact<\/h4>\n                    <ul class=\"space-y-2 text-sm text-slate-400\">\n                        <li class=\"flex items-center gap-2\">\n                            <i data-lucide=\"phone\" class=\"w-4 h-4 text-teal-400\"><\/i>\n                            <a href=\"tel:9910823218\" class=\"hover:text-teal-400 transition-colors\">9910823218<\/a>\n                        <\/li>\n                        <li class=\"flex items-center gap-2\">\n                            <i data-lucide=\"mail\" class=\"w-4 h-4 text-teal-400\"><\/i>\n                            <a href=\"mailto:care@athomecare.in\" class=\"hover:text-teal-400 transition-colors\">care@athomecare.in<\/a>\n                        <\/li>\n                        <li class=\"flex items-start gap-2\">\n                            <i data-lucide=\"map-pin\" class=\"w-4 h-4 text-teal-400 shrink-0 mt-0.5\"><\/i>\n                            <span>Unit 703, ILD Trade Centre, Sector 47, Panipat, Haryana 122018<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"border-t border-slate-800 pt-6 flex flex-col md:flex-row justify-between items-center gap-4\">\n                <p class=\"text-slate-500 text-xs\">\n                    This is a fictional educational case study. It does not represent a real patient.\n                <\/p>\n                <p class=\"text-slate-500 text-xs\">\n                    AtHomeCare. All rights reserved.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Initialize Lucide icons\n        lucide.createIcons();\n\n        \/\/ FAQ Toggle Function\n        function toggleFaq(element) {\n            const answer = element.nextElementSibling;\n            const icon = element.querySelector('.faq-icon');\n            const isActive = answer.classList.contains('active');\n\n            \/\/ Close all other FAQs\n            document.querySelectorAll('.faq-answer').forEach(function(a) {\n                a.classList.remove('active');\n            });\n            document.querySelectorAll('.faq-icon').forEach(function(i) {\n                i.classList.remove('rotated');\n            });\n\n            \/\/ Toggle current FAQ\n            if (!isActive) {\n                answer.classList.add('active');\n                icon.classList.add('rotated');\n            }\n        }\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Active nav link highlighting on scroll\n        const sections = document.querySelectorAll('.section-anchor');\n        const navLinks = document.querySelectorAll('nav a[href^=\"#\"]');\n\n        window.addEventListener('scroll', function() {\n            let current = '';\n            sections.forEach(function(section) {\n                const sectionTop = section.offsetTop;\n                if (window.scrollY >= sectionTop - 100) {\n                    current = section.getAttribute('id');\n                }\n            });\n            navLinks.forEach(function(link) {\n                link.classList.remove('text-ahc-teal', 'font-semibold');\n                if (link.getAttribute('href') === '#' + current) {\n                    link.classList.add('text-ahc-teal', 'font-semibold');\n                }\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age &#8230; <a title=\"Radical Cystectomy Home Care | Case Study\" class=\"read-more\" href=\"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/\" aria-label=\"Read more about Radical Cystectomy Home Care | Case Study\">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-97","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=\"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age\" \/>\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\/radical-cystectomy-home-care-case-study\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"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=\"Radical Cystectomy Home Care | Case Study - panipat\" \/>\n\t\t<meta property=\"og:description\" content=\"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-27T09:08:54+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-27T09:08:55+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Radical Cystectomy Home Care | Case Study - panipat\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age\" \/>\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\\\/radical-cystectomy-home-care-case-study\\\/#blogposting\",\"name\":\"Radical Cystectomy Home Care | Case Study - panipat\",\"headline\":\"Radical Cystectomy Home Care | Case Study\",\"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\\\/radical-cystectomy-home-care-case-study\\\/#articleImage\"},\"datePublished\":\"2026-07-27T09:08:54+00:00\",\"dateModified\":\"2026-07-27T09:08:55+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/radical-cystectomy-home-care-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/radical-cystectomy-home-care-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/radical-cystectomy-home-care-case-study\\\/#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\\\/radical-cystectomy-home-care-case-study\\\/#listItem\",\"name\":\"Radical Cystectomy Home Care | Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/radical-cystectomy-home-care-case-study\\\/#listItem\",\"position\":3,\"name\":\"Radical Cystectomy Home Care | Case Study\",\"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\\\/radical-cystectomy-home-care-case-study\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/radical-cystectomy-home-care-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/radical-cystectomy-home-care-case-study\\\/\",\"name\":\"Radical Cystectomy Home Care | Case Study - panipat\",\"description\":\"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/radical-cystectomy-home-care-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/panipat\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-27T09:08:54+00:00\",\"dateModified\":\"2026-07-27T09:08:55+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":"Radical Cystectomy Home Care | Case Study - panipat","description":"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age","canonical_url":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/#blogposting","name":"Radical Cystectomy Home Care | Case Study - panipat","headline":"Radical Cystectomy Home Care | Case Study","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\/radical-cystectomy-home-care-case-study\/#articleImage"},"datePublished":"2026-07-27T09:08:54+00:00","dateModified":"2026-07-27T09:08:55+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/#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\/radical-cystectomy-home-care-case-study\/#listItem","name":"Radical Cystectomy Home Care | Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/#listItem","position":3,"name":"Radical Cystectomy Home Care | Case Study","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\/radical-cystectomy-home-care-case-study\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/#webpage","url":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/","name":"Radical Cystectomy Home Care | Case Study - panipat","description":"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/panipat\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/panipat\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/panipat\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-27T09:08:54+00:00","dateModified":"2026-07-27T09:08:55+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":"Radical Cystectomy Home Care | Case Study - panipat","og:description":"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age","og:url":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/","article:published_time":"2026-07-27T09:08:54+00:00","article:modified_time":"2026-07-27T09:08:55+00:00","twitter:card":"summary_large_image","twitter:title":"Radical Cystectomy Home Care | Case Study - panipat","twitter:description":"Radical Cystectomy Home Care | Fictional Case Study AtHomeCare Background Diagnosis Care Plan Timeline FAQs Call Now Fictional Case Study Educational Purpose Only Home Recovery After Radical Cystectomy with Urostomy Care A detailed clinical account of how structured home healthcare supported a 67-year-old patient from Panipat through postoperative recovery following bladder removal surgery. Patient Age"},"aioseo_meta_data":{"post_id":"97","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-27 09:07:39","updated":"2026-07-28 05:34:32","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\tRadical Cystectomy Home Care | Case Study\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":"Radical Cystectomy Home Care | Case Study","link":"https:\/\/athomecare.in\/panipat\/radical-cystectomy-home-care-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/posts\/97","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=97"}],"version-history":[{"count":3,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/posts\/97\/revisions"}],"predecessor-version":[{"id":100,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/posts\/97\/revisions\/100"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/media?parent=97"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/categories?post=97"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/panipat\/wp-json\/wp\/v2\/tags?post=97"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}