{"id":644,"date":"2026-08-25T05:36:22","date_gmt":"2026-08-25T05:36:22","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=644"},"modified":"2026-08-25T05:36:23","modified_gmt":"2026-08-25T05:36:23","slug":"congenital-myotubular-myopathy-home-care-in-mohali","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/","title":{"rendered":"Congenital Myotubular Myopathy Home Care in Mohali"},"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>Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study<\/title>\n    <meta name=\"description\" content=\"A fictional Mohali case study covering adult congenital myotubular myopathy care, respiratory support, airway-clearance strategies, functional rehabilitation, mobility training, and energy conservation.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/congenital-myotubular-myopathy-home-care-mohali\">\n    <meta property=\"og:title\" content=\"Congenital Myotubular Myopathy Adult Respiratory Support and Functional Care in Mohali\">\n    <meta property=\"og:description\" content=\"A detailed clinical case study on managing adult congenital myotubular myopathy at home with respiratory support, physiotherapy, and family education.\">\n    <meta property=\"og:type\" content=\"article\">\n    <meta property=\"og:url\" content=\"https:\/\/athomecare.in\/congenital-myotubular-myopathy-home-care-mohali\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Merriweather:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n        :root {\n            --primary: #1a5276;\n            --primary-light: #2980b9;\n            --primary-bg: #eaf2f8;\n            --accent: #148f77;\n            --accent-light: #1abc9c;\n            --accent-bg: #e8f8f5;\n            --warning-bg: #fef9e7;\n            --warning-border: #f39c12;\n            --danger-bg: #fdedec;\n            --danger-border: #e74c3c;\n            --info-bg: #ebf5fb;\n            --info-border: #3498db;\n            --text-dark: #1c2833;\n            --text-mid: #566573;\n            --text-light: #7f8c8d;\n            --bg-white: #ffffff;\n            --bg-page: #f4f6f7;\n            --bg-section: #f8f9f9;\n            --border-light: #d5dbdb;\n            --border-lighter: #eaecee;\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n            --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n            --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);\n            --radius: 8px;\n            --radius-lg: 12px;\n            --max-width: 820px;\n        }\n\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: var(--bg-page);\n            color: var(--text-dark);\n            line-height: 1.75;\n            font-size: 16px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container {\n            max-width: var(--max-width);\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Breadcrumb *\/\n        .breadcrumb {\n            background: var(--bg-white);\n            border-bottom: 1px solid var(--border-lighter);\n            padding: 12px 0;\n            font-size: 13px;\n            color: var(--text-light);\n        }\n        .breadcrumb a { color: var(--primary-light); text-decoration: none; }\n        .breadcrumb a:hover { text-decoration: underline; }\n        .breadcrumb span { margin: 0 6px; color: var(--border-light); }\n\n        \/* Hero *\/\n        .hero {\n            background: linear-gradient(135deg, var(--primary) 0%, #1a6e5c 100%);\n            color: #fff;\n            padding: 48px 0 56px;\n            margin-bottom: 0;\n        }\n        .hero-label {\n            display: inline-block;\n            background: rgba(255,255,255,0.15);\n            border: 1px solid rgba(255,255,255,0.25);\n            padding: 4px 14px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n            margin-bottom: 18px;\n        }\n        .hero h1 {\n            font-family: 'Merriweather', serif;\n            font-size: 28px;\n            font-weight: 700;\n            line-height: 1.4;\n            margin-bottom: 16px;\n            max-width: 700px;\n        }\n        .hero-summary {\n            font-size: 15px;\n            line-height: 1.7;\n            opacity: 0.9;\n            max-width: 660px;\n            margin-bottom: 28px;\n        }\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 12px;\n            max-width: 700px;\n        }\n        .hero-stat {\n            background: rgba(255,255,255,0.1);\n            border: 1px solid rgba(255,255,255,0.15);\n            border-radius: var(--radius);\n            padding: 14px 16px;\n        }\n        .hero-stat-label {\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            opacity: 0.7;\n            margin-bottom: 4px;\n        }\n        .hero-stat-value {\n            font-size: 15px;\n            font-weight: 600;\n        }\n\n        \/* Main Content *\/\n        .main-content {\n            background: var(--bg-white);\n            margin: -24px auto 0;\n            position: relative;\n            z-index: 2;\n            border-radius: var(--radius-lg) var(--radius-lg) 0 0;\n            padding: 40px 0 60px;\n            box-shadow: var(--shadow-lg);\n        }\n        @media (min-width: 768px) {\n            .main-content { padding: 56px 0 80px; }\n            .hero h1 { font-size: 34px; }\n        }\n\n        \/* Section Headings *\/\n        .section-heading {\n            font-family: 'Merriweather', serif;\n            font-size: 22px;\n            font-weight: 700;\n            color: var(--primary);\n            margin: 48px 0 18px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--primary-bg);\n        }\n        .section-heading:first-child { margin-top: 0; }\n        .sub-heading {\n            font-size: 17px;\n            font-weight: 600;\n            color: var(--text-dark);\n            margin: 28px 0 10px;\n        }\n        .sub-sub-heading {\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text-mid);\n            margin: 20px 0 8px;\n        }\n\n        \/* Paragraphs *\/\n        p {\n            margin-bottom: 14px;\n            color: var(--text-mid);\n            font-size: 15px;\n        }\n\n        \/* Lists *\/\n        ul, ol {\n            margin-bottom: 14px;\n            padding-left: 22px;\n        }\n        li {\n            margin-bottom: 6px;\n            color: var(--text-mid);\n            font-size: 15px;\n        }\n\n        \/* Links *\/\n        a { color: var(--primary-light); text-decoration: none; font-weight: 500; }\n        a:hover { text-decoration: underline; }\n\n        \/* Cards *\/\n        .card {\n            background: var(--bg-section);\n            border: 1px solid var(--border-lighter);\n            border-radius: var(--radius);\n            padding: 20px 22px;\n            margin: 16px 0;\n        }\n\n        \/* Alert Boxes *\/\n        .alert {\n            border-radius: var(--radius);\n            padding: 18px 20px;\n            margin: 18px 0;\n            font-size: 14px;\n            line-height: 1.7;\n        }\n        .alert-title {\n            font-weight: 700;\n            font-size: 14px;\n            margin-bottom: 6px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .alert-info {\n            background: var(--info-bg);\n            border-left: 4px solid var(--info-border);\n            color: #1a5276;\n        }\n        .alert-warning {\n            background: var(--warning-bg);\n            border-left: 4px solid var(--warning-border);\n            color: #7d6608;\n        }\n        .alert-danger {\n            background: var(--danger-bg);\n            border-left: 4px solid var(--danger-border);\n            color: #922b21;\n        }\n        .alert-success {\n            background: var(--accent-bg);\n            border-left: 4px solid var(--accent);\n            color: #0e6655;\n        }\n\n        \/* Doctor Card *\/\n        .doctor-card {\n            background: var(--bg-white);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-lg);\n            padding: 28px;\n            margin: 24px 0;\n            box-shadow: var(--shadow-sm);\n            display: flex;\n            gap: 22px;\n            align-items: flex-start;\n        }\n        .doctor-card img {\n            width: 90px;\n            height: 90px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid var(--primary-bg);\n            flex-shrink: 0;\n        }\n        .doctor-card .doctor-name {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 2px;\n        }\n        .doctor-card .doctor-cred {\n            font-size: 13px;\n            color: var(--text-light);\n            margin-bottom: 4px;\n        }\n        .doctor-card .doctor-spec {\n            font-size: 14px;\n            color: var(--text-mid);\n            margin-bottom: 10px;\n        }\n        .doctor-detail-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 6px 16px;\n            font-size: 13px;\n        }\n        .doctor-detail-grid dt { color: var(--text-light); font-weight: 500; }\n        .doctor-detail-grid dd { color: var(--text-dark); font-weight: 600; margin: 0; }\n        .treating-doctor-section {\n            margin-top: 20px;\n            padding-top: 18px;\n            border-top: 1px dashed var(--border-light);\n        }\n        .treating-doctor-section dl { font-size: 13px; }\n        .treating-doctor-section dt { color: var(--text-light); font-weight: 500; margin-top: 8px; }\n        .treating-doctor-section dd { color: var(--text-mid); margin: 2px 0 0; font-style: italic; }\n\n        \/* Tables *\/\n        .table-wrapper {\n            overflow-x: auto;\n            margin: 18px 0;\n            border-radius: var(--radius);\n            border: 1px solid var(--border-lighter);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        thead th {\n            background: var(--primary);\n            color: #fff;\n            padding: 12px 16px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n        }\n        tbody td {\n            padding: 11px 16px;\n            border-bottom: 1px solid var(--border-lighter);\n            color: var(--text-mid);\n        }\n        tbody tr:last-child td { border-bottom: none; }\n        tbody tr:nth-child(even) { background: var(--bg-section); }\n        tbody tr:hover { background: var(--primary-bg); }\n\n        \/* Timeline *\/\n        .timeline {\n            position: relative;\n            margin: 24px 0;\n            padding-left: 28px;\n        }\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 8px;\n            top: 6px;\n            bottom: 6px;\n            width: 2px;\n            background: var(--primary-bg);\n            border-radius: 2px;\n        }\n        .timeline-item {\n            position: relative;\n            margin-bottom: 24px;\n            padding-bottom: 24px;\n            border-bottom: 1px solid var(--border-lighter);\n        }\n        .timeline-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n        .timeline-item::before {\n            content: '';\n            position: absolute;\n            left: -24px;\n            top: 6px;\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background: var(--primary);\n            border: 2px solid var(--bg-white);\n            box-shadow: 0 0 0 2px var(--primary-bg);\n        }\n        .timeline-label {\n            display: inline-block;\n            background: var(--primary);\n            color: #fff;\n            font-size: 12px;\n            font-weight: 600;\n            padding: 2px 10px;\n            border-radius: 4px;\n            margin-bottom: 8px;\n        }\n        .timeline-content h4 {\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text-dark);\n            margin-bottom: 6px;\n        }\n        .timeline-content p {\n            font-size: 14px;\n            margin-bottom: 6px;\n        }\n        .timeline-content ul { font-size: 14px; }\n\n        \/* Risk Indicator *\/\n        .risk-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .risk-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n            padding: 12px 14px;\n            background: var(--bg-section);\n            border-radius: var(--radius);\n            border: 1px solid var(--border-lighter);\n            font-size: 14px;\n            color: var(--text-mid);\n        }\n        .risk-dot {\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n            flex-shrink: 0;\n            margin-top: 7px;\n        }\n        .risk-dot.red { background: var(--danger-border); }\n        .risk-dot.orange { background: var(--warning-border); }\n        .risk-dot.blue { background: var(--info-border); }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: linear-gradient(135deg, var(--primary-bg) 0%, #f0f8ff 100%);\n            border: 1px solid #bdd7ee;\n            border-radius: var(--radius-lg);\n            padding: 24px;\n            margin: 20px 0;\n        }\n        .scenario-card .scenario-label {\n            font-size: 11px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--primary);\n            margin-bottom: 8px;\n        }\n        .scenario-card p { font-size: 14px; color: var(--text-dark); margin-bottom: 8px; }\n\n        \/* Clinical Note *\/\n        .clinical-note {\n            background: #fafafa;\n            border: 1px solid var(--border-lighter);\n            border-left: 4px solid var(--primary);\n            border-radius: 0 var(--radius) var(--radius) 0;\n            padding: 18px 20px;\n            margin: 18px 0;\n            font-size: 14px;\n        }\n        .clinical-note::before {\n            content: 'Clinical Note';\n            display: block;\n            font-weight: 700;\n            font-size: 13px;\n            color: var(--primary);\n            margin-bottom: 6px;\n        }\n\n        \/* Daily Plan *\/\n        .daily-plan {\n            display: grid;\n            gap: 14px;\n            margin: 18px 0;\n        }\n        .daily-block {\n            border: 1px solid var(--border-lighter);\n            border-radius: var(--radius);\n            overflow: hidden;\n        }\n        .daily-block-header {\n            background: var(--primary-bg);\n            padding: 10px 16px;\n            font-weight: 600;\n            font-size: 14px;\n            color: var(--primary);\n            border-bottom: 1px solid var(--border-lighter);\n        }\n        .daily-block-body {\n            padding: 14px 16px;\n            font-size: 14px;\n            color: var(--text-mid);\n        }\n        .daily-block-body ul { margin-bottom: 0; padding-left: 18px; }\n\n        \/* FAQ *\/\n        .faq-item {\n            border: 1px solid var(--border-lighter);\n            border-radius: var(--radius);\n            margin-bottom: 10px;\n            overflow: hidden;\n        }\n        .faq-question {\n            padding: 16px 20px;\n            font-weight: 600;\n            font-size: 15px;\n            color: var(--text-dark);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: var(--bg-section);\n            transition: background 0.2s;\n            user-select: none;\n        }\n        .faq-question:hover { background: var(--primary-bg); }\n        .faq-icon {\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            background: var(--primary);\n            color: #fff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n            font-weight: 700;\n            flex-shrink: 0;\n            transition: transform 0.3s;\n        }\n        .faq-item.open .faq-icon { transform: rotate(45deg); }\n        .faq-answer {\n            padding: 0 20px;\n            max-height: 0;\n            overflow: hidden;\n            transition: padding 0.3s, max-height 0.3s;\n            font-size: 14px;\n            color: var(--text-mid);\n            line-height: 1.75;\n        }\n        .faq-item.open .faq-answer {\n            padding: 16px 20px;\n            max-height: 500px;\n        }\n\n        \/* Contact *\/\n        .contact-card {\n            background: var(--primary);\n            color: #fff;\n            border-radius: var(--radius-lg);\n            padding: 32px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        .contact-card h3 {\n            font-family: 'Merriweather', serif;\n            font-size: 22px;\n            margin-bottom: 20px;\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 14px;\n            text-align: left;\n            max-width: 500px;\n            margin: 0 auto;\n        }\n        @media (min-width: 540px) {\n            .contact-grid { grid-template-columns: auto 1fr; gap: 8px 16px; }\n        }\n        .contact-label {\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            opacity: 0.7;\n            font-weight: 600;\n        }\n        .contact-value {\n            font-size: 15px;\n            font-weight: 500;\n        }\n        .contact-value a { color: #fff; text-decoration: none; }\n        .contact-value a:hover { text-decoration: underline; }\n\n        \/* Disclaimer *\/\n        .disclaimer {\n            background: #f9f9f9;\n            border: 1px solid var(--border-lighter);\n            border-radius: var(--radius);\n            padding: 20px;\n            margin: 30px 0;\n            font-size: 13px;\n            color: var(--text-light);\n            line-height: 1.8;\n        }\n        .disclaimer strong { color: var(--text-mid); }\n\n        \/* Outcome Grid *\/\n        .outcome-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 12px;\n            margin: 18px 0;\n        }\n        .outcome-card {\n            background: var(--accent-bg);\n            border: 1px solid #a3e4d7;\n            border-radius: var(--radius);\n            padding: 16px;\n            text-align: center;\n        }\n        .outcome-card .oc-icon {\n            font-size: 24px;\n            margin-bottom: 6px;\n        }\n        .outcome-card .oc-title {\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: var(--accent);\n            font-weight: 600;\n            margin-bottom: 4px;\n        }\n        .outcome-card .oc-value {\n            font-size: 15px;\n            font-weight: 700;\n            color: var(--text-dark);\n        }\n\n        \/* Equipment Grid *\/\n        .equip-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 10px;\n            margin: 14px 0;\n        }\n        .equip-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 10px 14px;\n            background: var(--bg-section);\n            border: 1px solid var(--border-lighter);\n            border-radius: var(--radius);\n            font-size: 14px;\n            color: var(--text-mid);\n        }\n        .equip-item .eq-dot {\n            width: 6px;\n            height: 6px;\n            background: var(--accent);\n            border-radius: 50%;\n            flex-shrink: 0;\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: var(--text-dark);\n            color: rgba(255,255,255,0.6);\n            text-align: center;\n            padding: 24px 20px;\n            font-size: 13px;\n        }\n        .footer a { color: rgba(255,255,255,0.8); }\n\n        \/* Responsive *\/\n        @media (max-width: 600px) {\n            .hero { padding: 32px 0 40px; }\n            .hero h1 { font-size: 22px; }\n            .hero-grid { grid-template-columns: 1fr 1fr; }\n            .hero-stat { padding: 10px 12px; }\n            .doctor-card { flex-direction: column; align-items: center; text-align: center; }\n            .doctor-detail-grid { grid-template-columns: 1fr; }\n            .risk-grid { grid-template-columns: 1fr; }\n            .outcome-grid { grid-template-columns: 1fr 1fr; }\n            .equip-grid { grid-template-columns: 1fr; }\n            .section-heading { font-size: 19px; }\n            .main-content { padding: 28px 0 40px; margin-top: -16px; }\n            .contact-card { padding: 24px 18px; }\n        }\n\n        \/* Print *\/\n        @media print {\n            .hero, .footer, .contact-card, .faq-icon { display: none; }\n            .main-content { margin: 0; box-shadow: none; border-radius: 0; }\n            .faq-answer { max-height: none; padding: 12px 20px; }\n        }\n\n        \/* Smooth image placeholder *\/\n        .img-placeholder {\n            background: var(--primary-bg);\n            border: 1px solid var(--border-lighter);\n            border-radius: var(--radius);\n            padding: 40px 20px;\n            text-align: center;\n            color: var(--text-light);\n            font-size: 14px;\n            margin: 18px 0;\n        }\n    <\/style>\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Congenital Myotubular Myopathy Adult Respiratory Support and Functional Care in Mohali\",\n        \"description\": \"A fictional Mohali case study covering adult congenital myotubular myopathy care, respiratory support, airway-clearance strategies, functional rehabilitation, mobility training, and energy conservation.\",\n        \"url\": \"https:\/\/athomecare.in\/congenital-myotubular-myopathy-home-care-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Congenital Myotubular Myopathy\"\n        },\n        \"author\": {\n            \"@type\": \"Physician\",\n            \"name\": \"Dr. Ekta Fageriya\",\n            \"credential\": \"MBBS\",\n            \"medicalSpecialty\": \"Geriatric Medicine\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"AtHomeCare\"\n        }\n    }\n    <\/script>\n<\/head>\n<body>\n\n<!-- Breadcrumb -->\n<nav class=\"breadcrumb\" aria-label=\"Breadcrumb\">\n    <div class=\"container\">\n        <a href=\"https:\/\/athomecare.in\/\">Home<\/a>\n        <span>&#8250;<\/span>\n        <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing<\/a>\n        <span>&#8250;<\/span>\n        <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a>\n        <span>&#8250;<\/span>\n        Case Study\n    <\/div>\n<\/nav>\n\n<!-- Hero Section -->\n<header class=\"hero\">\n    <div class=\"container\">\n        <div class=\"hero-label\">Clinical Case Study<\/div>\n        <h1>Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali<\/h1>\n        <p class=\"hero-summary\" style=\"color:#ffffff;\">A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy through post-hospitalization respiratory recovery, functional rehabilitation, and caregiver education in Mohali, Punjab.<\/p>\n        <div class=\"hero-grid\">\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Patient Age<\/div>\n                <div class=\"hero-stat-value\">28 Years<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Gender<\/div>\n                <div class=\"hero-stat-value\">Male<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Location<\/div>\n                <div class=\"hero-stat-value\">Mohali, Punjab<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Primary Condition<\/div>\n                <div class=\"hero-stat-value\">Congenital Myotubular Myopathy<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Duration of Care<\/div>\n                <div class=\"hero-stat-value\">12 Weeks<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat-label\">Final Outcome<\/div>\n                <div class=\"hero-stat-value\">Functional Stabilization<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/header>\n\n<!-- Main Content -->\n<main class=\"main-content\">\n    <div class=\"container\">\n\n        <!-- Image Placeholder -->\n        <div class=\"img-placeholder\" role=\"img\" aria-label=\"Fictional Mohali patient receiving respiratory and functional rehabilitation support during adult myotubular myopathy home care\">\n            Fictional Mohali patient receiving respiratory and functional rehabilitation support during adult myotubular myopathy home care\n        <\/div>\n\n        <!-- Patient Background -->\n        <h2 class=\"section-heading\">Patient Background<\/h2>\n\n        <p>Mr. Harpreet Gill was a 28-year-old freelance digital illustrator living in Mohali, Punjab. He was unmarried and resided with his mother, Mrs. Baljit Gill, who served as his primary caregiver. His brother, Mr. Manpreet Gill, provided secondary caregiving support when needed.<\/p>\n\n        <p>Harpreet had been living with congenital myotubular myopathy since birth. This is a rare inherited neuromuscular disorder that causes significant muscle weakness affecting multiple body systems. Despite his condition, Harpreet had built a meaningful career as a digital illustrator, working independently on computer-based projects from his home setup.<\/p>\n\n        <p>Before the recent hospitalization, Harpreet&#8217;s baseline functional status reflected the chronic nature of his condition. He could perform several activities independently but required physical assistance for heavier tasks and longer-distance mobility. He used a wheelchair for outdoor distances and walked short distances indoors with support. Transfers from low surfaces, climbing stairs, and prolonged standing were consistently challenging due to proximal muscle weakness.<\/p>\n\n        <div class=\"card\">\n            <p><strong>Baseline Functional Profile Before Hospitalization:<\/strong><\/p>\n            <ul>\n                <li>Walked short distances indoors with support<\/li>\n                <li>Used a wheelchair for longer outdoor mobility<\/li>\n                <li>Required assistance with bed-to-chair transfers, low-seat transfers, and shower transfers<\/li>\n                <li>Could feed himself, use a computer, communicate independently, and manage upper-body grooming with setup<\/li>\n                <li>Required help with bathing, lower-body dressing, meal preparation, and household chores<\/li>\n            <\/ul>\n        <\/div>\n\n        <p>The reason for his recent hospital admission was a respiratory infection that developed on top of his underlying respiratory muscle weakness. The infection caused increased coughing, fatigue, and difficulty clearing respiratory secretions. Because his breathing muscles were already weakened by the neuromuscular condition, even a moderate respiratory infection placed significant additional stress on his respiratory system. He required six days of hospital-based monitoring and supportive treatment before his condition stabilized sufficiently for discharge.<\/p>\n\n        <h2 class=\"section-heading\">Clinical Diagnosis<\/h2>\n\n        <h3 class=\"sub-heading\">Primary Diagnosis: Congenital Myotubular Myopathy<\/h3>\n\n        <p>Congenital myotubular myopathy is a rare genetic muscle disorder caused by mutations in the MTM1 gene (X-linked form) or related genes. It primarily affects skeletal muscles, leading to weakness that varies widely in severity between individuals. The condition is present from birth, though some individuals with milder forms may survive into adulthood with varying degrees of functional limitation.<\/p>\n\n        <p>In Harpreet&#8217;s case, the condition affected several key areas that directly influenced his daily life and his vulnerability to respiratory infections.<\/p>\n\n        <div class=\"clinical-note\">\n            The term &#8220;myotubular&#8221; refers to the appearance of muscle fibers under a microscope, which resemble myotubes (an early stage of normal muscle development). This does not mean the muscles are immature in a reversible sense. The structural abnormality is permanent, which is why treatment focuses on managing symptoms, preventing complications, and maximizing functional ability rather than curing the underlying condition.\n        <\/div>\n\n        <h3 class=\"sub-sub-heading\">How the Condition Affected Harpreet<\/h3>\n\n        <p><strong>Respiratory muscles:<\/strong> The muscles that expand the chest during breathing and generate cough force were weakened. This meant Harpreet had reduced respiratory reserve. During healthy periods, he could manage adequately. But during infections, his ability to take deep breaths and generate a strong cough became significantly compromised.<\/p>\n\n        <p><strong>Neck and trunk muscles:<\/strong> Weakness in these areas affected his sitting balance, postural control, and overall endurance for upright activities.<\/p>\n\n        <p><strong>Limb muscles:<\/strong> Proximal muscles (those closer to the body&#8217;s center, such as shoulder and hip muscles) were more affected than distal muscles. This pattern made tasks like standing from a seated position, lifting objects, and climbing stairs particularly difficult.<\/p>\n\n        <p><strong>Mobility and endurance:<\/strong> The combination of muscle weakness across these areas reduced his overall stamina for physical activity and made him prone to fatigue during prolonged tasks.<\/p>\n\n        <h3 class=\"sub-heading\">Associated Conditions at the Time of Discharge<\/h3>\n\n        <p>Beyond the primary diagnosis, several associated factors influenced Harpreet&#8217;s home care plan.<\/p>\n\n        <ul>\n            <li><strong>Respiratory muscle weakness:<\/strong> Reduced respiratory reserve during infections and prolonged activity, making him vulnerable to respiratory decompensation even from common illnesses.<\/li>\n            <li><strong>Reduced cough strength:<\/strong> Difficulty generating a strong cough, particularly when fatigued, which impaired his ability to clear secretions independently during respiratory illnesses.<\/li>\n            <li><strong>Proximal muscle weakness:<\/strong> Ongoing difficulty with standing from low surfaces, climbing stairs, and performing transfers that required hip and shoulder strength.<\/li>\n            <li><strong>Post-hospital deconditioning:<\/strong> Decline in mobility and endurance that occurred during the six-day hospitalization. Even a brief period of reduced activity can lead to measurable deconditioning in patients with neuromuscular weakness, because they start from a lower baseline of muscle function.<\/li>\n        <\/ul>\n\n        <p>He had no known diagnosis of diabetes or chronic kidney disease, which simplified some aspects of his medical management.<\/p>\n\n        <h2 class=\"section-heading\">Hospital Treatment<\/h2>\n\n        <p>Harpreet was hospitalized for six days after developing a respiratory infection. The hospital course focused on stabilizing his respiratory status, managing the infection, and ensuring he could safely clear secretions before returning home.<\/p>\n\n        <div class=\"scenario-card\">\n            <div class=\"scenario-label\">Clinical Scenario<\/div>\n            <p>For a patient with congenital myotubular myopathy, a respiratory infection is not a routine illness. Weak respiratory muscles mean the patient cannot compensate for the increased work of breathing that infection causes. Secretions that a healthy person might clear with a few forceful coughs can accumulate and partially obstruct airways in someone with reduced cough strength. This is why hospital-based monitoring was necessary rather than home-based treatment of the acute infection.<\/p>\n        <\/div>\n\n        <p>During hospitalization, the medical team provided respiratory monitoring, supportive treatment for the infection, and strategies to assist with airway clearance. The specific details of medications and interventions were documented in his hospital discharge summary, which formed the basis of the home care plan.<\/p>\n\n        <p>Harpreet was discharged once his respiratory status became stable. The discharge plan included prescribed medications, a respiratory support protocol from his specialist, referral for continued physiotherapy, and clear instructions for respiratory monitoring at home.<\/p>\n\n        <div class=\"alert alert-info\">\n            <div class=\"alert-title\">&#9432; Why the Discharge Summary Matters<\/div>\n            The hospital discharge summary is the single most important document guiding home healthcare. It provides the diagnosis, treatment given, medications prescribed, specialist recommendations, and specific instructions for home monitoring. Every intervention in Harpreet&#8217;s home care plan was derived from or aligned with this document.\n        <\/div>\n\n        <h2 class=\"section-heading\">Why Home Healthcare Was Needed<\/h2>\n\n        <p>At the time of discharge, Harpreet was medically stable but functionally vulnerable. The decision to arrange professional home healthcare was based on several clinical considerations.<\/p>\n\n        <p><strong>Respiratory vulnerability:<\/strong> Even though his acute infection had resolved, his respiratory muscles remained weak. A second infection or a setback in secretion clearance could rapidly escalate in someone with limited respiratory reserve. Having a trained nurse monitoring his breathing, oxygen saturation, and cough effectiveness at home provided an early warning system that his family alone might not have been able to offer with the same consistency.<\/p>\n\n        <p><strong>Deconditioning risk:<\/strong> Six days of reduced mobility during hospitalization had measurably reduced his walking tolerance and transfer ability. Without structured rehabilitation, this deconditioning could have progressed, leading to further loss of function. A <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapist at home<\/a> could begin gentle, supervised rehabilitation within the safe environment of his own house, avoiding the physical stress of traveling to an outpatient clinic.<\/p>\n\n        <p><strong>Caregiver burden and safety:<\/strong> Harpreet&#8217;s mother was his primary caregiver. While she was deeply committed to his well-being, managing assisted transfers, respiratory monitoring, and secretion management without professional training carried risks for both Harpreet and herself. Unsafe transfer techniques could lead to falls for Harpreet or back and shoulder injuries for his mother. A trained <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">patient attendant<\/a> could handle physical assistance tasks safely while the nurse focused on clinical monitoring.<\/p>\n\n        <p><strong>Nutritional monitoring:<\/strong> Fatigue from the illness and from the underlying condition was interfering with his appetite and meal duration. Prolonged meals were causing excessive tiredness, creating a cycle where poor intake led to lower energy, which further reduced his ability to eat adequately. Professional monitoring helped identify this pattern and make practical adjustments.<\/p>\n\n        <p><strong>Prevention of avoidable readmission:<\/strong> The period immediately after discharge from a respiratory hospitalization is a high-risk window for patients with neuromuscular conditions. <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-at-home-faridabad\/\">Post-hospital recovery care at home<\/a> addresses this vulnerability by maintaining close clinical oversight during the weeks when complications are most likely to occur.<\/p>\n\n        <div class=\"clinical-note\">\n            Home healthcare for neuromuscular patients does not replace specialist care. Harpreet continued to have pulmonology and neuromuscular follow-up appointments as scheduled. The home team&#8217;s role was to implement the specialist&#8217;s plan, monitor for warning signs, and coordinate referrals when needed. This distinction is important for families to understand.\n        <\/div>\n\n        <h2 class=\"section-heading\">Presenting Condition After Discharge<\/h2>\n\n        <p>At the first home assessment, Harpreet was alert and comfortable at rest. He did not have acute respiratory distress. However, he reported several symptoms and limitations that reflected both the residual effects of the infection and the deconditioning from hospitalization.<\/p>\n\n        <ul>\n            <li>Generalized fatigue that was worse than his pre-illness baseline<\/li>\n            <li>Reduced walking tolerance compared to before hospitalization<\/li>\n            <li>Mild residual cough with difficulty clearing secretions when tired<\/li>\n            <li>Noticeable weakness while standing, even for brief periods<\/li>\n            <li>Increased dependence on family for household activities<\/li>\n        <\/ul>\n\n        <h3 class=\"sub-heading\">Initial Clinical Assessment Findings<\/h3>\n\n        <div class=\"table-wrapper\">\n            <table>\n                <thead>\n                    <tr>\n                        <th>Clinical Parameter<\/th>\n                        <th>Finding<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Blood Pressure<\/td>\n                        <td>116\/72 mmHg<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Heart Rate<\/td>\n                        <td>82 beats\/min<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Respiratory Rate<\/td>\n                        <td>18\/min<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Temperature<\/td>\n                        <td>98.1\u00b0F<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Oxygen Saturation<\/td>\n                        <td>96% on room air<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>General Condition<\/td>\n                        <td>Stable at rest<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <p>These vital signs were within acceptable ranges, which confirmed that Harpreet was medically stable for home care. However, as the treating team recognized, normal vital signs at rest do not rule out functional limitations or vulnerability to deterioration during activity. This is a critical point that families often misunderstand, and it explains why ongoing monitoring was necessary even when Harpreet &#8220;looked fine&#8221; while sitting still.<\/p>\n\n        <div class=\"alert alert-warning\">\n            <div class=\"alert-title\">&#9888; Important Clinical Point<\/div>\n            Patients with neuromuscular weakness can have normal vital signs at rest but experience significant difficulty during even mild activity. Respiratory rate and oxygen saturation may only change when the patient is already in distress. This is why monitoring must include functional observations (cough effort, breathing pattern during movement, fatigue level) rather than relying solely on numerical vital sign readings. Read more about <a href=\"https:\/\/athomecare.in\/why-stable-patients-suddenly-crash-at-home\/\" style=\"color:#7d6608;\">why stable patients can suddenly deteriorate at home<\/a>.\n        <\/div>\n\n        <h2 class=\"section-heading\">Home Care Plan by AtHomeCare<\/h2>\n\n        <p>The home care plan was structured around three core disciplines: nursing, attendant care, and physiotherapy. Each component addressed specific aspects of Harpreet&#8217;s recovery and long-term management.<\/p>\n\n        <h3 class=\"sub-heading\">Home Nursing<\/h3>\n\n        <p>The <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nurse<\/a> was responsible for the clinical monitoring and coordination components of the plan. This role was distinct from the attendant&#8217;s role, which focused on physical assistance with daily activities.<\/p>\n\n        <p><strong>Respiratory status monitoring:<\/strong> The nurse checked Harpreet&#8217;s respiratory rate, observed his breathing pattern, assessed his cough effectiveness, and monitored for signs of increased work of breathing. These observations were documented at each visit and compared against baseline to detect subtle changes early.<\/p>\n\n        <p><strong>Vital signs and temperature:<\/strong> Blood pressure, heart rate, respiratory rate, and temperature were checked regularly. For Harpreet, temperature monitoring was particularly important because fever could signal a recurrent respiratory infection, which would require urgent medical evaluation.<\/p>\n\n        <p><strong>Oxygen saturation:<\/strong> When clinically appropriate, the nurse used a <a href=\"https:\/\/athomecare.in\/medical-equipment-rental\/\">pulse oximeter<\/a> to measure oxygen saturation. This was not done continuously but at structured intervals and when respiratory symptoms changed. The readings were interpreted in the context of his overall breathing effort and clinical condition, not in isolation.<\/p>\n\n        <p><strong>Medication review:<\/strong> The nurse reviewed Harpreet&#8217;s medications to ensure compliance, checked for any side effects, and confirmed that the family understood the dosing schedule. <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">Medication monitoring<\/a> is especially important after hospital discharge when new medications may have been added and families are still adjusting to the routine.<\/p>\n\n        <p><strong>Hydration and appetite monitoring:<\/strong> The nurse tracked Harpreet&#8217;s fluid intake, meal duration, and appetite. Dehydration can thicken respiratory secretions, making them harder to clear. Reduced appetite can lead to energy depletion, which further reduces his ability to cough and participate in rehabilitation.<\/p>\n\n        <p><strong>Secretion observation:<\/strong> Changes in the amount, color, or thickness of sputum can indicate infection. The nurse monitored these characteristics and communicated any concerning changes to the treating physician.<\/p>\n\n        <p><strong>Specialist coordination:<\/strong> The nurse helped coordinate Harpreet&#8217;s pulmonology and neuromuscular follow-up appointments, ensuring that the home care plan remained aligned with specialist recommendations. When a <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor home visit<\/a> was needed, the nurse prepared a summary of the monitoring findings to facilitate clinical decision-making.<\/p>\n\n        <h3 class=\"sub-heading\">Patient Attendant<\/h3>\n\n        <p>The <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">patient attendant<\/a> provided the physical assistance that Harpreet needed for activities of daily living. This role was essential for both Harpreet&#8217;s safety and his mother&#8217;s wellbeing.<\/p>\n\n        <p><strong>Transfer assistance:<\/strong> The attendant helped Harpreet with bed-to-chair transfers, low-seat transfers, and shower transfers. Harpreet was able to participate actively during these transfers, which meant the attendant&#8217;s role was to guide and support rather than to lift him passively. This active participation was important for maintaining whatever muscle function Harpreet had.<\/p>\n\n        <p><strong>Bathing and dressing:<\/strong> Lower-body dressing and bathing required assistance. The attendant was trained to provide this help in a way that respected Harpreet&#8217;s privacy and encouraged his participation to the extent possible.<\/p>\n\n        <p><strong>Meal preparation and household activities:<\/strong> Fatigue made it difficult for Harpreet to prepare meals or manage household tasks. The attendant handled these responsibilities, allowing Harpreet to conserve his energy for rehabilitation and his computer-based work.<\/p>\n\n        <p><strong>Wheelchair mobility:<\/strong> For longer distances within and outside the home, the attendant assisted with wheelchair use, ensuring safe navigation through doorways and uneven surfaces.<\/p>\n\n        <h3 class=\"sub-heading\">Physiotherapy<\/h3>\n\n        <p>The <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy at home<\/a> component was carefully calibrated to Harpreet&#8217;s neuromuscular condition. This required a fundamentally different approach than physiotherapy for patients with normal muscle function.<\/p>\n\n        <div class=\"alert alert-info\">\n            <div class=\"alert-title\">&#9432; Why Exercise Approach Differs in Neuromuscular Conditions<\/div>\n            In healthy individuals, exercise often follows a &#8220;push harder&#8221; principle to build strength. In patients with significant neuromuscular weakness, this approach can be harmful. Excessive exercise can damage already compromised muscle fibers and lead to prolonged fatigue that takes days to recover from. The goal in Harpreet&#8217;s case was not to build new muscle but to preserve existing function, maintain joint range of motion, and prevent the secondary complications of immobility (contractures, further deconditioning). This distinction is central to safe rehabilitation in neuromuscular disorders. Learn more about <a href=\"https:\/\/athomecare.in\/customized-rehabilitation-and-strength-building-exercise-programs-a-pathway-to-recovery\/\">customized rehabilitation programs<\/a>.\n        <\/div>\n\n        <p><strong>Treatment goals:<\/strong><\/p>\n        <ul>\n            <li>Preserve available muscle strength without causing damage or excessive fatigue<\/li>\n            <li>Improve transfer ability through technique optimization rather than strength building<\/li>\n            <li>Prevent contractures through regular range-of-motion exercises<\/li>\n            <li>Improve functional mobility within safe limits<\/li>\n            <li>Reduce deconditioning from the hospitalization<\/li>\n            <li>Promote energy-efficient movement patterns<\/li>\n        <\/ul>\n\n        <p><strong>Treatment methods:<\/strong><\/p>\n        <ul>\n            <li>Gentle active-assisted exercises where Harpreet moved his limbs with the therapist&#8217;s support<\/li>\n            <li>Range-of-motion exercises to maintain joint flexibility, particularly in hips, knees, shoulders, and ankles<\/li>\n            <li>Supported sitting practice to improve trunk control and sitting balance<\/li>\n            <li>Sit-to-stand practice where safe, focusing on technique and pacing rather than repetitions<\/li>\n            <li>Transfer training to optimize how Harpreet and his caregivers performed daily transfers<\/li>\n            <li>Short walking sessions with appropriate assistance, distance gradually increased based on tolerance<\/li>\n            <li>Positioning strategies to prevent joint stiffness and maintain comfortable posture during rest<\/li>\n            <li>Energy-conservation training to help Harpreet plan his daily activities more efficiently<\/li>\n        <\/ul>\n\n        <p>Every session was adjusted based on Harpreet&#8217;s energy level that day. If he reported unusual fatigue, the session was modified or shortened. The therapist documented his response to each session to track trends over time.<\/p>\n\n        <h3 class=\"sub-heading\">Respiratory Physiotherapy<\/h3>\n\n        <p>The respiratory component of physiotherapy was individualized according to the recommendations of Harpreet&#8217;s treating respiratory and neuromuscular specialist. This was not a generic breathing exercise program.<\/p>\n\n        <p><a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\">Chest physiotherapy<\/a> in this context included appropriate breathing exercises to optimize lung expansion without exhausting respiratory muscles, positioning techniques to facilitate easier breathing, cough-support strategies to help Harpreet generate a more effective cough when needed, and secretion-management techniques prescribed specifically for his condition.<\/p>\n\n        <p>The objective was not to push his respiratory muscles to their limit but to improve the efficiency of his breathing and help him manage secretions with less fatigue. This balance requires clinical judgement and should only be performed according to specialist instructions.<\/p>\n\n        <h3 class=\"sub-heading\">Nutritional Support<\/h3>\n\n        <p>Nutritional monitoring was integrated into the daily care plan rather than treated as a separate service. The nurse and attendant together observed Harpreet&#8217;s eating patterns and reported concerns.<\/p>\n\n        <p>The family was guided to monitor meal duration, appetite changes, weight trends, and fluid intake. They were advised to organize meals around Harpreet&#8217;s energy levels, offering larger meals when he had more energy and simplifying meals during low-energy periods. Long meals that caused excessive fatigue were discouraged, and nutritional adjustments were made with professional guidance when required.<\/p>\n\n        <p>This approach recognized that in patients with significant fatigue, the act of eating itself can be physically demanding. Chewing, swallowing, and sitting upright for extended periods all require energy that may be in short supply during recovery. <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\">Nutrition and hydration monitoring<\/a> in such cases requires attention to how the patient eats, not just what or how much.<\/p>\n\n        <h3 class=\"sub-heading\">Equipment Used at Home<\/h3>\n\n        <p>The home setup included several pieces of equipment to support safe and effective care. Some were already part of Harpreet&#8217;s home arrangement, while others were arranged as part of the home care plan.<\/p>\n\n        <div class=\"equip-grid\">\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Pulse oximeter<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Digital BP monitor<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Digital thermometer<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Wheelchair<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Transfer board (when appropriate)<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Shower chair<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Bedside support rail<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Non-slip bathroom mat<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Adjustable seating<\/div>\n            <div class=\"equip-item\"><span class=\"eq-dot\"><\/span>Prescribed respiratory equipment<\/div>\n        <\/div>\n\n        <p>Families in Maholi and the wider Delhi NCR region can access <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">medical equipment on rent<\/a> to support similar home care setups. Proper equipment reduces caregiver strain and improves patient safety during daily activities.<\/p>\n\n        <h3 class=\"sub-heading\">Daily Care Plan<\/h3>\n\n        <p>The daily routine was structured to balance clinical monitoring, rehabilitation, personal care, rest, and Harpreet&#8217;s own work activities. The schedule was flexible and adjusted based on his energy levels each day.<\/p>\n\n        <div class=\"daily-plan\">\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">Morning Routine<\/div>\n                <div class=\"daily-block-body\">\n                    <ul>\n                        <li>Respiratory symptom check by nurse or attendant<\/li>\n                        <li>Prescribed medication administration<\/li>\n                        <li>Morning personal care with attendant assistance (bathing, grooming, dressing)<\/li>\n                        <li>Breakfast, timed to avoid prolonged meal duration<\/li>\n                        <li>Gentle mobility exercises with physiotherapist<\/li>\n                        <li>Rest period to allow recovery before midday activities<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">Afternoon Routine<\/div>\n                <div class=\"daily-block-body\">\n                    <ul>\n                        <li>Lunch with hydration monitoring<\/li>\n                        <li>Rest period<\/li>\n                        <li>Computer-based illustration work (Harpreet&#8217;s independent activity)<\/li>\n                        <li>Physiotherapy session (timing adjusted based on morning energy levels)<\/li>\n                        <li>Short mobility session with assistance<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">Evening Routine<\/div>\n                <div class=\"daily-block-body\">\n                    <ul>\n                        <li>Respiratory symptom review<\/li>\n                        <li>Light activity as tolerated<\/li>\n                        <li>Dinner with nutritional intake monitoring<\/li>\n                        <li>Evening medication<\/li>\n                        <li>Positioning for comfortable rest<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"daily-block\">\n                <div class=\"daily-block-header\">Night Routine<\/div>\n                <div class=\"daily-block-body\">\n                    <ul>\n                        <li>Respiratory status review before bedtime<\/li>\n                        <li>Prescribed respiratory equipment checked and confirmed functional<\/li>\n                        <li>Medication confirmed<\/li>\n                        <li>Room kept comfortable and free from environmental irritants (dust, strong odors, cold air)<\/li>\n                        <li>Positioning optimized for breathing comfort<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"section-heading\">Recovery Timeline<\/h2>\n\n        <p>Recovery in congenital myotubular myopathy does not follow the same trajectory as recovery from an acute injury or surgery. The underlying condition is permanent, so &#8220;recovery&#8221; in this context means returning to the patient&#8217;s pre-illness baseline and stabilizing function, not reversing the disease process.<\/p>\n\n        <div class=\"timeline\">\n            <div class=\"timeline-item\">\n                <div class=\"timeline-label\">Week 1<\/div>\n                <div class=\"timeline-content\">\n                    <h4>Initial Stabilization and Assessment<\/h4>\n                    <p>The home care team completed a comprehensive baseline assessment. The nurse established monitoring routines for respiratory status, vital signs, and secretion characteristics. The physiotherapist evaluated Harpreet&#8217;s current muscle strength, transfer ability, gait, sitting balance, and functional endurance. The attendant began assisting with daily activities and learning Harpreet&#8217;s specific needs and preferences.<\/p>\n                    <p>Harpreet was fatigued and required significant assistance for most transfers. Walking tolerance was reduced compared to his pre-hospitalization baseline. Mild residual cough persisted, and he had difficulty clearing secretions when tired.<\/p>\n                    <p><strong>Nursing focus:<\/strong> Establishing baseline measurements, confirming medication compliance, monitoring for signs of recurrent infection.<\/p>\n                    <p><strong>Family observation:<\/strong> Mrs. Gill reported feeling anxious about managing Harpreet&#8217;s respiratory symptoms at home without hospital-level support.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-label\">Week 2<\/div>\n                <div class=\"timeline-content\">\n                    <h4>Building Rhythm and Early Rehabilitation<\/h4>\n                    <p>The daily routine began to settle into a predictable pattern. Harpreet started participating in gentle active-assisted exercises and range-of-motion work. Transfer training sessions began, focusing on optimizing the technique for bed-to-chair transfers to reduce the physical effort required from both Harpreet and his caregivers.<\/p>\n                    <p>Respiratory symptoms remained stable with no fever or significant change in secretion characteristics. Appetite began to improve slightly as the family adjusted meal timing to match his energy levels.<\/p>\n                    <p><strong>Physiotherapy focus:<\/strong> Establishing safe exercise parameters, identifying Harpreet&#8217;s fatigue threshold, and educating the family about energy conservation principles.<\/p>\n                    <p><strong>Doctor review:<\/strong> Initial follow-up with the treating physician, who reviewed the home monitoring data and confirmed the plan direction.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-label\">Week 4<\/div>\n                <div class=\"timeline-content\">\n                    <h4>Respiratory Stabilization Achieved<\/h4>\n                    <p>By the four-week mark, Harpreet&#8217;s respiratory symptoms had stabilized. The residual cough had diminished, and he was clearing secretions more effectively with the prescribed airway-clearance techniques. His mother and brother had been trained in these techniques and could assist him confidently.<\/p>\n                    <p>Harpreet began participating more actively in bed-to-chair transfers. While he still required assistance, the amount of physical support needed had decreased compared to the first week. This was attributed partly to improved transfer technique and partly to early reversal of deconditioning.<\/p>\n                    <p><strong>Clinical note:<\/strong> The improvement in transfer ability at this stage reflected technique optimization and reduced deconditioning, not an increase in muscle strength. This distinction is important for setting realistic expectations.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-label\">Week 6<\/div>\n                <div class=\"timeline-content\">\n                    <h4>Functional Progress<\/h4>\n                    <p>Harpreet tolerated short indoor walking sessions with assistance. The distance was modest but represented meaningful progress from his post-discharge baseline. His appetite and hydration had improved, and the family reported that meals were less of a struggle after adjusting portion sizes and timing.<\/p>\n                    <p>The physiotherapist noted improved sitting balance, which translated to better comfort during computer work and meals. Energy-conservation strategies were becoming part of Harpreet&#8217;s daily routine rather than something he had to consciously think about.<\/p>\n                    <p><strong>Family observation:<\/strong> Mr. Manpreet Gill reported that he felt more confident assisting with transfers after the training sessions and that the process felt safer for both him and Harpreet.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-label\">Week 8<\/div>\n                <div class=\"timeline-content\">\n                    <h4>Increased Independence in Select Activities<\/h4>\n                    <p>Harpreet required less assistance for upper-body activities and could participate more consistently in his computer-based illustration work. This was an important quality-of-life outcome, as his work provided both income and a sense of purpose and identity beyond his condition.<\/p>\n                    <p>His weight remained stable, indicating that nutritional intake was meeting his energy needs. No respiratory hospitalizations had occurred during the rehabilitation period.<\/p>\n                    <p><strong>Nursing focus:<\/strong> Continuing to monitor for subtle respiratory changes while gradually reducing the intensity of nursing oversight as stability was confirmed.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"timeline-item\">\n                <div class=\"timeline-label\">Week 12<\/div>\n                <div class=\"timeline-content\">\n                    <h4>12-Week Assessment: Functional Stabilization<\/h4>\n                    <p>At the formal 12-week assessment, the following outcomes were documented.<\/p>\n                    <ul>\n                        <li>Respiratory symptoms remained stable with no recurrent infections or hospitalizations<\/li>\n                        <li>Indoor transfer ability had improved, with Harpreet requiring less physical assistance<\/li>\n                        <li>Walking tolerance had increased to approximately 70 metres with appropriate assistance<\/li>\n                        <li>Sitting balance had improved, supporting better participation in daily activities<\/li>\n                        <li>Harpreet participated more actively in personal-care tasks<\/li>\n                        <li>Weight remained stable<\/li>\n                        <li>Family confidence with respiratory support and transfer techniques had improved significantly<\/li>\n                    <\/ul>\n                    <p>The outcome represented functional stabilization and improved participation rather than reversal of the underlying neuromuscular disease. Harpreet had returned to approximately his pre-hospitalization baseline and, in some areas of daily function, had exceeded it slightly due to optimized transfer techniques and energy-conservation strategies.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"section-heading\">Clinical Evidence: Assessment Data<\/h2>\n\n        <h3 class=\"sub-heading\">Vital Signs at Initial Home Assessment<\/h3>\n        <div class=\"table-wrapper\">\n            <table>\n                <thead>\n                    <tr>\n                        <th>Parameter<\/th>\n                        <th>Value<\/th>\n                        <th>Interpretation<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Blood Pressure<\/td>\n                        <td>116\/72 mmHg<\/td>\n                        <td>Within normal range<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Heart Rate<\/td>\n                        <td>82 beats\/min<\/td>\n                        <td>Within normal range<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Respiratory Rate<\/td>\n                        <td>18\/min<\/td>\n                        <td>Within normal range at rest<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Temperature<\/td>\n                        <td>98.1\u00b0F<\/td>\n                        <td>No fever<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Oxygen Saturation<\/td>\n                        <td>96% on room air<\/td>\n                        <td>Adequate at rest<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <h3 class=\"sub-heading\">Functional Status Progression<\/h3>\n        <div class=\"table-wrapper\">\n            <table>\n                <thead>\n                    <tr>\n                        <th>Functional Domain<\/th>\n                        <th>Week 1 (Baseline)<\/th>\n                        <th>Week 6<\/th>\n                        <th>Week 12<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Bed-to-chair transfers<\/td>\n                        <td>Required significant assistance<\/td>\n                        <td>Participated more actively<\/td>\n                        <td>Improved, less assistance needed<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Indoor walking tolerance<\/td>\n                        <td>Reduced, fatigued quickly<\/td>\n                        <td>Tolerated short sessions<\/td>\n                        <td>Approximately 70 metres with assistance<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Sitting balance<\/td>\n                        <td>Adequate but limited endurance<\/td>\n                        <td>Improved<\/td>\n                        <td>Improved, better during work and meals<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Respiratory symptoms<\/td>\n                        <td>Mild residual cough, difficulty clearing secretions when tired<\/td>\n                        <td>Stable, appetite improving<\/td>\n                        <td>Stable, no recurrent infections<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Upper-body ADL participation<\/td>\n                        <td>Required setup and some assistance<\/td>\n                        <td>Gradually increasing<\/td>\n                        <td>Less assistance required<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Computer-based work<\/td>\n                        <td>Limited by fatigue<\/td>\n                        <td>Participating more consistently<\/td>\n                        <td>Consistent participation<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Nutritional status<\/td>\n                        <td>Reduced appetite, meal fatigue<\/td>\n                        <td>Appetite and hydration improved<\/td>\n                        <td>Weight stable<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Family confidence<\/td>\n                        <td>Anxious about respiratory management<\/td>\n                        <td>Brother reported increased confidence with transfers<\/td>\n                        <td>Confident with respiratory and transfer support<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <h3 class=\"sub-heading\">Independence Profile<\/h3>\n        <div class=\"table-wrapper\">\n            <table>\n                <thead>\n                    <tr>\n                        <th>Activity<\/th>\n                        <th>Required Assistance<\/th>\n                        <th>Independent<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Feeding<\/td>\n                        <td><\/td>\n                        <td>Yes<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Computer-based work<\/td>\n                        <td><\/td>\n                        <td>Yes (with energy management)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Communication<\/td>\n                        <td><\/td>\n                        <td>Yes<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Upper-body grooming<\/td>\n                        <td>Setup assistance<\/td>\n                        <td>Execution independent<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Bathing<\/td>\n                        <td>Yes<\/td>\n                        <td><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Lower-body dressing<\/td>\n                        <td>Yes<\/td>\n                        <td><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Meal preparation<\/td>\n                        <td>Yes<\/td>\n                        <td><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Household chores<\/td>\n                        <td>Yes<\/td>\n                        <td><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Long-distance mobility<\/td>\n                        <td>Yes (wheelchair)<\/td>\n                        <td><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Bed-to-chair transfers<\/td>\n                        <td>Yes (2-person for difficult transfers)<\/td>\n                        <td><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Low-seat transfers<\/td>\n                        <td>Yes<\/td>\n                        <td><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Shower transfers<\/td>\n                        <td>Yes<\/td>\n                        <td><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <h2 class=\"section-heading\">Risks Monitored Throughout Care<\/h2>\n\n        <p>The home healthcare team maintained ongoing vigilance for a range of potential complications. In a patient with neuromuscular weakness, early detection of deterioration can be the difference between home management and emergency hospitalization.<\/p>\n\n        <div class=\"risk-grid\">\n            <div class=\"risk-item\">\n                <span class=\"risk-dot red\"><\/span>\n                <span>Increasing breathlessness or work of breathing<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot red\"><\/span>\n                <span>Reduced oxygen saturation (when clinically relevant)<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot red\"><\/span>\n                <span>Difficulty clearing secretions<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot red\"><\/span>\n                <span>Fever with respiratory symptoms<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot orange\"><\/span>\n                <span>Increased respiratory rate<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot orange\"><\/span>\n                <span>Excessive fatigue beyond expected levels<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot orange\"><\/span>\n                <span>Aspiration-related symptoms during eating<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot orange\"><\/span>\n                <span>Falls during transfers or walking<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot blue\"><\/span>\n                <span>Contractures from reduced range of motion<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot blue\"><\/span>\n                <span>Pressure injuries from prolonged sitting<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot blue\"><\/span>\n                <span>Nutritional decline or unintended weight loss<\/span>\n            <\/div>\n            <div class=\"risk-item\">\n                <span class=\"risk-dot red\"><\/span>\n                <span>Blue discoloration (cyanosis) or marked drowsiness<\/span>\n            <\/div>\n        <\/div>\n\n        <div class=\"alert alert-danger\">\n            <div class=\"alert-title\">&#9888; Red Flag Symptoms Requiring Urgent Medical Attention<\/div>\n            The following symptoms required immediate medical evaluation and were not manageable at home: severe breathlessness at rest, blue discoloration of lips or fingertips, inability to clear secretions despite prescribed techniques, marked drowsiness or reduced alertness, rapidly worsening respiratory symptoms, or any sign of acute respiratory distress. The family was instructed to seek emergency care without delay if these occurred. Families can read more about <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" style=\"color:#922b21;\">warning signs and emergency response<\/a>.\n        <\/div>\n\n        <h2 class=\"section-heading\">Family Education<\/h2>\n\n        <p>Educating Harpreet&#8217;s mother and brother was a continuous process throughout the 12-week care period. The goal was not to make them healthcare professionals but to give them the knowledge and skills needed to manage daily care safely and recognize when to seek help.<\/p>\n\n        <h3 class=\"sub-heading\">Respiratory Warning Signs<\/h3>\n\n        <p>Mrs. Gill and Mr. Gill were educated to watch for and report the following changes.<\/p>\n        <ul>\n            <li>New or worsening breathlessness that was not explained by recent activity<\/li>\n            <li>Increased work of breathing, visible effort to breathe, or use of accessory muscles<\/li>\n            <li>Significant changes in the character of Harpreet&#8217;s cough (weaker, more frequent, or different sound)<\/li>\n            <li>Difficulty clearing secretions that persisted despite using prescribed techniques<\/li>\n            <li>Fever occurring alongside any respiratory symptom change<\/li>\n            <li>Unusual drowsiness or reduced responsiveness<\/li>\n        <\/ul>\n\n        <p>The family was specifically told that these signs required urgent medical assessment, not a wait-and-see approach. In neuromuscular patients, respiratory deterioration can progress rapidly because there is little physiological reserve to compensate.<\/p>\n\n        <h3 class=\"sub-heading\">Energy Conservation<\/h3>\n\n        <p>Harpreet was encouraged to adopt specific energy-conservation strategies as part of his daily life. These were not temporary measures but long-term adjustments to how he managed his activities.<\/p>\n        <ul>\n            <li>Break tasks into smaller steps instead of attempting long sequences of activity<\/li>\n            <li>Alternate activity with rest, scheduling rest periods before reaching the point of exhaustion<\/li>\n            <li>Sit during tasks whenever possible rather than standing<\/li>\n            <li>Avoid unnecessary rushing, which increases energy expenditure<\/li>\n            <li>Schedule demanding activities during periods of higher energy, which for Harpreet tended to be mid-morning<\/li>\n        <\/ul>\n\n        <p>The concept of energy conservation in neuromuscular conditions is similar to financial budgeting. Harpreet had a limited daily energy budget, and the goal was to spend it on the activities that mattered most to him (his work, his rehabilitation, his personal care) rather than wasting it on inefficient movement patterns or unnecessary physical effort. <a href=\"https:\/\/athomecare.in\/mobility-fall-prevention-daily-movement-plans-for-elderly-athomecare\/\">Daily movement planning<\/a> strategies can be adapted for patients of all ages with limited endurance.<\/p>\n\n        <h3 class=\"sub-heading\">Safe Transfer Techniques<\/h3>\n\n        <p>The family learned and practiced appropriate transfer techniques under the physiotherapist&#8217;s supervision. The training focused on reducing three specific risks: falls for Harpreet, physical injury (particularly shoulder and back strain) for the caregivers, and unnecessary physical exertion for Harpreet during transfers.<\/p>\n\n        <p>Key principles included proper body mechanics for the caregivers, use of the transfer board when appropriate, clear communication between Harpreet and the person assisting him, and knowing when a transfer required two people rather than one. The importance of not rushing transfers was emphasized repeatedly.<\/p>\n\n        <h2 class=\"section-heading\">Medical Authority<\/h2>\n\n        <div class=\"doctor-card\">\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\" loading=\"lazy\">\n            <div>\n                <div class=\"doctor-name\">Dr. Ekta Fageriya, MBBS<\/div>\n                <div class=\"doctor-cred\">RMC Registration No. 44780<\/div>\n                <div class=\"doctor-spec\">Specialization: Geriatric Medicine<\/div>\n                <div class=\"doctor-cred\">Clinical Experience: 7 Years<\/div>\n                <dl class=\"doctor-detail-grid\" style=\"margin-top:12px;\">\n                    <dt>Role<\/dt>\n                    <dd>Case Study Author<\/dd>\n                    <dt>Review Status<\/dt>\n                    <dd>Clinically Reviewed<\/dd>\n                <\/dl>\n                <div class=\"treating-doctor-section\">\n                    <dl>\n                        <dt>Treating Doctor<\/dt>\n                        <dd><\/dd>\n                        <dt>Qualification<\/dt>\n                        <dd><\/dd>\n                        <dt>Hospital<\/dt>\n                        <dd><\/dd>\n                        <dt>Medical Registration<\/dt>\n                        <dd><\/dd>\n                        <dt>Clinical Comments<\/dt>\n                        <dd><\/dd>\n                        <dt>Future Recommendations<\/dt>\n                        <dd><\/dd>\n                    <\/dl>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"section-heading\">Supporting Clinical Documents<\/h2>\n\n        <p>This case study was developed based on the following categories of clinical information, which form the evidentiary foundation of the documented care plan.<\/p>\n\n        <ul>\n            <li><strong>Hospital discharge summary:<\/strong> Provided the primary diagnosis, details of the hospital course, medications prescribed at discharge, and specific instructions for home monitoring and follow-up.<\/li>\n            <li><strong>Specialist recommendations:<\/strong> Instructions from the treating respiratory and neuromuscular team regarding respiratory support parameters, airway-clearance techniques, and physiotherapy guidelines specific to Harpreet&#8217;s condition.<\/li>\n            <li><strong>Home nursing assessment records:<\/strong> Documented vital signs, respiratory observations, secretion characteristics, hydration status, and appetite at each nursing visit.<\/li>\n            <li><strong>Physiotherapy progress notes:<\/strong> Recorded exercise tolerance, transfer ability, gait observations, sitting balance assessments, and functional endurance measurements across the 12-week period.<\/li>\n            <li><strong>Medication records:<\/strong> Documentation of prescribed medications, administration compliance, and any observed side effects.<\/li>\n        <\/ul>\n\n        <p>No confidential patient information is exposed in this document. All identifying details have been fictionalized, and the case is presented solely for educational purposes.<\/p>\n\n        <h2 class=\"section-heading\">Recovery Outcome<\/h2>\n\n        <div class=\"outcome-grid\">\n            <div class=\"outcome-card\">\n                <div class=\"oc-icon\">&#x1F4C8;<\/div>\n                <div class=\"oc-title\">Walking Tolerance<\/div>\n                <div class=\"oc-value\">~70 metres with assistance<\/div>\n            <\/div>\n            <div class=\"outcome-card\">\n                <div class=\"oc-icon\">&#x1F6E1;&#xFE0F;<\/div>\n                <div class=\"oc-title\">Respiratory Status<\/div>\n                <div class=\"oc-value\">Stable, no readmission<\/div>\n            <\/div>\n            <div class=\"outcome-card\">\n                <div class=\"oc-icon\">&#x2696;&#xFE0F;<\/div>\n                <div class=\"oc-title\">Weight<\/div>\n                <div class=\"oc-value\">Stable<\/div>\n            <\/div>\n            <div class=\"outcome-card\">\n                <div class=\"oc-icon\">&#x1F3AF;<\/div>\n                <div class=\"oc-title\">Transfer Ability<\/div>\n                <div class=\"oc-value\">Improved<\/div>\n            <\/div>\n        <\/div>\n\n        <p><strong>Mobility:<\/strong> Walking tolerance increased from significantly reduced at Week 1 to approximately 70 metres with appropriate assistance by Week 12. Transfer ability improved, with Harpreet requiring less physical support. Sitting balance improved, supporting better function during computer work and meals.<\/p>\n\n        <p><strong>Respiratory stability:<\/strong> No respiratory hospitalizations occurred during the 12-week documented period. Residual cough resolved, and secretion management improved with prescribed techniques and family training.<\/p>\n\n        <p><strong>Nutrition:<\/strong> Appetite and hydration improved after meal timing adjustments. Weight remained stable throughout the period.<\/p>\n\n        <p><strong>Medical stability:<\/strong> Vital signs remained within acceptable ranges. No fever or signs of recurrent infection were documented.<\/p>\n\n        <p><strong>Family feedback:<\/strong> Both Mrs. Gill and Mr. Gill reported increased confidence in managing Harpreet&#8217;s daily care, particularly in respiratory monitoring and safe transfer techniques. The anxiety that Mrs. Gill had expressed during Week 1 had substantially reduced by the end of the documented period.<\/p>\n\n        <p><strong>Remaining challenges:<\/strong> Congenital myotubular myopathy remains a lifelong condition. Harpreet continues to require assistance with transfers, bathing, dressing, meal preparation, and long-distance mobility. His respiratory muscles remain vulnerable during future infections. These are not failures of the home care plan but inherent features of the underlying diagnosis.<\/p>\n\n        <p><strong>Long-term care needs:<\/strong> Ongoing physiotherapy to maintain function and prevent contractures, continued respiratory monitoring during illnesses, regular specialist follow-up, and caregiver support as Harpreet&#8217;s needs may change over time. <a href=\"https:\/\/athomecare.in\/long-term-monitoring-follow-up-for-chronic-tracheostomy-care-in-gurgaon\/\">Long-term monitoring and follow-up<\/a> frameworks can be adapted for neuromuscular patients even without tracheostomy.<\/p>\n\n        <h2 class=\"section-heading\">Key Clinical Learnings<\/h2>\n\n        <div class=\"card\">\n            <ol style=\"margin-bottom:0;\">\n                <li style=\"margin-bottom:12px;\"><strong>Congenital myotubular myopathy in adults requires a fundamentally different rehabilitation approach than acute conditions.<\/strong> The goal is preservation and optimization of existing function, not recovery of lost function. Exercise programs must respect fatigue thresholds and avoid muscle damage.<\/li>\n                <li style=\"margin-bottom:12px;\"><strong>Respiratory infections in neuromuscular patients carry disproportionate risk.<\/strong> What might be a mild cold in a healthy person can become a life-threatening respiratory crisis in someone with weak breathing muscles. Post-infection monitoring should be more intensive and prolonged than families might expect.<\/li>\n                <li style=\"margin-bottom:12px;\"><strong>Normal vital signs at rest can be misleading.<\/strong> In neuromuscular patients, respiratory deterioration often first manifests during activity, not at rest. Monitoring must include functional observation, not just numerical measurements.<\/li>\n                <li style=\"margin-bottom:12px;\"><strong>Airway-clearance techniques must be individualized and specialist-prescribed.<\/strong> Generic breathing exercises or vigorous chest physiotherapy can be harmful if they exhaust respiratory muscles faster than they help clear secretions.<\/li>\n                <li style=\"margin-bottom:12px;\"><strong>Post-hospital deconditioning is measurable and reversible, but only with appropriately paced rehabilitation.<\/strong> Even six days of reduced activity can significantly affect a patient who starts from a low baseline.<\/li>\n                <li style=\"margin-bottom:12px;\"><strong>Energy conservation is a clinical intervention, not lifestyle advice.<\/strong> For patients with limited energy budgets, structured energy management directly affects their ability to participate in rehabilitation, work, and self-care.<\/li>\n                <li style=\"margin-bottom:12px;\"><strong>Nutrition in fatigued patients requires attention to the process of eating, not just the content.<\/strong> Meal duration, timing relative to energy levels, and fatigue during eating are as important as what the patient eats.<\/li>\n                <li style=\"margin-bottom:12px;\"><strong>Family education must specifically address the difference between stable and safe.<\/strong> A patient can be medically stable (normal vitals, no fever) but still at risk if the family does not know how to recognize early warning signs or perform safe transfers.<\/li>\n                <li style=\"margin-bottom:0;\"><strong>Home healthcare complements but never replaces specialist care.<\/strong> The home team implements the specialist&#8217;s plan, monitors for warning signs, and coordinates referrals. The specialist remains the decision-maker for respiratory and neuromuscular management.<\/li>\n            <\/ol>\n        <\/div>\n\n        <h2 class=\"section-heading\">Frequently Asked Questions<\/h2>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What is congenital myotubular myopathy?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Congenital myotubular myopathy is a rare inherited muscle disorder caused by genetic mutations that affect the structure of muscle fibers. It is characterized by muscle weakness that can affect movement, posture, breathing, and cough function. The severity varies significantly between individuals. Some forms are severe and present in infancy, while milder forms allow survival into adulthood with varying degrees of functional limitation, as seen in this case study.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Why are respiratory infections particularly concerning for patients with this condition?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Weak respiratory muscles reduce the ability to take deep breaths and generate a strong cough. During a respiratory infection, the body needs to clear increased secretions and may need to breathe more deeply to maintain oxygen levels. In a person with normal respiratory muscles, this is manageable. In someone with myotubular myopathy, the weakened muscles may not be able to meet this increased demand, leading to potentially serious respiratory compromise. This is why even common infections require close monitoring in these patients. Families can learn more about <a href=\"https:\/\/athomecare.in\/acute-respiratory-distress-in-elderly-clinical-assessment-and-home-nurse-intervention-protocols\/\">acute respiratory distress and home nurse intervention protocols<\/a>.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Can physiotherapy help adults with myotubular myopathy?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Yes, but with important caveats. Physiotherapy in this population focuses on maintaining joint range of motion, optimizing transfer techniques, improving sitting balance, preventing contractures, and supporting functional mobility. It does not aim to build muscle strength in the way that physiotherapy might for someone recovering from a sports injury. The exercise approach must be gentle, individually calibrated, and carefully monitored to avoid excessive fatigue or muscle damage. <a href=\"https:\/\/athomecare.in\/the-importance-of-physiotherapy-healing-through-movement\/\">Physiotherapy&#8217;s role in healing through movement<\/a> must be adapted to each patient&#8217;s specific condition.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Should patients with neuromuscular weakness exercise until they are exhausted?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>No. This is an important and potentially harmful misconception. In patients with significant neuromuscular weakness, exercising to exhaustion can damage already compromised muscle fibers and lead to prolonged fatigue that may take days to recover from. Exercise should be individually prescribed, stopped well before the point of exhaustion, and adjusted based on the patient&#8217;s response. The guiding principle is preservation of function, not pushing limits.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What respiratory symptoms require urgent medical attention?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Severe breathlessness at rest, significant difficulty clearing secretions despite prescribed techniques, blue discoloration of the lips or fingertips (cyanosis), marked drowsiness or reduced alertness, rapidly worsening respiratory symptoms, or any sign of acute respiratory distress all require immediate emergency medical evaluation. These are not symptoms to manage at home. Families should have a clear plan for accessing emergency care, including knowing the nearest hospital and having transport arranged. Read more about <a href=\"https:\/\/athomecare.in\/calling-ambulance-too-late-gurgaon-homes\/\">recognizing when to call for emergency help<\/a>.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Can home nursing replace respiratory specialist care?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>No. Home nursing supports and implements the specialist&#8217;s plan but does not replace it. The respiratory and neuromuscular specialist makes decisions about respiratory support parameters, airway-clearance techniques, medication adjustments, and overall management strategy. The home nurse monitors the patient&#8217;s condition, administers prescribed care, educates the family, and communicates observations back to the specialist. This complementary relationship is essential for safe care. Learn about the difference between <a href=\"https:\/\/athomecare.in\/when-families-rely-only-on-attendants-medical-risks-in-gurgaon-athomecare\/\">professional medical care and basic attendant-only care<\/a>.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Why is energy conservation important for patients with muscle weakness?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Muscle weakness means that everyday activities require a larger proportion of the patient&#8217;s available energy compared to a healthy person. Without conscious energy management, patients may exhaust themselves on routine tasks (bathing, dressing, moving between rooms) and have no energy left for rehabilitation, work, or social activities. Energy conservation techniques help patients allocate their limited energy to the activities that matter most to them, improving both function and quality of life.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Can adults with congenital myotubular myopathy remain independent?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>The degree of independence varies widely depending on the severity of the condition. With appropriate equipment (wheelchairs, transfer boards, shower chairs, adjustable seating), rehabilitation, caregiver support, environmental adaptations, and energy-conservation strategies, many individuals can participate actively in meaningful daily activities. As this case study demonstrates, Harpreet maintained independence in computer-based work, feeding, and communication while receiving assistance with physical tasks. Independence in neuromuscular conditions is better understood as optimized participation rather than complete self-sufficiency. <a href=\"https:\/\/athomecare.in\/enhancing-independence-and-care-for-the-elderly-comprehensive-mobility-assistance-devices-and-icu-at-home-medical-equipment-in-gurgaon\/\">Mobility assistance devices<\/a> play a key role in enabling this participation.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What role does family education play in home care for neuromuscular conditions?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Family education is arguably as important as the clinical interventions themselves. In chronic conditions like myotubular myopathy, the family provides care every day, while professional caregivers visit for limited periods. If the family does not understand warning signs, safe transfer techniques, energy conservation principles, and when to seek help, the patient is at risk during the many hours when no professional is present. Effective family education transforms the home from a place of potential risk into a safe care environment. Learn more about <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\">what families need to know about home caregiving<\/a>.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Is home healthcare available for neuromuscular patients in Maholi and nearby areas?<\/span>\n                <span class=\"faq-icon\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Yes. AtHomeCare provides <a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\">home healthcare services in the Maholi region<\/a>, including home nursing, patient attendant services, physiotherapy at home, and medical equipment rental. Services are available for patients with complex chronic conditions including neuromuscular disorders, post-surgical recovery needs, respiratory conditions, and geriatric care requirements. The team coordinates with treating specialists to implement individualized care plans in the patient&#8217;s home environment.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Contact -->\n        <div class=\"contact-card\">\n            <h3>Need Home Healthcare Support?<\/h3>\n            <p style=\"opacity:0.85; margin-bottom:20px; font-size:14px;\">If your loved one has a complex neuromuscular condition or needs post-hospitalization care at home in Maholi or the Delhi NCR region, our clinical team can help.<\/p>\n            <div class=\"contact-grid\">\n                <div class=\"contact-label\">Corporate Office<\/div>\n                <div class=\"contact-value\">Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47, Maholi, Haryana 122018<\/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\">Email<\/div>\n                <div class=\"contact-value\"><a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Disclaimer -->\n        <div class=\"disclaimer\">\n            <strong>Medical Disclaimer:<\/strong> This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment. Every patient is unique, and treatment decisions must always be made by qualified healthcare professionals based on individual clinical assessment. Emergency symptoms require immediate hospital care. Home healthcare complements but does not replace emergency medical services. If you or someone in your care is experiencing a medical emergency, contact your nearest hospital or emergency services immediately.\n        <\/div>\n\n        <!-- Related Services Links -->\n        <h2 class=\"section-heading\">Related Services<\/h2>\n        <div class=\"card\" style=\"column-count:1;\">\n            <ul style=\"margin-bottom:0; columns:1;\">\n                <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing Services<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">Patient Care Taker (GDA)<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">Physiotherapy at Home<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\">Chest Physiotherapy<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\">Respiratory Therapy<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">Medical Equipment Rental<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">Doctor Home Visit<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">Medication Monitoring and Management<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\">Nutrition and Hydration Monitoring<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/pressure-ulcer-prevention-guide-for-elderly-home-care-in-gurgaon\/\">Pressure Ulcer Prevention<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\">Fall Prevention Guide<\/a><\/li>\n                <li><a href=\"https:\/\/athomecare.in\/home-care-services-in-gurgaon\/\">Home Care Services in Maholi<\/a><\/li>\n            <\/ul>\n        <\/div>\n\n    <\/div>\n<\/main>\n\n<!-- Footer -->\n<footer class=\"footer\">\n    <div class=\"container\">\n        <p>&copy; 2026 AtHomeCare. All rights reserved. This is a fictional case study for educational purposes only.<\/p>\n        <p style=\"margin-top:6px;\"><a href=\"https:\/\/athomecare.in\/\">AtHomeCare<\/a> | Maholi, Haryana 122018 | <a href=\"tel:9910823218\">9910823218<\/a><\/p>\n    <\/div>\n<\/footer>\n\n<script>\n    function toggleFaq(el) {\n        const item = el.parentElement;\n        const wasOpen = item.classList.contains('open');\n        \/\/ Close all\n        document.querySelectorAll('.faq-item.open').forEach(function(i) {\n            i.classList.remove('open');\n        });\n        \/\/ Toggle clicked\n        if (!wasOpen) {\n            item.classList.add('open');\n        }\n    }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home &#8250; Home Nursing &#8250; Patient Care Services &#8250; Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"normal","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-644","post","type-post","status-publish","format-standard","hentry","category-blog"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \u203a Home Nursing \u203a Patient Care Services \u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"lyfmedicare46\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Congenital Myotubular Myopathy Home Care in Mohali - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \u203a Home Nursing \u203a Patient Care Services \u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-25T05:36:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-25T05:36:23+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Congenital Myotubular Myopathy Home Care in Mohali - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \u203a Home Nursing \u203a Patient Care Services \u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#blogposting\",\"name\":\"Congenital Myotubular Myopathy Home Care in Mohali - mohali\",\"headline\":\"Congenital Myotubular Myopathy Home Care in Mohali\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#articleImage\"},\"datePublished\":\"2026-08-25T05:36:22+00:00\",\"dateModified\":\"2026-08-25T05:36:23+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#listItem\",\"name\":\"Congenital Myotubular Myopathy Home Care in Mohali\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#listItem\",\"position\":3,\"name\":\"Congenital Myotubular Myopathy Home Care in Mohali\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/\",\"name\":\"Congenital Myotubular Myopathy Home Care in Mohali - mohali\",\"description\":\"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \\u203a Home Nursing \\u203a Patient Care Services \\u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/congenital-myotubular-myopathy-home-care-in-mohali\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-25T05:36:22+00:00\",\"dateModified\":\"2026-08-25T05:36:23+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\",\"name\":\"mohali\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Congenital Myotubular Myopathy Home Care in Mohali - mohali","description":"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \u203a Home Nursing \u203a Patient Care Services \u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy","canonical_url":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#blogposting","name":"Congenital Myotubular Myopathy Home Care in Mohali - mohali","headline":"Congenital Myotubular Myopathy Home Care in Mohali","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#articleImage"},"datePublished":"2026-08-25T05:36:22+00:00","dateModified":"2026-08-25T05:36:23+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#listItem","name":"Congenital Myotubular Myopathy Home Care in Mohali"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#listItem","position":3,"name":"Congenital Myotubular Myopathy Home Care in Mohali","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#webpage","url":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/","name":"Congenital Myotubular Myopathy Home Care in Mohali - mohali","description":"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \u203a Home Nursing \u203a Patient Care Services \u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-25T05:36:22+00:00","dateModified":"2026-08-25T05:36:23+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/mohali\/#website","url":"https:\/\/athomecare.in\/mohali\/","name":"mohali","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"}}]},"og:locale":"en_US","og:site_name":"mohali -","og:type":"article","og:title":"Congenital Myotubular Myopathy Home Care in Mohali - mohali","og:description":"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \u203a Home Nursing \u203a Patient Care Services \u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy","og:url":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/","article:published_time":"2026-08-25T05:36:22+00:00","article:modified_time":"2026-08-25T05:36:23+00:00","twitter:card":"summary_large_image","twitter:title":"Congenital Myotubular Myopathy Home Care in Mohali - mohali","twitter:description":"Congenital Myotubular Myopathy Home Care in Mohali | AtHomeCare Case Study Home \u203a Home Nursing \u203a Patient Care Services \u203a Case Study Clinical Case Study Congenital Myotubular Myopathy: Adult Respiratory Support and Functional Care in Mohali A detailed clinical account of how structured home healthcare supported a 28-year-old freelance digital illustrator with congenital myotubular myopathy"},"aioseo_meta_data":{"post_id":"644","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-25 05:32:17","updated":"2026-08-25 06:29:50","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCongenital Myotubular Myopathy Home Care in Mohali\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Congenital Myotubular Myopathy Home Care in Mohali","link":"https:\/\/athomecare.in\/mohali\/congenital-myotubular-myopathy-home-care-in-mohali\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/644","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/comments?post=644"}],"version-history":[{"count":3,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/644\/revisions"}],"predecessor-version":[{"id":647,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/644\/revisions\/647"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=644"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=644"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}