{"id":325,"date":"2026-08-01T06:34:57","date_gmt":"2026-08-01T06:34:57","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=325"},"modified":"2026-08-01T06:35:04","modified_gmt":"2026-08-01T06:35:04","slug":"idiopathic-pulmonary-arterial-hypertension-home-care-case-study","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/","title":{"rendered":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study<\/title>\n    <meta name=\"description\" content=\"Learn how home nursing, oxygen therapy, and pulmonary rehabilitation supported recovery for a fictional patient with Idiopathic Pulmonary Arterial Hypertension.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    <link rel=\"canonical\" href=\"https:\/\/athomecare.in\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study-mohali\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Merriweather:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        primary: { 50:'#f0fdfa',100:'#ccfbf1',200:'#99f6e4',300:'#5eead4',400:'#2dd4bf',500:'#14b8a6',600:'#0d9488',700:'#0f766e',800:'#115e59',900:'#134e4a' },\n                        med: { blue:'#1e40af', red:'#dc2626', amber:'#d97706', green:'#059669', slate:'#475569' }\n                    },\n                    fontFamily: {\n                        heading: ['Merriweather', 'serif'],\n                        body: ['Inter', 'sans-serif']\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        :root {\n            --bg: #ffffff;\n            --bg-alt: #f8fafc;\n            --bg-section: #f0fdfa;\n            --fg: #1e293b;\n            --fg-muted: #64748b;\n            --accent: #0f766e;\n            --accent-light: #14b8a6;\n            --border: #e2e8f0;\n            --card-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);\n            --card-shadow-lg: 0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.04);\n        }\n\n        * { box-sizing: border-box; }\n\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: var(--bg);\n            color: var(--fg);\n            line-height: 1.75;\n            font-size: 16px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Merriweather', serif;\n            color: #0f172a;\n            line-height: 1.35;\n        }\n\n        .hero-gradient {\n            background: linear-gradient(135deg, #0f766e 0%, #115e59 40%, #134e4a 100%);\n        }\n\n        .clinical-alert {\n            border-left: 4px solid #dc2626;\n            background: #fef2f2;\n            padding: 1.25rem 1.5rem;\n            border-radius: 0 8px 8px 0;\n            margin: 1.5rem 0;\n        }\n\n        .doctor-card {\n            background: #eff6ff;\n            border: 1px solid #bfdbfe;\n            border-left: 4px solid #1e40af;\n            padding: 1.25rem 1.5rem;\n            border-radius: 0 8px 8px 0;\n            margin: 1.5rem 0;\n        }\n\n        .info-box {\n            background: #f0fdfa;\n            border: 1px solid #99f6e4;\n            border-left: 4px solid #0d9488;\n            padding: 1.25rem 1.5rem;\n            border-radius: 0 8px 8px 0;\n            margin: 1.5rem 0;\n        }\n\n        .warning-box {\n            border-left: 4px solid #d97706;\n            background: #fffbeb;\n            padding: 1.25rem 1.5rem;\n            border-radius: 0 8px 8px 0;\n            margin: 1.5rem 0;\n        }\n\n        .success-box {\n            border-left: 4px solid #059669;\n            background: #ecfdf5;\n            padding: 1.25rem 1.5rem;\n            border-radius: 0 8px 8px 0;\n            margin: 1.5rem 0;\n        }\n\n        .clinical-note {\n            background: #f8fafc;\n            border: 1px dashed #cbd5e1;\n            padding: 1.25rem 1.5rem;\n            border-radius: 8px;\n            margin: 1.5rem 0;\n            font-size: 0.9375rem;\n        }\n\n        .scenario-card {\n            background: #ffffff;\n            border: 1px solid var(--border);\n            border-radius: 12px;\n            padding: 1.5rem;\n            box-shadow: var(--card-shadow);\n            margin: 1.5rem 0;\n        }\n\n        .evidence-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--card-shadow);\n            margin: 1.5rem 0;\n            font-size: 0.9375rem;\n        }\n\n        .evidence-table thead th {\n            background: #0f766e;\n            color: #ffffff;\n            padding: 0.875rem 1rem;\n            text-align: left;\n            font-weight: 600;\n            font-family: 'Inter', sans-serif;\n            font-size: 0.875rem;\n            letter-spacing: 0.025em;\n            text-transform: uppercase;\n        }\n\n        .evidence-table tbody td {\n            padding: 0.75rem 1rem;\n            border-bottom: 1px solid #e2e8f0;\n            vertical-align: top;\n        }\n\n        .evidence-table tbody tr:last-child td {\n            border-bottom: none;\n        }\n\n        .evidence-table tbody tr:nth-child(even) {\n            background: #f8fafc;\n        }\n\n        .timeline-container {\n            position: relative;\n            padding-left: 2.5rem;\n        }\n\n        .timeline-container::before {\n            content: '';\n            position: absolute;\n            left: 11px;\n            top: 0;\n            bottom: 0;\n            width: 2px;\n            background: linear-gradient(to bottom, #0f766e, #99f6e4);\n        }\n\n        .timeline-item {\n            position: relative;\n            margin-bottom: 2rem;\n            padding-bottom: 0.5rem;\n        }\n\n        .timeline-item::before {\n            content: '';\n            position: absolute;\n            left: -2.5rem;\n            top: 6px;\n            width: 14px;\n            height: 14px;\n            border-radius: 50%;\n            background: #0f766e;\n            border: 3px solid #ccfbf1;\n            z-index: 1;\n        }\n\n        .timeline-card {\n            background: #ffffff;\n            border: 1px solid var(--border);\n            border-radius: 10px;\n            padding: 1.25rem 1.5rem;\n            box-shadow: var(--card-shadow);\n        }\n\n        .risk-high { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }\n        .risk-moderate { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; }\n        .risk-low { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; }\n\n        .risk-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.375rem;\n            padding: 0.25rem 0.75rem;\n            border-radius: 9999px;\n            font-size: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        .contact-card {\n            background: linear-gradient(135deg, #0f766e, #115e59);\n            color: #ffffff;\n            border-radius: 12px;\n            padding: 2rem;\n        }\n\n        .contact-card a {\n            color: #ccfbf1;\n            text-decoration: none;\n        }\n\n        .contact-card a:hover {\n            text-decoration: underline;\n        }\n\n        .author-card {\n            background: #ffffff;\n            border: 1px solid var(--border);\n            border-radius: 12px;\n            padding: 1.5rem;\n            box-shadow: var(--card-shadow-lg);\n        }\n\n        .faq-item {\n            border: 1px solid var(--border);\n            border-radius: 10px;\n            margin-bottom: 0.75rem;\n            overflow: hidden;\n            transition: box-shadow 0.2s;\n        }\n\n        .faq-item:hover {\n            box-shadow: var(--card-shadow);\n        }\n\n        .faq-question {\n            padding: 1rem 1.25rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            gap: 1rem;\n            background: #ffffff;\n            font-weight: 600;\n            font-size: 0.9375rem;\n            line-height: 1.5;\n            user-select: none;\n            border: none;\n            width: 100%;\n            text-align: left;\n            color: #0f172a;\n            font-family: 'Inter', sans-serif;\n        }\n\n        .faq-question:hover { background: #f8fafc; }\n\n        .faq-answer {\n            padding: 0 1.25rem 1.25rem;\n            background: #ffffff;\n            color: var(--fg-muted);\n            font-size: 0.9375rem;\n            line-height: 1.7;\n            display: none;\n        }\n\n        .faq-item.active .faq-answer { display: block; }\n        .faq-item.active .faq-icon { transform: rotate(180deg); }\n        .faq-icon { transition: transform 0.2s; flex-shrink: 0; margin-top: 2px; }\n\n        .section-divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #cbd5e1, transparent);\n            margin: 3rem 0;\n        }\n\n        a.internal-link {\n            color: #0f766e;\n            text-decoration: underline;\n            text-decoration-color: #99f6e4;\n            text-underline-offset: 2px;\n            transition: text-decoration-color 0.2s;\n        }\n\n        a.internal-link:hover {\n            text-decoration-color: #0f766e;\n        }\n\n        .stat-card {\n            text-align: center;\n            padding: 1.25rem;\n            background: #ffffff;\n            border: 1px solid var(--border);\n            border-radius: 10px;\n            box-shadow: var(--card-shadow);\n        }\n\n        .stat-value {\n            font-family: 'Merriweather', serif;\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #0f766e;\n        }\n\n        .stat-label {\n            font-size: 0.8125rem;\n            color: var(--fg-muted);\n            margin-top: 0.25rem;\n        }\n\n        @media (max-width: 768px) {\n            body { font-size: 15px; }\n            .evidence-table { font-size: 0.8125rem; }\n            .evidence-table thead th, .evidence-table tbody td { padding: 0.625rem 0.75rem; }\n            .stat-value { font-size: 1.375rem; }\n        }\n\n        @media (max-width: 480px) {\n            .evidence-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }\n        }\n\n        .toc-link {\n            display: block;\n            padding: 0.375rem 0;\n            color: var(--fg-muted);\n            text-decoration: none;\n            font-size: 0.875rem;\n            transition: color 0.2s;\n        }\n        .toc-link:hover { color: #0f766e; }\n\n        .disclaimer-box {\n            background: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin-top: 3rem;\n        }\n\n        .nav-top {\n            position: sticky;\n            top: 0;\n            z-index: 50;\n            background: rgba(255,255,255,0.95);\n            backdrop-filter: blur(8px);\n            border-bottom: 1px solid #e2e8f0;\n        }\n    <\/style>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"MedicalWebPage\",\n        \"name\": \"Home Care for Idiopathic Pulmonary Arterial Hypertension: A Fictional Educational Patient Case Study\",\n        \"description\": \"Learn how home nursing, oxygen therapy, and pulmonary rehabilitation supported recovery for a fictional patient with Idiopathic Pulmonary Arterial Hypertension.\",\n        \"url\": \"https:\/\/athomecare.in\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study-mohali\",\n        \"about\": {\n            \"@type\": \"MedicalCondition\",\n            \"name\": \"Idiopathic Pulmonary Arterial Hypertension\"\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    <!-- Navigation -->\n    <nav class=\"nav-top\">\n        <div class=\"max-w-4xl mx-auto px-4 py-3 flex items-center justify-between\">\n            <a href=\"https:\/\/athomecare.in\/\" class=\"flex items-center gap-2 text-primary-700 font-bold text-lg no-underline\" style=\"font-family:'Inter',sans-serif;\">\n                <i class=\"fa-solid fa-house-chimney-medical\"><\/i>\n                AtHomeCare\n            <\/a>\n            <a href=\"tel:9910823218\" class=\"text-sm font-medium text-primary-700 no-underline flex items-center gap-1.5\">\n                <i class=\"fa-solid fa-phone text-xs\"><\/i>\n                9910823218\n            <\/a>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <header class=\"hero-gradient text-white\">\n        <div class=\"max-w-4xl mx-auto px-4 py-12 md:py-16\">\n            <div class=\"flex items-center gap-2 mb-4\">\n                <span class=\"bg-white\/20 text-white text-xs font-semibold px-3 py-1 rounded-full uppercase tracking-wider\">Case Study<\/span>\n                <span class=\"bg-white\/20 text-white text-xs font-semibold px-3 py-1 rounded-full uppercase tracking-wider\">Educational Purpose<\/span>\n            <\/div>\n            <h1 class=\"text-2xl md:text-3xl lg:text-4xl font-bold leading-tight mb-4\" style=\"font-family:'Merriweather',serif;\">\n                Home Care for Idiopathic Pulmonary Arterial Hypertension\n            <\/h1>\n            <p class=\"text-teal-100 text-base md:text-lg leading-relaxed max-w-2xl mb-8\">\n                A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali.\n            <\/p>\n\n            <!-- Hero Stats Grid -->\n            <div class=\"grid grid-cols-2 md:grid-cols-4 gap-3\">\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-xl md:text-2xl font-bold\">61 Years<\/div>\n                    <div class=\"text-teal-200 text-xs mt-0.5\">Patient Age<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-xl md:text-2xl font-bold\">Male<\/div>\n                    <div class=\"text-teal-200 text-xs mt-0.5\">Gender<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-xl md:text-2xl font-bold\">Mohali<\/div>\n                    <div class=\"text-teal-200 text-xs mt-0.5\">Location<\/div>\n                <\/div>\n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n                    <div class=\"text-xl md:text-2xl font-bold\">12 Weeks<\/div>\n                    <div class=\"text-teal-200 text-xs mt-0.5\">Duration of Care<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"mt-6 flex flex-wrap gap-2\">\n                <span class=\"bg-white\/10 text-white text-xs px-3 py-1.5 rounded-full\">Primary Condition: Idiopathic Pulmonary Arterial Hypertension<\/span>\n                <span class=\"bg-teal-400\/30 text-white text-xs px-3 py-1.5 rounded-full\">WHO Functional Class III<\/span>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Disclaimer Banner -->\n    <div class=\"bg-amber-50 border-b border-amber-200\">\n        <div class=\"max-w-4xl mx-auto px-4 py-3 flex items-start gap-3\">\n            <i class=\"fa-solid fa-triangle-exclamation text-amber-600 mt-0.5\"><\/i>\n            <p class=\"text-sm text-amber-800 leading-relaxed\">\n                <strong>Fictional 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.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Main Content -->\n    <main class=\"max-w-4xl mx-auto px-4 py-10 md:py-14\">\n\n        <!-- Table of Contents -->\n        <div class=\"bg-slate-50 border border-slate-200 rounded-xl p-5 mb-10\">\n            <h2 class=\"text-base font-bold text-slate-800 mb-3 flex items-center gap-2\" style=\"font-family:'Inter',sans-serif;\">\n                <i class=\"fa-solid fa-list text-primary-600 text-sm\"><\/i>\n                In This Case Study\n            <\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-x-6 gap-y-0\">\n                <a href=\"#patient-background\" class=\"toc-link\">Patient Background<\/a>\n                <a href=\"#clinical-diagnosis\" class=\"toc-link\">Clinical Diagnosis<\/a>\n                <a href=\"#hospital-treatment\" class=\"toc-link\">Hospital Treatment<\/a>\n                <a href=\"#why-home-care\" class=\"toc-link\">Why Home Healthcare Was Needed<\/a>\n                <a href=\"#home-care-plan\" class=\"toc-link\">Home Care Plan<\/a>\n                <a href=\"#recovery-timeline\" class=\"toc-link\">Recovery Timeline<\/a>\n                <a href=\"#clinical-evidence\" class=\"toc-link\">Clinical Evidence<\/a>\n                <a href=\"#medical-authority\" class=\"toc-link\">Medical Authority<\/a>\n                <a href=\"#recovery-outcome\" class=\"toc-link\">Recovery Outcome<\/a>\n                <a href=\"#key-learnings\" class=\"toc-link\">Key Clinical Learnings<\/a>\n                <a href=\"#faqs\" class=\"toc-link\">Frequently Asked Questions<\/a>\n                <a href=\"#contact\" class=\"toc-link\">Contact Information<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Section 1: Patient Background -->\n        <section id=\"patient-background\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Patient Background<\/h2>\n\n            <p>\n                Mr. Harjit Brar, a 61-year-old male from Mohali, Punjab, spent over three decades running an agricultural equipment dealership before retiring. His daily life involved considerable physical activity during his working years, including moving around the showroom, supervising equipment demonstrations, and managing logistics.\n            <\/p>\n            <p class=\"mt-3\">\n                He lived with his wife, Gurpreet Brar (58), who managed the household. Their son, Manpreet Brar, worked as an IT consultant and lived separately in Mohali, allowing him to visit regularly and assist during medical appointments.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Medical History and Risk Factors<\/h3>\n\n            <p>\n                Mr. Brar had been living with systemic hypertension for approximately eight years, for which he was taking prescribed antihypertensive medication. He had also been diagnosed with obstructive sleep apnea and was using a CPAP machine at night, though compliance had become inconsistent in the months before his hospitalization.\n            <\/p>\n            <p class=\"mt-3\">\n                His body mass index was 30 kg\/m2, placing him in the mild obesity category. Blood investigations during hospitalization also revealed vitamin D deficiency, which is commonly seen in elderly patients with limited outdoor activity.\n            <\/p>\n\n            <div class=\"info-box mt-4\">\n                <p class=\"text-sm font-semibold text-primary-800 mb-1\">\n                    <i class=\"fa-solid fa-circle-info mr-1\"><\/i> Clinical Context\n                <\/p>\n                <p class=\"text-sm text-primary-900\">\n                    The combination of hypertension, obesity, and obstructive sleep apnea represents a cluster of cardiovascular risk factors that can worsen pulmonary vascular resistance. In patients with underlying pulmonary arterial hypertension, these conditions create additional strain on the right side of the heart. Managing these comorbidities at home becomes an important part of overall disease management, as explained in our guide on <a href=\"https:\/\/athomecare.in\/understanding-heart-disease-its-impact-and-importance-of-prevention\/\" class=\"internal-link\">understanding heart disease and its impact<\/a>.\n                <\/p>\n            <\/div>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">How Symptoms Developed<\/h3>\n\n            <p>\n                Mr. Brar first noticed breathlessness about three years before his diagnosis. At that time, it only appeared when he climbed stairs or walked quickly. Like many patients in their early sixties, he initially attributed this to aging and reduced physical fitness after retirement.\n            <\/p>\n            <p class=\"mt-3\">\n                Over the following two years, the breathlessness gradually worsened. He started avoiding morning walks. He could no longer visit his farm without stopping to rest. His wife noticed that he took longer to complete basic household tasks.\n            <\/p>\n            <p class=\"mt-3\">\n                In the six months before hospitalization, the decline became more marked. He experienced breathlessness during routine activities like bathing, dressing, and walking within the house. He also developed persistent fatigue, occasional dizziness, mild chest discomfort during any physical exertion, and noticeable swelling around both ankles by the end of each day.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">The Event That Led to Hospitalization<\/h3>\n\n            <p>\n                While attending a family function, Mr. Brar experienced a sudden episode of severe breathlessness that did not resolve with rest. His family noticed his lips appeared slightly bluish and he seemed confused. He was immediately taken to a tertiary care cardiopulmonary hospital in the Mohali and Chandigarh region.\n            <\/p>\n            <p class=\"mt-3\">\n                This episode was significant because it indicated that his pulmonary arterial hypertension had progressed to a point where even minimal exertion in a stressful environment could trigger a clinical crisis. It also underscored why patients with <a href=\"https:\/\/athomecare.in\/why-stable-patients-suddenly-crash-at-home\/\" class=\"internal-link\">apparently stable chronic conditions can suddenly deteriorate<\/a> without warning.\n            <\/p>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 2: Clinical Diagnosis -->\n        <section id=\"clinical-diagnosis\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Clinical Diagnosis<\/h2>\n\n            <p>\n                During the 17-day hospital stay, the medical team conducted a thorough diagnostic evaluation. Idiopathic Pulmonary Arterial Hypertension (IPAH) was confirmed through a combination of investigations, with right heart catheterization serving as the definitive diagnostic procedure.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">What Is Idiopathic Pulmonary Arterial Hypertension?<\/h3>\n\n            <p>\n                Pulmonary arterial hypertension is a condition in which the blood pressure inside the pulmonary arteries (the vessels carrying blood from the right side of the heart to the lungs) becomes abnormally high. In the idiopathic form, no secondary cause such as blood clots, lung disease, or connective tissue disorder can be identified.\n            <\/p>\n            <p class=\"mt-3\">\n                The elevated pressure forces the right ventricle of the heart to work harder to push blood through the lungs. Over time, the right ventricle becomes enlarged and weaker, which can eventually lead to right-sided heart failure.\n            <\/p>\n\n            <div class=\"doctor-card mt-4\">\n                <p class=\"text-sm font-semibold text-med-blue mb-1\">\n                    <i class=\"fa-solid fa-user-doctor mr-1\"><\/i> Why Right Heart Catheterization Was Necessary\n                <\/p>\n                <p class=\"text-sm text-blue-900\">\n                    While echocardiography can suggest pulmonary hypertension by estimating pulmonary artery pressures, right heart catheterization provides direct, accurate measurements. It measures mean pulmonary artery pressure, pulmonary capillary wedge pressure, and cardiac output. These values are essential to confirm the diagnosis, classify the severity, and guide treatment decisions. Non-invasive tests alone are not considered sufficient for a definitive IPAH diagnosis.\n                <\/p>\n            <\/div>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Diagnostic Investigations Performed<\/h3>\n\n            <table class=\"evidence-table\">\n                <thead>\n                    <tr>\n                        <th>Investigation<\/th>\n                        <th>Purpose<\/th>\n                        <th>Key Finding<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Echocardiography<\/td>\n                        <td>Estimate pulmonary artery pressure and assess right ventricular function<\/td>\n                        <td>Elevated pulmonary artery pressure with right ventricular strain<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Right Heart Catheterization<\/td>\n                        <td>Confirm diagnosis with direct pressure measurements<\/td>\n                        <td>Confirmed pulmonary arterial hypertension<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>CT Pulmonary Angiography<\/td>\n                        <td>Exclude chronic thromboembolic pulmonary hypertension<\/td>\n                        <td>No evidence of chronic pulmonary emboli<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Pulmonary Function Tests<\/td>\n                        <td>Exclude significant underlying lung disease<\/td>\n                        <td>No obstructive or restrictive pattern to explain PH<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Blood Investigations<\/td>\n                        <td>Assess for secondary causes, comorbidities, and baseline status<\/td>\n                        <td>Vitamin D deficiency noted; other secondary causes excluded<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Six-Minute Walk Test<\/td>\n                        <td>Assess functional exercise capacity<\/td>\n                        <td>Distance of 220 meters at baseline<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <p class=\"mt-4\">\n                The cardiology and pulmonology teams reviewed all findings together and concluded that the condition was idiopathic in nature. There was no evidence of chronic thromboembolic disease, connective tissue disease, or other secondary causes. Long-term medical therapy with pulmonary vasodilators was initiated during the hospital stay.\n            <\/p>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 3: Hospital Treatment -->\n        <section id=\"hospital-treatment\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Hospital Treatment<\/h2>\n\n            <p>\n                Mr. Brar spent 17 days in the hospital. During this period, the treatment focused on three objectives: confirming the diagnosis accurately, stabilizing his cardiopulmonary status, and initiating long-term disease-modifying therapy.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Key Interventions During Hospitalization<\/h3>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4 mt-4\">\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-sm text-primary-700 mb-2 flex items-center gap-2\">\n                        <i class=\"fa-solid fa-lungs text-primary-500\"><\/i>\n                        Pulmonary Vasodilator Therapy\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Specific medications to reduce pulmonary vascular resistance were started and gradually uptitrated under close monitoring. This is the cornerstone of IPAH treatment and requires careful dose adjustment.\n                    <\/p>\n                <\/div>\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-sm text-primary-700 mb-2 flex items-center gap-2\">\n                        <i class=\"fa-solid fa-droplet text-primary-500\"><\/i>\n                        Diuretic Therapy\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Diuretics were administered to manage fluid overload, which had manifested as ankle edema and elevated jugular venous pressure. Fluid management in pulmonary hypertension requires careful balance to avoid dehydration while reducing preload on the right heart.\n                    <\/p>\n                <\/div>\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-sm text-primary-700 mb-2 flex items-center gap-2\">\n                        <i class=\"fa-solid fa-wind text-primary-500\"><\/i>\n                        Oxygen Therapy\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Supplemental oxygen was provided during episodes of exertion and when oxygen saturation dropped below acceptable levels. The goal was to maintain adequate oxygenation and reduce hypoxic pulmonary vasoconstriction.\n                    <\/p>\n                <\/div>\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-sm text-primary-700 mb-2 flex items-center gap-2\">\n                        <i class=\"fa-solid fa-heart-pulse text-primary-500\"><\/i>\n                        Continuous Monitoring\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Oxygen saturation, heart rate, blood pressure, and respiratory rate were monitored continuously. This is standard practice for patients with significant pulmonary hypertension, as rapid clinical deterioration can occur.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Additional Hospital Interventions<\/h3>\n\n            <p>\n                Respiratory physiotherapy was initiated to improve breathing efficiency. A nutritional assessment was conducted to address the reduced appetite and ensure adequate caloric and protein intake. Mr. Brar and his family received education on energy conservation techniques, which are strategies to reduce the oxygen cost of daily activities by pacing, planning, and prioritizing tasks.\n            <\/p>\n            <p class=\"mt-3\">\n                Family counselling sessions were held to explain the nature of IPAH, the importance of lifelong medication adherence, and what to expect in terms of disease trajectory. The counselling also addressed the emotional impact of living with a chronic, progressive cardiopulmonary condition.\n            <\/p>\n\n            <div class=\"clinical-note mt-4\">\n                <p class=\"text-sm font-semibold text-slate-700 mb-1\">\n                    <i class=\"fa-solid fa-clipboard-list mr-1\"><\/i> Discharge Status\n                <\/p>\n                <p class=\"text-sm text-slate-600\">\n                    At the time of discharge, Mr. Brar&#8217;s breathing had improved from his presentation state and his oxygen levels had stabilized at rest. However, he still experienced breathlessness during physical activity, had reduced endurance, and reported ongoing fatigue. His functional class was WHO Class III, meaning he experienced marked limitation of physical activity but was comfortable at rest. The treating specialists recommended comprehensive <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"internal-link\">home healthcare services in the Chandigarh, Mohali, and Panchkula region<\/a> after discharge.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 4: Why Home Healthcare Was Needed -->\n        <section id=\"why-home-care\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Why Home Healthcare Was Needed<\/h2>\n\n            <p>\n                The decision to recommend home healthcare was not arbitrary. It was based on several specific clinical and practical considerations that applied to Mr. Brar&#8217;s situation.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">IPAH Requires Lifelong Monitoring<\/h3>\n\n            <p>\n                Idiopathic Pulmonary Arterial Hypertension is a chronic condition that cannot be cured. It requires ongoing medication adjustment, regular assessment of exercise tolerance, and vigilant monitoring for signs of disease progression or right heart failure. Hospitalization is reserved for acute episodes. The bulk of disease management happens at home, where patients spend most of their time.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Multiple Comorbidities Needed Simultaneous Management<\/h3>\n\n            <p>\n                Mr. Brar did not have just one condition. He had IPAH, systemic hypertension, obstructive sleep apnea, mild obesity, and vitamin D deficiency. Each of these required attention. His blood pressure needed monitoring in the context of pulmonary vasodilator therapy. His CPAP compliance needed supervision. His weight and dietary habits needed guidance. His vitamin D replacement needed to be ensured. Managing all of these simultaneously at home required trained clinical oversight.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Risk of Sudden Deterioration<\/h3>\n\n            <p>\n                Patients with pulmonary hypertension can deteriorate rapidly. Arrhythmias, acute right heart decompensation, and respiratory infections can all trigger emergencies. Having a trained <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"internal-link\">home nursing professional<\/a> in regular attendance means that early warning signs are recognized and acted upon before a crisis develops. This is a principle that applies broadly to <a href=\"https:\/\/athomecare.in\/early-warning-signs-in-elderly-patients-that-require-immediate-medical-attention-at-home\/\" class=\"internal-link\">early warning sign recognition in elderly patients at home<\/a>.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Rehabilitation Needed to Happen at Home<\/h3>\n\n            <p>\n                Pulmonary rehabilitation is most effective when it is integrated into a patient&#8217;s daily routine in their actual living environment. Hospital-based rehabilitation provides initial guidance, but the real work of building endurance and learning energy conservation happens during everyday activities at home. A <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"internal-link\">physiotherapist visiting at home<\/a> could design exercises around Mr. Brar&#8217;s actual staircase, his actual walking distances within the house, and his actual daily tasks.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Family Support Needed Professional Backing<\/h3>\n\n            <p>\n                Mrs. Gurpreet Brar was the primary caregiver, but she had no medical training. She needed to learn how to monitor oxygen saturation, recognize warning symptoms, manage medications, and support her husband during breathlessness episodes. While family willingness is invaluable, it needs to be supplemented with <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"internal-link\">trained patient attendant support<\/a> to ensure safety and reduce caregiver burden.\n            <\/p>\n\n            <div class=\"warning-box mt-4\">\n                <p class=\"text-sm font-semibold text-amber-800 mb-1\">\n                    <i class=\"fa-solid fa-exclamation-circle mr-1\"><\/i> The Risk of Relying Solely on Family Care\n                <\/p>\n                <p class=\"text-sm text-amber-900\">\n                    Families often underestimate the complexity of managing a patient with pulmonary hypertension at home. Normal vital signs in the morning do not guarantee stability through the afternoon. A patient who walks to the bathroom without issue may still be at risk during unobserved exertion. This concept of <a href=\"https:\/\/athomecare.in\/false-stability-home-normal-vitals-gurgaon-caregivers\/\" class=\"internal-link\">false stability in home care settings<\/a> is well-documented in geriatric and chronic disease management.\n                <\/p>\n            <\/div>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Practical Considerations<\/h3>\n\n            <p>\n                Mr. Brar&#8217;s son lived in Mohali and could assist with hospital visits, but he had work commitments. Repeated hospital trips for routine monitoring were exhausting for the patient and disruptive for the family. Home-based care reduced the need for travel while ensuring that clinical oversight was not compromised. This aligns with the broader principle of <a href=\"https:\/\/athomecare.in\/why-choose-specialized-nursing-services-in-patna-over-hospitalization\/\" class=\"internal-link\">specialized nursing at home as an alternative to repeated hospitalization<\/a>.\n            <\/p>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 5: Home Care Plan -->\n        <section id=\"home-care-plan\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Home Care Plan by AtHomeCare<\/h2>\n\n            <p>\n                A structured, multidisciplinary home care plan was developed based on the hospital discharge summary, treating specialists&#8217; recommendations, and the initial home assessment. Every intervention had a clear clinical reason behind it.\n            <\/p>\n\n            <!-- Home Nursing -->\n            <h3 class=\"text-lg font-bold mt-8 mb-3 flex items-center gap-2\">\n                <span class=\"w-8 h-8 bg-primary-100 text-primary-700 rounded-lg flex items-center justify-center text-sm font-bold\" style=\"font-family:'Inter',sans-serif;\">1<\/span>\n                Home Nursing\n            <\/h3>\n\n            <p>\n                A trained home nurse was assigned to visit daily and monitor Mr. Brar&#8217;s clinical status. The nurse&#8217;s responsibilities were specifically chosen based on the risks associated with IPAH.\n            <\/p>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-3 mt-4\">\n                <div class=\"bg-white border border-slate-200 rounded-lg p-4\">\n                    <p class=\"text-sm font-semibold text-slate-800 mb-1\">Oxygen Saturation Monitoring<\/p>\n                    <p class=\"text-xs text-slate-500\">Measured at rest, during activity, and after exertion to detect desaturation patterns that might indicate disease progression.<\/p>\n                <\/div>\n                <div class=\"bg-white border border-slate-200 rounded-lg p-4\">\n                    <p class=\"text-sm font-semibold text-slate-800 mb-1\">Blood Pressure Monitoring<\/p>\n                    <p class=\"text-xs text-slate-500\">Tracked daily because pulmonary vasodilators can affect systemic blood pressure, and his existing hypertension required ongoing management.<\/p>\n                <\/div>\n                <div class=\"bg-white border border-slate-200 rounded-lg p-4\">\n                    <p class=\"text-sm font-semibold text-slate-800 mb-1\">Heart Rate and Rhythm Assessment<\/p>\n                    <p class=\"text-xs text-slate-500\">Pulmonary hypertension increases the risk of atrial arrhythmias. Regular heart rate checks helped detect irregularities early.<\/p>\n                <\/div>\n                <div class=\"bg-white border border-slate-200 rounded-lg p-4\">\n                    <p class=\"text-sm font-semibold text-slate-800 mb-1\">Medication Administration<\/p>\n                    <p class=\"text-xs text-slate-500\">Ensured correct timing, dosage, and adherence to pulmonary vasodilators, antihypertensives, diuretics, and vitamin D supplementation. <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"internal-link\">Medication management at home<\/a> is critical in polypharmacy patients.<\/p>\n                <\/div>\n                <div class=\"bg-white border border-slate-200 rounded-lg p-4\">\n                    <p class=\"text-sm font-semibold text-slate-800 mb-1\">Fluid Balance Assessment<\/p>\n                    <p class=\"text-xs text-slate-500\">Monitored daily weight, ankle swelling, and intake-output balance. Fluid retention is a key marker of right heart function. This is similar to <a href=\"https:\/\/athomecare.in\/heart-patient-fluid-balance-edema-monitoring\/\" class=\"internal-link\">fluid and edema monitoring protocols used for heart failure patients<\/a>.<\/p>\n                <\/div>\n                <div class=\"bg-white border border-slate-200 rounded-lg p-4\">\n                    <p class=\"text-sm font-semibold text-slate-800 mb-1\">Coordination with Specialists<\/p>\n                    <p class=\"text-xs text-slate-500\">Maintained regular communication with the treating cardiologist and pulmonologist, sharing clinical updates and flagging concerns promptly.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Patient Attendant -->\n            <h3 class=\"text-lg font-bold mt-10 mb-3 flex items-center gap-2\">\n                <span class=\"w-8 h-8 bg-primary-100 text-primary-700 rounded-lg flex items-center justify-center text-sm font-bold\" style=\"font-family:'Inter',sans-serif;\">2<\/span>\n                Patient Attendant\n            <\/h3>\n\n            <p>\n                A trained patient attendant was assigned to provide continuous daytime support. The attendant&#8217;s role was different from the nurse. While the nurse focused on clinical monitoring and medical tasks, the attendant focused on daily living assistance, safety, and emotional support.\n            <\/p>\n            <p class=\"mt-3\">\n                The attendant assisted Mr. Brar during outdoor walking, monitored him for fatigue during activities, encouraged scheduled rest periods between tasks, and helped with meal setup when needed. The attendant also received training on oxygen equipment handling and was responsible for maintaining a safe home environment by keeping pathways clear, ensuring adequate lighting, and removing tripping hazards. This is an extension of the <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\" class=\"internal-link\">fall prevention and home safety principles<\/a> that are essential for any elderly patient with reduced mobility.\n            <\/p>\n            <p class=\"mt-3\">\n                Perhaps most importantly, the attendant was trained to recognize warning symptoms such as sudden worsening of breathlessness, chest pain, fainting, or rapidly increasing leg swelling, and to report these immediately to the nursing team and family.\n            <\/p>\n\n            <!-- Physiotherapy -->\n            <h3 class=\"text-lg font-bold mt-10 mb-3 flex items-center gap-2\">\n                <span class=\"w-8 h-8 bg-primary-100 text-primary-700 rounded-lg flex items-center justify-center text-sm font-bold\" style=\"font-family:'Inter',sans-serif;\">3<\/span>\n                Pulmonary Rehabilitation and Physiotherapy\n            <\/h3>\n\n            <p>\n                A physiotherapist specializing in <a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"internal-link\">respiratory therapy<\/a> visited the home multiple times per week. Pulmonary rehabilitation for IPAH patients differs from standard cardiac rehabilitation because the primary limitation is not cardiac output but the ability of the lungs and pulmonary circulation to meet the body&#8217;s oxygen demands during activity.\n            <\/p>\n\n            <p class=\"mt-3 font-semibold\">The rehabilitation program included the following components:<\/p>\n\n            <table class=\"evidence-table mt-3\">\n                <thead>\n                    <tr>\n                        <th>Component<\/th>\n                        <th>What It Involved<\/th>\n                        <th>Why It Was Included<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Diaphragmatic Breathing Exercises<\/td>\n                        <td>Training the patient to breathe using the diaphragm rather than accessory muscles, reducing the work of breathing<\/td>\n                        <td>Patients with pulmonary hypertension often use shallow, upper-chest breathing, which is inefficient and increases oxygen consumption<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Chest Expansion Exercises<\/td>\n                        <td>Gentle exercises to maintain and improve chest wall mobility<\/td>\n                        <td>Reduced physical activity over months can lead to stiffening of the chest wall, further limiting breathing capacity<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Lower Limb Strengthening<\/td>\n                        <td>Progressive resistance exercises for the legs using light weights or resistance bands<\/td>\n                        <td>Weak leg muscles increase the oxygen cost of walking. Strengthening them improves walking efficiency<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Endurance Conditioning<\/td>\n                        <td>Gradually increasing the duration of supervised walking sessions<\/td>\n                        <td>Controlled endurance training helps the body use oxygen more efficiently and builds confidence<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Energy Conservation Training<\/td>\n                        <td>Teaching pacing, task prioritization, and modified techniques for daily activities<\/td>\n                        <td>Reduces the oxygen cost of daily living, allowing patients to do more with less breathlessness<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Functional Mobility Training<\/td>\n                        <td>Practicing stair climbing, getting up from chairs, and walking on different surfaces<\/td>\n                        <td>Improves confidence and safety during real-world activities that patients encounter daily at home<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <div class=\"info-box mt-4\">\n                <p class=\"text-sm font-semibold text-primary-800 mb-1\">\n                    <i class=\"fa-solid fa-circle-info mr-1\"><\/i> Why Pulmonary Rehabilitation Matters in IPAH\n                <\/p>\n                <p class=\"text-sm text-primary-900\">\n                    Research consistently shows that pulmonary rehabilitation improves exercise capacity, quality of life, and functional status in patients with pulmonary hypertension, even when the underlying disease cannot be reversed. The benefits come from better breathing mechanics, stronger muscles, and reduced fear of activity. Our detailed guide on <a href=\"https:\/\/athomecare.in\/unlocking-the-benefits-of-pulmonary-rehabilitation-for-copd-patients-a-comprehensive-guide\/\" class=\"internal-link\">pulmonary rehabilitation benefits<\/a> explains these mechanisms further. <a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\" class=\"internal-link\">Chest physiotherapy<\/a> and <a href=\"https:\/\/athomecare.indoor-physical-activity-and-breathing-exercises-for-elderly-at-home-care\/\" class=\"internal-link\">breathing exercises at home<\/a> are core components of this approach.\n                <\/p>\n            <\/div>\n\n            <!-- Doctor Home Visit -->\n            <h3 class=\"text-lg font-bold mt-10 mb-3 flex items-center gap-2\">\n                <span class=\"w-8 h-8 bg-primary-100 text-primary-700 rounded-lg flex items-center justify-center text-sm font-bold\" style=\"font-family:'Inter',sans-serif;\">4<\/span>\n                Doctor Home Visit\n            <\/h3>\n\n            <p>\n                A physician conducted fortnightly home visits to perform a comprehensive cardiopulmonary review. During each visit, the doctor assessed exercise tolerance by observing the patient walk, reviewed all pulmonary hypertension medications for effectiveness and side effects, evaluated oxygen requirements at rest and during activity, monitored for fluid retention through physical examination, and screened for early signs of complications such as right heart failure or arrhythmias.\n            <\/p>\n            <p class=\"mt-3\">\n                The <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"internal-link\">doctor home visit service<\/a> served as a bridge between hospital specialist care and daily home nursing. It ensured that clinical decisions about medication adjustments were made by a qualified physician rather than left to the nursing team alone.\n            <\/p>\n\n            <!-- Medical Equipment -->\n            <h3 class=\"text-lg font-bold mt-10 mb-3 flex items-center gap-2\">\n                <span class=\"w-8 h-8 bg-primary-100 text-primary-700 rounded-lg flex items-center justify-center text-sm font-bold\" style=\"font-family:'Inter',sans-serif;\">5<\/span>\n                Medical Equipment at Home<\/h3>\n\n            <p>\n                Several pieces of medical equipment were set up in Mr. Brar&#8217;s home. Each served a specific clinical purpose. The equipment was sourced through <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"internal-link\">medical equipment rental services<\/a> to make the setup cost-effective.\n            <\/p>\n\n            <table class=\"evidence-table mt-3\">\n                <thead>\n                    <tr>\n                        <th>Equipment<\/th>\n                        <th>Clinical Purpose<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Oxygen Concentrator<\/td>\n                        <td>Provided supplemental oxygen during exertion and when saturation dropped below prescribed levels. Unlike cylinders, a concentrator provides a continuous supply without the need for refills.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>CPAP Machine<\/td>\n                        <td>Used nightly for obstructive sleep apnea. Consistent CPAP use reduces nighttime hypoxia, which is particularly important in pulmonary hypertension patients because nocturnal hypoxia can worsen pulmonary vascular resistance.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Pulse Oximeter<\/td>\n                        <td>Allowed the nursing team and family to check oxygen saturation quickly at any time. Regular spot checks complemented the more detailed assessments during nursing visits.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Blood Pressure Monitor<\/td>\n                        <td>Enabled daily blood pressure tracking at home, which was important because pulmonary vasodilator therapy can cause systemic hypotension.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Digital Weighing Scale<\/td>\n                        <td>Used for daily weight measurement. A sudden increase in weight is often the earliest sign of fluid retention in patients with right heart strain.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Medication Organizer<\/td>\n                        <td>A weekly pill organizer to support medication adherence and reduce the risk of missed or duplicate doses. <a href=\"https:\/\/athomecare.in\/compounder-medication-management\/\" class=\"internal-link\">Medication management support<\/a> is especially important for patients on multiple drugs with different schedules.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Portable Oxygen Cylinder<\/td>\n                        <td>Kept as an emergency backup in case of power failure affecting the concentrator. This is a standard safety precaution for <a href=\"https:\/\/athomecare.in\/oxygen-therapy-home-clinical\/\" class=\"internal-link\">home oxygen therapy<\/a> patients.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Digital Thermometer<\/td>\n                        <td>Used to monitor for fever, which in a pulmonary hypertension patient could indicate a respiratory infection requiring prompt medical attention.<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <!-- Daily Care Plan -->\n            <h3 class=\"text-lg font-bold mt-10 mb-3 flex items-center gap-2\">\n                <span class=\"w-8 h-8 bg-primary-100 text-primary-700 rounded-lg flex items-center justify-center text-sm font-bold\" style=\"font-family:'Inter',sans-serif;\">6<\/span>\n                Daily Care Plan\n            <\/h3>\n\n            <p>\n                The day was structured to balance activity with rest, ensure timely medication, and provide consistent monitoring without making the patient feel like he was in a hospital.\n            <\/p>\n\n            <table class=\"evidence-table mt-3\">\n                <thead>\n                    <tr>\n                        <th>Time<\/th>\n                        <th>Activity<\/th>\n                        <th>Who Was Involved<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Early Morning<\/td>\n                        <td>Oxygen saturation check, morning medications, review of overnight CPAP data, breathing exercises<\/td>\n                        <td>Home Nurse<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Breakfast<\/td>\n                        <td>Heart-healthy, low-salt breakfast prepared with guidance from nutritional assessment<\/td>\n                        <td>Family \/ Attendant<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Mid-Morning<\/td>\n                        <td>Supervised walking session within the house and immediate surroundings<\/td>\n                        <td>Physiotherapist \/ Attendant<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Afternoon<\/td>\n                        <td>Balanced lunch, scheduled rest period, hydration monitoring, leg elevation if swelling noted<\/td>\n                        <td>Attendant \/ Family<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Late Afternoon<\/td>\n                        <td>Pulmonary rehabilitation exercises, light stretching<\/td>\n                        <td>Physiotherapist<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Evening<\/td>\n                        <td>Controlled walking practice, medication review, family interaction time<\/td>\n                        <td>Nurse \/ Attendant \/ Family<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Night<\/td>\n                        <td>Light dinner, oxygen saturation check, CPAP therapy initiated, relaxation exercises<\/td>\n                        <td>Nurse \/ Family<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <!-- Family Education -->\n            <h3 class=\"text-lg font-bold mt-10 mb-3 flex items-center gap-2\">\n                <span class=\"w-8 h-8 bg-primary-100 text-primary-700 rounded-lg flex items-center justify-center text-sm font-bold\" style=\"font-family:'Inter',sans-serif;\">7<\/span>\n                Family Education\n            <\/h3>\n\n            <p>\n                A structured education program was conducted for Mrs. Brar and Manpreet over the first two weeks. The sessions covered practical, actionable information rather than theoretical medical knowledge.\n            <\/p>\n\n            <ul class=\"mt-3 space-y-2\">\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Taking all pulmonary hypertension medications exactly as prescribed, never adjusting doses without consulting the doctor<\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Monitoring oxygen saturation regularly, especially before, during, and after physical activity<\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Using supplemental oxygen only according to medical advice, not increasing the flow rate independently<\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Encouraging small, frequent meals to reduce fatigue associated with eating large meals<\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Remaining physically active within safe limits while avoiding excessive exertion<\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Using CPAP consistently every night for sleep apnea, as explained in our guide on <a href=\"https:\/\/athomecare.in\/helping-seniors-with-sleep-apnea-bipap-cpap-care-at-home\/\" class=\"internal-link\">helping seniors with sleep apnea and CPAP care at home<\/a><\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Maintaining a low-salt diet to reduce fluid retention<\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Recognizing warning signs requiring urgent medical evaluation, as outlined in our <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"internal-link\">warning signs and emergency response guide<\/a><\/span>\n                <\/li>\n                <li class=\"flex items-start gap-2 text-sm\">\n                    <i class=\"fa-solid fa-check-circle text-primary-600 mt-0.5 flex-shrink-0\"><\/i>\n                    <span>Attending regular follow-up appointments with both the cardiologist and pulmonologist<\/span>\n                <\/li>\n            <\/ul>\n\n            <div class=\"clinical-alert mt-4\">\n                <p class=\"text-sm font-semibold text-red-800 mb-1\">\n                    <i class=\"fa-solid fa-circle-exclamation mr-1\"><\/i> Warning Signs the Family Was Taught to Recognize\n                <\/p>\n                <ul class=\"text-sm text-red-900 space-y-1 mt-2\">\n                    <li>Severe breathlessness that occurs at rest and does not improve with rest or oxygen<\/li>\n                    <li>Fainting or near-fainting episodes (syncope or presyncope)<\/li>\n                    <li>Chest pain, pressure, or tightness<\/li>\n                    <li>Bluish or greyish discoloration of the lips or fingertips<\/li>\n                    <li>Rapidly increasing swelling in the legs, ankles, or abdomen<\/li>\n                    <li>Persistent oxygen saturation below the target prescribed by the doctor<\/li>\n                    <li>Sudden weight gain over a few days (suggesting fluid retention)<\/li>\n                    <li>Irregular or very rapid heartbeat<\/li>\n                <\/ul>\n                <p class=\"text-xs text-red-700 mt-2\">\n                    These symptoms require immediate medical evaluation and should not be managed at home. <a href=\"https:\/\/athomecare.in\/emergency-training\/\" class=\"internal-link\" style=\"color:#991b1b;\">Emergency preparedness training<\/a> for families is an essential part of any home care plan for high-risk patients.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 6: Recovery Timeline -->\n        <section id=\"recovery-timeline\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Recovery Timeline<\/h2>\n\n            <p>\n                The following timeline documents the clinical progress over twelve weeks of structured home healthcare. It is important to understand that improvement in pulmonary hypertension is gradual. The goal was not a cure but better symptom control, improved functional capacity, and reduced risk of complications.\n            <\/p>\n\n            <div class=\"timeline-container mt-8\">\n\n                <!-- Day 1 -->\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-card\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"bg-primary-100 text-primary-800 text-xs font-bold px-2.5 py-0.5 rounded-full\">Day 1<\/span>\n                            <span class=\"text-xs text-slate-500\">Initial Home Assessment and Setup<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700\">\n                            The home nursing team conducted a detailed initial assessment. Mr. Brar&#8217;s oxygen saturation was 95% on room air at rest. He appeared anxious about being at home after the hospitalization. The oxygen concentrator and CPAP machine were set up and tested. The nurse reviewed all discharge medications and reconciled them with the prescriptions. The patient attendant was introduced and oriented to the home layout. Mr. Brar managed to walk approximately 100 meters on level ground before needing to stop due to breathlessness.\n                        <\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">\n                            <strong>Family observation:<\/strong> Mrs. Brar appeared relieved that professional help had arrived but was visibly anxious about managing the equipment.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Day 3 -->\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-card\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"bg-primary-100 text-primary-800 text-xs font-bold px-2.5 py-0.5 rounded-full\">Day 3<\/span>\n                            <span class=\"text-xs text-slate-500\">Establishing Routine<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700\">\n                            The daily care routine began to take shape. Morning medications were being administered on schedule. CPAP compliance was checked and found satisfactory for two of the three nights. The physiotherapist conducted the first breathing exercise session, focusing on diaphragmatic breathing. Mr. Brar found the breathing techniques unfamiliar but was willing to practice. Blood pressure was stable at 122\/78 mmHg. Mild bilateral ankle swelling was noted in the evening.\n                        <\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">\n                            <strong>Doctor review:<\/strong> The initial home visit confirmed that the discharge plan was being followed appropriately. No medication changes were needed at this stage.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 1 -->\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-card\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"bg-primary-100 text-primary-800 text-xs font-bold px-2.5 py-0.5 rounded-full\">Week 1<\/span>\n                            <span class=\"text-xs text-slate-500\">Early Adaptation Phase<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700\">\n                            By the end of the first week, Mr. Brar had settled into the daily routine. He was performing diaphragmatic breathing exercises twice daily with decreasing effort. The supervised walking sessions had increased to approximately 130 meters. His anxiety about breathlessness episodes had reduced slightly because he now had oxygen available at home and knew someone was monitoring him. Ankle swelling was managed with leg elevation and diuretic timing adjustments. CPAP compliance improved to consistent nightly use.\n                        <\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">\n                            <strong>Nursing intervention:<\/strong> The nurse spent additional time with Mrs. Brar, demonstrating oxygen saturation monitoring with the pulse oximeter and explaining what the numbers meant. This helped reduce her anxiety.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 2 -->\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-card\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"bg-primary-100 text-primary-800 text-xs font-bold px-2.5 py-0.5 rounded-full\">Week 2<\/span>\n                            <span class=\"text-xs text-slate-500\">Building Consistency<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700\">\n                            Chest expansion exercises were added to the physiotherapy regimen. Lower limb strengthening exercises began with very light resistance. Mr. Brar reported that he felt slightly less breathless while bathing and dressing, though he still needed to pace himself. His appetite showed mild improvement. The nurse noted that his weight had remained stable, suggesting fluid balance was adequately controlled. The fortnightly doctor visit assessed overall progress and found the trajectory satisfactory.\n                        <\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">\n                            <strong>Patient response:<\/strong> Mr. Brar expressed that having a predictable routine made him feel more in control of his condition.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 4 -->\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-card\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"bg-primary-100 text-primary-800 text-xs font-bold px-2.5 py-0.5 rounded-full\">Week 4<\/span>\n                            <span class=\"text-xs text-slate-500\">Measurable Early Improvement<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700\">\n                            The first formal assessment at four weeks showed encouraging progress. Mr. Brar&#8217;s walking distance on level ground had increased to approximately 180 meters before requiring rest. He was attempting to climb one flight of stairs with pauses rather than avoiding stairs altogether. His six-minute walk distance had improved from the baseline 220 meters to approximately 265 meters. Ankle swelling was less pronounced. He was using supplemental oxygen only during prolonged exertion, not during routine household activities. Sleep quality had improved noticeably with consistent CPAP use.\n                        <\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">\n                            <strong>Doctor review:<\/strong> The physician noted the improvement in functional capacity and confirmed that the current medication regimen was appropriate. No adjustments were needed.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 8 -->\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-card\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"bg-primary-100 text-primary-800 text-xs font-bold px-2.5 py-0.5 rounded-full\">Month 2 (Week 8)<\/span>\n                            <span class=\"text-xs text-slate-500\">Significant Functional Gains<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700\">\n                            By the eighth week, the improvements were more clearly evident in daily life. Mr. Brar could walk approximately 240 meters on level ground. He was able to participate in light household activities such as setting the table and watering plants with minimal breathlessness. His wife reported that he seemed more like his former self. The physiotherapy sessions now included outdoor walking in the residential complex, which Mr. Brar initially resisted but gradually accepted. His confidence had grown substantially. The nurse documented that oxygen saturation during moderate activity remained above 92%, which was within the acceptable range prescribed by his specialists.\n                        <\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">\n                            <strong>Family observation:<\/strong> Manpreet noted that his father&#8217;s mood had improved and he was more willing to engage in conversation and family activities.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Week 12 -->\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-card\">\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"bg-primary-100 text-primary-800 text-xs font-bold px-2.5 py-0.5 rounded-full\">Month 3 (Week 12)<\/span>\n                            <span class=\"text-xs text-slate-500\">Final Assessment<\/span>\n                        <\/div>\n                        <p class=\"text-sm text-slate-700\">\n                            At the twelve-week mark, a comprehensive reassessment was conducted. Mr. Brar&#8217;s walking distance on level ground had improved from the initial 120 meters to nearly 280 meters. His six-minute walk distance had increased from 220 meters to approximately 335 meters. He was climbing stairs with fewer pauses. Breathlessness during daily activities had reduced noticeably. Ankle swelling was minimal. His appetite had improved. CPAP compliance was consistently good. Most importantly, no emergency hospital admissions had occurred during the entire twelve-week period.\n                        <\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">\n                            <strong>Doctor review:<\/strong> The physician assessed that the home care program had achieved its short-term and most of its long-term goals. The plan was continued with reduced nursing visit frequency as Mr. Brar and his family had become more confident in managing the daily routine.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 7: Clinical Evidence -->\n        <section id=\"clinical-evidence\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Clinical Evidence<\/h2>\n\n            <p>\n                The following tables document the objective clinical measurements recorded during the twelve-week home care period. All values are taken from the home nursing records and doctor visit notes.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Vital Signs at Discharge<\/h3>\n            <table class=\"evidence-table\">\n                <thead>\n                    <tr>\n                        <th>Parameter<\/th>\n                        <th>Value at Discharge<\/th>\n                        <th>Normal Range Reference<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Blood Pressure<\/td>\n                        <td>124\/76 mmHg<\/td>\n                        <td>Below 140\/90 mmHg (controlled hypertension)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Heart Rate<\/td>\n                        <td>86 bpm<\/td>\n                        <td>60-100 bpm<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Respiratory Rate<\/td>\n                        <td>20\/min<\/td>\n                        <td>12-20\/min<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Temperature<\/td>\n                        <td>98.2\u00b0F<\/td>\n                        <td>97-99\u00b0F<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Oxygen Saturation (Room Air, Rest)<\/td>\n                        <td>95%<\/td>\n                        <td>Above 94% at rest<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Six-Minute Walk Distance Progression<\/h3>\n            <table class=\"evidence-table\">\n                <thead>\n                    <tr>\n                        <th>Time Point<\/th>\n                        <th>Distance (meters)<\/th>\n                        <th>Change from Baseline<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Baseline (Hospital)<\/td>\n                        <td>220m<\/td>\n                        <td>Reference<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Week 4<\/td>\n                        <td>~265m<\/td>\n                        <td>+45m (+20.5%)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Week 8<\/td>\n                        <td>~300m<\/td>\n                        <td>+80m (+36.4%)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Week 12<\/td>\n                        <td>~335m<\/td>\n                        <td>+115m (+52.3%)<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Functional Walking Distance (Level Ground, Before Rest)<\/h3>\n            <table class=\"evidence-table\">\n                <thead>\n                    <tr>\n                        <th>Time Point<\/th>\n                        <th>Distance (meters)<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Day 1 at Home<\/td>\n                        <td>~120m<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Week 4<\/td>\n                        <td>~180m<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Week 8<\/td>\n                        <td>~240m<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Week 12<\/td>\n                        <td>~280m<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Functional Status Summary<\/h3>\n            <table class=\"evidence-table\">\n                <thead>\n                    <tr>\n                        <th>Activity<\/th>\n                        <th>At Discharge<\/th>\n                        <th>At 12 Weeks<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Walking on level ground<\/td>\n                        <td>~120m before rest needed<\/td>\n                        <td>~280m before rest needed<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Stair climbing<\/td>\n                        <td>Needed frequent pauses, often avoided<\/td>\n                        <td>Managed with fewer pauses<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Light household activities<\/td>\n                        <td>Difficult, caused breathlessness<\/td>\n                        <td>Managed with minimal discomfort<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Outdoor walking<\/td>\n                        <td>Avoided due to breathlessness<\/td>\n                        <td>Able to walk in residential complex<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Sleep quality<\/td>\n                        <td>Poor despite CPAP<\/td>\n                        <td>Improved with consistent CPAP use<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Ankle swelling<\/td>\n                        <td>Mild, present daily<\/td>\n                        <td>Minimal, well-controlled<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Anxiety about breathlessness<\/td>\n                        <td>High<\/td>\n                        <td>Significantly reduced<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Independence in Activities of Daily Living<\/h3>\n            <table class=\"evidence-table\">\n                <thead>\n                    <tr>\n                        <th>Activity<\/th>\n                        <th>Level at Discharge<\/th>\n                        <th>Notes<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Bathing<\/td>\n                        <td>Independent<\/td>\n                        <td>Required pacing and rest breaks<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Dressing<\/td>\n                        <td>Independent<\/td>\n                        <td>Managed without assistance<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Eating<\/td>\n                        <td>Independent<\/td>\n                        <td>Appetite reduced initially, improved over time<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Toileting<\/td>\n                        <td>Independent<\/td>\n                        <td>No assistance needed<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Heavy household work<\/td>\n                        <td>Required assistance<\/td>\n                        <td>Continued to need attendant help<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Grocery shopping<\/td>\n                        <td>Required assistance<\/td>\n                        <td>Not attempted independently due to breathlessness<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Carrying heavy objects<\/td>\n                        <td>Required assistance<\/td>\n                        <td>Contraindicated due to cardiovascular strain<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Medication intake<\/td>\n                        <td>Independent<\/td>\n                        <td>Used medication organizer for support<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 8: Risk Monitoring -->\n        <section class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Risks Monitored Throughout Care<\/h2>\n\n            <p>\n                The home care team continuously monitored for the following risks. Each represents a known complication of pulmonary arterial hypertension or its treatment.\n            <\/p>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-3 mt-5\">\n                <div class=\"risk-high rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-circle-exclamation text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Worsening Pulmonary Hypertension<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">Monitored through six-minute walk distance, oxygen saturation trends, and symptom reports.<\/p>\n                <\/div>\n                <div class=\"risk-high rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-circle-exclamation text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Right-Sided Heart Failure<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">Screened through daily weight, ankle swelling assessment, and jugular venous pressure estimation. Similar to <a href=\"https:\/\/athomecare.in\/elderly-heart-failure-vitals-monitoring\/\" class=\"internal-link\" style=\"color:#991b1b;\">heart failure vitals monitoring<\/a> protocols.<\/p>\n                <\/div>\n                <div class=\"risk-moderate rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-triangle-exclamation text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Cardiac Arrhythmias<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">Heart rate and rhythm checked daily. Any irregularity was reported to the physician immediately.<\/p>\n                <\/div>\n                <div class=\"risk-moderate rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-triangle-exclamation text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Respiratory Infections<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">Temperature monitored daily. Any fever, increased cough, or sputum production prompted immediate medical review. <a href=\"https:\/\/athomecare.in\/winter-respiratory-care-for-elderly-patients-in-delhi-ncr-at-home-care\/\" class=\"internal-link\" style=\"color:#92400e;\">Respiratory infection prevention<\/a> is especially important in colder months.<\/p>\n                <\/div>\n                <div class=\"risk-moderate rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-triangle-exclamation text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Falls Due to Dizziness<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">Dizziness on exertion was a known symptom. The attendant provided support during walking, and the home environment was made safe. This connects to broader <a href=\"https:\/\/athomecare.in\/comprehensive-guide-to-fall-prevention-protecting-your-loved-ones\/\" class=\"internal-link\" style=\"color:#92400e;\">fall prevention strategies<\/a>.<\/p>\n                <\/div>\n                <div class=\"risk-moderate rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-triangle-exclamation text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Medication Side Effects<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">Pulmonary vasodilators can cause hypotension, headache, and flushing. Diuretics can cause electrolyte imbalances. These were monitored during each nursing visit. <a href=\"https:\/\/athomecare.in\/medication-delivery-and-refill-management\/\" class=\"internal-link\" style=\"color:#92400e;\">Medication delivery and refill management<\/a> ensured continuity.<\/p>\n                <\/div>\n                <div class=\"risk-low rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-info-circle text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Fluid Retention<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">Managed through daily weight monitoring and diuretic therapy as prescribed.<\/p>\n                <\/div>\n                <div class=\"risk-low rounded-lg p-4\">\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <i class=\"fa-solid fa-info-circle text-sm\"><\/i>\n                        <span class=\"font-semibold text-sm\">Hospital Readmission<\/span>\n                    <\/div>\n                    <p class=\"text-xs\">The overarching goal of the entire home care plan was to prevent avoidable readmissions. This was successfully achieved during the twelve-week period.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 9: Medical Authority -->\n        <section id=\"medical-authority\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Medical Authority<\/h2>\n\n            <div class=\"author-card\">\n                <div class=\"flex flex-col sm:flex-row gap-4\">\n                    <div class=\"flex-shrink-0\">\n                        <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya\" class=\"w-24 h-24 rounded-xl object-cover border-2 border-primary-100\">\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-lg font-bold text-slate-900\">Dr. Ekta Fageriya, MBBS<\/h3>\n                        <p class=\"text-sm text-primary-700 font-medium mt-1\">RMC Registration No. 44780<\/p>\n                        <p class=\"text-sm text-slate-600 mt-1\">Specialization: Geriatric Medicine<\/p>\n                        <p class=\"text-sm text-slate-600\">Clinical Experience: 7 Years<\/p>\n                        <p class=\"text-xs text-slate-500 mt-2\">This case study has been reviewed for medical accuracy and educational appropriateness.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>           \n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 10: Supporting Clinical Documents -->\n        <section class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Supporting Clinical Documents<\/h2>\n\n            <p>\n                This case study is based on the following clinical documentation from the fictional patient record. In real-world practice, these documents form the foundation of any home care plan.\n            <\/p>\n\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-3 mt-4\">\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-file-medical text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">Hospital Discharge Summary<\/p>\n                        <p class=\"text-xs text-slate-500\">17-day hospitalization record with diagnosis, treatment, and discharge recommendations<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-heart-pulse text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">Right Heart Catheterization Report<\/p>\n                        <p class=\"text-xs text-slate-500\">Confirmatory hemodynamic data for IPAH diagnosis<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-vial text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">Blood Investigation Reports<\/p>\n                        <p class=\"text-xs text-slate-500\">Including vitamin D levels, exclusion of secondary causes<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-lungs text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">Pulmonary Function Test Results<\/p>\n                        <p class=\"text-xs text-slate-500\">Excluding significant underlying lung disease<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-x-ray text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">CT Pulmonary Angiography<\/p>\n                        <p class=\"text-xs text-slate-500\">Excluding chronic thromboembolic pulmonary hypertension<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-prescription text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">Discharge Prescriptions<\/p>\n                        <p class=\"text-xs text-slate-500\">Complete medication list with dosages and schedules<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-clipboard-list text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">Home Nursing Progress Notes<\/p>\n                        <p class=\"text-xs text-slate-500\">Daily records of vitals, observations, and interventions<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex items-start gap-3 bg-slate-50 border border-slate-200 rounded-lg p-4\">\n                    <i class=\"fa-solid fa-person-walking text-primary-600 mt-0.5\"><\/i>\n                    <div>\n                        <p class=\"text-sm font-semibold text-slate-800\">Six-Minute Walk Test Records<\/p>\n                        <p class=\"text-xs text-slate-500\">Baseline and follow-up functional assessments<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 11: Recovery Outcome -->\n        <section id=\"recovery-outcome\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Recovery Outcome at 12 Weeks<\/h2>\n\n            <p>\n                It is important to frame the outcomes realistically. Idiopathic Pulmonary Arterial Hypertension is not a condition that resolves. The goal of home healthcare was never a cure. The goal was to optimize symptom management, improve functional capacity, prevent complications, and enhance quality of life within the boundaries of what the disease allows.\n            <\/p>\n\n            <!-- Outcome Stats -->\n            <div class=\"grid grid-cols-2 md:grid-cols-4 gap-3 mt-6\">\n                <div class=\"stat-card\">\n                    <div class=\"stat-value\">+115m<\/div>\n                    <div class=\"stat-label\">6-Min Walk Improvement<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-value\">+160m<\/div>\n                    <div class=\"stat-label\">Level Ground Walking<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-value\">Zero<\/div>\n                    <div class=\"stat-label\">Emergency Admissions<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-value\">12 Wks<\/div>\n                    <div class=\"stat-label\">Uninterrupted Home Care<\/div>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Mobility<\/h3>\n            <p>\n                Mr. Brar&#8217;s walking endurance more than doubled on level ground. He went from needing rest after 120 meters to walking nearly 280 meters. He could now climb stairs with fewer pauses and was willing to walk outdoors in his residential complex. He still could not walk long distances or carry heavy objects, which is expected given the underlying condition.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Symptom Control<\/h3>\n            <p>\n                Breathlessness during daily activities reduced noticeably. Activities like bathing, dressing, and light household work became manageable rather than exhausting. Ankle swelling was well-controlled with medication and fluid management. Dry cough persisted but was less frequent. Dizziness on exertion was less common, likely because he had learned to pace himself better.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Medical Stability<\/h3>\n            <p>\n                Oxygen saturation remained stable during routine household activities. Blood pressure was well-controlled. Weight remained stable, indicating good fluid balance. No arrhythmias were detected during the monitoring period. No respiratory infections occurred.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Sleep Quality<\/h3>\n            <p>\n                With consistent CPAP use supervised by the home care team, Mr. Brar&#8217;s sleep quality improved significantly. He reported waking up feeling more rested, which contributed to better daytime energy levels. The importance of consistent CPAP use in pulmonary hypertension patients cannot be overstated, as <a href=\"https:\/\/athomecare.in\/senior-sleep-apnea-bipap-cpap-care\/\" class=\"internal-link\">sleep apnea management directly affects pulmonary vascular resistance<\/a>.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Psychological Well-being<\/h3>\n            <p>\n                Perhaps the most meaningful change was in Mr. Brar&#8217;s confidence and emotional state. At discharge, he was anxious and fearful of further breathlessness episodes. By week twelve, he understood his condition, knew his limits, and had developed trust in the home care team and his family&#8217;s ability to support him. His son reported that his father was more socially engaged and willing to participate in family activities.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Remaining Challenges<\/h3>\n            <p>\n                Despite the improvements, several challenges remained. Mr. Brar still could not return to his previous level of physical activity. Heavy household work, grocery shopping independently, and long-distance travel remained difficult. The underlying IPAH continued to require lifelong medication and monitoring. The risk of disease progression remained, and the need for ongoing home care support was anticipated.\n            <\/p>\n\n            <h3 class=\"text-lg font-bold mt-8 mb-3\">Long-Term Care Plan<\/h3>\n            <p>\n                The home care plan was recommended to continue with a modified structure. Nursing visit frequency was reduced as the family had gained confidence in daily management. Physiotherapy sessions continued at a maintenance level. Doctor home visits continued on a fortnightly basis. The family was educated that any change in symptoms, no matter how small, should be reported promptly. This approach aligns with the principles of <a href=\"https:\/\/athomecare.in\/post-hospital-discharge-care-for-senior-citizens-medical-guidelines-for-safe-recovery-at-home\/\" class=\"internal-link\">post-hospital discharge care guidelines for senior citizens<\/a>.\n            <\/p>\n\n            <div class=\"success-box mt-6\">\n                <p class=\"text-sm font-semibold text-emerald-800 mb-1\">\n                    <i class=\"fa-solid fa-circle-check mr-1\"><\/i> Summary of Achievements\n                <\/p>\n                <ul class=\"text-sm text-emerald-900 space-y-1 mt-2\">\n                    <li>Walking distance improved from 120m to nearly 280m on level ground<\/li>\n                    <li>Six-minute walk distance improved from 220m to approximately 335m<\/li>\n                    <li>Breathlessness during daily activities reduced noticeably<\/li>\n                    <li>Oxygen saturation remained stable during routine household activities<\/li>\n                    <li>Ankle swelling reduced with medication and fluid management<\/li>\n                    <li>Better tolerance for light household activities<\/li>\n                    <li>Sleep quality improved with consistent CPAP use<\/li>\n                    <li>No emergency hospital admissions occurred during the twelve-week period<\/li>\n                    <li>Overall confidence and quality of life improved significantly<\/li>\n                <\/ul>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 12: Key Clinical Learnings -->\n        <section id=\"key-learnings\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Key Clinical Learnings<\/h2>\n\n            <p>\n                This case illustrates several important clinical principles that are relevant to the broader management of chronic cardiopulmonary conditions at home.\n            <\/p>\n\n            <div class=\"space-y-4 mt-6\">\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-slate-800 mb-2 flex items-center gap-2\">\n                        <span class=\"w-6 h-6 bg-primary-100 text-primary-700 rounded-full flex items-center justify-center text-xs font-bold\" style=\"font-family:'Inter',sans-serif;\">1<\/span>\n                        IPAH Is a Lifelong Condition Requiring Structured Home Support\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Hospitalization stabilizes the acute crisis, but the majority of disease management happens at home. Without structured home healthcare, patients are left to manage a complex, progressive condition with limited clinical oversight between hospital visits. The <a href=\"https:\/\/athomecare.in\/the-essential-role-of-home-health-nursing-care-for-aging-populations\/\" class=\"internal-link\">essential role of home health nursing<\/a> becomes most apparent in conditions like IPAH where daily monitoring directly affects outcomes.\n                    <\/p>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-slate-800 mb-2 flex items-center gap-2\">\n                        <span class=\"w-6 h-6 bg-primary-100 text-primary-700 rounded-full flex items-center justify-center text-xs font-bold\" style=\"font-family:'Inter',sans-serif;\">2<\/span>\n                        Pulmonary Rehabilitation Works When It Is Consistent and Home-Based\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        The improvement in six-minute walk distance from 220 meters to 335 meters over twelve weeks is consistent with expected outcomes from pulmonary rehabilitation programs. The key factor was that rehabilitation happened in Mr. Brar&#8217;s actual home environment, making the exercises directly relevant to his daily life.\n                    <\/p>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-slate-800 mb-2 flex items-center gap-2\">\n                        <span class=\"w-6 h-6 bg-primary-100 text-primary-700 rounded-full flex items-center justify-center text-xs font-bold\" style=\"font-family:'Inter',sans-serif;\">3<\/span>\n                        Comorbidity Management Is Not Optional in Pulmonary Hypertension\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Mr. Brar&#8217;s hypertension, sleep apnea, obesity, and vitamin D deficiency were not side issues. Each one affected his pulmonary vascular resistance, cardiac workload, or exercise capacity. Home healthcare allowed all of these to be addressed simultaneously in the context of his daily life. <a href=\"https:\/\/athomecare.in\/oxygen-therapy-and-respiratory-management-in-cardiomyopathy\/\" class=\"internal-link\">Respiratory management in the context of cardiac conditions<\/a> requires this kind of integrated approach.\n                    <\/p>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-slate-800 mb-2 flex items-center gap-2\">\n                        <span class=\"w-6 h-6 bg-primary-100 text-primary-700 rounded-full flex items-center justify-center text-xs font-bold\" style=\"font-family:'Inter',sans-serif;\">4<\/span>\n                        Energy Conservation Techniques Have Measurable Impact\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Teaching patients to pace activities, plan tasks in advance, and avoid simultaneous physical and cognitive demands reduces the oxygen cost of daily living. In Mr. Brar&#8217;s case, this contributed to his ability to do more during the day without proportional increases in breathlessness.\n                    <\/p>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-slate-800 mb-2 flex items-center gap-2\">\n                        <span class=\"w-6 h-6 bg-primary-100 text-primary-700 rounded-full flex items-center justify-center text-xs font-bold\" style=\"font-family:'Inter',sans-serif;\">5<\/span>\n                        Family Education Directly Affects Outcomes\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Mrs. Brar&#8217;s ability to monitor oxygen saturation, recognize warning signs, and manage medications was directly linked to the prevention of emergency hospital admissions. A family that understands the condition is far more effective at supporting the patient than one that is frightened and uninformed. <a href=\"https:\/\/athomecare.in\/understanding-elderly-care-a-comprehensive-guide\/\" class=\"internal-link\">Understanding elderly care comprehensively<\/a> includes understanding the family&#8217;s educational needs.\n                    <\/p>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-slate-800 mb-2 flex items-center gap-2\">\n                        <span class=\"w-6 h-6 bg-primary-100 text-primary-700 rounded-full flex items-center justify-center text-xs font-bold\" style=\"font-family:'Inter',sans-serif;\">6<\/span>\n                        Zero Readmissions Is an Achievable Goal With Proper Home Care\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Many hospital readmissions for chronic conditions are preventable. They often result from medication non-adherence, failure to recognize early warning signs, or inadequate support at home. In this case, twelve weeks of structured home healthcare resulted in zero emergency admissions, which is both a clinical and an economic success.\n                    <\/p>\n                <\/div>\n\n                <div class=\"scenario-card\">\n                    <h4 class=\"font-semibold text-slate-800 mb-2 flex items-center gap-2\">\n                        <span class=\"w-6 h-6 bg-primary-100 text-primary-700 rounded-full flex items-center justify-center text-xs font-bold\" style=\"font-family:'Inter',sans-serif;\">7<\/span>\n                        Regular Specialist Follow-Up Must Continue Alongside Home Care\n                    <\/h4>\n                    <p class=\"text-sm text-slate-600\">\n                        Home healthcare does not replace hospital-based specialist care. It complements it. Mr. Brar continued to see his cardiologist and pulmonologist for formal assessments, medication adjustments, and advanced investigations. The home care team ensured that the period between these visits was not a gap in clinical oversight. This coordinated approach between <a href=\"https:\/\/athomecare.in\/understanding-dilated-cardiomyopathy-and-home-based-cardiac-monitoring\/\" class=\"internal-link\">home-based cardiac monitoring and hospital specialists<\/a> is the model that produces the best outcomes.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 13: FAQs -->\n        <section id=\"faqs\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Frequently Asked Questions<\/h2>\n\n            <div class=\"mt-5\">\n                <div class=\"faq-item active\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What is Idiopathic Pulmonary Arterial Hypertension?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>It is a rare condition in which the blood pressure inside the arteries of the lungs becomes abnormally high without an identifiable secondary cause. This means no blood clots, lung disease, or other conditions can explain the high pressure. The elevated pressure makes the right side of the heart work harder to pump blood through the lungs, which over time can lead to right heart strain and heart failure. It is classified as WHO Group 1 pulmonary hypertension.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Can patients with IPAH receive care at home?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Yes. Many patients with IPAH benefit significantly from home healthcare after the initial hospitalization and diagnosis. Home nursing can monitor vital signs and oxygen levels daily. Pulmonary rehabilitation can be conducted in the home environment. Oxygen therapy and CPAP therapy can be safely managed at home with proper training. Regular doctor home visits can supplement hospital specialist appointments. Home care does not replace hospital care but fills the gap between hospital visits. <a href=\"https:\/\/athomecare.in\/why-choose-home-care-the-benefits-of-in-home-support-by-athomecare\/\" class=\"internal-link\">The benefits of in-home support<\/a> are particularly relevant for chronic conditions like IPAH.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why is pulmonary rehabilitation important for IPAH patients?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Pulmonary rehabilitation improves breathing efficiency through specific exercises like diaphragmatic breathing and chest expansion. It strengthens the leg muscles, which reduces the oxygen cost of walking. It gradually increases exercise tolerance through supervised endurance training. It teaches energy conservation techniques that help patients do more with less breathlessness. Perhaps most importantly, it builds confidence and reduces the fear of physical activity that many patients develop after experiencing severe breathlessness episodes.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Will every patient with IPAH need oxygen therapy at home?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Not necessarily. Oxygen therapy is prescribed based on individual oxygen levels measured at rest and during activity. Some patients with IPAH maintain adequate oxygen saturation without supplemental oxygen, especially in the earlier stages of the disease. Others may need oxygen only during exertion or sleep. The decision is made by the treating physician based on objective measurements, not just symptoms. In Mr. Brar&#8217;s case, oxygen was required during prolonged exertion but not at rest.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What symptoms require immediate medical attention in IPAH?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Severe breathlessness that occurs at rest and does not improve with rest or oxygen is a critical warning sign. Fainting or near-fainting episodes suggest inadequate cardiac output and require urgent evaluation. Chest pain or pressure may indicate cardiac ischemia. Bluish or greyish discoloration of the lips or fingertips indicates severe hypoxia. Rapidly increasing swelling in the legs, ankles, or abdomen suggests worsening right heart function. Persistent oxygen saturation below the target prescribed by the doctor also warrants urgent medical review. Families should be trained to recognize these signs and seek help immediately rather than waiting to see if symptoms improve.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Can patients with IPAH continue light daily activities?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Yes. In fact, remaining physically active within safe limits is an important part of IPAH management. Complete inactivity leads to muscle deconditioning, which further reduces exercise tolerance and makes breathlessness worse. The key is finding the right balance between activity and rest, which is exactly what pulmonary rehabilitation and energy conservation training help patients achieve. Patients should be encouraged to do what they can without pushing to the point of severe breathlessness. Activities should be paced, scheduled, and modified to reduce oxygen demand.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Why are regular follow-up visits necessary for IPAH?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>IPAH is a progressive condition. Regular follow-up allows the treating team to monitor disease progression through functional assessments like the six-minute walk test and echocardiography. Medications often need adjustment over time as the disease evolves or as side effects emerge. Follow-up visits also allow screening for complications such as right heart failure or arrhythmias that may develop silently. In Mr. Brar&#8217;s case, the combination of fortnightly doctor home visits and periodic hospital specialist appointments ensured comprehensive ongoing oversight.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>How does sleep apnea affect pulmonary hypertension?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Obstructive sleep apnea causes repeated episodes of low oxygen during sleep. These episodes trigger hypoxic pulmonary vasoconstriction, which narrows the pulmonary arteries and increases pulmonary blood pressure. In a patient who already has pulmonary arterial hypertension, this additional nighttime stress can worsen the condition. Consistent CPAP use keeps the airway open during sleep, prevents these desaturation episodes, and reduces the nighttime burden on the pulmonary circulation. This is why CPAP compliance was specifically monitored and encouraged in Mr. Brar&#8217;s care plan.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>What role does diet play in managing IPAH at home?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>A low-salt diet is recommended because excess sodium intake promotes fluid retention, which increases the volume of blood the right heart must pump and worsens ankle swelling. Small, frequent meals are preferred over large meals because a full stomach can press on the diaphragm and make breathing more difficult. Adequate protein intake supports muscle strength, which is important for patients undergoing pulmonary rehabilitation. Hydration must be balanced, as both dehydration and fluid overload can be problematic. <a href=\"https:\/\/athomecare.in\/winter-nutrition-for-elderly-immunity-and-respiratory-health-at-home-care\/\" class=\"internal-link\">Nutrition guidance for respiratory health<\/a> provides additional context on dietary management.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>Is home healthcare safe for a condition as serious as IPAH?<\/span>\n                        <i class=\"fa-solid fa-chevron-down faq-icon text-slate-400\"><\/i>\n                    <\/button>\n                    <div class=\"faq-answer\">\n                        <p>Home healthcare is safe when it is properly structured. This means having trained nurses conducting regular clinical assessments, a physician available for home visits and remote consultation, clear protocols for recognizing and responding to emergencies, appropriate medical equipment available at home, and a family that has been educated about warning signs. Home healthcare is not appropriate for patients who are acutely unstable or who need intensive monitoring that can only be provided in a hospital. But for patients like Mr. Brar who have been stabilized during hospitalization and need ongoing monitoring and rehabilitation, home healthcare is not only safe but often preferable to prolonged hospital stays. The <a href=\"https:\/\/athomecare.in\/is-home-nursing-medically-safe-for-senior-citizens-a-doctor-explains-when-it-works-and-when-it-doesnt\/\" class=\"internal-link\">question of home nursing safety for senior citizens<\/a> depends entirely on the patient&#8217;s clinical status and the quality of the home care team.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 14: Internal Linking Context -->\n        <section class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Related Services and Resources<\/h2>\n\n            <p>\n                The following AtHomeCare services were relevant to the management described in this case study. Each link provides detailed information about the specific service.\n            <\/p>\n\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-3 mt-5\">\n                <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-user-nurse text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Home Nursing Services<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-bed-pulse text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Patient Care Services<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-dumbbell text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Physiotherapy at Home<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/oxygen-therapy-home-clinical\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-wind text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Oxygen Therapy at Home<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/chest-physiotherapy-clinical\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-lungs text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Chest Physiotherapy<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-head-side-mask text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Respiratory Therapy<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-stethoscope text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Doctor Home Visit<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-wheelchair-move text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Medical Equipment Rental<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-hand-holding-heart text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Patient Care Taker<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-pills text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Medication Management<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-house-medical text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Home Healthcare in Chandigarh, Mohali, Panchkula<\/span>\n                <\/a>\n                <a href=\"https:\/\/athomecare.in\/nebulizer-therapy-clinical\/\" class=\"flex items-center gap-3 bg-white border border-slate-200 rounded-lg p-4 no-underline hover:border-primary-300 hover:shadow-md transition-all\">\n                    <i class=\"fa-solid fa-smog text-primary-600\"><\/i>\n                    <span class=\"text-sm font-medium text-slate-800\">Nebulizer Therapy<\/span>\n                <\/a>\n            <\/div>\n        <\/section>\n\n        <div class=\"section-divider\"><\/div>\n\n        <!-- Section 15: Contact Information -->\n        <section id=\"contact\" class=\"mb-12\">\n            <h2 class=\"text-xl md:text-2xl font-bold mb-5\">Contact Information<\/h2>\n\n            <div class=\"contact-card\">\n                <h3 class=\"text-lg font-bold mb-4\" style=\"font-family:'Inter',sans-serif;\">Corporate Office<\/h3>\n                <div class=\"space-y-3 text-sm\">\n                    <p>\n                        <i class=\"fa-solid fa-building mr-2 text-teal-200\"><\/i>\n                        Unit No. 703, 7th Floor, ILD Trade Centre<br>\n                        D1 Block, Malibu Town, Sector 47<br>\n                        Gurgaon, Haryana 122018\n                    <\/p>\n                    <p>\n                        <i class=\"fa-solid fa-phone mr-2 text-teal-200\"><\/i>\n                        <a href=\"tel:9910823218\">9910823218<\/a>\n                    <\/p>\n                    <p>\n                        <i class=\"fa-solid fa-envelope mr-2 text-teal-200\"><\/i>\n                        <a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a>\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Medical Disclaimer -->\n        <div class=\"disclaimer-box\">\n            <h3 class=\"text-base font-bold text-slate-800 mb-3 flex items-center gap-2\" style=\"font-family:'Inter',sans-serif;\">\n                <i class=\"fa-solid fa-shield-halved text-slate-500\"><\/i>\n                Medical Disclaimer\n            <\/h3>\n            <div class=\"space-y-3 text-sm text-slate-600\">\n                <p>\n                    Every patient is unique. The clinical presentation, response to treatment, and care needs of individuals with Idiopathic Pulmonary Arterial Hypertension vary significantly. The information presented in this fictional case study is intended for educational purposes only and should not be interpreted as a standard treatment protocol or care plan.\n                <\/p>\n                <p>\n                    Treatment decisions must always be made by qualified healthcare professionals based on a thorough evaluation of the individual patient&#8217;s medical condition, investigations, and clinical judgment. No home care plan should be initiated without the explicit recommendation and oversight of the treating physician or specialist.\n                <\/p>\n                <p>\n                    Emergency symptoms such as severe breathlessness at rest, fainting, chest pain, bluish discoloration of the lips or fingertips, and rapidly increasing swelling require immediate hospital-based emergency medical care. Home healthcare complements but does not replace emergency medical services. Families should never attempt to manage acute emergencies at home.\n                <\/p>\n                <p>\n                    This case study does not establish a doctor-patient relationship. Readers should consult their own healthcare providers for guidance specific to their medical situation. AtHomeCare provides home healthcare services under the supervision of qualified medical professionals and in accordance with applicable medical guidelines and regulations.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Fictional Disclaimer Repeat -->\n        <div class=\"disclaimer-box mt-4\" style=\"border-color:#fde68a; background:#fffbeb;\">\n            <p class=\"text-sm text-amber-800\">\n                <strong>Reminder:<\/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, living or deceased, is purely coincidental. All clinical details, including patient name, diagnosis timeline, investigation results, and outcomes, are fictional and should not be referenced as medical evidence.\n            <\/p>\n        <\/div>\n\n    <\/main>\n\n    <!-- Footer -->\n    <footer class=\"bg-slate-900 text-slate-400 mt-12\">\n        <div class=\"max-w-4xl mx-auto px-4 py-10\">\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                <div>\n                    <a href=\"https:\/\/athomecare.in\/\" class=\"flex items-center gap-2 text-white font-bold text-lg no-underline mb-3\" style=\"font-family:'Inter',sans-serif;\">\n                        <i class=\"fa-solid fa-house-chimney-medical text-teal-400\"><\/i>\n                        AtHomeCare\n                    <\/a>\n                    <p class=\"text-sm leading-relaxed\">\n                        Professional home healthcare services delivered by trained clinical teams. Compassionate care that comes to you.\n                    <\/p>\n                <\/div>\n                <div>\n                    <h4 class=\"text-white font-semibold text-sm mb-3 uppercase tracking-wider\" style=\"font-family:'Inter',sans-serif;\">Services<\/h4>\n                    <ul class=\"space-y-2 text-sm\">\n                        <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"text-slate-400 hover:text-teal-400 no-underline transition-colors\">Home Nursing<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"text-slate-400 hover:text-teal-400 no-underline transition-colors\">Patient Care Services<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"text-slate-400 hover:text-teal-400 no-underline transition-colors\">Physiotherapy at Home<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"text-slate-400 hover:text-teal-400 no-underline transition-colors\">Doctor Home Visit<\/a><\/li>\n                        <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"text-slate-400 hover:text-teal-400 no-underline transition-colors\">Medical Equipment Rental<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"text-white font-semibold text-sm mb-3 uppercase tracking-wider\" style=\"font-family:'Inter',sans-serif;\">Contact<\/h4>\n                    <ul class=\"space-y-2 text-sm\">\n                        <li class=\"flex items-center gap-2\">\n                            <i class=\"fa-solid fa-phone text-xs text-teal-400\"><\/i>\n                            <a href=\"tel:9910823218\" class=\"text-slate-400 hover:text-teal-400 no-underline transition-colors\">9910823218<\/a>\n                        <\/li>\n                        <li class=\"flex items-center gap-2\">\n                            <i class=\"fa-solid fa-envelope text-xs text-teal-400\"><\/i>\n                            <a href=\"mailto:care@athomecare.in\" class=\"text-slate-400 hover:text-teal-400 no-underline transition-colors\">care@athomecare.in<\/a>\n                        <\/li>\n                        <li class=\"flex items-start gap-2\">\n                            <i class=\"fa-solid fa-location-dot text-xs text-teal-400 mt-1\"><\/i>\n                            <span>Unit 703, ILD Trade Centre,<br>Sec 47, Gurgaon, Haryana 122018<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"border-t border-slate-800 mt-8 pt-6 flex flex-col sm:flex-row justify-between items-center gap-3 text-xs text-slate-500\">\n                <p>&copy; 2026 AtHomeCare. All rights reserved.<\/p>\n                <p>This is a fictional educational case study. Not a real patient.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Back to Top -->\n    <button id=\"backToTop\" onclick=\"window.scrollTo({top:0,behavior:'smooth'})\" class=\"fixed bottom-6 right-6 w-11 h-11 bg-primary-700 text-white rounded-full shadow-lg flex items-center justify-center opacity-0 pointer-events-none transition-all duration-300 hover:bg-primary-800 z-50 border-none cursor-pointer\" aria-label=\"Back to top\">\n        <i class=\"fa-solid fa-arrow-up text-sm\"><\/i>\n    <\/button>\n\n    <!-- FAQ Toggle Script -->\n    <script>\n        function toggleFaq(button) {\n            const item = button.parentElement;\n            const isActive = item.classList.contains('active');\n\n            \/\/ Close all other items\n            document.querySelectorAll('.faq-item').forEach(function(faq) {\n                faq.classList.remove('active');\n            });\n\n            \/\/ Toggle clicked item\n            if (!isActive) {\n                item.classList.add('active');\n            }\n        }\n\n        \/\/ Back to top button visibility\n        window.addEventListener('scroll', function() {\n            var btn = document.getElementById('backToTop');\n            if (window.scrollY > 600) {\n                btn.style.opacity = '1';\n                btn.style.pointerEvents = 'auto';\n            } else {\n                btn.style.opacity = '0';\n                btn.style.pointerEvents = 'none';\n            }\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n            anchor.addEventListener('click', function(e) {\n                var targetId = this.getAttribute('href');\n                if (targetId === '#') return;\n                var target = document.querySelector(targetId);\n                if (target) {\n                    e.preventDefault();\n                    var offset = 70;\n                    var targetPosition = target.getBoundingClientRect().top + window.pageYOffset - offset;\n                    window.scrollTo({\n                        top: targetPosition,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-325","post","type-post","status-publish","format-standard","hentry","category-blog"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"lyfmedicare46\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-01T06:34:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-01T06:35:04+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#blogposting\",\"name\":\"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali\",\"headline\":\"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#articleImage\"},\"datePublished\":\"2026-08-01T06:34:57+00:00\",\"dateModified\":\"2026-08-01T06:35:04+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#listItem\",\"name\":\"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#listItem\",\"position\":3,\"name\":\"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/\",\"name\":\"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali\",\"description\":\"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-01T06:34:57+00:00\",\"dateModified\":\"2026-08-01T06:35:04+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\",\"name\":\"mohali\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali","description":"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali","canonical_url":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#blogposting","name":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali","headline":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#articleImage"},"datePublished":"2026-08-01T06:34:57+00:00","dateModified":"2026-08-01T06:35:04+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#listItem","name":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#listItem","position":3,"name":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#webpage","url":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/","name":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali","description":"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-01T06:34:57+00:00","dateModified":"2026-08-01T06:35:04+00:00"},{"@type":"WebSite","@id":"https:\/\/athomecare.in\/mohali\/#website","url":"https:\/\/athomecare.in\/mohali\/","name":"mohali","inLanguage":"en-US","publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"}}]},"og:locale":"en_US","og:site_name":"mohali -","og:type":"article","og:title":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali","og:description":"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali","og:url":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/","article:published_time":"2026-08-01T06:34:57+00:00","article:modified_time":"2026-08-01T06:35:04+00:00","twitter:card":"summary_large_image","twitter:title":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study - mohali","twitter:description":"Idiopathic Pulmonary Arterial Hypertension Home Care | Fictional Case Study AtHomeCare 9910823218 Case Study Educational Purpose Home Care for Idiopathic Pulmonary Arterial Hypertension A detailed clinical account of how structured home healthcare, pulmonary rehabilitation, and oxygen therapy supported a 61-year-old patient with IPAH after hospital discharge in Mohali. 61 Years Patient Age Male Gender Mohali"},"aioseo_meta_data":{"post_id":"325","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-01 06:32:49","updated":"2026-08-01 07:18:53","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/athomecare.in\/mohali\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tIdiopathic Pulmonary Arterial Hypertension Home Care | Case Study\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Idiopathic Pulmonary Arterial Hypertension Home Care | Case Study","link":"https:\/\/athomecare.in\/mohali\/idiopathic-pulmonary-arterial-hypertension-home-care-case-study\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/325","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/comments?post=325"}],"version-history":[{"count":2,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/325\/revisions"}],"predecessor-version":[{"id":327,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/325\/revisions\/327"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=325"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=325"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}