{"id":89,"date":"2026-07-29T08:03:40","date_gmt":"2026-07-29T08:03:40","guid":{"rendered":"https:\/\/athomecare.in\/ludhiana\/?p=89"},"modified":"2026-07-29T08:03:40","modified_gmt":"2026-07-29T08:03:40","slug":"bladder-cancer-surgery-recovery-at-home-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/","title":{"rendered":"Bladder Cancer Surgery Recovery at Home | 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>Bladder Cancer Surgery Recovery at Home | Fictional Case Study<\/title>\n    <meta name=\"description\" content=\"Learn how home nursing, stoma care, and physiotherapy supported recovery after bladder cancer surgery in this fictional educational case study.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/bladder-cancer-radical-cystectomy-home-recovery-case-study-ludhiana\">\n    <meta property=\"og:title\" content=\"Home Recovery After Radical Cystectomy for Bladder Cancer: A Fictional Patient Case Study\">\n    <meta property=\"og:description\" content=\"Learn how home nursing, stoma care, and physiotherapy supported recovery after bladder cancer surgery in this fictional educational case study.\">\n    <meta property=\"og:type\" content=\"article\">\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;800&#038;family=Merriweather:wght@400;700;900&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary: #0a6e5c;\n            --primary-dark: #085a4b;\n            --primary-light: #e8f5f0;\n            --primary-ultra-light: #f4faf7;\n            --secondary: #1a3a4a;\n            --secondary-light: #2a5060;\n            --accent: #d4a017;\n            --alert-red: #c0392b;\n            --alert-red-bg: #fdf0ef;\n            --alert-amber: #b8860b;\n            --alert-amber-bg: #fef9e7;\n            --success-green: #27ae60;\n            --success-bg: #eafaf1;\n            --info-blue: #2471a3;\n            --info-bg: #eaf2f8;\n            --bg: #f7f8fa;\n            --card: #ffffff;\n            --text: #2c3e50;\n            --text-light: #5d6d7e;\n            --text-lighter: #7f8c8d;\n            --border: #e0e4e8;\n            --border-light: #f0f2f5;\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);\n            --shadow-md: 0 4px 16px rgba(0,0,0,0.07);\n            --shadow-lg: 0 10px 40px rgba(0,0,0,0.1);\n            --radius: 12px;\n            --radius-sm: 8px;\n            --max-w: 860px;\n            --max-w-wide: 1160px;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: var(--bg);\n            color: var(--text);\n            line-height: 1.8;\n            font-size: 16px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }\n        .wrap-wide { max-width: var(--max-w-wide); margin: 0 auto; padding: 0 28px; }\n\n        \/* Top Bar *\/\n        .top-bar {\n            background: var(--secondary);\n            color: rgba(255,255,255,0.6);\n            font-size: 12.5px;\n            padding: 8px 0;\n            letter-spacing: 0.02em;\n        }\n        .top-bar .wrap-wide { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }\n        .top-bar a { color: rgba(255,255,255,0.7); text-decoration: none; }\n        .top-bar a:hover { color: #fff; }\n\n        \/* Nav *\/\n.main-nav {\n    background: #ffffff;\n    border-bottom: 1px solid #e8ecf0;\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);\n}\n.nav-inner {\n    max-width: 1160px;\n    margin: 0 auto;\n    padding: 0 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    height: 60px;\n}\n.nav-brand {\n    font-family: 'Merriweather', serif;\n    font-weight: 900;\n    font-size: 21px;\n    color: #0a6e5c;\n    text-decoration: none;\n    letter-spacing: -0.02em;\n    flex-shrink: 0;\n    line-height: 1;\n}\n.nav-links {\n    display: flex;\n    align-items: center;\n    gap: 32px;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n.nav-links a {\n    font-size: 14px;\n    font-weight: 500;\n    color: #5d6d7e;\n    text-decoration: none;\n    transition: color 0.2s ease;\n    white-space: nowrap;\n    line-height: 1;\n    padding: 4px 0;\n}\n.nav-links a:hover {\n    color: #0a6e5c;\n}\n.nav-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #0a6e5c;\n    color: #ffffff !important;\n    padding: 9px 20px;\n    border-radius: 6px;\n    font-weight: 600 !important;\n    font-size: 13.5px !important;\n    text-decoration: none;\n    transition: background 0.2s ease;\n    flex-shrink: 0;\n    line-height: 1;\n}\n.nav-cta:hover {\n    background: #085a4b;\n}\n.nav-toggle {\n    display: none;\n    background: none;\n    border: none;\n    cursor: pointer;\n    padding: 6px;\n    flex-shrink: 0;\n    line-height: 0;\n}\n@media (max-width: 860px) {\n    .nav-inner {\n        padding: 0 20px;\n        height: 56px;\n    }\n    .nav-brand {\n        font-size: 19px;\n    }\n    .nav-links {\n        display: none;\n    }\n    .nav-toggle {\n        display: block;\n    }\n    .nav-links.open {\n        display: flex;\n        flex-direction: column;\n        position: absolute;\n        top: 100%;\n        left: 0;\n        right: 0;\n        background: #ffffff;\n        border-bottom: 1px solid #e8ecf0;\n        padding: 16px 20px 20px;\n        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);\n        gap: 14px;\n    }\n    .nav-links.open .nav-cta {\n        align-self: flex-start;\n        margin-top: 4px;\n    }\n}\n        \/* Breadcrumb *\/\n        .breadcrumb-bar {\n            background: var(--card);\n            border-bottom: 1px solid var(--border-light);\n            padding: 14px 0;\n        }\n        .breadcrumb-bar { font-size: 13px; color: var(--text-lighter); }\n        .breadcrumb-bar a { color: var(--text-lighter); text-decoration: none; }\n        .breadcrumb-bar a:hover { color: var(--primary); }\n        .breadcrumb-bar span { margin: 0 8px; opacity: 0.5; }\n\n        \/* Hero *\/\n        .hero {\n            background: linear-gradient(160deg, var(--secondary) 0%, #0d2a35 50%, #0a1e28 100%);\n            padding: 64px 0 56px;\n            color: #fff;\n            position: relative;\n            overflow: hidden;\n        }\n        .hero::after {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, rgba(10,110,92,0.15) 0%, transparent 70%);\n            pointer-events: none;\n        }\n        .hero .wrap { position: relative; z-index: 1; }\n        .hero-meta {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 22px;\n            flex-wrap: wrap;\n        }\n        .hero-badge {\n            display: inline-block;\n            font-size: 10.5px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.14em;\n            background: rgba(10,110,92,0.5);\n            color: rgba(255,255,255,0.9);\n            padding: 5px 14px;\n            border-radius: 4px;\n        }\n        .hero-meta-text { font-size: 13px; color: rgba(255,255,255,0.5); }\n        .hero h1 {\n            font-family: 'Merriweather', serif;\n            font-size: 34px;\n            font-weight: 900;\n            line-height: 1.3;\n            margin-bottom: 18px;\n            color: #fff;\n            max-width: 780px;\n            letter-spacing: -0.01em;\n        }\n        .hero-desc {\n            font-size: 16.5px;\n            line-height: 1.75;\n            color: rgba(255,255,255,0.72);\n            max-width: 720px;\n            margin-bottom: 36px;\n        }\n        .hero-stats {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 12px;\n        }\n        .hero-stat {\n            background: rgba(255,255,255,0.08);\n            border: 1px solid rgba(255,255,255,0.1);\n            border-radius: var(--radius-sm);\n            padding: 16px;\n        }\n        .hero-stat-label {\n            font-size: 10.5px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            color: rgba(255,255,255,0.45);\n            margin-bottom: 6px;\n        }\n        .hero-stat-value {\n            font-size: 14px;\n            font-weight: 600;\n            color: #fff;\n            line-height: 1.4;\n        }\n\n        \/* Featured Image *\/\n        .featured-img {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(135deg, var(--primary-light) 0%, #d0ebe3 100%);\n            border-radius: var(--radius);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: -28px 0 0;\n            position: relative;\n            z-index: 2;\n            border: 1px solid rgba(10,110,92,0.12);\n            box-shadow: var(--shadow-lg);\n        }\n        .featured-img-text {\n            font-size: 14px;\n            color: var(--primary);\n            font-weight: 500;\n            text-align: center;\n            padding: 24px;\n            max-width: 480px;\n            line-height: 1.6;\n        }\n\n        \/* TOC - Centered, Full Width within content *\/\n        .toc-section { margin: 40px 0 44px; }\n        .toc-card {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 28px 32px;\n            box-shadow: var(--shadow-sm);\n        }\n        .toc-card-title {\n            font-size: 11px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 0.12em;\n            color: var(--text-lighter);\n            margin-bottom: 18px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--border-light);\n        }\n        .toc-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 4px 24px;\n            list-style: none;\n        }\n        .toc-grid li { margin-bottom: 2px; }\n        .toc-grid a {\n            font-size: 13.5px;\n            color: var(--text-light);\n            text-decoration: none;\n            padding: 6px 10px;\n            display: block;\n            border-radius: 6px;\n            transition: all 0.2s;\n            line-height: 1.4;\n        }\n        .toc-grid a:hover { background: var(--primary-light); color: var(--primary); }\n\n        \/* Sections *\/\n        .section { margin-bottom: 52px; }\n        .section-title {\n            font-family: 'Merriweather', serif;\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--secondary);\n            margin-bottom: 22px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid var(--primary-light);\n            letter-spacing: -0.01em;\n        }\n        .section-subtitle {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--secondary);\n            margin: 32px 0 14px;\n        }\n        p { margin-bottom: 16px; color: var(--text); font-size: 16px; }\n        a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }\n        a:hover { color: var(--primary-dark); }\n        strong { font-weight: 600; }\n\n        \/* Cards *\/\n        .card {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 28px 30px;\n            margin-bottom: 22px;\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Doctor Card *\/\n        .doctor-card {\n            background: var(--info-bg);\n            border-left: 5px solid var(--info-blue);\n            border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n            padding: 24px 28px;\n            margin: 24px 0;\n        }\n        .doctor-card-label {\n            font-size: 11px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            color: var(--info-blue);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 7px;\n        }\n        .doctor-card p { margin-bottom: 10px; color: var(--secondary); font-size: 15.5px; }\n        .doctor-card p:last-child { margin-bottom: 0; }\n\n        \/* Alerts *\/\n        .alert { border-radius: var(--radius-sm); padding: 22px 26px; margin: 24px 0; }\n        .alert-red { background: var(--alert-red-bg); border-left: 5px solid var(--alert-red); }\n        .alert-amber { background: var(--alert-amber-bg); border-left: 5px solid var(--alert-amber); }\n        .alert-green { background: var(--success-bg); border-left: 5px solid var(--success-green); }\n        .alert-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }\n        .alert-red .alert-label { color: var(--alert-red); }\n        .alert-amber .alert-label { color: var(--alert-amber); }\n        .alert-green .alert-label { color: var(--success-green); }\n        .alert p { font-size: 15px; margin-bottom: 8px; }\n        .alert p:last-child { margin-bottom: 0; }\n\n        \/* Risk Grid *\/\n        .risk-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }\n        .risk-item {\n            background: var(--alert-amber-bg);\n            border: 1px solid rgba(184,134,11,0.18);\n            border-radius: var(--radius-sm);\n            padding: 14px 18px;\n            font-size: 14.5px;\n            font-weight: 500;\n            color: var(--secondary);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .risk-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--alert-amber); flex-shrink: 0; }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: var(--primary-light);\n            border: 1px solid rgba(10,110,92,0.12);\n            border-radius: var(--radius);\n            padding: 26px 28px;\n            margin: 24px 0;\n        }\n        .scenario-card-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 10px; }\n        .scenario-card p { font-size: 15.5px; color: var(--secondary); }\n\n        \/* Clinical Note *\/\n        .clinical-note {\n            background: #f8f4ee;\n            border: 1px solid #e8dcc8;\n            border-radius: var(--radius-sm);\n            padding: 22px 26px;\n            margin: 24px 0;\n            font-size: 15px;\n            color: #5a4a32;\n        }\n        .clinical-note-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #8a7452; margin-bottom: 8px; }\n\n        \/* Tables *\/\n        .table-wrap {\n            overflow-x: auto;\n            margin: 24px 0;\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            background: var(--card);\n            box-shadow: var(--shadow-sm);\n        }\n        table { width: 100%; border-collapse: collapse; font-size: 14.5px; }\n        thead th { background: var(--secondary); color: #fff; font-weight: 600; text-align: left; padding: 14px 18px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }\n        thead th:first-child { border-radius: var(--radius) 0 0 0; }\n        thead th:last-child { border-radius: 0 var(--radius) 0 0; }\n        tbody td { padding: 13px 18px; border-bottom: 1px solid var(--border-light); color: var(--text); }\n        tbody tr:last-child td { border-bottom: none; }\n        tbody tr:hover { background: var(--bg); }\n\n        \/* Timeline *\/\n        .timeline { position: relative; padding-left: 36px; margin: 28px 0; }\n        .timeline::before { content: ''; position: absolute; left: 12px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }\n        .timeline-item { position: relative; margin-bottom: 32px; }\n        .timeline-item:last-child { margin-bottom: 0; }\n        .timeline-dot { position: absolute; left: -36px; top: 8px; width: 24px; height: 24px; border-radius: 50%; background: var(--primary); border: 4px solid var(--bg); box-shadow: 0 0 0 2px var(--primary); }\n        .timeline-phase { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 10px; }\n        .timeline-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 22px 24px; box-shadow: var(--shadow-sm); }\n        .timeline-card p { font-size: 15px; margin-bottom: 10px; }\n        .timeline-card p:last-child { margin-bottom: 0; }\n        .timeline-card strong { color: var(--secondary); }\n\n        \/* Author *\/\n        .author-section { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; margin: 44px 0; box-shadow: var(--shadow-md); }\n        .author-row { display: flex; gap: 24px; align-items: flex-start; }\n        .author-img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 4px solid var(--primary-light); flex-shrink: 0; }\n        .author-name { font-family: 'Merriweather', serif; font-size: 20px; font-weight: 700; color: var(--secondary); margin-bottom: 6px; }\n        .author-cred { font-size: 14px; color: var(--text-light); margin-bottom: 4px; }\n        .treating-doc { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--border); }\n        .treating-doc h4 { font-size: 15px; font-weight: 700; color: var(--secondary); margin-bottom: 14px; }\n        .td-row { display: flex; gap: 12px; margin-bottom: 8px; }\n        .td-label { font-size: 13.5px; font-weight: 600; color: var(--text-light); min-width: 180px; flex-shrink: 0; }\n        .td-value { font-size: 13.5px; color: var(--text-lighter); font-style: italic; }\n\n        \/* Outcome Grid *\/\n        .outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0; }\n        .outcome-item { background: var(--success-bg); border: 1px solid rgba(39,174,96,0.18); border-radius: var(--radius-sm); padding: 18px 20px; }\n        .outcome-label { font-size: 12.5px; color: var(--text-lighter); margin-bottom: 4px; }\n        .outcome-value { font-size: 16px; font-weight: 600; color: var(--secondary); }\n\n        \/* Content List *\/\n        .content-list { list-style: none; padding: 0; margin: 14px 0 18px; }\n        .content-list li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 15.5px; color: var(--text); }\n        .content-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }\n        .content-list.green li::before { background: var(--success-green); }\n\n        \/* Care Plan Grid *\/\n        .care-plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 20px 0; }\n        .care-plan-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 24px; box-shadow: var(--shadow-sm); }\n        .care-plan-card-header { font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--primary-light); }\n        .care-plan-card-header a { color: var(--primary); text-decoration: none; }\n        .care-plan-card-header a:hover { text-decoration: underline; }\n        .care-plan-card ul { list-style: none; padding: 0; }\n        .care-plan-card ul li { position: relative; padding-left: 20px; margin-bottom: 8px; font-size: 14.5px; color: var(--text); line-height: 1.6; }\n        .care-plan-card ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--text-lighter); }\n\n        \/* Daily Plan *\/\n        .daily-plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 20px 0; }\n        .daily-plan-block { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 22px; box-shadow: var(--shadow-sm); }\n        .daily-plan-time { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 12px; }\n        .daily-plan-block ul { list-style: none; padding: 0; }\n        .daily-plan-block ul li { position: relative; padding-left: 18px; margin-bottom: 6px; font-size: 14.5px; color: var(--text); }\n        .daily-plan-block ul li::before { content: '\\2014'; position: absolute; left: 0; color: var(--text-lighter); }\n\n        \/* FAQ *\/\n        .faq-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }\n        .faq-question { width: 100%; background: none; border: none; padding: 20px 24px; text-align: left; font-size: 15.5px; font-weight: 600; color: var(--secondary); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-family: inherit; line-height: 1.5; }\n        .faq-question:hover { background: var(--bg); }\n        .faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--primary-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s; }\n        .faq-item.active .faq-icon { transform: rotate(45deg); }\n        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }\n        .faq-item.active .faq-answer { max-height: 600px; }\n        .faq-answer-inner { padding: 0 24px 22px; font-size: 15px; color: var(--text-light); line-height: 1.8; }\n\n        \/* Learn Cards *\/\n        .learn-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 16px; box-shadow: var(--shadow-sm); border-left: 4px solid var(--primary); }\n        .learn-card p { margin-bottom: 0; font-size: 15.5px; }\n\n        \/* Related Section - Full Width *\/\n        .related-section { background: var(--primary-ultra-light); border-top: 1px solid rgba(10,110,92,0.1); border-bottom: 1px solid rgba(10,110,92,0.1); padding: 56px 0; }\n        .related-section .section-title { border-bottom-color: rgba(10,110,92,0.2); }\n        .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }\n        .related-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: box-shadow 0.2s, transform 0.2s; }\n        .related-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }\n        .related-card-title { font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 10px; }\n        .related-card-title a { color: var(--primary); text-decoration: none; }\n        .related-card-title a:hover { text-decoration: underline; }\n        .related-card p { font-size: 14px; color: var(--text-light); margin-bottom: 0; line-height: 1.65; }\n\n        \/* Contact - Full Width *\/\n        .contact-section { background: var(--secondary); color: #fff; padding: 56px 0; }\n        .contact-section .section-title { color: #fff; border-bottom-color: rgba(255,255,255,0.15); }\n        .contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; }\n        .contact-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); margin-bottom: 6px; }\n        .contact-value { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.7; }\n        .contact-value a { color: rgba(255,255,255,0.88); text-decoration: underline; text-underline-offset: 2px; }\n        .contact-value a:hover { color: #fff; }\n\n        \/* Disclaimer *\/\n        .disclaimer { background: #f5f0e8; border: 1px solid #e0d5c0; border-radius: var(--radius); padding: 26px 30px; margin: 48px 0 40px; font-size: 14px; color: #6b5d47; line-height: 1.8; }\n        .disclaimer-label { font-weight: 700; color: #8a7452; margin-bottom: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; }\n\n        \/* Footer *\/\n        .footer { background: var(--secondary); color: rgba(255,255,255,0.4); padding: 28px 0; text-align: center; font-size: 13px; }\n        .footer a { color: rgba(255,255,255,0.6); text-decoration: none; }\n        .footer a:hover { color: #fff; }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero { padding: 44px 0 40px; }\n            .hero h1 { font-size: 24px; }\n            .hero-desc { font-size: 15px; }\n            .hero-stats { grid-template-columns: repeat(2, 1fr); }\n            .hero-stat { padding: 14px 12px; }\n            .hero-stat-value { font-size: 13px; }\n            .care-plan-grid { grid-template-columns: 1fr; }\n            .daily-plan-grid { grid-template-columns: 1fr; }\n            .outcome-grid { grid-template-columns: 1fr; }\n            .risk-grid { grid-template-columns: 1fr; }\n            .contact-grid { grid-template-columns: 1fr; gap: 24px; }\n            .related-grid { grid-template-columns: 1fr; }\n            .toc-grid { grid-template-columns: repeat(2, 1fr); }\n            .author-row { flex-direction: column; align-items: center; text-align: center; }\n            .td-row { flex-direction: column; gap: 2px; }\n            .td-label { min-width: unset; }\n            .nav-links { display: none; }\n            .nav-toggle { display: block; }\n            .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--card); border-bottom: 1px solid var(--border); padding: 18px 28px; box-shadow: var(--shadow-lg); gap: 14px; }\n            .section-title { font-size: 21px; }\n            .featured-img { height: 200px; margin-top: -20px; }\n            .wrap, .wrap-wide { padding: 0 18px; }\n        }\n        @media (max-width: 480px) {\n            .hero h1 { font-size: 21px; }\n            .hero-stats { grid-template-columns: 1fr 1fr; gap: 8px; }\n            .top-bar { display: none; }\n            .toc-grid { grid-template-columns: 1fr; }\n        }\n        @media print {\n            .top-bar, .main-nav, .faq-icon, .footer, .related-section, .contact-section { display: none; }\n            .hero { background: var(--secondary) !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }\n            .section { break-inside: avoid; }\n        }\n    <\/style>\n    <script type=\"application\/ld+json\">\n    {\"@context\":\"https:\/\/schema.org\",\"@type\":\"MedicalWebPage\",\"name\":\"Home Recovery After Radical Cystectomy for Bladder Cancer: A Fictional Patient Case Study\",\"description\":\"Learn how home nursing, stoma care, and physiotherapy supported recovery after bladder cancer surgery in this fictional educational case study.\",\"url\":\"https:\/\/athomecare.in\/bladder-cancer-radical-cystectomy-home-recovery-case-study-ludhiana\",\"about\":{\"@type\":\"MedicalCondition\",\"name\":\"Muscle-Invasive Urothelial Carcinoma of the Urinary Bladder\"},\"author\":{\"@type\":\"Physician\",\"name\":\"Dr. Ekta Fageriya\",\"credential\":\"MBBS\",\"medicalSpecialty\":\"Geriatric Medicine\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"AtHomeCare\"}}\n    <\/script>\n    <script type=\"application\/ld+json\">\n    {\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What is a radical cystectomy?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A radical cystectomy is a surgery that removes the urinary bladder to treat muscle-invasive bladder cancer. A new pathway is created to allow urine to leave the body.\"}},{\"@type\":\"Question\",\"name\":\"What is an ileal conduit?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"An ileal conduit is a urinary diversion created using a small segment of the intestine, allowing urine to drain into a collection pouch through a stoma.\"}},{\"@type\":\"Question\",\"name\":\"How often should the urostomy pouch be changed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The schedule varies depending on the appliance and individual needs, but it should be changed according to the healthcare team's recommendations or sooner if leakage occurs.\"}},{\"@type\":\"Question\",\"name\":\"Can patients return to normal activities after surgery?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Many patients gradually return to work, travel, and daily activities once recovery is complete and they become comfortable managing the stoma.\"}},{\"@type\":\"Question\",\"name\":\"When should urgent medical care be sought?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Seek immediate medical attention for fever, severe abdominal pain, reduced urine output, persistent bleeding, severe leakage, or signs of infection.\"}}]}\n    <\/script>\n<\/head>\n<body>\n\n<div class=\"top-bar\">\n    <div class=\"wrap-wide\">\n        <span>Trusted Home Healthcare Across India<\/span>\n        <a href=\"tel:9910823218\">Call: 9910823218<\/a>\n    <\/div>\n<\/div>\n\n<nav class=\"main-nav\">\n    <div class=\"nav-inner\">\n        <a href=\"https:\/\/athomecare.in\/\" class=\"nav-brand\">AtHomeCare<\/a>\n        <ul class=\"nav-links\">\n            <li><a href=\"https:\/\/athomecare.in\/\">Home<\/a><\/li>\n            <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care<\/a><\/li>\n            <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-ludhiana-expert-care-call-9910823218\/\">Physiotherapy<\/a><\/li>\n            <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">Doctor Visit<\/a><\/li>\n            <li><a href=\"https:\/\/athomecare.in\/home-care-ludhiana\/medical-equipment-rental\/\">Equipment<\/a><\/li>\n            <li><a href=\"tel:9910823218\" class=\"nav-cta\">Call Now<\/a><\/li>\n        <\/ul>\n        <button class=\"nav-toggle\" onclick=\"document.querySelector('.nav-links').classList.toggle('open')\" aria-label=\"Toggle menu\">\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"#2c3e50\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M3 12h18\"\/><path d=\"M3 6h18\"\/><path d=\"M3 18h18\"\/><\/svg>\n        <\/button>\n    <\/div>\n<\/nav>\n\n<div class=\"breadcrumb-bar\">\n    <div class=\"wrap-wide\">\n        <a href=\"https:\/\/athomecare.in\/\">Home<\/a><span>&rsaquo;<\/span>\n        <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing<\/a><span>&rsaquo;<\/span>\n        <a href=\"https:\/\/athomecare.in\/faridabad\/post-surgery-recovery\">Post-Surgery Recovery<\/a><span>&rsaquo;<\/span>\n        Bladder Cancer Surgery Recovery Case Study\n    <\/div>\n<\/div>\n\n<header class=\"hero\">\n    <div class=\"wrap\">\n        <div class=\"hero-meta\">\n            <span class=\"hero-badge\">Case Study<\/span>\n            <span class=\"hero-meta-text\">Educational Purpose Only<\/span>\n        <\/div>\n        <h1>Home Recovery After Radical Cystectomy for Bladder Cancer<\/h1>\n        <p class=\"hero-desc\">This fictional case study documents how a 66-year-old patient from Ludhiana recovered at home following radical cystectomy with ileal conduit urinary diversion. It details the role of structured <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" style=\"color:rgba(255,255,255,0.88);text-decoration:underline;\">home nursing<\/a>, stoma care education, physiotherapy, and family support in achieving independent living after major urological surgery.<\/p>\n        <div class=\"hero-stats\">\n            <div class=\"hero-stat\"><div class=\"hero-stat-label\">Patient Age<\/div><div class=\"hero-stat-value\">66 Years, Male<\/div><\/div>\n            <div class=\"hero-stat\"><div class=\"hero-stat-label\">Location<\/div><div class=\"hero-stat-value\">Ludhiana, Punjab<\/div><\/div>\n            <div class=\"hero-stat\"><div class=\"hero-stat-label\">Primary Condition<\/div><div class=\"hero-stat-value\">Muscle-Invasive Bladder Cancer (Stage II)<\/div><\/div>\n            <div class=\"hero-stat\"><div class=\"hero-stat-label\">Duration of Care<\/div><div class=\"hero-stat-value\">12 Weeks<\/div><\/div>\n            <div class=\"hero-stat\"><div class=\"hero-stat-label\">Final Outcome<\/div><div class=\"hero-stat-value\">Independent Stoma Care, Full Community Activity<\/div><\/div>\n            <div class=\"hero-stat\"><div class=\"hero-stat-label\">Hospital Stay<\/div><div class=\"hero-stat-value\">17 Days<\/div><\/div>\n        <\/div>\n    <\/div>\n<\/header>\n\n<!-- Centered Content -->\n<div class=\"wrap\">\n\n    <!-- TOC -->\n    <div class=\"toc-section\">\n        <div class=\"toc-card\">\n            <div class=\"toc-card-title\">Table of Contents<\/div>\n            <ul class=\"toc-grid\">\n                <li><a href=\"#background\">Patient Background<\/a><\/li>\n                <li><a href=\"#diagnosis\">Clinical Diagnosis<\/a><\/li>\n                <li><a href=\"#hospital\">Hospital Treatment<\/a><\/li>\n                <li><a href=\"#why-home\">Why Home Healthcare<\/a><\/li>\n                <li><a href=\"#care-plan\">Home Care Plan<\/a><\/li>\n                <li><a href=\"#timeline\">Recovery Timeline<\/a><\/li>\n                <li><a href=\"#evidence\">Clinical Evidence<\/a><\/li>\n                <li><a href=\"#authority\">Medical Authority<\/a><\/li>\n                <li><a href=\"#documents\">Supporting Documents<\/a><\/li>\n                <li><a href=\"#outcome\">Recovery Outcome<\/a><\/li>\n                <li><a href=\"#learnings\">Clinical Learnings<\/a><\/li>\n                <li><a href=\"#risks\">Risks Monitored<\/a><\/li>\n                <li><a href=\"#family-edu\">Family Education<\/a><\/li>\n                <li><a href=\"#faqs\">FAQs<\/a><\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n    <!-- Patient Background -->\n    <section class=\"section\" id=\"background\">\n        <h2 class=\"section-title\">Patient Background<\/h2>\n        <p>Gurmail Singh Brar is a 66-year-old retired textile factory supervisor who spent over three decades working in Ludhiana&#8217;s industrial belt. He lived with his wife, a homemaker, in a residential area of the city. His daughter, a clinical pharmacist based in Delhi NCR, provided secondary support and medical guidance from a distance.<\/p>\n        <p>Before his diagnosis, Gurmail Singh was generally active for his age. He managed his daily routine independently, walked regularly, and participated in community gatherings at his local gurdwara. He had been living with Type 2 Diabetes Mellitus and controlled Hypertension for several years. He also had Mild Chronic Kidney Disease (Stage 2), which was being monitored periodically. He was a former tobacco user but had quit several years before his diagnosis.<\/p>\n        <div class=\"doctor-card\">\n            <div class=\"doctor-card-label\">\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M12 2a5 5 0 015 5v3a5 5 0 01-10 0V7a5 5 0 015-5z\"\/><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"\/><path d=\"M12 18v4M8 22h8\"\/><\/svg>\n                Clinical Context: Risk Factors for Bladder Cancer\n            <\/div>\n            <p>Occupational exposure to textile dyes and chemicals is a well-documented risk factor for bladder cancer. Long-term tobacco use further multiplies this risk. Patients with pre-existing diabetes and chronic kidney disease also face additional challenges during cancer treatment and post-surgical recovery, making structured <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home healthcare<\/a> particularly relevant for someone like Gurmail Singh.<\/p>\n        <\/div>\n        <p>The patient first noticed intermittent painless blood in his urine approximately three months before seeking medical attention. Like many patients, he initially attributed this to a urinary infection and did not consult a doctor immediately. Over time, he developed additional symptoms including frequent urination, pelvic discomfort, and increasing fatigue. By the time he visited a urologist in Ludhiana, the disease had progressed enough to warrant further investigation.<\/p>\n        <p>This delay in seeking care is a common pattern in bladder cancer cases. Painless hematuria is often overlooked by patients because it does not cause discomfort. However, any episode of visible blood in the urine warrants prompt urological evaluation, regardless of whether it is accompanied by pain.<\/p>\n    <\/section>\n\n    <!-- Clinical Diagnosis -->\n    <section class=\"section\" id=\"diagnosis\">\n        <h2 class=\"section-title\">Clinical Diagnosis<\/h2>\n        <p>After the initial consultation, the urologist ordered a series of diagnostic investigations to determine the cause of the bleeding and assess the extent of disease.<\/p>\n        <h3 class=\"section-subtitle\">Diagnostic Workup<\/h3>\n        <p>A cystoscopy was performed, which allows direct visualization of the bladder interior using a thin camera inserted through the urethra. During this procedure, an abnormal growth was identified on the bladder wall. A biopsy was taken from the lesion during the same procedure.<\/p>\n        <p>The biopsy report confirmed the diagnosis of Urothelial Carcinoma. Further imaging was then arranged to determine whether the cancer had spread beyond the bladder. A CT Urography provided detailed images of the urinary tract, while an MRI Pelvis gave precise information about the depth of tumor invasion into the bladder muscle and surrounding tissues.<\/p>\n        <p>Based on the combined findings from cystoscopy, biopsy, CT Urography, and MRI Pelvis, the tumor was classified as Muscle-Invasive Urothelial Carcinoma of the Urinary Bladder, Stage II. This means the cancer had grown into the muscle layer of the bladder wall but had not spread to nearby lymph nodes or distant organs.<\/p>\n        <div class=\"clinical-note\">\n            <div class=\"clinical-note-label\">Clinical Note<\/div>\n            <p>Staging in bladder cancer is critical because it determines the treatment pathway. Non-muscle-invasive tumors may be managed with transurethral resection and intravesical therapy. However, once the tumor invades the muscle layer (Stage II or higher), the standard of care typically involves neoadjuvant chemotherapy followed by radical cystectomy, which is what was recommended for this patient.<\/p>\n        <\/div>\n        <h3 class=\"section-subtitle\">Associated Medical Conditions<\/h3>\n        <p>The patient&#8217;s existing medical conditions played an important role in treatment planning and post-surgical recovery. His Type 2 Diabetes Mellitus required careful blood sugar management during chemotherapy and surgery, as poor glycemic control increases the risk of surgical site infections and delays wound healing. His controlled Hypertension needed ongoing monitoring, and his Mild Chronic Kidney Disease (Stage 2) meant that kidney function had to be watched closely after the urinary diversion surgery, since changes in urinary anatomy can affect renal function over time.<\/p>\n    <\/section>\n\n    <!-- Hospital Treatment -->\n    <section class=\"section\" id=\"hospital\">\n        <h2 class=\"section-title\">Hospital Treatment<\/h2>\n        <p>Following the diagnosis, the case was discussed at a multidisciplinary cancer board. This board typically includes urologists, medical oncologists, radiation oncologists, radiologists, and pathologists who jointly review the evidence and recommend the most appropriate treatment plan.<\/p>\n        <p>The board recommended neoadjuvant chemotherapy followed by radical cystectomy with ileal conduit urinary diversion. Neoadjuvant chemotherapy is given before surgery to shrink the tumor and eliminate any microscopic cancer cells that may have already spread. This approach has been shown to improve survival outcomes in muscle-invasive bladder cancer.<\/p>\n        <h3 class=\"section-subtitle\">Neoadjuvant Chemotherapy<\/h3>\n        <p>The patient received his chemotherapy cycles at the hospital. During this period, his blood sugar levels were monitored closely due to his diabetes. His daughter, being a clinical pharmacist, helped coordinate his medication schedule and communicated with the oncology team regarding drug interactions and side effect management. Fatigue, nausea, and reduced appetite were experienced during the chemotherapy phase, which is expected.<\/p>\n        <h3 class=\"section-subtitle\">Radical Cystectomy with Ileal Conduit Urinary Diversion<\/h3>\n        <p>After completing neoadjuvant chemotherapy, the patient underwent the surgical procedure. A radical cystectomy involves complete removal of the urinary bladder, nearby lymph nodes, and in males, typically the prostate and seminal vesicles as well.<\/p>\n        <p>Since the bladder was being removed, a new pathway for urine drainage was needed. An ileal conduit was created, which involves taking a small segment of the small intestine (ileum), disconnecting it from the digestive tract while preserving its blood supply, and attaching the ureters to one end. The other end is brought out through the abdominal wall to create a stoma. Urine then flows continuously from the kidneys through the ureters, into the ileal conduit segment, and out through the stoma into a collection pouch worn on the abdomen.<\/p>\n        <div class=\"doctor-card\">\n            <div class=\"doctor-card-label\">\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M12 2a5 5 0 015 5v3a5 5 0 01-10 0V7a5 5 0 015-5z\"\/><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"\/><path d=\"M12 18v4M8 22h8\"\/><\/svg>\n                Understanding the Ileal Conduit\n            <\/div>\n            <p>The ileal conduit is the most commonly performed type of urinary diversion after radical cystectomy. It is a reliable and straightforward procedure. However, it results in a permanent stoma, and patients must learn to manage the urostomy pouch for the rest of their lives. This is where <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-colostomy-and-stoma-bag-care-cleaning-replacement-and-skin-protection\/\">home nursing and stoma education<\/a> become essential components of recovery.<\/p>\n        <\/div>\n        <h3 class=\"section-subtitle\">Postoperative Hospital Course<\/h3>\n        <p>The total hospital stay was 17 days. The patient spent the first 24 hours in the ICU for close monitoring following this major abdominal surgery. During the ICU stay, his vital signs, urine output through the new conduit, abdominal drain output, and pain levels were monitored continuously.<\/p>\n        <p>After transfer to the ward, the focus shifted to gradual recovery. Initial stoma education was begun by the hospital nursing staff, introducing the patient and his wife to the basics of stoma care and pouch application. The surgical wound was monitored for signs of infection. The patient gradually progressed from nil by mouth to liquids and then to a soft diet as bowel function returned.<\/p>\n        <p>Before discharge, a home healthcare discharge plan was prepared. This included assessment of the home environment, education of the primary caregiver (the patient&#8217;s wife), arrangement of medical supplies, and scheduling of the first home nursing visit.<\/p>\n        <div class=\"alert alert-amber\">\n            <div class=\"alert-label\">Important Note on Discharge Planning<\/div>\n            <p>The transition from hospital to home after radical cystectomy is a particularly vulnerable period. Patients are sent home with a fresh stoma, surgical wounds, and a significantly altered body image. Without structured home support, complications such as stoma-related skin breakdown, dehydration, and psychological distress are common. This is precisely why a <a href=\"https:\/\/athomecare.in\/post-hospital-discharge-care-for-senior-citizens-medical-guidelines-for-safe-recovery-at-home\/\">planned post-discharge home care protocol<\/a> was arranged for this patient.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Why Home Healthcare -->\n    <section class=\"section\" id=\"why-home\">\n        <h2 class=\"section-title\">Why Home Healthcare Was Needed<\/h2>\n        <p>The decision to arrange professional home healthcare after discharge was not optional in this case. It was clinically necessary for several specific reasons.<\/p>\n        <p><strong>Stoma care was entirely new to the patient and family.<\/strong> Neither Gurmail Singh nor his wife had ever managed a urostomy before. The hospital had provided initial education, but the real learning happens in the days and weeks at home when the patient must independently empty, clean, and change the urostomy appliance. Incorrect technique can lead to skin breakdown, leakage, infection, and significant psychological distress. A trained <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nurse<\/a> could provide hands-on guidance, supervise initial pouch changes, and gradually build the family&#8217;s confidence.<\/p>\n        <p><strong>Surgical wound monitoring was required.<\/strong> The abdominal incision from a radical cystectomy is significant. With the patient&#8217;s diabetes, the risk of surgical site infection was elevated. A home nurse could assess the wound daily, identify early signs of infection, and coordinate with the surgeon if intervention was needed.<\/p>\n        <p><strong>Diabetes management needed close attention.<\/strong> Post-surgical stress, reduced oral intake, and altered physical activity can cause unpredictable blood sugar fluctuations. Regular monitoring and medication adjustment were necessary to support wound healing and prevent complications like hyperglycemia or hypoglycemia.<\/p>\n        <p><strong>Physical deconditioning was a real concern.<\/strong> After 17 days in the hospital, including major abdominal surgery and chemotherapy, the patient&#8217;s endurance and muscle strength had declined significantly. Without structured <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-ludhiana-expert-care-call-9910823218\/\">physiotherapy at home<\/a>, he was at risk of prolonged weakness, reduced mobility, and loss of independence in daily activities.<\/p>\n        <p><strong>Psychological adjustment to a stoma takes time.<\/strong> Living with a urostomy is a major life change. Patients commonly experience anxiety, fear of leakage in public, body image concerns, and sleep disturbance. Having a consistent, supportive care team at home helps patients process these emotions and gradually regain confidence.<\/p>\n        <p><strong>Fall prevention was important.<\/strong> Post-surgical weakness, fatigue, and the physical adjustment to carrying a urine collection pouch increase the risk of falls, especially in an older patient. A <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient care attendant<\/a> provided supervision during walking and transfers, reducing this risk.<\/p>\n        <div class=\"scenario-card\">\n            <div class=\"scenario-card-label\">Clinical Reasoning<\/div>\n            <p>The combination of a fresh urostomy, surgical wounds, diabetes, post-chemotherapy fatigue, and the patient&#8217;s age made this a high-risk discharge scenario. Sending the patient home without professional support would have significantly increased the likelihood of emergency room visits, hospital readmission, and delayed recovery. Home healthcare served as a bridge between the hospital and independent living, providing medical supervision exactly where the patient needed it most.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Home Care Plan -->\n    <section class=\"section\" id=\"care-plan\">\n        <h2 class=\"section-title\">Home Care Plan by AtHomeCare<\/h2>\n        <p>The home care plan was designed around the patient&#8217;s specific medical needs, functional limitations, and recovery goals. It involved multiple disciplines working together under a coordinated framework.<\/p>\n        <div class=\"care-plan-grid\">\n            <div class=\"care-plan-card\">\n                <div class=\"care-plan-card-header\">Home Nursing<\/div>\n                <ul>\n                    <li>Daily stoma assessment and care<\/li>\n                    <li>Supervised appliance replacement and education<\/li>\n                    <li>Surgical wound monitoring and dressing<\/li>\n                    <li>Peristomal skin care and irritation management<\/li>\n                    <li>Infection surveillance (temperature, wound, urine)<\/li>\n                    <li>Medication administration and compliance<\/li>\n                    <li>Blood sugar monitoring and documentation<\/li>\n                    <li>Caregiver education and skill transfer<\/li>\n                    <li>Coordination with urologist for follow-up<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"care-plan-card\">\n                <div class=\"care-plan-card-header\">Patient Attendant<\/div>\n                <ul>\n                    <li>Assistance during walking and mobility<\/li>\n                    <li>Meal preparation aligned with dietary needs<\/li>\n                    <li>Household assistance to reduce patient burden<\/li>\n                    <li>Emotional encouragement and companionship<\/li>\n                    <li>Medical supply organization and restocking<\/li>\n                    <li>Appointment coordination with healthcare team<\/li>\n                    <li>Overnight supervision for safety<\/li>\n                    <li>Assistance with heavy household tasks<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"care-plan-card\">\n                <div class=\"care-plan-card-header\">Physiotherapy<\/div>\n                <ul>\n                    <li>Gradual endurance improvement program<\/li>\n                    <li>Core strengthening exercises<\/li>\n                    <li>Progressive walking distance training<\/li>\n                    <li>Postural correction after abdominal surgery<\/li>\n                    <li>Fatigue management strategies<\/li>\n                    <li>Independence-building activity progression<\/li>\n                    <li>Deconditioning prevention protocol<\/li>\n                    <li>Breathing exercises for lung function<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"care-plan-card\">\n                <div class=\"care-plan-card-header\">Doctor Home Visit<\/div>\n                <ul>\n                    <li>Urologist review every 3 to 4 weeks<\/li>\n                    <li>Assessment of wound healing progress<\/li>\n                    <li>Stoma function evaluation<\/li>\n                    <li>Kidney function monitoring<\/li>\n                    <li>Pathology report review<\/li>\n                    <li>Long-term cancer surveillance planning<\/li>\n                    <li>Medication adjustment as needed<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <h3 class=\"section-subtitle\">Stoma Care in Detail<\/h3>\n        <p>Stoma care was the most critical component of the home nursing plan. The <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-colostomy-and-stoma-bag-care-cleaning-replacement-and-skin-protection\/\">stoma care protocol<\/a> involved several structured steps.<\/p>\n        <p>Each morning, the home nurse assessed the stoma for color, moisture level, swelling, and any signs of bleeding. A healthy stoma should be pink or red and moist. A pale, dark, or dry stoma indicates a circulation problem that requires urgent medical attention. The nurse measured the stoma using a stoma measuring guide to ensure the appliance opening was correctly sized. An opening that is too large exposes skin to urine, causing irritation. An opening that is too small can damage the stoma tissue.<\/p>\n        <p>The skin around the stoma was cleaned gently with warm water. No soaps, lotions, or wipes with fragrances were used, as these can irritate the skin and prevent the appliance adhesive from sticking properly. The skin was dried completely before applying the new appliance. Any redness or irritation was documented and managed with appropriate skin barrier products.<\/p>\n        <p>The drainable urostomy bag was emptied when it was about one-third to one-half full. Allowing the bag to become too full increases the risk of leakage, puts pressure on the adhesive seal, and can cause the appliance to detach. The patient and his wife were taught to empty the bag by opening the drain valve at the bottom into a toilet or container, then cleaning the valve and closing it securely.<\/p>\n        <h3 class=\"section-subtitle\">Wound Management<\/h3>\n        <p>The surgical wound from the radical cystectomy extended across the lower abdomen. The home nurse inspected the wound daily for signs of infection including increased redness, warmth, swelling, discharge, or wound separation. Given the patient&#8217;s diabetes, even minor wound changes were taken seriously. The <a href=\"https:\/\/athomecare.in\/personalized-wound-care-and-infection-prevention-for-optimal-healing\/\">wound care protocol<\/a> followed the surgeon&#8217;s specific dressing instructions, and any concerning changes were immediately communicated to the urologist.<\/p>\n        <h3 class=\"section-subtitle\">Nutritional Guidance<\/h3>\n        <p>Proper <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\">nutrition and hydration<\/a> were essential for recovery. After ileal conduit surgery, adequate fluid intake is particularly important to maintain good urine flow through the conduit and reduce the risk of urinary tract infections and salt crystal formation on the stoma. The patient was encouraged to drink at least 2 to 3 liters of fluid daily, primarily water. Protein-rich foods were emphasized to support wound healing and muscle recovery. Small, frequent meals were recommended to address the reduced appetite the patient was experiencing. Blood sugar control was maintained through appropriate meal timing and carbohydrate management.<\/p>\n        <h3 class=\"section-subtitle\">Medical Equipment Used at Home<\/h3>\n        <div class=\"table-wrap\">\n            <table>\n                <thead><tr><th>Equipment<\/th><th>Purpose<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Urostomy Appliance System<\/td><td>Collection of urine through the ileal conduit stoma<\/td><\/tr>\n                    <tr><td>Stoma Measuring Guide<\/td><td>Accurate sizing of the stoma for proper appliance fit<\/td><\/tr>\n                    <tr><td>Ostomy Care Kit<\/td><td>Skin barriers, wipes, powder, and adhesive removers<\/td><\/tr>\n                    <tr><td>Blood Pressure Monitor<\/td><td>Daily blood pressure tracking for hypertension management<\/td><\/tr>\n                    <tr><td>Pulse Oximeter<\/td><td>Oxygen saturation and heart rate monitoring<\/td><\/tr>\n                    <tr><td>Digital Thermometer<\/td><td>Daily temperature check for infection surveillance<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n        <p>The medical equipment was arranged through <a href=\"https:\/\/athomecare.in\/home-care-ludhiana\/medical-equipment-rental\/\">medical equipment rental<\/a> services to ensure the patient had everything needed from the first day at home. The home nurse instructed the family on proper use and maintenance of each device.<\/p>\n        <h3 class=\"section-subtitle\">Daily Care Schedule<\/h3>\n        <div class=\"daily-plan-grid\">\n            <div class=\"daily-plan-block\">\n                <div class=\"daily-plan-time\">Morning<\/div>\n                <ul>\n                    <li>Vital signs monitoring (BP, pulse, temperature, SpO2)<\/li>\n                    <li>Stoma inspection and assessment<\/li>\n                    <li>Morning medications including diabetes and BP drugs<\/li>\n                    <li>Walking exercises as per physiotherapy plan<\/li>\n                    <li>Protein-rich breakfast<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"daily-plan-block\">\n                <div class=\"daily-plan-time\">Afternoon<\/div>\n                <ul>\n                    <li>Physiotherapy session (endurance, core, breathing)<\/li>\n                    <li>Stoma appliance care or change as scheduled<\/li>\n                    <li>Balanced lunch with adequate protein<\/li>\n                    <li>Hydration monitoring and encouragement<\/li>\n                    <li>Rest period to manage fatigue<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"daily-plan-block\">\n                <div class=\"daily-plan-time\">Evening<\/div>\n                <ul>\n                    <li>Outdoor walking (progressive distance)<\/li>\n                    <li>Stretching exercises<\/li>\n                    <li>Family interaction and emotional support<\/li>\n                    <li>Nutritional snack<\/li>\n                    <li>Blood sugar check<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"daily-plan-block\">\n                <div class=\"daily-plan-time\">Night<\/div>\n                <ul>\n                    <li>Empty urinary pouch before sleeping<\/li>\n                    <li>Skin inspection around stoma<\/li>\n                    <li>Medication review and administration<\/li>\n                    <li>Adequate overnight sleep in comfortable position<\/li>\n                    <li>Night-time safety monitoring by attendant<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Recovery Timeline -->\n    <section class=\"section\" id=\"timeline\">\n        <h2 class=\"section-title\">Recovery Timeline<\/h2>\n        <div class=\"timeline\">\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-phase\">Day 1 at Home<\/div>\n                <div class=\"timeline-card\">\n                    <p>The home nursing team conducted an initial comprehensive assessment. Vital signs were recorded: Blood Pressure 126\/78 mmHg, Heart Rate 80 bpm, Respiratory Rate 18\/min, Temperature 98.4 degrees Fahrenheit, Oxygen Saturation 98% on room air. The stoma was pink and moist with urine draining normally into the appliance. Pain score was 4 out of 10 on the Visual Analog Scale.<\/p>\n                    <p>The surgical wound was inspected and found to be healing well. Mild peristomal skin irritation was noted. The patient was anxious about managing the stoma on his own and expressed fear of leakage during sleep. The nurse addressed these concerns, demonstrated the pouch emptying technique, and ensured the patient&#8217;s wife was comfortable with the process.<\/p>\n                    <p><strong>Nursing intervention:<\/strong> Initial stoma care demonstration, wound assessment, medication review, baseline functional assessment.<\/p>\n                    <p><strong>Family observation:<\/strong> The wife felt overwhelmed but relieved to have professional support at home.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-phase\">Day 3 at Home<\/div>\n                <div class=\"timeline-card\">\n                    <p>The patient was able to empty the urostomy pouch with supervision. The peristomal skin irritation was being managed with appropriate skin barrier products. The patient walked approximately 200 meters with assistance. Appetite remained reduced but was gradually improving with small, frequent meals.<\/p>\n                    <p>Blood sugar levels were monitored four times daily. Values were slightly elevated due to post-surgical stress but were being managed with the prescribed medication regimen. The patient reported sleep disturbance, partly due to anxiety about the pouch and partly due to discomfort when changing positions.<\/p>\n                    <p><strong>Nursing intervention:<\/strong> Skin barrier application, blood sugar management, sleep positioning advice, <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">medication monitoring<\/a>.<\/p>\n                    <p><strong>Patient response:<\/strong> Felt more reassured after the nurse demonstrated that the pouch was secure and would not easily detach during sleep.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-phase\">Week 1<\/div>\n                <div class=\"timeline-card\">\n                    <p>By the end of the first week, the patient was walking approximately 310 meters independently with mild fatigue. He was performing basic activities of daily living including bathing, grooming, dressing, and eating without assistance. Stoma appliance changes were still being done with nurse supervision, but the patient could empty the pouch independently.<\/p>\n                    <p>The mild peristomal skin irritation was gradually resolving with consistent skin care. Pain had reduced slightly from 4 to 3 out of 10. The patient was more engaged in his care and asking questions about stoma management. Physiotherapy sessions had begun, focusing on gentle core activation and breathing exercises.<\/p>\n                    <p><strong>Doctor review:<\/strong> The urologist conducted the first home visit, assessed wound healing, reviewed stoma function, and expressed satisfaction with the recovery trajectory.<\/p>\n                    <p><strong>Family observation:<\/strong> The wife was gaining confidence in assisting with stoma care. The daughter joined via video call for the doctor consultation.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-phase\">Week 2<\/div>\n                <div class=\"timeline-card\">\n                    <p>Walking distance had increased to approximately 450 meters. The patient was able to climb stairs slowly. Stoma appliance management was improving, with the patient performing more steps independently under observation. The surgical wound showed continued healing without signs of infection.<\/p>\n                    <p>Appetite had improved noticeably. The patient was eating regular meals with adequate protein intake. Blood sugar levels were more stable. Sleep quality was improving as the patient became more confident that the pouch would not leak. The physiotherapy program was progressively intensified with longer walking sessions and added core strengthening exercises.<\/p>\n                    <p><strong>Nursing intervention:<\/strong> Progressive stoma education, wound care continuation, nutritional guidance reinforcement.<\/p>\n                    <p><strong>Patient response:<\/strong> Expressed feeling &#8220;more like myself&#8221; and was looking forward to going outdoors for walks beyond the immediate neighborhood.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-phase\">Week 4<\/div>\n                <div class=\"timeline-card\">\n                    <p>At the one-month mark, significant progress was evident. Walking distance had reached approximately 700 meters. The patient was performing stoma appliance changes independently with minimal supervision. Peristomal skin irritation had resolved completely. Pain score was down to 2 out of 10.<\/p>\n                    <p>The surgical wound was well healed. The patient had gained some weight after the initial post-surgical weight loss. He was sleeping through the night more consistently. He began taking short walks in a nearby park with the attendant. Blood pressure and blood sugar were well controlled.<\/p>\n                    <p><strong>Doctor review:<\/strong> The urologist reviewed the pathology reports, confirmed adequate wound healing, assessed kidney function, and discussed the long-term cancer surveillance plan including periodic CT scans and cystoscopy of the urethral stump.<\/p>\n                    <p><strong>Family observation:<\/strong> Both the wife and daughter noted a marked improvement in the patient&#8217;s mood and confidence.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-phase\">Month 2<\/div>\n                <div class=\"timeline-card\">\n                    <p>Walking distance exceeded 900 meters. The patient was fully independent in all stoma care activities. He no longer required the patient attendant for routine mobility, though the attendant continued to assist with household tasks and provide companionship. The physiotherapy focus shifted to building endurance for community activities and strengthening.<\/p>\n                    <p>The patient visited the local gurdwara for the first time since surgery. He managed the stoma confidently in a public setting. He was eating well and his weight had stabilized. Blood sugar control remained good. No urinary infections had occurred during the entire recovery period.<\/p>\n                    <p><strong>Care plan adjustment:<\/strong> Home nursing frequency was reduced as the patient became independent. The <a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\">rehabilitation program<\/a> continued with progressively challenging exercises.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-phase\">Month 3 (Week 12)<\/div>\n                <div class=\"timeline-card\">\n                    <p>At the twelve-week mark, the patient had achieved all major recovery goals. Walking distance had improved from 310 meters at discharge to 1,180 meters. Pain score was 1 out of 10. He was completely independent in stoma appliance management. The surgical wound had healed fully. Body weight had stabilized with improved nutritional intake.<\/p>\n                    <p>He had returned to independent community activities including visiting the gurdwara, meeting friends, and taking walks in the park. No urinary infections or hospital readmissions had occurred throughout the twelve-week period. The patient expressed confidence in managing his stoma and was no longer fearful about leakage.<\/p>\n                    <p><strong>Doctor review:<\/strong> Final home care review by the urologist confirmed satisfactory recovery. The patient was cleared for independent living with scheduled follow-up visits at the hospital for ongoing cancer surveillance.<\/p>\n                    <p><strong>Family feedback:<\/strong> The wife expressed gratitude for the home care team&#8217;s support and said she could not have managed the stoma care alone. The daughter noted that the structured home care plan gave her peace of mind while she was in Delhi NCR.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Clinical Evidence -->\n    <section class=\"section\" id=\"evidence\">\n        <h2 class=\"section-title\">Clinical Evidence<\/h2>\n        <p>The following tables document the clinical measurements recorded during the home care period. These values represent the documented findings from the patient&#8217;s records.<\/p>\n        <h3 class=\"section-subtitle\">Vital Signs at Discharge<\/h3>\n        <div class=\"table-wrap\">\n            <table>\n                <thead><tr><th>Parameter<\/th><th>Value<\/th><th>Interpretation<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Blood Pressure<\/td><td>126\/78 mmHg<\/td><td>Well controlled for a patient with hypertension<\/td><\/tr>\n                    <tr><td>Heart Rate<\/td><td>80 bpm<\/td><td>Normal resting rate<\/td><\/tr>\n                    <tr><td>Respiratory Rate<\/td><td>18\/min<\/td><td>Normal<\/td><\/tr>\n                    <tr><td>Temperature<\/td><td>98.4 degrees F<\/td><td>Afebrile, no signs of infection<\/td><\/tr>\n                    <tr><td>Oxygen Saturation<\/td><td>98% on Room Air<\/td><td>Normal<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n        <h3 class=\"section-subtitle\">Urological and Stoma Assessment<\/h3>\n        <div class=\"table-wrap\">\n            <table>\n                <thead><tr><th>Finding<\/th><th>Status at Discharge<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Stoma appearance<\/td><td>Pink, moist, healthy<\/td><\/tr>\n                    <tr><td>Urine drainage<\/td><td>Normal output through appliance<\/td><\/tr>\n                    <tr><td>Surgical wound<\/td><td>Healing well, no signs of infection<\/td><\/tr>\n                    <tr><td>Peristomal skin<\/td><td>Mild irritation present<\/td><\/tr>\n                    <tr><td>Pain Score (VAS)<\/td><td>4\/10<\/td><\/tr>\n                    <tr><td>Bowel movements<\/td><td>Independent, normal pattern<\/td><\/tr>\n                    <tr><td>Evidence of urinary infection<\/td><td>None<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n        <h3 class=\"section-subtitle\">Functional Status at Discharge<\/h3>\n        <div class=\"table-wrap\">\n            <table>\n                <thead><tr><th>Activity<\/th><th>Level of Independence<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Walking<\/td><td>Independent with mild fatigue, approximately 310 meters<\/td><\/tr>\n                    <tr><td>Transfers (bed to chair, etc.)<\/td><td>Independent<\/td><\/tr>\n                    <tr><td>Stair climbing<\/td><td>Slow but independent<\/td><\/tr>\n                    <tr><td>Bathing<\/td><td>Independent<\/td><\/tr>\n                    <tr><td>Grooming and dressing<\/td><td>Independent<\/td><\/tr>\n                    <tr><td>Eating<\/td><td>Independent<\/td><\/tr>\n                    <tr><td>Medication management<\/td><td>Independent<\/td><\/tr>\n                    <tr><td>Stoma appliance changes<\/td><td>Required assistance initially<\/td><\/tr>\n                    <tr><td>Heavy household work<\/td><td>Required assistance<\/td><\/tr>\n                    <tr><td>Shopping and long-distance travel<\/td><td>Required assistance<\/td><\/tr>\n                    <tr><td>Lifting heavy objects<\/td><td>Required assistance<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n        <h3 class=\"section-subtitle\">Recovery Progress: Key Measurements<\/h3>\n        <div class=\"table-wrap\">\n            <table>\n                <thead><tr><th>Parameter<\/th><th>At Discharge (Week 0)<\/th><th>At Week 12<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Walking Distance<\/td><td>310 meters<\/td><td>1,180 meters<\/td><\/tr>\n                    <tr><td>Pain Score (VAS)<\/td><td>4\/10<\/td><td>1\/10<\/td><\/tr>\n                    <tr><td>Stoma Care Independence<\/td><td>Supervised<\/td><td>Fully Independent<\/td><\/tr>\n                    <tr><td>Peristomal Skin<\/td><td>Mild irritation<\/td><td>Resolved<\/td><\/tr>\n                    <tr><td>Surgical Wound<\/td><td>Healing<\/td><td>Fully healed<\/td><\/tr>\n                    <tr><td>Nutritional Status<\/td><td>Weight loss, reduced appetite<\/td><td>Weight stabilized, improved intake<\/td><\/tr>\n                    <tr><td>Community Activity<\/td><td>Restricted to home<\/td><td>Independent community activities<\/td><\/tr>\n                    <tr><td>Urinary Infections<\/td><td>None<\/td><td>None<\/td><\/tr>\n                    <tr><td>Hospital Readmissions<\/td><td>None<\/td><td>None<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <!-- Medical Authority -->\n    <section class=\"section\" id=\"authority\">\n        <h2 class=\"section-title\">Medical Authority<\/h2>\n        <div class=\"author-section\">\n            <div class=\"author-row\">\n                <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya, MBBS - Geriatric Medicine Specialist\" class=\"author-img\">\n                <div>\n                    <div class=\"author-name\">Dr. Ekta Fageriya, MBBS<\/div>\n                    <div class=\"author-cred\">RMC Registration No. 44780<\/div>\n                    <div class=\"author-cred\">Specialization: Geriatric Medicine<\/div>\n                    <div class=\"author-cred\">Clinical Experience: 7 Years<\/div>\n                    <p style=\"font-size:14.5px;color:var(--text-light);margin-top:12px;\">This case study has been reviewed and prepared under clinical supervision to ensure medical accuracy and educational value for patients, caregivers, and healthcare professionals.<\/p>\n                <\/div>\n            <\/div>            \n    <\/section>\n\n    <!-- Supporting Documents -->\n    <section class=\"section\" id=\"documents\">\n        <h2 class=\"section-title\">Supporting Clinical Documents<\/h2>\n        <p>The following clinical documents formed the basis of this case study and were referenced throughout the home care planning process.<\/p>\n        <div class=\"card\">\n            <ul class=\"content-list\">\n                <li>Discharge Summary from the treating hospital detailing the surgical procedure, postoperative course, and discharge medications<\/li>\n                <li>Cystoscopy and Biopsy Report confirming Muscle-Invasive Urothelial Carcinoma<\/li>\n                <li>CT Urography Report providing staging information<\/li>\n                <li>MRI Pelvis Report detailing tumor extent and local invasion<\/li>\n                <li>Neoadjuvant Chemotherapy records documenting treatment cycles and response<\/li>\n                <li>Operative Notes from the Radical Cystectomy with Ileal Conduit Urinary Diversion<\/li>\n                <li>ICU Monitoring records from the initial 24-hour postoperative period<\/li>\n                <li>Post-discharge medication prescription including diabetes, hypertension, and pain management drugs<\/li>\n                <li>Home healthcare discharge planning notes from the hospital nursing team<\/li>\n                <li>Daily home nursing progress notes documenting stoma care, wound status, and vital signs over 12 weeks<\/li>\n                <li>Physiotherapy assessment and progress records<\/li>\n                <li>Doctor home visit notes from urologist reviews<\/li>\n            <\/ul>\n        <\/div>\n        <p>All documents were handled in accordance with patient confidentiality standards. No identifiable patient information is disclosed in this educational case study.<\/p>\n    <\/section>\n\n    <!-- Recovery Outcome -->\n    <section class=\"section\" id=\"outcome\">\n        <h2 class=\"section-title\">Recovery Outcome at 12 Weeks<\/h2>\n        <p>After twelve weeks of coordinated home healthcare, the patient achieved meaningful and measurable recovery across all monitored parameters.<\/p>\n        <div class=\"outcome-grid\">\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Walking Distance<\/div><div class=\"outcome-value\">310 m to 1,180 m<\/div><\/div>\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Pain Score<\/div><div class=\"outcome-value\">4\/10 to 1\/10<\/div><\/div>\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Stoma Care<\/div><div class=\"outcome-value\">Fully Independent<\/div><\/div>\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Wound Status<\/div><div class=\"outcome-value\">Fully Healed<\/div><\/div>\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Peristomal Skin<\/div><div class=\"outcome-value\">Irritation Resolved<\/div><\/div>\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Nutrition<\/div><div class=\"outcome-value\">Weight Stabilized<\/div><\/div>\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Community Activity<\/div><div class=\"outcome-value\">Independent<\/div><\/div>\n            <div class=\"outcome-item\"><div class=\"outcome-label\">Readmissions<\/div><div class=\"outcome-value\">Zero<\/div><\/div>\n        <\/div>\n        <h3 class=\"section-subtitle\">Mobility<\/h3>\n        <p>The most dramatic improvement was in walking endurance. The nearly four-fold increase in walking distance from 310 meters to 1,180 meters reflected the combined benefit of gradual physiotherapy, nutritional recovery, and increasing confidence. The patient was able to walk to nearby locations, visit the gurdwara, and move around his home without any assistance.<\/p>\n        <h3 class=\"section-subtitle\">Pain<\/h3>\n        <p>Pain reduced from 4 out of 10 to 1 out of 10 over the twelve-week period. The remaining mild discomfort was occasional and related to physical activity rather than constant surgical pain. It was managed without increasing analgesic medication.<\/p>\n        <h3 class=\"section-subtitle\">Nutrition<\/h3>\n        <p>The initial weight loss and reduced appetite that followed surgery were effectively managed through dietary counseling, small frequent meals, and the patient&#8217;s gradual return to normal activity levels. Weight stabilization was achieved by around the eighth week.<\/p>\n        <h3 class=\"section-subtitle\">Medical Stability<\/h3>\n        <p>Blood pressure remained well controlled throughout. Blood sugar levels, which had been slightly elevated in the immediate post-discharge period, stabilized with consistent monitoring and medication. No urinary tract infections developed during the entire home care period, which is a significant positive outcome for a patient with a urostomy and diabetes.<\/p>\n        <h3 class=\"section-subtitle\">Family Feedback<\/h3>\n        <p>The patient&#8217;s wife reported that the home nursing team&#8217;s support was essential in helping her learn stoma care. She specifically noted that the hands-on training and gradual transfer of responsibility gave her the confidence she needed. The patient&#8217;s daughter, who coordinated remotely from Delhi NCR, appreciated the regular updates and the structured approach to her father&#8217;s recovery.<\/p>\n        <h3 class=\"section-subtitle\">Remaining Challenges and Long-Term Care<\/h3>\n        <p>While the twelve-week outcome was very positive, certain long-term considerations remain. The patient will need ongoing cancer surveillance as recommended by his urologist. This typically includes periodic imaging and laboratory tests to monitor for any signs of recurrence. Kidney function will need to be monitored regularly, as patients with ileal conduits can develop changes in renal function over time. Stoma care will remain a lifelong daily activity. The patient has been educated on signs of complications to watch for, and the importance of attending all scheduled follow-up appointments has been emphasized.<\/p>\n        <div class=\"alert alert-green\">\n            <div class=\"alert-label\">Outcome Summary<\/div>\n            <p>The twelve-week home care program achieved its primary goals: the patient recovered to independent living with full stoma management capability, achieved significant functional improvement, avoided hospital readmission, and did not develop any infections or major complications during the recovery period. This outcome aligns with evidence suggesting that structured <a href=\"https:\/\/athomecare.in\/post-operative-recovery-in-gurgaon-how-professional-home-nursing-care-reduces-hospital-readmissions-by-30\/\">post-surgical home care reduces readmission rates<\/a> and improves patient-reported outcomes after major urological surgery.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Key Clinical Learnings -->\n    <section class=\"section\" id=\"learnings\">\n        <h2 class=\"section-title\">Key Clinical Learnings<\/h2>\n        <p>This case study highlights several important clinical insights relevant to post-surgical home care for bladder cancer patients.<\/p>\n        <div class=\"learn-card\"><p><strong>Painless hematuria must never be ignored.<\/strong> This patient experienced three months of visible blood in the urine before seeking medical attention. Painless hematuria is the most common presenting symptom of bladder cancer, and any episode warrants prompt urological evaluation regardless of whether other symptoms are present. Earlier presentation can lead to earlier diagnosis and potentially less extensive treatment.<\/p><\/div>\n        <div class=\"learn-card\"><p><strong>Radical cystectomy requires structured rehabilitation, not just rest.<\/strong> The surgery fundamentally changes how the body manages urine. Recovery involves learning a new skill (stoma care), healing from a major abdominal incision, recovering from chemotherapy effects, and rebuilding physical endurance. Each of these domains requires specific, targeted intervention. Rest alone does not address these needs.<\/p><\/div>\n        <div class=\"learn-card\"><p><strong>Stoma education is most effective when delivered in the home setting.<\/strong> Hospital-based stoma education provides the foundation, but patients truly learn stoma care in their own bathroom, with their own supplies, in their own routine. Home nursing allows for supervised practice in the exact environment where the patient will perform the task independently. This contextual learning accelerates skill acquisition and builds confidence more effectively than hospital-based demonstrations alone.<\/p><\/div>\n        <div class=\"learn-card\"><p><strong>Peristomal skin care prevents a cascade of problems.<\/strong> The mild skin irritation noted at discharge was addressed early and resolved within weeks. If left unmanaged, peristomal skin breakdown can lead to pain, poor appliance adhesion, leakage, further skin damage, and infection. Consistent, proactive skin care is far more effective than reactive treatment of established skin damage.<\/p><\/div>\n        <div class=\"learn-card\"><p><strong>Hydration directly affects urostomy health.<\/strong> After ileal conduit creation, adequate fluid intake is not just general health advice. It is a specific medical necessity. Poor hydration concentrates the urine, increasing the risk of salt crystal formation on the stoma surface (encrustation), urinary tract infections, and reduced conduit function. Fluid intake goals should be explicitly included in the care plan.<\/p><\/div>\n        <div class=\"learn-card\"><p><strong>Physiotherapy after major abdominal surgery prevents prolonged deconditioning.<\/strong> The improvement from 310 meters to 1,180 meters of walking distance did not happen by simply waiting for time to pass. It required a progressive, supervised exercise program that respected the patient&#8217;s surgical recovery while gradually increasing physical demands. Without this intervention, many patients experience months of unnecessary weakness and reduced independence.<\/p><\/div>\n        <div class=\"learn-card\"><p><strong>Family education is as important as patient education.<\/strong> In this case, the primary caregiver was the patient&#8217;s wife. Her ability to assist with stoma care, recognize warning signs, manage medications, and provide emotional support directly affected the patient&#8217;s recovery trajectory. Investing time in caregiver education during <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">patient care services<\/a> pays dividends throughout the recovery process.<\/p><\/div>\n        <div class=\"learn-card\"><p><strong>Regular cancer surveillance must continue regardless of how well the patient feels.<\/strong> A good recovery from surgery does not eliminate the need for ongoing monitoring. Bladder cancer can recur in the urethra, upper urinary tracts, or as metastatic disease. The patient and family must understand that follow-up appointments are non-negotiable, even when the patient feels well. This message should be reinforced repeatedly by the entire care team.<\/p><\/div>\n    <\/section>\n\n    <!-- Risks Monitored -->\n    <section class=\"section\" id=\"risks\">\n        <h2 class=\"section-title\">Risks Monitored During Home Care<\/h2>\n        <p>Throughout the twelve-week home care period, the nursing team actively monitored the following risks. Understanding these risks helps families recognize why professional <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\">early warning sign monitoring<\/a> is essential after major surgery.<\/p>\n        <div class=\"risk-grid\">\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Stoma infection<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Peristomal skin breakdown<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Urinary tract infection<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Dehydration<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Electrolyte imbalance<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Surgical wound infection<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Blood sugar fluctuations<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Falls<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Cancer recurrence<\/div>\n            <div class=\"risk-item\"><div class=\"risk-dot\"><\/div>Hospital readmission<\/div>\n        <\/div>\n        <div class=\"alert alert-red\">\n            <div class=\"alert-label\">Warning Signs Requiring Urgent Medical Attention<\/div>\n            <p>The patient and family were educated to seek immediate medical care if any of the following occurred: fever above 100.4 degrees Fahrenheit, foul-smelling or cloudy urine, severe abdominal pain, significantly reduced urine output, persistent bleeding from the stoma, continuous leakage that cannot be controlled, increasing redness, warmth or swelling around the stoma, pale or dark discolored stoma, or signs of <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\">emergency deterioration<\/a> such as confusion, rapid heartbeat, or difficulty breathing.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Family Education -->\n    <section class=\"section\" id=\"family-edu\">\n        <h2 class=\"section-title\">Family Education Summary<\/h2>\n        <p>The home healthcare team provided structured education to the patient&#8217;s caregivers on the following topics. This education was delivered gradually over the twelve-week period, with each topic introduced when it was most relevant to the patient&#8217;s stage of recovery.<\/p>\n        <ul class=\"content-list green\">\n            <li>Emptying the urostomy pouch before it becomes overly full to prevent leakage and skin irritation<\/li>\n            <li>Cleaning the skin around the stoma gently using warm water and ensuring complete dryness before applying a new appliance<\/li>\n            <li>Encouraging adequate fluid intake to maintain urine flow and reduce the risk of urinary tract infections<\/li>\n            <li>Checking the stoma regularly for healthy color, swelling, bleeding, or changes in size<\/li>\n            <li>Avoiding excessive pressure or tight clothing over the stoma site<\/li>\n            <li>Watching for warning signs including fever, foul-smelling urine, severe abdominal pain, reduced urine output, persistent leakage, or increasing redness around the stoma<\/li>\n            <li>Maintaining good blood sugar control to promote wound healing<\/li>\n            <li>Attending all scheduled urology and oncology follow-up appointments for continued cancer surveillance<\/li>\n        <\/ul>\n        <div class=\"doctor-card\">\n            <div class=\"doctor-card-label\">\n                <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M12 2a5 5 0 015 5v3a5 5 0 01-10 0V7a5 5 0 015-5z\"\/><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"\/><path d=\"M12 18v4M8 22h8\"\/><\/svg>\n                On Caregiver Preparedness\n            <\/div>\n            <p>The daughter&#8217;s background as a clinical pharmacist was a valuable asset in this case. She was able to understand medication instructions clearly, ask informed questions during doctor consultations, and support her mother in learning stoma care through video calls. However, even with this advantage, the hands-on training provided by the home nurse was irreplaceable. <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\">Caregiver stress<\/a> was also monitored, and the patient attendant&#8217;s presence helped reduce the burden on the wife.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- FAQs -->\n    <section class=\"section\" id=\"faqs\">\n        <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">What is a radical cystectomy?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">A radical cystectomy is a surgery that removes the urinary bladder to treat muscle-invasive bladder cancer. In males, the surgery typically also removes the prostate and seminal vesicles. Because the bladder is removed, a new pathway must be created for urine to leave the body. This is called a urinary diversion, and the most common type is the ileal conduit, where a segment of the small intestine is used to create a stoma on the abdominal wall. The surgery is a major procedure that requires general anesthesia and a hospital stay of several days to weeks.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">What is an ileal conduit?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">An ileal conduit is a type of urinary diversion created using a small segment of the small intestine (ileum). The surgeon disconnects a short piece of the intestine from the digestive tract while keeping its blood supply intact. The two ureters (tubes that carry urine from the kidneys) are attached to one end of this intestinal segment. The other end is brought out through the abdominal wall to form a stoma. Urine flows continuously from the kidneys, through the ureters, into the ileal conduit, and out through the stoma into a collection pouch that the patient wears on the abdomen.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">How often should the urostomy pouch be changed?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">The schedule varies depending on the type of appliance and individual needs. Typically, a two-piece urostomy system may be changed every two to three days, while the pouch itself may be emptied multiple times a day. The wearing time depends on factors such as the patient&#8217;s activity level, body shape, stoma output, and skin condition. The pouch should be changed sooner if leakage occurs, if the adhesive is lifting, or if there is any skin irritation. The healthcare team will provide specific guidance based on the patient&#8217;s situation.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">Can patients return to normal activities after surgery?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">Many patients gradually return to work, travel, and daily activities once recovery is complete and they become comfortable managing the stoma. The timeline varies by individual. Most patients can resume light activities within a few weeks and more strenuous activities gradually over several months. Heavy lifting is typically restricted for the first few months after surgery to prevent hernia formation. With proper stoma management, patients can participate in most activities including walking, light exercise, social outings, and travel.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">When should urgent medical care be sought?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">Seek immediate medical attention for fever above 100.4 degrees Fahrenheit, severe abdominal pain that is worsening, significantly reduced or absent urine output, persistent bleeding from the stoma that does not stop, severe or continuous leakage that cannot be controlled, increasing redness, warmth, or swelling around the stoma, pale or dark purple or black discoloration of the stoma, foul-smelling or unusually cloudy urine, nausea and vomiting that prevents fluid intake, or signs of serious illness such as confusion, dizziness, rapid heartbeat, or difficulty breathing.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">How does home healthcare help after bladder cancer surgery?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">Home healthcare provides several critical services after bladder cancer surgery. A home nurse provides stoma care education and supervision, surgical wound monitoring, medication management, and infection surveillance. A patient attendant assists with mobility, daily activities, and emotional support. A physiotherapist designs and supervises a progressive exercise program to rebuild endurance and strength. A doctor conducts regular home visits to assess recovery and adjust the treatment plan. Together, these services create a structured recovery environment that helps patients regain independence while reducing the risk of complications and hospital readmission. Home healthcare is particularly valuable for <a href=\"https:\/\/athomecare.in\/after-surgery-care-at-home-in-delhi-a-safer-alternative-to-prolonged-hospital-stay\/\">post-surgical recovery<\/a> because it allows patients to heal in a familiar environment while receiving professional medical support.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">What is the role of physiotherapy after radical cystectomy?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">Physiotherapy plays an important role in recovery after radical cystectomy. Major abdominal surgery weakens the core muscles and reduces overall endurance. A physiotherapist designs a gradual exercise program that starts with gentle breathing exercises and bed-based movements, then progresses to sitting, standing, and walking activities. Core strengthening helps support the abdominal wall where the stoma is located. Postural correction addresses the tendency to hunch forward after abdominal surgery due to pain and weakness. The goal is to help patients return to their pre-surgery level of physical function as safely and efficiently as possible. <a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\">Breathing exercises<\/a> are also included to prevent lung complications after anesthesia and bed rest.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">How does diabetes affect recovery after bladder cancer surgery?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">Diabetes can significantly affect surgical recovery. Poorly controlled blood sugar levels impair wound healing by reducing blood flow and affecting the body&#8217;s infection-fighting ability. Diabetic patients have a higher risk of surgical site infections. Post-surgical stress, changes in diet, reduced physical activity, and medication adjustments can all cause blood sugar fluctuations during recovery. This is why regular blood sugar monitoring and medication management by a home nurse are particularly important for diabetic patients recovering from major surgery. The risk of urinary tract infection is also higher in diabetic patients with a urostomy, making <a href=\"https:\/\/athomecare.in\/infection-prevention-after-surgery-at-home-delhi\/\">infection prevention<\/a> measures even more critical.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">What long-term follow-up is needed after radical cystectomy?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">Long-term follow-up after radical cystectomy for bladder cancer typically includes regular visits to the urologist and oncologist. The surveillance plan usually involves periodic imaging such as CT scans to check for any signs of cancer recurrence, blood tests to monitor kidney function and overall health, urine tests to check for abnormal cells or signs of infection, and sometimes cystoscopy of the urethral stump. The specific schedule and tests depend on the stage and characteristics of the original tumor. Kidney function monitoring is particularly important for patients with an ileal conduit, as changes in urinary anatomy can affect the kidneys over time. Patients should attend all scheduled appointments even if they feel completely well.<\/div><\/div>\n        <\/div>\n        <div class=\"faq-item\">\n            <button class=\"faq-question\" onclick=\"toggleFaq(this)\">How can family members help a loved one adjusting to a urostomy?<span class=\"faq-icon\"><svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"var(--primary)\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M12 5v14M5 12h14\"\/><\/svg><\/span><\/button>\n            <div class=\"faq-answer\"><div class=\"faq-answer-inner\">Family members can help in several practical and emotional ways. Learning stoma care alongside the patient reduces the patient&#8217;s sense of isolation and ensures there is a backup caregiver who can help if needed. Being patient and non-judgmental during the learning process is important, as it takes time to become comfortable with stoma management. Encouraging normal activities and social participation helps counter the tendency to withdraw. Watching for warning signs of complications and ensuring follow-up appointments are kept provides an additional layer of safety. Emotional support matters as much as practical help. Many patients feel a sense of loss or altered body image after stoma surgery. Simply listening, being present, and reassuring the patient that life can be fulfilling with a stoma can make a significant difference. Families should also be aware of <a href=\"https:\/\/athomecare.in\/recognizing-caregiver-stress-signs-and-symptoms-you-shouldnt-ignore\/\">caregiver burnout<\/a> and seek support when needed.<\/div><\/div>\n        <\/div>\n    <\/section>\n\n<\/div><!-- end wrap (centered content) -->\n\n<!-- Related Services - Full Width -->\n<section class=\"related-section\">\n    <div class=\"wrap-wide\">\n        <h2 class=\"section-title\">Related Home Healthcare Services<\/h2>\n        <p style=\"margin-bottom:28px;max-width:700px;\">Families in Ludhiana and Delhi NCR seeking support similar to what is described in this case study may explore the following services.<\/p>\n        <div class=\"related-grid\">\n            <div class=\"related-card\"><div class=\"related-card-title\"><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing Services<\/a><\/div><p>Trained nurses provide wound care, stoma management, medication administration, vital monitoring, and patient education in the comfort of home.<\/p><\/div>\n            <div class=\"related-card\"><div class=\"related-card-title\"><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-ludhiana-expert-care-call-9910823218\/\">Physiotherapy at Home<\/a><\/div><p>Expert physiotherapists design customized rehabilitation programs for post-surgical recovery, mobility improvement, and strength building.<\/p><\/div>\n            <div class=\"related-card\"><div class=\"related-card-title\"><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a><\/div><p>Trained attendants assist with daily activities, mobility support, meal preparation, and companionship for patients recovering at home.<\/p><\/div>\n            <div class=\"related-card\"><div class=\"related-card-title\"><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">Doctor Home Visit<\/a><\/div><p>Qualified doctors conduct home visits for clinical assessment, medication review, and ongoing medical supervision during recovery.<\/p><\/div>\n            <div class=\"related-card\"><div class=\"related-card-title\"><a href=\"https:\/\/athomecare.in\/home-care-ludhiana\/medical-equipment-rental\/\">Medical Equipment Rental<\/a><\/div><p>Ostomy supplies, monitoring devices, and other medical equipment available on rent for home-based patient care.<\/p><\/div>\n            <div class=\"related-card\"><div class=\"related-card-title\"><a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">Patient Care Taker (GDA)<\/a><\/div><p>General Duty Assistants provide day-to-day patient support including hygiene, feeding, mobility assistance, and basic nursing care.<\/p><\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Contact - Full Width -->\n<section class=\"contact-section\">\n    <div class=\"wrap-wide\">\n        <h2 class=\"section-title\">Contact AtHomeCare<\/h2>\n        <div class=\"contact-grid\">\n            <div>\n                <div class=\"contact-label\">Corporate Office<\/div>\n                <div class=\"contact-value\">Unit No. 703, 7th Floor, ILD Trade Centre<br>D1 Block, Malibu Town<br>Sector 47<br>Ludhiana, Haryana 122018<\/div>\n            <\/div>\n            <div>\n                <div class=\"contact-label\">Phone<\/div>\n                <div class=\"contact-value\"><a href=\"tel:9910823218\">9910823218<\/a><\/div>\n                <div class=\"contact-label\" style=\"margin-top:16px;\">Email<\/div>\n                <div class=\"contact-value\"><a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Disclaimer -->\n<div class=\"wrap\">\n    <div class=\"disclaimer\">\n        <div class=\"disclaimer-label\">Medical Disclaimer<\/div>\n        <p>This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.<\/p>\n        <p>Every patient is unique. Treatment decisions must always be made by qualified healthcare professionals based on individual clinical circumstances. Emergency symptoms require immediate hospital care. Home healthcare complements, but does not replace, emergency medical services.<\/p>\n        <p>If you or someone you know is experiencing a medical emergency, please call your local emergency services number or go to the nearest hospital immediately.<\/p>\n    <\/div>\n<\/div>\n\n<footer class=\"footer\">\n    <div class=\"wrap-wide\">\n        <p>&copy; 2026 AtHomeCare. All rights reserved. | <a href=\"https:\/\/athomecare.in\/\">Home<\/a> | <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing<\/a> | <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care<\/a> | <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-ludhiana-expert-care-call-9910823218\/\">Physiotherapy<\/a><\/p>\n    <\/div>\n<\/footer>\n\n<script>\n    function toggleFaq(button) {\n        const item = button.parentElement;\n        const isActive = item.classList.contains('active');\n        document.querySelectorAll('.faq-item.active').forEach(function(el) { el.classList.remove('active'); });\n        if (!isActive) { item.classList.add('active'); }\n    }\n    document.querySelectorAll('.nav-links a').forEach(function(link) {\n        link.addEventListener('click', function() { document.querySelector('.nav-links').classList.remove('open'); });\n    });\n    document.addEventListener('click', function(e) {\n        if (!document.querySelector('.main-nav').contains(e.target)) {\n            document.querySelector('.nav-links').classList.remove('open');\n        }\n    });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home&rsaquo; Home Nursing&rsaquo; Post-Surgery Recovery&rsaquo; Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-89","post","type-post","status-publish","format-standard","hentry","category-blog"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\u203a Home Nursing\u203a Post-Surgery Recovery\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study\" \/>\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\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Home care services in ludhiana -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana\" \/>\n\t\t<meta property=\"og:description\" content=\"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\u203a Home Nursing\u203a Post-Surgery Recovery\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-29T08:03:40+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-29T08:03:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\u203a Home Nursing\u203a Post-Surgery Recovery\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study\" \/>\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\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#blogposting\",\"name\":\"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana\",\"headline\":\"Bladder Cancer Surgery Recovery at Home | Case Study\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/#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\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#articleImage\"},\"datePublished\":\"2026-07-29T08:03:40+00:00\",\"dateModified\":\"2026-07-29T08:03:40+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#listItem\",\"name\":\"Bladder Cancer Surgery Recovery at Home | Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#listItem\",\"position\":3,\"name\":\"Bladder Cancer Surgery Recovery at Home | Case Study\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/#organization\",\"name\":\"Home care services in ludhiana\",\"url\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-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\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/\",\"name\":\"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana\",\"description\":\"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\\u203a Home Nursing\\u203a Post-Surgery Recovery\\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/bladder-cancer-surgery-recovery-at-home-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-29T08:03:40+00:00\",\"dateModified\":\"2026-07-29T08:03:40+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/\",\"name\":\"Home care services in ludhiana\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/ludhiana\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana","description":"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\u203a Home Nursing\u203a Post-Surgery Recovery\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study","canonical_url":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#blogposting","name":"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana","headline":"Bladder Cancer Surgery Recovery at Home | Case Study","author":{"@id":"https:\/\/athomecare.in\/ludhiana\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/ludhiana\/#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\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#articleImage"},"datePublished":"2026-07-29T08:03:40+00:00","dateModified":"2026-07-29T08:03:40+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/ludhiana#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/ludhiana","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/ludhiana\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/ludhiana\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/ludhiana\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#listItem","name":"Bladder Cancer Surgery Recovery at Home | Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/ludhiana#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#listItem","position":3,"name":"Bladder Cancer Surgery Recovery at Home | Case Study","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/ludhiana\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/ludhiana\/#organization","name":"Home care services in ludhiana","url":"https:\/\/athomecare.in\/ludhiana\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/ludhiana\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/ludhiana\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-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\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#webpage","url":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/","name":"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana","description":"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\u203a Home Nursing\u203a Post-Surgery Recovery\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/ludhiana\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/ludhiana\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/ludhiana\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-29T08:03:40+00:00","dateModified":"2026-07-29T08:03:40+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/ludhiana\/#website","url":"https:\/\/athomecare.in\/ludhiana\/","name":"Home care services in ludhiana","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/ludhiana\/#organization"}}]},"og:locale":"en_US","og:site_name":"Home care services in ludhiana -","og:type":"article","og:title":"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana","og:description":"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\u203a Home Nursing\u203a Post-Surgery Recovery\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study","og:url":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/","article:published_time":"2026-07-29T08:03:40+00:00","article:modified_time":"2026-07-29T08:03:40+00:00","twitter:card":"summary_large_image","twitter:title":"Bladder Cancer Surgery Recovery at Home | Case Study - Home care services in ludhiana","twitter:description":"Bladder Cancer Surgery Recovery at Home | Fictional Case Study Trusted Home Healthcare Across India Call: 9910823218 AtHomeCare Home Patient Care Physiotherapy Doctor Visit Equipment Call Now Home\u203a Home Nursing\u203a Post-Surgery Recovery\u203a Bladder Cancer Surgery Recovery Case Study Case Study Educational Purpose Only Home Recovery After Radical Cystectomy for Bladder Cancer This fictional case study"},"aioseo_meta_data":{"post_id":"89","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-29 07:16:11","updated":"2026-07-30 07:44:51","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\/ludhiana\" 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\/ludhiana\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBladder Cancer Surgery Recovery at Home | Case Study\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/ludhiana"},{"label":"Blog","link":"https:\/\/athomecare.in\/ludhiana\/category\/blog\/"},{"label":"Bladder Cancer Surgery Recovery at Home | Case Study","link":"https:\/\/athomecare.in\/ludhiana\/bladder-cancer-surgery-recovery-at-home-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/posts\/89","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/comments?post=89"}],"version-history":[{"count":6,"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/posts\/89\/revisions"}],"predecessor-version":[{"id":95,"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/posts\/89\/revisions\/95"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/media?parent=89"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/categories?post=89"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/ludhiana\/wp-json\/wp\/v2\/tags?post=89"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}