{"id":29,"date":"2026-07-15T07:54:47","date_gmt":"2026-07-15T07:54:47","guid":{"rendered":"https:\/\/athomecare.in\/amritsar\/?p=29"},"modified":"2026-07-15T07:56:15","modified_gmt":"2026-07-15T07:56:15","slug":"copd-home-care-case-study-with-oxygen-therapy-in-amritsar","status":"publish","type":"post","link":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/","title":{"rendered":"COPD Home Care Case Study with Oxygen Therapy in Amritsar"},"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>COPD Home Care Case Study with Oxygen Therapy in Amritsar<\/title>\n    <meta name=\"description\" content=\"Read a fictional COPD home care case study from Amritsar featuring long-term oxygen therapy, pulmonary rehabilitation, home nursing, and caregiver education.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/copd-home-care-case-study-amritsar\">\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 { margin: 0; padding: 0; box-sizing: border-box; }\n\n        :root {\n            --primary: #0D6E6E;\n            --primary-light: #E8F5F5;\n            --primary-dark: #094E4E;\n            --accent: #D4A843;\n            --accent-light: #FFF8E7;\n            --text: #2D3436;\n            --text-secondary: #555D60;\n            --text-light: #95A5A6;\n            --bg: #FAFBFC;\n            --white: #FFFFFF;\n            --border: #E2E8F0;\n            --border-light: #F1F5F9;\n            --success: #27AE60;\n            --success-light: #EAFAF1;\n            --warning: #F39C12;\n            --warning-light: #FEF9E7;\n            --danger: #E74C3C;\n            --danger-light: #FDEDEC;\n            --info: #2980B9;\n            --info-light: #EBF5FB;\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);\n            --shadow-md: 0 4px 12px rgba(0,0,0,0.08);\n            --shadow-lg: 0 8px 30px rgba(0,0,0,0.1);\n            --radius: 8px;\n            --radius-lg: 12px;\n            --max-width: 1140px;\n            --content-width: 820px;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: var(--bg);\n            color: var(--text);\n            line-height: 1.85;\n            font-size: 17px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        a { color: var(--primary); text-decoration: none; transition: color 0.2s; }\n        a:hover { color: var(--primary-dark); text-decoration: underline; }\n\n        .container { max-width: var(--max-width); margin: 0 auto; padding: 0 28px; }\n\n        \/* Top Bar *\/\n        .top-bar {\n            background: var(--primary-dark);\n            color: var(--white);\n            font-size: 13px;\n            padding: 9px 0;\n            letter-spacing: 0.03em;\n        }\n        .top-bar .container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        .top-bar a { color: #B2DFDB; font-size: 13px; }\n        .top-bar a:hover { color: var(--white); text-decoration: none; }\n\n        \/* Header *\/\n        .site-header {\n            background: var(--white);\n            border-bottom: 1px solid var(--border);\n            padding: 18px 0;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            box-shadow: var(--shadow-sm);\n        }\n        .header-inner {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .logo {\n            font-family: 'Merriweather', serif;\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--primary-dark);\n        }\n        .logo span { color: var(--accent); }\n        .header-cta {\n            background: var(--primary);\n            color: var(--white);\n            padding: 10px 24px;\n            border-radius: 6px;\n            font-size: 15px;\n            font-weight: 500;\n            transition: background 0.2s;\n        }\n        .header-cta:hover { background: var(--primary-dark); text-decoration: none; color: var(--white); }\n\n        \/* Breadcrumb *\/\n        .breadcrumb {\n            padding: 16px 0;\n            font-size: 14px;\n            color: var(--text-light);\n        }\n        .breadcrumb span { margin: 0 8px; }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);\n            color: var(--white);\n            padding: 56px 0 64px;\n            margin-bottom: 48px;\n        }\n        .hero-label {\n            display: inline-block;\n            background: rgba(255,255,255,0.15);\n            padding: 5px 16px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 500;\n            letter-spacing: 0.06em;\n            text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n        .hero h1 {\n            font-family: 'Merriweather', serif;\n            font-size: 38px;\n            font-weight: 700;\n            line-height: 1.35;\n            margin-bottom: 18px;\n            max-width: 820px;\n        }\n        .hero-summary {\n            font-size: 17px;\n            line-height: 1.8;\n            opacity: 0.92;\n            max-width: 780px;\n            margin-bottom: 32px;\n        }\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(5, 1fr);\n            gap: 14px;\n            max-width: 820px;\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: 16px 18px;\n        }\n        .hero-stat-label {\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.07em;\n            opacity: 0.7;\n            margin-bottom: 5px;\n        }\n        .hero-stat-value {\n            font-size: 15px;\n            font-weight: 600;\n            line-height: 1.4;\n        }\n\n        \/* Article Layout - content width centered in wider container *\/\n        .article-body {\n            padding-bottom: 72px;\n            max-width: var(--content-width);\n            margin: 0 auto;\n        }\n\n        .section { margin-bottom: 52px; }\n        .section-title {\n            font-family: 'Merriweather', serif;\n            font-size: 28px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 24px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--primary-light);\n            line-height: 1.35;\n        }\n        .section-subtitle {\n            font-size: 20px;\n            font-weight: 600;\n            color: var(--text);\n            margin: 28px 0 14px;\n            line-height: 1.4;\n        }\n        .section-subtitle:first-child { margin-top: 0; }\n\n        p { margin-bottom: 18px; color: var(--text-secondary); }\n        p strong { color: var(--text); }\n\n        ul, ol { margin: 14px 0 20px 28px; color: var(--text-secondary); }\n        li { margin-bottom: 10px; line-height: 1.8; }\n        li strong { color: var(--text); }\n\n        \/* Cards *\/\n        .card {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 28px;\n            margin-bottom: 24px;\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Alert Boxes *\/\n        .alert {\n            border-radius: var(--radius);\n            padding: 22px 24px;\n            margin: 24px 0;\n            font-size: 16px;\n            line-height: 1.8;\n        }\n        .alert-title {\n            font-weight: 600;\n            font-size: 14px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            margin-bottom: 8px;\n        }\n        .alert-info { background: var(--info-light); border-left: 4px solid var(--info); color: #1A5276; }\n        .alert-info .alert-title { color: var(--info); }\n        .alert-warning { background: var(--warning-light); border-left: 4px solid var(--warning); color: #7D6608; }\n        .alert-warning .alert-title { color: var(--warning); }\n        .alert-danger { background: var(--danger-light); border-left: 4px solid var(--danger); color: #922B21; }\n        .alert-danger .alert-title { color: var(--danger); }\n        .alert-success { background: var(--success-light); border-left: 4px solid var(--success); color: #1E8449; }\n        .alert-success .alert-title { color: var(--success); }\n\n        \/* Doctor Explanation Card *\/\n        .doctor-card {\n            background: var(--primary-light);\n            border: 1px solid #B2DFDB;\n            border-radius: var(--radius-lg);\n            padding: 26px 28px;\n            margin: 28px 0;\n        }\n        .doctor-card-header {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 14px;\n        }\n        .doctor-card-icon {\n            width: 40px;\n            height: 40px;\n            background: var(--primary);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-size: 18px;\n            font-weight: 700;\n            flex-shrink: 0;\n        }\n        .doctor-card-label {\n            font-weight: 600;\n            font-size: 14px;\n            color: var(--primary-dark);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .doctor-card p { color: var(--primary-dark); margin-bottom: 10px; }\n        .doctor-card p:last-child { margin-bottom: 0; }\n\n        \/* Clinical Note *\/\n        .clinical-note {\n            background: #F8F9FA;\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 22px 24px;\n            margin: 24px 0;\n            font-size: 15px;\n            line-height: 1.8;\n        }\n        .clinical-note-label {\n            font-weight: 600;\n            color: var(--text-light);\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.07em;\n            margin-bottom: 10px;\n        }\n        .clinical-note p { color: var(--text-secondary); }\n\n        \/* Tables *\/\n        .table-wrap {\n            overflow-x: auto;\n            margin: 24px 0;\n            border-radius: var(--radius);\n            border: 1px solid var(--border);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 15px;\n        }\n        thead { background: var(--primary-light); }\n        th {\n            text-align: left;\n            padding: 14px 20px;\n            font-weight: 600;\n            color: var(--primary-dark);\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            border-bottom: 2px solid #B2DFDB;\n            white-space: nowrap;\n        }\n        td {\n            padding: 13px 20px;\n            border-bottom: 1px solid var(--border-light);\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n        tr:last-child td { border-bottom: none; }\n        tr:hover td { background: #FAFBFC; }\n\n        \/* Timeline *\/\n        .timeline { position: relative; padding-left: 36px; margin: 28px 0; }\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 12px;\n            top: 6px;\n            bottom: 6px;\n            width: 2px;\n            background: var(--border);\n        }\n        .timeline-item { position: relative; margin-bottom: 32px; }\n        .timeline-item:last-child { margin-bottom: 0; }\n        .timeline-dot {\n            position: absolute;\n            left: -36px;\n            top: 5px;\n            width: 24px;\n            height: 24px;\n            background: var(--white);\n            border: 2px solid var(--primary);\n            border-radius: 50%;\n            z-index: 1;\n        }\n        .timeline-dot::after {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 8px;\n            height: 8px;\n            background: var(--primary);\n            border-radius: 50%;\n        }\n        .timeline-label {\n            font-weight: 600;\n            font-size: 17px;\n            color: var(--primary-dark);\n            margin-bottom: 8px;\n        }\n        .timeline-content {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 20px 24px;\n            font-size: 15px;\n            line-height: 1.8;\n            color: var(--text-secondary);\n        }\n        .timeline-content p { margin-bottom: 10px; color: var(--text-secondary); }\n        .timeline-content p:last-child { margin-bottom: 0; }\n\n        \/* Risk Indicator *\/\n        .risk-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n            margin: 20px 0;\n        }\n        .risk-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 14px 16px;\n            background: var(--danger-light);\n            border: 1px solid #F5B7B1;\n            border-radius: var(--radius);\n            font-size: 15px;\n            color: #922B21;\n        }\n        .risk-icon { font-size: 16px; flex-shrink: 0; margin-top: 2px; }\n\n        \/* Goal Cards *\/\n        .goal-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 24px;\n            margin: 24px 0;\n        }\n        .goal-card {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 26px;\n        }\n        .goal-card-title {\n            font-weight: 600;\n            font-size: 17px;\n            margin-bottom: 14px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .goal-card-title.short-term { color: var(--info); }\n        .goal-card-title.long-term { color: var(--success); }\n        .goal-card ul { margin: 0 0 0 22px; font-size: 15px; }\n\n        \/* Daily Plan *\/\n        .daily-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 18px;\n            margin: 24px 0;\n        }\n        .daily-card {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 22px;\n            border-top: 3px solid var(--primary);\n        }\n        .daily-card-title {\n            font-weight: 600;\n            font-size: 14px;\n            color: var(--primary-dark);\n            margin-bottom: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .daily-card ul { margin: 0 0 0 18px; font-size: 14px; }\n        .daily-card li { margin-bottom: 8px; line-height: 1.7; }\n\n        \/* Equipment Grid *\/\n        .equip-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 14px;\n            margin: 20px 0;\n        }\n        .equip-item {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 16px 18px;\n            font-size: 15px;\n            font-weight: 500;\n            color: var(--text);\n            text-align: center;\n        }\n\n        \/* Author Section *\/\n        .author-section {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: var(--radius-lg);\n            padding: 32px;\n            margin: 48px 0;\n            box-shadow: var(--shadow-sm);\n        }\n        .author-top {\n            display: flex;\n            gap: 24px;\n            align-items: flex-start;\n            margin-bottom: 24px;\n        }\n        .author-img {\n            width: 90px;\n            height: 90px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 3px solid var(--primary-light);\n            flex-shrink: 0;\n        }\n        .author-name {\n            font-family: 'Merriweather', serif;\n            font-size: 22px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 6px;\n        }\n        .author-creds {\n            font-size: 15px;\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n        .author-details-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 16px;\n            margin-top: 20px;\n            padding-top: 20px;\n            border-top: 1px solid var(--border-light);\n        }\n        .author-detail-label {\n            color: var(--text-light);\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n            margin-bottom: 3px;\n        }\n        .author-detail-value {\n            font-weight: 500;\n            color: var(--text);\n            font-size: 15px;\n        }\n\n        \/* Treating Doctor Placeholder *\/\n        .treating-doctor-section {\n            background: #F8F9FA;\n            border: 1px dashed var(--border);\n            border-radius: var(--radius-lg);\n            padding: 32px;\n            margin: 24px 0;\n        }\n        .field-placeholder {\n            border-bottom: 1px solid var(--border);\n            padding: 14px 0;\n            margin-bottom: 8px;\n        }\n        .field-placeholder:last-child { border-bottom: none; margin-bottom: 0; }\n        .field-label {\n            font-size: 13px;\n            color: var(--text-light);\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n        }\n\n        \/* Outcome Highlight *\/\n        .outcome-highlight {\n            background: var(--success-light);\n            border: 1px solid #A9DFBF;\n            border-radius: var(--radius-lg);\n            padding: 28px;\n            margin: 28px 0;\n        }\n        .outcome-highlight-title {\n            font-weight: 600;\n            font-size: 18px;\n            color: #1E8449;\n            margin-bottom: 16px;\n        }\n        .outcome-highlight ul { margin: 0 0 0 24px; color: #1E8449; }\n        .outcome-highlight li { margin-bottom: 10px; line-height: 1.8; }\n\n        \/* Scenario Card *\/\n        .scenario-card {\n            background: var(--accent-light);\n            border: 1px solid #F5D98E;\n            border-radius: var(--radius);\n            padding: 22px 24px;\n            margin: 24px 0;\n        }\n        .scenario-card-label {\n            font-weight: 600;\n            font-size: 14px;\n            color: #7D6608;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            margin-bottom: 10px;\n        }\n        .scenario-card p { color: #7D6608; margin-bottom: 10px; }\n        .scenario-card p:last-child { margin-bottom: 0; }\n\n        \/* FAQ *\/\n        .faq-item {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            margin-bottom: 14px;\n            overflow: hidden;\n        }\n        .faq-question {\n            padding: 20px 24px;\n            font-weight: 600;\n            font-size: 16px;\n            color: var(--text);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            gap: 16px;\n            user-select: none;\n            transition: background 0.2s;\n            line-height: 1.5;\n        }\n        .faq-question:hover { background: var(--primary-light); }\n        .faq-toggle {\n            width: 32px;\n            height: 32px;\n            background: var(--primary-light);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            color: var(--primary);\n            font-size: 20px;\n            font-weight: 600;\n            transition: transform 0.3s;\n        }\n        .faq-item.active .faq-toggle { transform: rotate(45deg); }\n        .faq-answer {\n            padding: 0 24px 22px;\n            font-size: 15px;\n            line-height: 1.85;\n            color: var(--text-secondary);\n            display: none;\n        }\n        .faq-item.active .faq-answer { display: block; }\n\n        \/* Contact Section - full width *\/\n        .contact-section {\n            background: var(--primary-dark);\n            color: var(--white);\n            border-radius: var(--radius-lg);\n            padding: 40px;\n            margin: 52px 0;\n        }\n        .contact-title {\n            font-family: 'Merriweather', serif;\n            font-size: 26px;\n            font-weight: 700;\n            margin-bottom: 28px;\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 2fr 1fr 1fr;\n            gap: 28px;\n        }\n        .contact-item-label {\n            font-size: 11px;\n            text-transform: uppercase;\n            letter-spacing: 0.07em;\n            opacity: 0.6;\n            margin-bottom: 8px;\n        }\n        .contact-item-value {\n            font-size: 16px;\n            font-weight: 500;\n            line-height: 1.7;\n        }\n        .contact-item-value a { color: #B2DFDB; }\n        .contact-item-value a:hover { color: var(--white); text-decoration: none; }\n\n        \/* Disclaimer *\/\n        .disclaimer {\n            background: #F8F9FA;\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 24px 28px;\n            margin: 48px 0;\n            font-size: 14px;\n            line-height: 1.9;\n            color: var(--text-secondary);\n        }\n        .disclaimer strong { color: var(--text); }\n\n        \/* Footer *\/\n        .site-footer {\n            background: var(--text);\n            color: #95A5A6;\n            padding: 36px 0;\n            text-align: center;\n            font-size: 14px;\n        }\n        .site-footer a { color: #B2DFDB; }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .hero-grid { grid-template-columns: repeat(3, 1fr); }\n            .daily-grid { grid-template-columns: repeat(2, 1fr); }\n            .equip-grid { grid-template-columns: repeat(3, 1fr); }\n            .author-details-grid { grid-template-columns: repeat(2, 1fr); }\n            .contact-grid { grid-template-columns: 1fr 1fr; }\n        }\n\n        @media (max-width: 768px) {\n            :root { --content-width: 100%; }\n            body { font-size: 16px; }\n            .hero h1 { font-size: 28px; }\n            .hero { padding: 36px 0 44px; }\n            .hero-grid { grid-template-columns: 1fr 1fr; }\n            .hero-stat-value { font-size: 14px; }\n            .goal-grid { grid-template-columns: 1fr; }\n            .daily-grid { grid-template-columns: 1fr 1fr; }\n            .risk-grid { grid-template-columns: 1fr; }\n            .equip-grid { grid-template-columns: repeat(2, 1fr); }\n            .author-top { flex-direction: column; align-items: center; text-align: center; }\n            .author-details-grid { grid-template-columns: 1fr 1fr; }\n            .contact-grid { grid-template-columns: 1fr; }\n            .section-title { font-size: 24px; }\n            .section-subtitle { font-size: 18px; }\n            .timeline { padding-left: 30px; }\n            .timeline-dot { left: -30px; width: 20px; height: 20px; }\n            .timeline-dot::after { width: 7px; height: 7px; }\n            .contact-section { padding: 28px; }\n            .author-section { padding: 24px; }\n            .card { padding: 22px; }\n            .doctor-card { padding: 22px; }\n            .clinical-note { padding: 18px 20px; }\n            .alert { padding: 18px 20px; }\n            .table-wrap { margin-left: -8px; margin-right: -8px; }\n        }\n\n        @media (max-width: 480px) {\n            .container { padding: 0 16px; }\n            .hero-grid { grid-template-columns: 1fr; }\n            .daily-grid { grid-template-columns: 1fr; }\n            .equip-grid { grid-template-columns: 1fr; }\n            .author-details-grid { grid-template-columns: 1fr; }\n            .header-inner { flex-direction: column; gap: 12px; text-align: center; }\n            .hero h1 { font-size: 24px; }\n            .section-title { font-size: 21px; }\n        }\n    <\/style>\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Fictional COPD Home Care Case Study with Long-Term Oxygen Therapy\",\n        \"description\": \"A detailed fictional case study of a 68-year-old COPD patient receiving home healthcare with long-term oxygen therapy, pulmonary rehabilitation, and nursing support in Amritsar.\",\n        \"url\": \"https:\/\/athomecare.in\/copd-home-care-case-study-amritsar\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Chronic Obstructive Pulmonary Disease (COPD)\"\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    <!-- Top Bar -->\n    <div class=\"top-bar\">\n        <div class=\"container\">\n            <span>Trusted Home Healthcare Across Delhi NCR<\/span>\n            <span><a href=\"tel:9910823218\">Call: 9910823218<\/a><\/span>\n        <\/div>\n    <\/div>\n\n    <!-- Header -->\n    <header class=\"site-header\">\n        <div class=\"container header-inner\">\n            <div class=\"logo\">At<span>Home<\/span>Care<\/div>\n            <a href=\"tel:9910823218\" class=\"header-cta\">Call for Home Care<\/a>\n        <\/div>\n    <\/header>\n\n    <div class=\"container\">\n        <!-- Breadcrumb -->\n        <nav class=\"breadcrumb\" aria-label=\"Breadcrumb\">\n            <a href=\"https:\/\/athomecare.in\/\">Home<\/a>\n            <span>\/<\/span>\n            <a href=\"https:\/\/athomecare.in\/amritsar\/\">Amritsar<\/a>\n            <span>\/<\/span>\n            <span>COPD Home Care Case Study<\/span>\n        <\/nav>\n    <\/div>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-label\">Case Study | Amritsar<\/div>\n            <h1>COPD Home Care Case Study with Long-Term Oxygen Therapy<\/h1>\n            <p class=\"hero-summary\" style=\"color:#ffffff;\">A detailed clinical account of how structured home healthcare supported a 68-year-old woman in Amritsar following hospitalization for acute COPD exacerbation, helping her regain functional independence through oxygen therapy, pulmonary rehabilitation, and family education.<\/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\">68 Years, Female<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Location<\/div>\n                    <div class=\"hero-stat-value\">Amritsar, Punjab<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"hero-stat-label\">Primary Condition<\/div>\n                    <div class=\"hero-stat-value\">COPD with LTOT<\/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\">340m Walk, No Readmissio-n<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Article Body -->\n    <main class=\"container\">\n        <div class=\"article-body\">\n\n            <!-- Patient Background -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Patient Background<\/h2>\n                <p>Mrs. Amarjeet Kaur Dhillon is a 68-year-old retired school administrator living in Amritsar with her husband, who serves as her primary caregiver. Her son provides secondary support and helps coordinate medical appointments and equipment needs. She had been managing Chronic Obstructive Pulmonary Disease (COPD) for nearly ten years before this episode.<\/p>\n                <p>Beyond her respiratory condition, Mrs. Dhillon carries a meaningful burden of associated medical conditions. She has been living with <strong>hypertension for 14 years<\/strong>, managed with prescribed antihypertensive medication. She also has a diagnosis of <strong>osteoporosis<\/strong>, which adds a layer of concern regarding fall risk. Her <strong>gastroesophageal reflux disease (GERD)<\/strong> requires dietary modifications and medication, and she has been noted to have a <strong>mild anxiety disorder<\/strong>, which is not uncommon in patients living with chronic progressive lung disease.<\/p>\n                <p>Before this acute episode, Mrs. Dhillon was managing her daily activities with some limitations. She could handle basic self-care independently, including eating, dressing, bathing with supervision, and personal grooming. However, she already required assistance with more demanding tasks such as shopping, carrying groceries, heavy household cleaning, and climbing stairs. Her baseline mobility was reduced, and she used a rollator walker for outdoor movement even before this hospitalization.<\/p>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-card-icon\">D<\/div>\n                        <div class=\"doctor-card-label\">Clinical Context<\/div>\n                    <\/div>\n                    <p>Patients with COPD who have multiple comorbidities face a significantly higher risk of hospital readmission. The combination of hypertension, osteoporosis, GERD, and anxiety creates a complex clinical picture where each condition can influence the others. GERD, for instance, can worsen respiratory symptoms through microaspiration, and anxiety can amplify the perception of breathlessness, creating a cycle that is difficult to break without structured support. This is precisely the type of patient who benefits most from coordinated <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nursing care<\/a>.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Clinical Diagnosis -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Clinical Diagnosis and Hospital Presentation<\/h2>\n                <p>Over a two-week period before admission, Mrs. Dhillon noticed a clear worsening of her breathing. She developed increasing breathlessness that began limiting even her minimal physical activity. Her cough became more persistent and productive, with noticeable sputum. She felt fatigued throughout the day, and her <a href=\"https:\/\/athomecare.in\/oxygen-therapy-home-clinical\/\">oxygen levels<\/a> were consistently lower than her usual baseline.<\/p>\n                <p>These symptoms pointed toward an <strong>acute COPD exacerbation<\/strong>, which was later confirmed to be triggered by a <strong>lower respiratory tract infection<\/strong>. Acute exacerbations in COPD patients are serious events. They represent a sudden worsening of respiratory symptoms beyond normal day-to-day variation and often require urgent medical intervention. In Mrs. Dhillon&#8217;s case, the infection caused increased airway inflammation, mucus production, and bronchospasm, all of which narrowed her already compromised airways further.<\/p>\n\n                <h3 class=\"section-subtitle\">Procedures Performed During Hospitalization<\/h3>\n                <p>During her 9-day hospital stay, the medical team conducted several diagnostic procedures to assess the severity of her exacerbation and guide treatment decisions:<\/p>\n                <div class=\"table-wrap\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Procedure<\/th>\n                                <th>Purpose<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td><strong>Chest X-ray<\/strong><\/td>\n                                <td>To identify infection, consolidation, or other lung changes<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>Arterial Blood Gas (ABG)<\/strong><\/td>\n                                <td>To assess oxygen and carbon dioxide levels in the blood accurately<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>Pulmonary Function Test (Reviewed)<\/strong><\/td>\n                                <td>To evaluate the degree of airflow limitation and baseline lung function<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>Sputum Culture<\/strong><\/td>\n                                <td>To identify the specific organism causing the respiratory infection<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>ECG<\/strong><\/td>\n                                <td>To assess cardiac function and rule out cardiac contribution to breathlessness<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"section-subtitle\">Hospital Treatment Received<\/h3>\n                <p>Mrs. Dhillon received a comprehensive inpatient treatment plan that addressed both the acute infection and the resulting respiratory decompensation:<\/p>\n                <ul>\n                    <li><strong>Controlled oxygen therapy<\/strong> to correct hypoxemia while avoiding excessive oxygen supplementation that could lead to carbon dioxide retention<\/li>\n                    <li><strong>Nebulized bronchodilators<\/strong> to open narrowed airways and improve airflow<\/li>\n                    <li><strong>Intravenous corticosteroids<\/strong> to reduce airway inflammation rapidly<\/li>\n                    <li><strong>Intravenous antibiotics<\/strong> targeting the identified respiratory infection<\/li>\n                    <li><strong>Chest physiotherapy<\/strong> to help clear secretions from her lungs<\/li>\n                    <li><strong>Pulmonary rehabilitation education<\/strong> to introduce breathing techniques before discharge<\/li>\n                <\/ul>\n\n                <div class=\"clinical-note\">\n                    <div class=\"clinical-note-label\">Clinical Observation<\/div>\n                    <p>The decision to use controlled rather than high-flow oxygen was critical. In COPD patients, the drive to breathe is partly regulated by low oxygen levels in the blood. Giving too much oxygen can suppress this drive, leading to dangerous carbon dioxide buildup. This is why oxygen in COPD must always be titrated carefully and monitored, a principle that becomes even more important when the patient transitions to <a href=\"https:\/\/athomecare.in\/oxygen-therapy-home-clinical\/\">home oxygen therapy<\/a>.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Presenting Condition After Discharge -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Presenting Condition After Discharge<\/h2>\n                <p>Despite meaningful improvement during her hospital stay, Mrs. Dhillon was discharged with several ongoing symptoms that required continued management. Understanding these symptoms is essential to appreciating why home healthcare was not just convenient but medically necessary.<\/p>\n                <ul>\n                    <li><strong>Breathlessness during mild physical activity<\/strong> that previously would not have caused her difficulty<\/li>\n                    <li><strong>Persistent productive cough<\/strong> with minimal but ongoing sputum production<\/li>\n                    <li><strong>Generalized fatigue<\/strong> that limited her ability to participate in daily routines<\/li>\n                    <li><strong>Reduced walking endurance<\/strong>, measured at approximately 70 meters with a rollator and portable oxygen<\/li>\n                    <li><strong>Mild ankle swelling<\/strong>, likely related to her COPD and possibly her hypertension<\/li>\n                    <li><strong>Difficulty climbing stairs<\/strong>, requiring supervision for safety<\/li>\n                    <li><strong>Interrupted sleep due to breathlessness<\/strong>, which further contributed to daytime fatigue<\/li>\n                    <li><strong>Anxiety about oxygen dependency<\/strong>, a psychological burden that is common and often underestimated<\/li>\n                    <li><strong>Reduced appetite<\/strong>, which raised concerns about nutritional adequacy during recovery<\/li>\n                <\/ul>\n\n                <h3 class=\"section-subtitle\">Clinical Assessment at Discharge<\/h3>\n                <div class=\"table-wrap\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>Value<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>Blood Pressure<\/td>\n                                <td>132\/78 mmHg<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Heart Rate<\/td>\n                                <td>86 bpm<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Respiratory Rate<\/td>\n                                <td>22\/min<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Temperature<\/td>\n                                <td>98.4\u00b0F<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Oxygen Saturation<\/td>\n                                <td>93% on 2 L\/min Oxygen via Nasal Cannula<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <div class=\"alert alert-info\">\n                    <div class=\"alert-title\">Understanding the Oxygen Saturation Reading<\/div>\n                    <p>An oxygen saturation of 93% on 2 liters per minute of supplemental oxygen indicates that Mrs. Dhillon&#8217;s lungs were not able to maintain adequate oxygen levels on room air alone. This is the precise criterion for long-term oxygen therapy (LTOT). Without prescribed oxygen, her saturation would likely fall below 90%, which over time can strain the heart and other organs. This is not a temporary need but a persistent one that requires reliable, daily <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">medical equipment support at home<\/a>.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Disease-Specific Assessment -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Disease-Specific Assessment<\/h2>\n\n                <h3 class=\"section-subtitle\">Respiratory Assessment<\/h3>\n                <div class=\"table-wrap\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Finding<\/th>\n                                <th>Detail<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>Air Entry<\/td>\n                                <td>Bilaterally reduced<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Wheeze<\/td>\n                                <td>Mild expiratory wheeze noted<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Cough<\/td>\n                                <td>Productive with minimal sputum<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Breathlessness Grade<\/td>\n                                <td>Modified MRC Grade 3 (breathless on moderate exertion)<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Cough Reflex<\/td>\n                                <td>Effective<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Respiratory Distress at Rest<\/td>\n                                <td>None while on prescribed oxygen<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Speech<\/td>\n                                <td>Able to speak in complete sentences<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Oxygen Requirement<\/td>\n                                <td>Stable at 2 L\/min via nasal cannula<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"section-subtitle\">Functional Assessment<\/h3>\n                <p>Understanding what Mrs. Dhillon could and could not do at the time of discharge is central to understanding why a structured home care plan was essential. Her functional profile was clearly defined:<\/p>\n\n                <div class=\"card\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">Mobility Status<\/h4>\n                    <ul>\n                        <li>Walked approximately <strong>70 meters<\/strong> using a rollator walker while receiving portable oxygen support<\/li>\n                        <li>Required rest after moderate exertion<\/li>\n                        <li>Independent in bed mobility (turning, repositioning)<\/li>\n                        <li>Needed supervision while climbing stairs due to breathlessness and osteoporosis-related fall risk<\/li>\n                        <li>Assessed as having <strong>moderate fall risk<\/strong>, partly due to oxygen tubing creating a tripping hazard<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"card\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">Activities of Daily Living<\/h4>\n                    <p><strong>Required Assistance With:<\/strong><\/p>\n                    <ul>\n                        <li>Shopping and carrying groceries<\/li>\n                        <li>Heavy household cleaning<\/li>\n                        <li>Stair climbing<\/li>\n                        <li>Medication organization<\/li>\n                        <li>Oxygen equipment setup and management<\/li>\n                    <\/ul>\n                    <p><strong>Independent In:<\/strong><\/p>\n                    <ul>\n                        <li>Eating, dressing, bathing (with supervision), toileting<\/li>\n                        <li>Communication and personal grooming<\/li>\n                        <li>Decision-making<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <div class=\"scenario-card-label\">Why This Matters<\/div>\n                    <p>Mrs. Dhillon was not bedridden. She was not completely dependent. But she existed in a vulnerable middle ground where she could manage basic self-care yet lacked the respiratory reserve, knowledge, and physical endurance to manage her oxygen equipment, medications, and rehabilitation independently. This is the exact clinical scenario where <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">patient care services at home<\/a> bridge the gap between hospital and independent living.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Why Home Healthcare Was Needed -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Why Home Healthcare Was Needed<\/h2>\n                <p>The decision to recommend home healthcare for Mrs. Dhillon was not based on convenience. It was driven by specific clinical reasoning that addressed real medical risks.<\/p>\n\n                <h3 class=\"section-subtitle\">Persistent Hypoxemia Requiring Oxygen Monitoring<\/h3>\n                <p>Mrs. Dhillon&#8217;s oxygen saturation depended on continuous supplemental oxygen at a prescribed flow rate. This is not a medication that can be simply handed to a patient and family with brief instructions. Oxygen flow rates need to be verified, equipment needs daily inspection, and saturation levels need regular monitoring. Her husband, while willing, had no medical training. Without professional oversight, there was a genuine risk of equipment misuse, inadequate oxygen delivery, or failure to recognize deteriorating saturation levels. A trained <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">home nurse<\/a> provided this safety net.<\/p>\n\n                <h3 class=\"section-subtitle\">High Risk of Early Readmission<\/h3>\n                <p>The period immediately after discharge from a COPD exacerbation hospitalization carries a well-documented elevated risk of readmission. Studies consistently show that a significant proportion of COPD readmissions occur within the first 30 days. Mrs. Dhillon had multiple risk factors for readmission: persistent hypoxemia, reduced functional capacity, multiple comorbidities, and a recent infection. Home healthcare directly addresses these risks through structured monitoring, early identification of warning signs, and coordinated follow-up. This approach aligns with established principles of <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-gurgaon-readmission-risk\/\">post-hospital recovery care in Gurgaon<\/a> and other regions.<\/p>\n\n                <h3 class=\"section-subtitle\">Need for Pulmonary Rehabilitation in a Safe Setting<\/h3>\n                <p>Hospital-based pulmonary rehabilitation was not practical for Mrs. Dhillon after discharge. Traveling to a rehabilitation center while dependent on oxygen would have been exhausting and counterproductive. Home-based pulmonary rehabilitation, delivered by a qualified physiotherapist, allowed her to exercise in the environment where she actually lives, using the equipment she uses daily. This approach has been shown in clinical evidence to improve exercise tolerance and quality of life comparably to center-based programs for patients like her. The value of <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">physiotherapy at home<\/a> in this context cannot be overstated.<\/p>\n\n                <h3 class=\"section-subtitle\">Medication Complexity and Adherence Concerns<\/h3>\n                <p>Between her COPD medications, inhalers, nebulization treatments, hypertension management, GERD treatment, and osteoporosis medication, Mrs. Dhillon&#8217;s drug regimen was complex. Polypharmacy in elderly patients is a well-recognized risk factor for medication errors, drug interactions, and poor adherence. A home nurse could verify that medications were being taken correctly, that inhaler technique was proper, and that no interactions were being missed. Proper <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\">medication monitoring<\/a> at home directly reduces these risks.<\/p>\n\n                <h3 class=\"section-subtitle\">Anxiety and Psychological Support Needs<\/h3>\n                <p>Mrs. Dhillon&#8217;s documented anxiety about oxygen dependency required more than reassurance. Anxiety in COPD patients is not merely emotional. It directly affects breathing patterns, often causing rapid shallow breathing that worsens breathlessness. A trained home care team could teach relaxation breathing techniques, provide consistent emotional support, and help her gradually build confidence in managing her oxygen equipment. This aspect of care is sometimes overlooked but is clinically significant. Families in Gurgaon and Delhi NCR dealing with similar situations often find that <a href=\"https:\/\/athomecare.in\/why-gurgaon-families-choose-athomecare-for-compassionate-elderly-care\/\">compassionate elderly care at home<\/a> addresses both physical and emotional needs.<\/p>\n\n                <h3 class=\"section-subtitle\">Fall Risk Mitigation<\/h3>\n                <p>With osteoporosis, reduced walking endurance, and oxygen tubing creating a tripping hazard, Mrs. Dhillon&#8217;s fall risk was elevated. A fall in someone with osteoporosis can result in fractures that lead to prolonged immobility, further respiratory decline, and potentially life-threatening complications. A patient attendant providing supervised walking and safe tubing management directly reduced this risk. This type of <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\">fall prevention for seniors<\/a> is a core component of professional home care.<\/p>\n            <\/section>\n\n            <!-- Home Care Plan -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Home Care Plan<\/h2>\n                <p>The home healthcare plan for Mrs. Dhillon was multidisciplinary, meaning it involved different types of professionals working together toward shared goals. Each team member had clearly defined responsibilities that complemented the others.<\/p>\n\n                <h3 class=\"section-subtitle\">Home Nursing<\/h3>\n                <div class=\"card\">\n                    <p>The home nurse served as the clinical backbone of the care plan. Her responsibilities were specifically chosen to address the medical risks identified at discharge:<\/p>\n                    <ul>\n                        <li><strong>Monitor oxygen saturation<\/strong> at prescribed intervals using a pulse oximeter, documenting trends over time rather than isolated readings<\/li>\n                        <li><strong>Assess respiratory symptoms<\/strong> daily, including breathlessness level, cough characteristics, sputum volume and color, and breathing pattern changes<\/li>\n                        <li><strong>Educate the family on oxygen safety<\/strong>, including keeping the equipment away from open flames, not using petroleum-based lip balms near the oxygen source, and ensuring adequate ventilation in the room where the concentrator runs<\/li>\n                        <li><strong>Monitor medication adherence<\/strong>, observing inhaler technique during each visit, checking that nebulization was being performed correctly, and ensuring all prescribed medications were being taken on schedule<\/li>\n                        <li><strong>Observe for signs of respiratory infection<\/strong>, such as changes in sputum color or volume, increased cough, fever, or worsening breathlessness, which could signal another exacerbation<\/li>\n                        <li><strong>Reinforce breathing exercises<\/strong> taught by the physiotherapist, ensuring Mrs. Dhillon was practicing them correctly between therapy sessions<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-card-icon\">D<\/div>\n                        <div class=\"doctor-card-label\">Why Nursing Was Non-Negotiable<\/div>\n                    <\/div>\n                    <p>The difference between a family member checking oxygen levels and a trained nurse monitoring them is significant. A family member might see a reading of 91% and not know whether that requires a phone call to the doctor or is within an acceptable range for this specific patient. A nurse understands the clinical context, knows the patient&#8217;s baseline, recognizes trends, and can make informed decisions about when to escalate. This clinical judgment is what makes <a href=\"https:\/\/athomecare.in\/home-nursing-solutions-for-seniors-in-faridabad-athomecare\/\">home nursing for seniors<\/a> fundamentally different from family caregiving alone.<\/p>\n                <\/div>\n\n                <h3 class=\"section-subtitle\">Patient Attendant<\/h3>\n                <div class=\"card\">\n                    <p>While the nurse handled clinical tasks, the patient attendant addressed the daily practical and safety needs that are equally important for recovery:<\/p>\n                    <ul>\n                        <li><strong>Assist during walking<\/strong>, ensuring Mrs. Dhillon used her rollator correctly, managing the portable oxygen cylinder safely during walks, and recognizing when she needed to rest<\/li>\n                        <li><strong>Ensure safe oxygen tubing placement<\/strong>, keeping the tubing routed away from walking paths, secured to prevent tangling, and checked for kinks that could interrupt oxygen flow<\/li>\n                        <li><strong>Encourage hydration<\/strong> throughout the day, as adequate fluid intake helps keep respiratory secretions thin and easier to clear<\/li>\n                        <li><strong>Help with daily activities<\/strong> that exceeded Mrs. Dhillon&#8217;s current capacity, including light household tasks, meal preparation support, and assistance with positioning<\/li>\n                        <li><strong>Monitor fatigue levels<\/strong> throughout the day, pacing activities to prevent exhaustion that could worsen breathlessness<\/li>\n                        <li><strong>Assist with medical appointments<\/strong>, helping with transportation, carrying oxygen equipment, and ensuring prescriptions were collected on time<\/li>\n                    <\/ul>\n                <\/div>\n                <p>The role of a <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">trained patient care attendant<\/a> is distinct from that of a domestic helper. The attendant in this case was trained to recognize clinical changes, understand oxygen equipment, and know when to alert the nurse or family about concerns.<\/p>\n\n                <h3 class=\"section-subtitle\">Physiotherapy<\/h3>\n                <div class=\"card\">\n                    <p>The physiotherapy component was central to Mrs. Dhillon&#8217;s recovery. The treatment goals were specific and measurable:<\/p>\n                    <ul>\n                        <li><strong>Improve breathing efficiency<\/strong> through techniques such as pursed-lip breathing and diaphragmatic breathing, which help reduce air trapping and the work of breathing<\/li>\n                        <li><strong>Increase exercise tolerance<\/strong> through a gradually progressive walking program, starting from her baseline of 70 meters and building endurance systematically<\/li>\n                        <li><strong>Strengthen respiratory muscles<\/strong> using an incentive spirometer, which provides visual feedback to encourage deep, sustained inhalation<\/li>\n                        <li><strong>Improve walking endurance<\/strong> by combining oxygen-supported walking with structured rest intervals, gradually extending the walking distance as tolerance improved<\/li>\n                        <li><strong>Teach energy conservation techniques<\/strong> so Mrs. Dhillon could complete daily activities with less breathlessness by pacing, prioritizing tasks, and using body mechanics efficiently<\/li>\n                        <li><strong>Reduce breathlessness during daily activities<\/strong> by teaching activity-specific breathing strategies, such as exhaling during the effort phase of a task<\/li>\n                    <\/ul>\n                <\/div>\n                <p>The role of <a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\">chest physiotherapy<\/a> in COPD management extends beyond exercise. It includes airway clearance techniques, breathing retraining, and functional training that helps patients apply what they learn in therapy sessions to their actual daily routines at home.<\/p>\n\n                <h3 class=\"section-subtitle\">Doctor Home Visit<\/h3>\n                <div class=\"card\">\n                    <p>Regular doctor home visits provided medical oversight that tied all other components together:<\/p>\n                    <ul>\n                        <li><strong>Review respiratory status<\/strong> through clinical examination, comparing findings with previous visits to track progress or identify decline<\/li>\n                        <li><strong>Assess oxygen requirements<\/strong>, determining whether the prescribed flow rate remained appropriate or needed adjustment based on saturation trends and symptom reports<\/li>\n                        <li><strong>Monitor medications<\/strong>, reviewing the full medication list for interactions, adjusting doses if needed, and ensuring the regimen remained aligned with current clinical guidelines<\/li>\n                        <li><strong>Evaluate pulmonary rehabilitation progress<\/strong> by reviewing walking distance data, breathlessness scores, and functional improvements reported by the physiotherapy team<\/li>\n                        <li><strong>Plan specialist follow-up<\/strong>, coordinating referrals to the pulmonologist and other specialists as needed, and ensuring hospital appointments were scheduled appropriately<\/li>\n                    <\/ul>\n                <\/div>\n                <p>Having a <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\">doctor visit at home<\/a> meant that Mrs. Dhillon did not have to travel to a clinic for routine assessments, which would have been tiring and would have required complex logistics with her oxygen equipment. It also meant the doctor could see her in her actual living environment, which sometimes reveals practical issues that are invisible in a clinic setting.<\/p>\n            <\/section>\n\n            <!-- Medical Equipment -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Medical Equipment Used at Home<\/h2>\n                <p>Each piece of equipment in Mrs. Dhillon&#8217;s home served a specific clinical purpose. Understanding what each device does helps explain why professional setup and ongoing management were important.<\/p>\n                <div class=\"equip-grid\">\n                    <div class=\"equip-item\">Oxygen Concentrator<\/div>\n                    <div class=\"equip-item\">Portable Oxygen Cylinder<\/div>\n                    <div class=\"equip-item\">Nebulizer<\/div>\n                    <div class=\"equip-item\">Pulse Oximeter<\/div>\n                    <div class=\"equip-item\">BP Monitor<\/div>\n                    <div class=\"equip-item\">Rollator Walker<\/div>\n                    <div class=\"equip-item\">Incentive Spirometer<\/div>\n                <\/div>\n\n                <div class=\"doctor-card\">\n                    <div class=\"doctor-card-header\">\n                        <div class=\"doctor-card-icon\">D<\/div>\n                        <div class=\"doctor-card-label\">Equipment Safety Note<\/div>\n                    <\/div>\n                    <p>The oxygen concentrator requires a stable power supply, adequate ventilation around the machine, and regular filter cleaning. The portable cylinder must be checked for adequate pressure and stored securely to prevent tipping. The nebulizer requires proper cleaning after each use to prevent bacterial contamination. None of these tasks are intuitive for a family with no medical background. This is why <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">renting medical equipment<\/a> from a provider that also offers clinical support, rather than purchasing independently, creates a meaningful safety advantage for patients and families.<\/p>\n                <\/div>\n\n                <p>For families in Delhi NCR, including Gurgaon, accessing reliable <a href=\"https:\/\/athomecare.in\/medical-equipment-on-rent-delhi-ncr\/\">medical equipment on rent<\/a> with proper clinical guidance is an important consideration when setting up home oxygen therapy. The equipment must be maintained, filters must be replaced on schedule, and backup plans must exist in case of equipment malfunction.<\/p>\n            <\/section>\n\n            <!-- Daily Care Plan -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Structured Daily Care Plan<\/h2>\n                <p>Mrs. Dhillon&#8217;s day was organized around a structured schedule that balanced medical treatment, rehabilitation, nutrition, and rest. This structure was important because unstructured days often lead to missed medications, skipped exercises, and inconsistent oxygen use.<\/p>\n\n                <div class=\"daily-grid\">\n                    <div class=\"daily-card\">\n                        <div class=\"daily-card-title\">Morning<\/div>\n                        <ul>\n                            <li>Oxygen saturation check<\/li>\n                            <li>Morning medications<\/li>\n                            <li>Nebulization as prescribed<\/li>\n                            <li>Deep breathing exercises<\/li>\n                            <li>High-protein breakfast<\/li>\n                            <li>Short supervised walk<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"daily-card\">\n                        <div class=\"daily-card-title\">Afternoon<\/div>\n                        <ul>\n                            <li>Healthy lunch<\/li>\n                            <li>Hydration monitoring<\/li>\n                            <li>Rest period<\/li>\n                            <li>Chest expansion exercises<\/li>\n                            <li>Oxygen equipment inspection<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"daily-card\">\n                        <div class=\"daily-card-title\">Evening<\/div>\n                        <ul>\n                            <li>Pulmonary rehabilitation exercises<\/li>\n                            <li>Nebulization if prescribed<\/li>\n                            <li>Supervised indoor walking<\/li>\n                            <li>Relaxation breathing techniques<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"daily-card\">\n                        <div class=\"daily-card-title\">Night<\/div>\n                        <ul>\n                            <li>Light dinner<\/li>\n                            <li>Evening medications<\/li>\n                            <li>Oxygen therapy during sleep<\/li>\n                            <li>Sleep positioning with head elevation<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <div class=\"clinical-note\">\n                    <div class=\"clinical-note-label\">Clinical Reasoning Behind the Schedule<\/div>\n                    <p>The morning walk was scheduled after breathing exercises and nebulization because airways are typically most open after bronchodilator use, making exertion safer and more effective. The afternoon rest period acknowledges that post-exercise fatigue is expected and recovery time is necessary. Evening relaxation breathing was specifically included to address Mrs. Dhillon&#8217;s anxiety and to help prepare her body for sleep. Head elevation during sleep helps reduce the impact of GERD on breathing and also optimizes lung mechanics in a supine position. The emphasis on high-protein meals addresses her reduced appetite and the increased caloric demand of breathing with compromised lungs. Proper <a href=\"https:\/\/athomecare.in\/nutrition-hydration-elderly-care\/\">nutrition and hydration in elderly care<\/a> is a frequently underestimated component of respiratory recovery.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Risks Being Monitored -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Risks Being Monitored<\/h2>\n                <p>Throughout the 12-week care period, the home healthcare team maintained vigilance for a defined set of clinical risks. Each risk had a specific monitoring plan and escalation protocol.<\/p>\n                <div class=\"risk-grid\">\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> COPD exacerbation recurrence<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> New respiratory infection<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Low oxygen levels below target<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Carbon dioxide retention<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Falls related to oxygen tubing<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Medication side effects<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Malnutrition and weight loss<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Reduced physical endurance<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Hospital readmission<\/div>\n                    <div class=\"risk-item\"><span class=\"risk-icon\">&#9888;<\/span> Anxiety related to chronic illness<\/div>\n                <\/div>\n\n                <div class=\"alert alert-danger\">\n                    <div class=\"alert-title\">Carbon Dioxide Retention: A Silent Risk<\/div>\n                    <p>Of all the risks listed, carbon dioxide retention is perhaps the most dangerous because it can develop gradually without obvious symptoms in the early stages. If a COPD patient on oxygen therapy begins retaining carbon dioxide, they may become drowsy, confused, or develop a morning headache. These symptoms are easy to dismiss as fatigue or poor sleep. The home nurse was specifically trained to watch for these subtle signs and to report them immediately, as untreated carbon dioxide retention can progress to respiratory failure. This level of vigilance is a core reason why <a href=\"https:\/\/athomecare.in\/senior-long-term-oxygen-therapy-night-risks\/\">long-term oxygen therapy at night requires professional oversight<\/a>.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Recovery Timeline -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Recovery Timeline<\/h2>\n\n                <div class=\"timeline\">\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Day 1: Transition Home<\/div>\n                        <div class=\"timeline-content\">\n                            <p>The home care team arrived before Mrs. Dhillon returned from the hospital. The oxygen concentrator was set up in her bedroom, the portable cylinder was prepared for mobility, and the pulse oximeter was calibrated. The nurse conducted an initial assessment within two hours of her arrival home, checking oxygen saturation, respiratory rate, and vital signs against the discharge summary. The family received an initial orientation on oxygen safety and emergency contact procedures. Mrs. Dhillon was anxious and fatigued but stable.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Day 3: Establishing Routines<\/div>\n                        <div class=\"timeline-content\">\n                            <p>The daily care schedule was fully implemented. The physiotherapist conducted the first assessment and established a baseline walking distance of 70 meters. Breathing exercises were introduced, focusing on pursed-lip breathing and diaphragmatic breathing. Mrs. Dhillon found the breathing techniques unfamiliar and needed repeated coaching. The nurse observed her inhaler technique and identified minor errors in the timing of actuation during inhalation, which were corrected. The attendant established a hydration log and began tracking fluid intake.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Week 1: Early Adaptation<\/div>\n                        <div class=\"timeline-content\">\n                            <p>Mrs. Dhillon began adapting to the oxygen equipment. Her initial anxiety about being tethered to the concentrator started to ease as she realized the portable cylinder allowed her to move around her home. The first doctor home visit occurred, during which her respiratory status was reviewed, medications were confirmed, and the care plan was validated. Her oxygen saturation ranged between 93% and 94% on prescribed oxygen. Walking distance showed a modest improvement to approximately 90 meters. The nurse noted that sputum production was decreasing, suggesting the infection was resolving. Family education sessions covered oxygen equipment cleaning and warning sign recognition.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Week 2: Building Momentum<\/div>\n                        <div class=\"timeline-content\">\n                            <p>Walking distance progressed to approximately 130 meters. Mrs. Dhillon reported that breathlessness during daily activities was slightly less intense, though still present. She became more consistent with her breathing exercises and no longer needed coaching on inhaler technique. The physiotherapist introduced the incentive spirometer, and Mrs. Dhillon responded well to the visual feedback it provided. Her appetite showed early improvement, partly attributed to reduced breathlessness during meals and the attendant&#8217;s encouragement of smaller, more frequent meals. Sleep quality remained inconsistent due to occasional nocturnal breathlessness, and the doctor adjusted her sleep positioning protocol.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Week 4: Measurable Progress<\/div>\n                        <div class=\"timeline-content\">\n                            <p>By the end of the first month, Mrs. Dhillon was walking approximately 200 meters with portable oxygen support. Her oxygen saturation had stabilized between 94% and 95%. The productive cough had reduced significantly. She began expressing confidence in managing her oxygen concentrator and nasal cannula independently. The doctor conducted a thorough review and noted that her blood pressure remained well-controlled, her ankle swelling had resolved, and her anxiety appeared reduced based on both her self-report and the nurse&#8217;s behavioral observations. The physiotherapy program was advanced to include stair practice with supervision, using energy conservation techniques.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Month 2: Functional Gains<\/div>\n                        <div class=\"timeline-content\">\n                            <p>Walking distance reached approximately 280 meters. Mrs. Dhillon resumed some light gardening activities, which held significant emotional value for her. She was able to climb a short flight of stairs with supervision and rest stops, using the breathing techniques she had learned. Sleep improved notably with consistent head elevation and relaxation breathing before bed. The nurse observed that Mrs. Dhillon was now independently organizing her daily medications and setting up her nebulizer. The family reported that her overall mood and engagement in household life had improved substantially. No respiratory infections or exacerbations had occurred.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"timeline-item\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <div class=\"timeline-label\">Month 3 (Week 12): Stabilization<\/div>\n                        <div class=\"timeline-content\">\n                            <p>At the 12-week mark, Mrs. Dhillon&#8217;s walking distance had improved from 70 meters to 340 meters using portable oxygen. Her oxygen saturation remained consistently between 94% and 96% on prescribed therapy. Breathlessness during daily activities had reduced significantly, and she no longer required assistance with several tasks that had been difficult at discharge. She was managing her oxygen equipment independently, performing breathing exercises without prompting, and had resumed light household activities with scheduled rest periods. No COPD exacerbations or respiratory infections had occurred during the entire 12-week period. No hospital readmissions were required. The care team began discussing a transition plan toward reduced visit frequency while maintaining monitoring.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Clinical Evidence Tables -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Clinical Evidence: Measured Progress<\/h2>\n                <p>The following tables summarize the objective measurements taken during the 12-week care period. These values reflect documented observations, not estimates.<\/p>\n\n                <h3 class=\"section-subtitle\">Vital Signs Progression<\/h3>\n                <div class=\"table-wrap\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Parameter<\/th>\n                                <th>At Discharge<\/th>\n                                <th>Week 4<\/th>\n                                <th>Week 12<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>Blood Pressure<\/td>\n                                <td>132\/78 mmHg<\/td>\n                                <td>128\/76 mmHg<\/td>\n                                <td>126\/74 mmHg<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Heart Rate<\/td>\n                                <td>86 bpm<\/td>\n                                <td>82 bpm<\/td>\n                                <td>78 bpm<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Respiratory Rate<\/td>\n                                <td>22\/min<\/td>\n                                <td>20\/min<\/td>\n                                <td>18\/min<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Oxygen Saturation<\/td>\n                                <td>93% on 2 L\/min<\/td>\n                                <td>94-95% on 2 L\/min<\/td>\n                                <td>94-96% on 2 L\/min<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"section-subtitle\">Functional Mobility Progression<\/h3>\n                <div class=\"table-wrap\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Metric<\/th>\n                                <th>At Discharge<\/th>\n                                <th>Week 4<\/th>\n                                <th>Week 12<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>Walking Distance (with rollator + O2)<\/td>\n                                <td>70 meters<\/td>\n                                <td>200 meters<\/td>\n                                <td>340 meters<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>MRC Breathlessness Grade<\/td>\n                                <td>Grade 3<\/td>\n                                <td>Grade 2-3<\/td>\n                                <td>Grade 2<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Stair Climbing<\/td>\n                                <td>Supervision required<\/td>\n                                <td>Supervision with rest stops<\/td>\n                                <td>Supervised, improved tolerance<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Fall Risk<\/td>\n                                <td>Moderate<\/td>\n                                <td>Low-moderate<\/td>\n                                <td>Low<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n\n                <h3 class=\"section-subtitle\">Clinical Events During 12-Week Period<\/h3>\n                <div class=\"table-wrap\">\n                    <table>\n                        <thead>\n                            <tr>\n                                <th>Event<\/th>\n                                <th>Occurrence<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td>COPD Exacerbation<\/td>\n                                <td>None<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Respiratory Infection<\/td>\n                                <td>None<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Hospital Readmission<\/td>\n                                <td>None<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Falls<\/td>\n                                <td>None<\/td>\n                            <\/tr>\n                            <tr>\n                                <td>Medication Errors Identified<\/td>\n                                <td>1 (inhaler technique, corrected Day 3)<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/section>\n\n            <!-- Care Goals -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Home Care Goals and Achievement<\/h2>\n                <div class=\"goal-grid\">\n                    <div class=\"goal-card\">\n                        <div class=\"goal-card-title short-term\">&#9679; Short-Term Goals<\/div>\n                        <ul>\n                            <li>Maintain adequate oxygen saturation above 93%<\/li>\n                            <li>Improve breathing comfort during basic activities<\/li>\n                            <li>Increase walking tolerance beyond baseline 70 meters<\/li>\n                            <li>Prevent respiratory infections during recovery period<\/li>\n                            <li>Improve medication adherence to prescribed regimen<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"goal-card\">\n                        <div class=\"goal-card-title long-term\">&#9679; Long-Term Goals<\/div>\n                        <ul>\n                            <li>Reduce frequency of COPD exacerbations<\/li>\n                            <li>Improve functional independence in daily living<\/li>\n                            <li>Maintain safe and effective oxygen therapy at home<\/li>\n                            <li>Enhance overall quality of life and emotional wellbeing<\/li>\n                            <li>Reduce hospital admissions through proactive monitoring<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <p>Both short-term and long-term goals were substantially achieved within the 12-week care period. The walking distance improvement from 70 meters to 340 meters represents a nearly five-fold increase in functional mobility. The absence of any exacerbation or readmission during this vulnerable post-discharge period is a clinically meaningful outcome that demonstrates the value of structured home healthcare.<\/p>\n            <\/section>\n\n            <!-- Family Education -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Family Education Provided<\/h2>\n                <p>Education was not a single session but an ongoing process woven into every visit. The following topics were covered systematically with Mrs. Dhillon&#8217;s husband and son:<\/p>\n                <ul>\n                    <li><strong>Safe use of oxygen equipment<\/strong>, including keeping the concentrator and cylinders away from open flames, avoiding smoking in the vicinity, not using oil-based products near the oxygen outlet, and ensuring the room had adequate ventilation<\/li>\n                    <li><strong>Proper cleaning of nasal cannulas and nebulizer components<\/strong>, including daily cleaning of the cannula with mild soap and water, weekly replacement of the cannula, and disinfection of the nebulizer cup and mask after each use<\/li>\n                    <li><strong>Monitoring oxygen saturation as instructed<\/strong>, including when to check, how to position the probe correctly, what readings to expect, and when a reading should prompt a phone call to the nurse or doctor<\/li>\n                    <li><strong>Encouraging breathing exercises and pulmonary rehabilitation<\/strong>, understanding that consistency matters more than intensity, and that these exercises are a long-term commitment, not a short course of treatment<\/li>\n                    <li><strong>Maintaining adequate hydration<\/strong> to help loosen respiratory secretions, with specific daily fluid intake targets and strategies for encouraging Mrs. Dhillon to drink regularly<\/li>\n                    <li><strong>Ensuring timely medication and inhaler use with correct technique<\/strong>, understanding the difference between maintenance inhalers and rescue medications, and the importance of not skipping doses even when feeling well<\/li>\n                    <li><strong>Recognizing warning signs<\/strong> that require urgent medical attention, including increasing breathlessness that does not improve with rest, bluish discoloration of lips or fingers, confusion or drowsiness, fever, and persistently low oxygen saturation despite prescribed oxygen therapy<\/li>\n                    <li><strong>Attending scheduled pulmonology follow-up appointments<\/strong> and bringing the home monitoring log to each visit so the specialist could review trends<\/li>\n                <\/ul>\n\n                <div class=\"alert alert-warning\">\n                    <div class=\"alert-title\">Important Note for Families<\/div>\n                    <p>Family education in chronic disease management is not about turning family members into healthcare professionals. It is about giving them enough knowledge to recognize what is normal and what is not, to respond appropriately to minor issues, and to know when to seek professional help. This distinction matters because overconfidence in family caregiving can sometimes delay necessary medical intervention. The <a href=\"https:\/\/athomecare.in\/choosing-the-right-home-caregiver-in-gurgaon-what-families-need-to-know\/\">right home caregiver<\/a> works alongside the family, not in place of professional clinical oversight.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Recovery Outcome -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Recovery Outcome at 12 Weeks<\/h2>\n\n                <div class=\"outcome-highlight\">\n                    <div class=\"outcome-highlight-title\">Summary of Clinical Outcomes<\/div>\n                    <ul>\n                        <li>Walking distance improved from 70 meters to 340 meters using portable oxygen support<\/li>\n                        <li>Oxygen saturation remained consistently between 94% and 96% on prescribed oxygen therapy<\/li>\n                        <li>Breathlessness during daily activities reduced significantly<\/li>\n                        <li>Patient learned proper inhaler and oxygen equipment use independently<\/li>\n                        <li>No COPD exacerbations or respiratory infections occurred during the 12-week follow-up period<\/li>\n                        <li>Resumed light gardening and household activities with scheduled rest periods<\/li>\n                        <li>No hospital readmissions were required<\/li>\n                    <\/ul>\n                <\/div>\n\n                <h3 class=\"section-subtitle\">Remaining Challenges<\/h3>\n                <p>It is important to acknowledge that 12 weeks of home care did not resolve Mrs. Dhillon&#8217;s COPD. COPD is a chronic, progressive condition. At the end of the 12-week period, she still required long-term oxygen therapy. She still experienced breathlessness with moderate exertion. She still needed supervision for stair climbing and would likely always need to manage her condition proactively.<\/p>\n                <p>What changed was her functional capacity, her confidence, her family&#8217;s ability to support her safely, and the systems in place to catch problems early. These are meaningful, clinically valid improvements even though the underlying disease remains.<\/p>\n\n                <h3 class=\"section-subtitle\">Long-Term Care Considerations<\/h3>\n                <p>Mrs. Dhillon&#8217;s long-term management will likely involve continued home-based pulmonary rehabilitation at a reduced frequency, periodic doctor home visits for medication review and respiratory assessment, ongoing oxygen therapy for the foreseeable future, regular pulmonology follow-up, annual vaccinations including influenza and pneumococcal, and continued family vigilance for exacerbation warning signs. Families navigating similar long-term care needs often benefit from understanding the full spectrum of <a href=\"https:\/\/athomecare.in\/understanding-elderly-care-a-comprehensive-guide\/\">elderly care at home<\/a>.<\/p>\n            <\/section>\n\n            <!-- Key Clinical Learnings -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Key Clinical Learnings<\/h2>\n\n                <div class=\"card\" style=\"margin-bottom: 20px;\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">1. COPD Is a Long-Term Condition Requiring Continuous Management<\/h4>\n                    <p>This case illustrates that COPD does not end with hospital discharge. The acute exacerbation was treated, but the underlying lung disease persisted. The transition from hospital to home is a vulnerable period where structured support can make the difference between recovery and readmission. Understanding the principles of <a href=\"https:\/\/athomecare.in\/end-stage-copd-achieving-breathing-comfort\/\">COPD management at home<\/a> is essential for both patients and caregivers.<\/p>\n                <\/div>\n\n                <div class=\"card\" style=\"margin-bottom: 20px;\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">2. Long-Term Oxygen Therapy Requires More Than Equipment<\/h4>\n                    <p>Providing an oxygen concentrator without clinical oversight is insufficient and potentially unsafe. Mrs. Dhillon&#8217;s case demonstrates that oxygen therapy at home requires ongoing saturation monitoring, equipment maintenance, safety education, and professional assessment of whether the prescribed flow rate remains appropriate over time. The clinical nuances of <a href=\"https:\/\/athomecare.in\/oxygen-therapy-home-clinical\/\">home oxygen therapy<\/a> go well beyond simply plugging in a machine.<\/p>\n                <\/div>\n\n                <div class=\"card\" style=\"margin-bottom: 20px;\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">3. Pulmonary Rehabilitation Delivered at Home Is Effective<\/h4>\n                    <p>The nearly five-fold improvement in walking distance over 12 weeks demonstrates that home-based pulmonary rehabilitation, when delivered by a qualified physiotherapist with a structured plan, can produce meaningful functional improvements. This finding is consistent with published evidence showing that home-based and center-based programs achieve comparable outcomes for many COPD patients. The value of <a href=\"https:\/\/athomecare.in\/unlocking-the-benefits-of-pulmonary-rehabilitation-for-copd-patients-a-comprehensive-guide\/\">pulmonary rehabilitation for COPD patients<\/a> is well established in clinical literature.<\/p>\n                <\/div>\n\n                <div class=\"card\" style=\"margin-bottom: 20px;\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">4. Inhaler Technique Errors Are Common and Correctable<\/h4>\n                    <p>The inhaler technique error identified on Day 3 of home care is not unusual. Studies have shown that a significant proportion of COPD patients use their inhalers incorrectly, even after hospital discharge education. These errors reduce medication delivery to the lungs and can lead to inadequate symptom control. A single observation by a trained nurse can identify and correct these errors, potentially improving outcomes significantly. Proper <a href=\"https:\/\/athomecare.in\/nebulizer-therapy-clinical\/\">nebulizer and inhaler therapy<\/a> technique is a skill that requires verification, not assumption.<\/p>\n                <\/div>\n\n                <div class=\"card\" style=\"margin-bottom: 20px;\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">5. Infection Prevention Is an Active Process<\/h4>\n                    <p>The absence of respiratory infection during the 12-week period was not accidental. It resulted from active measures including hand hygiene education, nebulizer cleaning protocols, hydration management to keep secretions thin, and early recognition monitoring. In COPD patients, preventing infection is directly linked to preventing exacerbations and hospitalizations. This is particularly relevant during winter months when <a href=\"https:\/\/athomecare.in\/copd-winter-care\/\">COPD winter care<\/a> becomes especially critical.<\/p>\n                <\/div>\n\n                <div class=\"card\" style=\"margin-bottom: 20px;\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">6. Energy Conservation Techniques Improve Daily Functioning<\/h4>\n                    <p>Teaching Mrs. Dhillon to pace her activities, exhale during exertion, prioritize tasks, and use body mechanics efficiently allowed her to accomplish more with less breathlessness. These techniques are simple to teach but require practice and reinforcement, which is why they are most effective when integrated into a structured home care plan rather than taught once in a hospital setting.<\/p>\n                <\/div>\n\n                <div class=\"card\">\n                    <h4 class=\"section-subtitle\" style=\"margin-top:0;\">7. Family Education Improves Long-Term Adherence<\/h4>\n                    <p>Mrs. Dhillon&#8217;s husband and son were not passive bystanders. They were actively educated and integrated into the care plan. This approach recognizes that after the professional team reduces visit frequency, the family becomes the primary safety net. Investing in family education during the intensive care period pays dividends in long-term adherence, early warning recognition, and reduced emergency situations. This principle applies broadly across <a href=\"https:\/\/athomecare.in\/the-essentials-of-geriatric-care-enhancing-quality-of-life-for-seniors\/\">geriatric care<\/a>, not just respiratory conditions.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Medical Authority -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Medical Author and Review<\/h2>\n                <div class=\"author-section\">\n                    <div class=\"author-top\">\n                        <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya, MBBS - Geriatric Medicine Specialist\" class=\"author-img\">\n                        <div>\n                            <div class=\"author-name\">Dr. Ekta Fageriya, MBBS<\/div>\n                            <div class=\"author-creds\">\n                                Specialization: Geriatric Medicine<br>\n                                RMC Registration No. 44780<br>\n                                Clinical Experience: 7 Years\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"author-details-grid\">\n                        <div>\n                            <div class=\"author-detail-label\">Qualification<\/div>\n                            <div class=\"author-detail-value\">MBBS<\/div>\n                        <\/div>\n                        <div>\n                            <div class=\"author-detail-label\">Registration<\/div>\n                            <div class=\"author-detail-value\">RMC 44780<\/div>\n                        <\/div>\n                        <div>\n                            <div class=\"author-detail-label\">Specialization<\/div>\n                            <div class=\"author-detail-value\">Geriatric Medicine<\/div>\n                        <\/div>\n                        <div>\n                            <div class=\"author-detail-label\">Experience<\/div>\n                            <div class=\"author-detail-value\">7 Years<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                \n            <\/section>\n\n            <!-- Supporting Documents Reference -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Supporting Clinical Documents<\/h2>\n                <p>This case study is based on the following categories of clinical documentation, which informed all clinical decisions and outcome assessments described above:<\/p>\n                <ul>\n                    <li><strong>Hospital Discharge Summary<\/strong> detailing the admission diagnosis, treatment course, procedures performed, and discharge medications<\/li>\n                    <li><strong>Arterial Blood Gas (ABG) Report<\/strong> documenting the hypoxemia that qualified Mrs. Dhillon for long-term oxygen therapy<\/li>\n                    <li><strong>Chest X-ray Report<\/strong> confirming the lower respiratory tract infection and guiding antibiotic selection<\/li>\n                    <li><strong>Sputum Culture Report<\/strong> identifying the causative organism and its antibiotic sensitivity<\/li>\n                    <li><strong>Pulmonary Function Test Results<\/strong> (reviewed from prior records) establishing the baseline severity of airflow obstruction<\/li>\n                    <li><strong>ECG Report<\/strong> assessing cardiac rhythm and ruling out acute cardiac events<\/li>\n                    <li><strong>Home Nursing Progress Notes<\/strong> documenting daily assessments, interventions, and observations throughout the 12-week period<\/li>\n                    <li><strong>Physiotherapy Assessment and Progress Records<\/strong> tracking functional measurements and rehabilitation milestones<\/li>\n                    <li><strong>Doctor Home Visit Notes<\/strong> recording clinical examinations, medication reviews, and plan modifications<\/li>\n                <\/ul>\n                <div class=\"clinical-note\">\n                    <div class=\"clinical-note-label\">Documentation Note<\/div>\n                    <p>No confidential patient information is disclosed in this case study. All clinical data has been presented in a manner consistent with patient privacy principles. The case is entirely fictional and created for educational purposes.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- FAQs -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n\n                <div class=\"faq-item active\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why does a COPD patient need oxygen therapy at home?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Some COPD patients have persistently low oxygen levels in their blood even after an acute exacerbation has been treated. This happens because the underlying lung damage prevents adequate oxygen from entering the bloodstream. When oxygen levels remain below a certain threshold consistently, prescribed oxygen therapy helps improve oxygen delivery to the body&#8217;s organs and tissues. Long-term oxygen therapy has been shown to improve survival in eligible COPD patients. It is not a sign of end-stage disease but rather a specific treatment for a specific physiological problem. The decision to prescribe home oxygen is based on documented blood oxygen measurements, not just symptoms.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Is it safe to use an oxygen concentrator every day?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Yes. An oxygen concentrator is designed for continuous daily use when prescribed by a physician. It filters room air to concentrate oxygen and delivers it at a prescribed flow rate. However, safe daily use requires following specific precautions: keeping the machine away from open flames and heat sources, ensuring adequate ventilation in the room, not blocking the air intake vents, maintaining the machine according to the manufacturer&#8217;s schedule, and using only the accessories and tubing specified for that device. Regular professional monitoring ensures the machine is functioning correctly and delivering the prescribed oxygen level. Families can learn more about safe <a href=\"https:\/\/athomecare.in\/exploring-the-oxymed-mini-5-lpm-oxygen-concentrator-by-athomecare-a-comprehensive-guide\/\">oxygen concentrator use at home<\/a> through proper clinical guidance.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Can pulmonary rehabilitation improve breathing in COPD?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Pulmonary rehabilitation cannot cure COPD or reverse the lung damage that has already occurred. However, it can significantly improve how effectively a patient uses their remaining lung function. Through breathing exercises, physical conditioning, and education, pulmonary rehabilitation helps patients breathe more efficiently, increase their exercise tolerance, and reduce the sensation of breathlessness during daily activities. In Mrs. Dhillon&#8217;s case, it contributed to a nearly five-fold improvement in walking distance over 12 weeks. The benefits of <a href=\"https:\/\/athomecare.in\/the-goals-and-benefits-of-pulmonary-rehabilitation-enhancing-quality-of-life-for-patients-with-copd\/\">pulmonary rehabilitation for COPD patients<\/a> are well documented in clinical research and recognized by major respiratory medicine guidelines.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>How can respiratory infections be prevented in COPD patients?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Several strategies help reduce the risk of respiratory infections in COPD patients. Regular hand hygiene by the patient, family members, and caregivers is one of the most effective measures. Staying up to date with recommended vaccinations, including annual influenza vaccines and pneumococcal vaccines, provides important protection. Avoiding exposure to smoke, dust, and crowded settings during peak infection seasons reduces exposure risk. Maintaining adequate hydration helps keep respiratory secretions thin and easier to clear. Proper cleaning of nebulizer equipment and oxygen accessories prevents bacterial colonization. Following prescribed medications, including maintenance inhalers, helps keep airway inflammation under control, which may reduce susceptibility to infection. These preventive measures are particularly important during winter, as explained in <a href=\"https:\/\/athomecare.in\/winter-respiratory-care-for-elderly-patients-in-delhi-ncr-at-home-care\/\">winter respiratory care guidance for elderly patients<\/a>.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>When should urgent medical attention be sought for a COPD patient at home?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Seek immediate medical care if a COPD patient experiences severe breathlessness that does not improve with rest or prescribed rescue medications, chest pain or pressure, new or worsening confusion or drowsiness, bluish discoloration of the lips, fingertips, or toes, high fever, persistently low oxygen saturation on the pulse oximeter despite using prescribed oxygen therapy, inability to speak in full sentences due to breathlessness, or a sudden change in the color or amount of sputum. These are <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\">warning signs in elderly patients<\/a> that should never be ignored or watched at home. It is always safer to seek evaluation than to wait and see if symptoms improve on their own.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Can COPD patients remain physically active?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Yes. In fact, remaining physically active is one of the most beneficial things a COPD patient can do. Activity does not mean strenuous exercise. It means gentle, regular movement that is appropriate for the patient&#8217;s current level of function. Walking, even short distances, helps maintain muscle strength and cardiovascular fitness. Breathing exercises can be done while seated. Light household activities, gardening, and stretching all count as meaningful activity. The key is that activity should be supervised initially, gradually progressive, and guided by a healthcare professional who understands the patient&#8217;s limitations. Mrs. Dhillon&#8217;s case demonstrates that even a patient who could initially walk only 70 meters can make significant functional gains with the right support. The role of <a href=\"https:\/\/athomecare.in\/indoor-physical-activity-and-breathing-exercises-for-elderly-at-home-care\/\">physical activity and breathing exercises for elderly patients at home<\/a> is well established in geriatric care.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What is the role of a home nurse in COPD management?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>A home nurse caring for a COPD patient provides clinical monitoring that goes beyond what family members can safely offer. This includes regular oxygen saturation checks with clinical interpretation, respiratory symptom assessment with awareness of what changes are significant, medication management including verification of inhaler and nebulizer technique, infection surveillance, coordination with the prescribing doctor, and patient and family education. The nurse also serves as an early warning system, identifying subtle changes in condition that might precede a serious exacerbation. This clinical role is distinct from the practical support provided by a patient attendant and the rehabilitation provided by a physiotherapist. Families considering <a href=\"https:\/\/athomecare.in\/home-nursing-vs-patient-care-faridabad\/\">home nursing versus patient care<\/a> should understand that these roles address different needs, and many patients benefit from both.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>How does home healthcare reduce hospital readmissions for COPD?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Home healthcare reduces readmissions through several mechanisms. Regular monitoring catches deterioration early, before it becomes severe enough to require emergency care. Medication management ensures prescriptions are being followed correctly, preventing relapse due to non-adherence. Pulmonary rehabilitation improves functional capacity, making the patient more resilient. Family education creates a knowledgeable support system that can respond appropriately to changes. Infection prevention measures reduce one of the most common triggers for exacerbation. And coordinated doctor oversight ensures that specialist follow-up happens on schedule and that treatment plans are adjusted as needed. Evidence from multiple healthcare systems supports the role of <a href=\"https:\/\/athomecare.in\/post-hospital-recovery-gurgaon-readmission-risk\/\">post-hospital recovery care in reducing readmission risk<\/a> for chronic disease patients.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Is home oxygen therapy covered by insurance in India?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Coverage for home oxygen therapy varies depending on the insurance provider, the specific policy, and the medical justification. Some health insurance plans cover the rental or purchase of oxygen concentrators when prescribed by a physician for a documented medical need. It is important to check with the insurance provider directly, obtain a detailed prescription from the treating doctor that specifies the medical necessity, and keep all documentation including investigation reports that support the need for long-term oxygen therapy. The cost of <a href=\"https:\/\/athomecare.in\/why-renting-medical-equipment-from-athomecare-is-the-smartest-choice-for-home-icu-in-gurgaon\/\">renting medical equipment for home care<\/a> is often more manageable than purchasing outright, and some providers assist with insurance documentation.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What should families look for when choosing a home care provider for a COPD patient?<\/span>\n                        <span class=\"faq-toggle\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Families should look for a provider that offers clinically trained nurses, not just attendants, for COPD patients who require oxygen monitoring and respiratory assessment. The provider should have experience with respiratory care specifically, including oxygen therapy management, nebulizer support, and pulmonary rehabilitation coordination. Equipment support, including reliable oxygen concentrator rental with maintenance and backup provisions, is essential. The provider should offer a structured care plan with defined goals and regular progress documentation. Doctor home visit capability allows for medical oversight without hospital travel. Transparent communication, including regular updates to the family and coordinating physician, is important. Families in Gurgaon and Delhi NCR can refer to guides on <a href=\"https:\/\/athomecare.in\/how-to-choose-gda-attendant-gurgaon\/\">choosing the right home care support in Gurgaon<\/a> to understand what to evaluate before making a decision.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Contact Section -->\n            <section class=\"contact-section\">\n                <div class=\"contact-title\">Contact AtHomeCare<\/div>\n                <div class=\"contact-grid\">\n                    <div>\n                        <div class=\"contact-item-label\">Corporate Office<\/div>\n                        <div class=\"contact-item-value\">Unit No. 703, 7th Floor, ILD Trade Centre<br>D1 Block, Malibu Town<br>Sector 47, Gurgaon, Haryana 122018<\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"contact-item-label\">Phone<\/div>\n                        <div class=\"contact-item-value\"><a href=\"tel:9910823218\">9910823218<\/a><\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"contact-item-label\">Email<\/div>\n                        <div class=\"contact-item-value\"><a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a><\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\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, including severe breathlessness, chest pain, confusion, or bluish discoloration of lips or fingers, 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, call your local emergency number or go to the nearest hospital immediately.\n            <\/div>\n\n        <\/div>\n    <\/main>\n\n    <!-- Footer -->\n    <footer class=\"site-footer\">\n        <div class=\"container\">\n            <p>&copy; 2025 AtHomeCare. All rights reserved. | <a href=\"https:\/\/athomecare.in\/\">Home Healthcare Services in Delhi NCR<\/a><\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        function toggleFaq(element) {\n            var item = element.parentElement;\n            var isActive = item.classList.contains('active');\n            document.querySelectorAll('.faq-item').forEach(function(faq) {\n                faq.classList.remove('active');\n            });\n            if (!isActive) {\n                item.classList.add('active');\n            }\n        }\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-29","post","type-post","status-publish","format-standard","hentry","category-blog"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported\" \/>\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\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"amritsar -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar\" \/>\n\t\t<meta property=\"og:description\" content=\"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-15T07:54:47+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-15T07:56:15+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar\" \/>\n\t\t<meta name=\"twitter:description\" content=\"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported\" \/>\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\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#blogposting\",\"name\":\"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar\",\"headline\":\"COPD Home Care Case Study with Oxygen Therapy in Amritsar\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/#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\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#articleImage\"},\"datePublished\":\"2026-07-15T07:54:47+00:00\",\"dateModified\":\"2026-07-15T07:56:15+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/amritsar\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#listItem\",\"name\":\"COPD Home Care Case Study with Oxygen Therapy in Amritsar\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#listItem\",\"position\":3,\"name\":\"COPD Home Care Case Study with Oxygen Therapy in Amritsar\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/#organization\",\"name\":\"amritsar\",\"url\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#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\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/\",\"name\":\"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar\",\"description\":\"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \\\/ Amritsar \\\/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-07-15T07:54:47+00:00\",\"dateModified\":\"2026-07-15T07:56:15+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/\",\"name\":\"amritsar\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/amritsar\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar","description":"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported","canonical_url":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#blogposting","name":"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar","headline":"COPD Home Care Case Study with Oxygen Therapy in Amritsar","author":{"@id":"https:\/\/athomecare.in\/amritsar\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/amritsar\/#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\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#articleImage"},"datePublished":"2026-07-15T07:54:47+00:00","dateModified":"2026-07-15T07:56:15+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/amritsar#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/amritsar","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/amritsar\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/amritsar\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/amritsar\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#listItem","name":"COPD Home Care Case Study with Oxygen Therapy in Amritsar"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/amritsar#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#listItem","position":3,"name":"COPD Home Care Case Study with Oxygen Therapy in Amritsar","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/amritsar\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/amritsar\/#organization","name":"amritsar","url":"https:\/\/athomecare.in\/amritsar\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/amritsar\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/amritsar\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#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\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#webpage","url":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/","name":"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar","description":"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/amritsar\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/amritsar\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/amritsar\/author\/lyfmedicare46\/#author"},"datePublished":"2026-07-15T07:54:47+00:00","dateModified":"2026-07-15T07:56:15+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/amritsar\/#website","url":"https:\/\/athomecare.in\/amritsar\/","name":"amritsar","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/amritsar\/#organization"}}]},"og:locale":"en_US","og:site_name":"amritsar -","og:type":"article","og:title":"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar","og:description":"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported","og:url":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/","article:published_time":"2026-07-15T07:54:47+00:00","article:modified_time":"2026-07-15T07:56:15+00:00","twitter:card":"summary_large_image","twitter:title":"COPD Home Care Case Study with Oxygen Therapy in Amritsar - amritsar","twitter:description":"COPD Home Care Case Study with Oxygen Therapy in Amritsar Trusted Home Healthcare Across Delhi NCR Call: 9910823218 AtHomeCare Call for Home Care Home \/ Amritsar \/ COPD Home Care Case Study Case Study | Amritsar COPD Home Care Case Study with Long-Term Oxygen Therapy A detailed clinical account of how structured home healthcare supported"},"aioseo_meta_data":{"post_id":"29","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-15 07:36:01","updated":"2026-07-16 08:35:27","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\/amritsar\" 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\/amritsar\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCOPD Home Care Case Study with Oxygen Therapy in Amritsar\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/amritsar"},{"label":"Blog","link":"https:\/\/athomecare.in\/amritsar\/category\/blog\/"},{"label":"COPD Home Care Case Study with Oxygen Therapy in Amritsar","link":"https:\/\/athomecare.in\/amritsar\/copd-home-care-case-study-with-oxygen-therapy-in-amritsar\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":8,"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":38,"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/posts\/29\/revisions\/38"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/media?parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/categories?post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/amritsar\/wp-json\/wp\/v2\/tags?post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}