{"id":457,"date":"2026-08-10T07:31:59","date_gmt":"2026-08-10T07:31:59","guid":{"rendered":"https:\/\/athomecare.in\/mohali\/?p=457"},"modified":"2026-08-10T07:32:02","modified_gmt":"2026-08-10T07:32:02","slug":"asthma-in-elderly-home-care-case-study-in-mohali","status":"publish","type":"post","link":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/","title":{"rendered":"Asthma in Elderly: Home Care Case Study in Mohali"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Asthma in Elderly: Home Care Case Study in Mohali<\/title>\n<meta name=\"description\" content=\"Learn how home nursing, inhaler education and physiotherapy supported an elderly fictional patient managing asthma after hospitalization in Mohali.\">\n<meta name=\"robots\" content=\"index, follow\">\n<link rel=\"canonical\" href=\"https:\/\/athomecare.in\/asthma-elderly-home-care-mohali\">\n<meta property=\"og:title\" content=\"Asthma in Elderly: Home Care Case Study in Mohali\">\n<meta property=\"og:description\" content=\"Learn how home nursing, inhaler education and physiotherapy supported an elderly fictional patient managing asthma after hospitalization in Mohali.\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/asthma-elderly-home-care-mohali\">\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Merriweather:wght@400;700;900&#038;family=Source+Sans+3:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n<script>\ntailwind.config = {\n  theme: {\n    extend: {\n      colors: {\n        med: {\n          50: '#f0faf8',\n          100: '#d4f1ec',\n          200: '#a8e3d9',\n          300: '#6dcfc1',\n          400: '#3bb8a6',\n          500: '#0D7377',\n          600: '#0b5f63',\n          700: '#094b4e',\n          800: '#07373a',\n          900: '#052325',\n        },\n        warm: {\n          50: '#fdfcfa',\n          100: '#f9f5ef',\n          200: '#f2eade',\n          300: '#e8d9c4',\n        },\n        alert: {\n          red: '#fef2f2',\n          redBorder: '#dc2626',\n          amber: '#fffbeb',\n          amberBorder: '#d97706',\n          blue: '#eff6ff',\n          blueBorder: '#2563eb',\n          green: '#f0fdf4',\n          greenBorder: '#16a34a',\n        }\n      },\n      fontFamily: {\n        heading: ['Merriweather', 'Georgia', 'serif'],\n        body: ['Source Sans 3', 'sans-serif'],\n      }\n    }\n  }\n}\n<\/script>\n<style>\n  :root {\n    --bg: #fdfcfa;\n    --fg: #1a1a1a;\n    --muted: #6b7280;\n    --accent: #0D7377;\n    --accent-light: #f0faf8;\n    --card: #ffffff;\n    --border: #e5e7eb;\n  }\n  * { box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: 'Source Sans 3', sans-serif;\n    background: var(--bg);\n    color: var(--fg);\n    line-height: 1.7;\n    margin: 0;\n    padding: 0;\n  }\n  h1, h2, h3, h4, h5 {\n    font-family: 'Merriweather', Georgia, serif;\n    line-height: 1.3;\n  }\n  .prose p { margin-bottom: 1rem; }\n  .prose p:last-child { margin-bottom: 0; }\n\n  \/* Clinical Alert Boxes *\/\n  .clinical-alert {\n    border-left: 4px solid;\n    padding: 1rem 1.25rem;\n    margin: 1.5rem 0;\n    border-radius: 0 8px 8px 0;\n    font-size: 0.95rem;\n  }\n  .clinical-alert.red { background: var(--alert-red, #fef2f2); border-color: var(--alert-redBorder, #dc2626); }\n  .clinical-alert.amber { background: var(--alert-amber, #fffbeb); border-color: var(--alert-amberBorder, #d97706); }\n  .clinical-alert.blue { background: var(--alert-blue, #eff6ff); border-color: var(--alert-blueBorder, #2563eb); }\n  .clinical-alert.green { background: var(--alert-green, #f0fdf4); border-color: var(--alert-greenBorder, #16a34a); }\n\n  \/* Doctor Explanation Card *\/\n  .doctor-card {\n    background: linear-gradient(135deg, #f0faf8 0%, #e8f5f3 100%);\n    border: 1px solid #d4f1ec;\n    border-radius: 12px;\n    padding: 1.5rem;\n    margin: 1.5rem 0;\n    position: relative;\n  }\n  .doctor-card::before {\n    content: '\\f0f6';\n    font-family: 'Font Awesome 6 Free';\n    font-weight: 900;\n    position: absolute;\n    top: -12px;\n    left: 16px;\n    background: #0D7377;\n    color: white;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.7rem;\n    line-height: 28px;\n    text-align: center;\n  }\n\n  \/* Evidence Table *\/\n  .evidence-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    margin: 1.5rem 0;\n    font-size: 0.925rem;\n  }\n  .evidence-table thead th {\n    background: #0D7377;\n    color: white;\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-weight: 600;\n    font-family: 'Source Sans 3', sans-serif;\n    letter-spacing: 0.02em;\n  }\n  .evidence-table tbody td {\n    padding: 0.75rem 1rem;\n    border-bottom: 1px solid #f3f4f6;\n    background: white;\n  }\n  .evidence-table tbody tr:last-child td { border-bottom: none; }\n  .evidence-table tbody tr:nth-child(even) td { background: #f9fafb; }\n\n  \/* Timeline *\/\n  .timeline { position: relative; padding-left: 2rem; }\n  .timeline::before {\n    content: '';\n    position: absolute;\n    left: 7px;\n    top: 4px;\n    bottom: 4px;\n    width: 2px;\n    background: linear-gradient(to bottom, #0D7377, #3bb8a6);\n    border-radius: 1px;\n  }\n  .timeline-item { position: relative; margin-bottom: 2rem; }\n  .timeline-item::before {\n    content: '';\n    position: absolute;\n    left: -2rem;\n    top: 6px;\n    width: 16px;\n    height: 16px;\n    border-radius: 50%;\n    background: #0D7377;\n    border: 3px solid #d4f1ec;\n    z-index: 1;\n  }\n  .timeline-item.active::before {\n    background: #3bb8a6;\n    box-shadow: 0 0 0 4px rgba(13,115,119,0.15);\n  }\n\n  \/* Risk Indicator *\/\n  .risk-box {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    padding: 1rem 1.25rem;\n    background: #fff;\n    border: 1px solid #fecaca;\n    border-radius: 10px;\n    margin-bottom: 0.75rem;\n  }\n  .risk-icon {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.8rem;\n  }\n  .risk-high .risk-icon { background: #fef2f2; color: #dc2626; }\n  .risk-mod .risk-icon { background: #fffbeb; color: #d97706; }\n  .risk-low .risk-icon { background: #f0fdf4; color: #16a34a; }\n\n  \/* Scenario Card *\/\n  .scenario-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 1.5rem;\n    margin: 1.5rem 0;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n  }\n\n  \/* Clinical Note *\/\n  .clinical-note {\n    background: #f9f5ef;\n    border: 1px solid #e8d9c4;\n    border-radius: 10px;\n    padding: 1.25rem 1.5rem;\n    margin: 1.5rem 0;\n    font-size: 0.925rem;\n  }\n  .clinical-note-label {\n    font-weight: 700;\n    color: #92400e;\n    font-size: 0.8rem;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 0.5rem;\n  }\n\n  \/* Contact Card *\/\n  .contact-card {\n    background: linear-gradient(135deg, #0D7377 0%, #094b4e 100%);\n    color: white;\n    border-radius: 14px;\n    padding: 2rem;\n    margin: 2rem 0;\n  }\n  .contact-card a { color: #a8e3d9; text-decoration: none; }\n  .contact-card a:hover { text-decoration: underline; color: white; }\n\n  \/* FAQ *\/\n  .faq-item {\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    margin-bottom: 0.75rem;\n    overflow: hidden;\n    background: white;\n  }\n  .faq-q {\n    padding: 1rem 1.25rem;\n    cursor: pointer;\n    font-weight: 600;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    user-select: none;\n    font-family: 'Source Sans 3', sans-serif;\n    font-size: 1rem;\n  }\n  .faq-q:hover { background: #f9fafb; }\n  .faq-a {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease;\n    padding: 0 1.25rem;\n  }\n  .faq-a.open {\n    max-height: 500px;\n    padding: 0 1.25rem 1rem;\n  }\n  .faq-chevron {\n    transition: transform 0.3s ease;\n    color: var(--muted);\n    font-size: 0.85rem;\n  }\n  .faq-chevron.rotated { transform: rotate(180deg); }\n\n  \/* Author Card *\/\n  .author-card {\n    display: flex;\n    gap: 1.25rem;\n    align-items: flex-start;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 1.5rem;\n  }\n  .author-card img {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 3px solid #d4f1ec;\n    flex-shrink: 0;\n  }\n\n  \/* Internal link styling *\/\n  .int-link {\n    color: #0D7377;\n    text-decoration: none;\n    font-weight: 500;\n    border-bottom: 1px dotted #3bb8a6;\n    transition: all 0.2s;\n  }\n  .int-link:hover {\n    color: #094b4e;\n    border-bottom-style: solid;\n  }\n\n  \/* Hero gradient overlay *\/\n  .hero-bg {\n    background: linear-gradient(160deg, #0D7377 0%, #094b4e 40%, #052325 100%);\n    position: relative;\n    overflow: hidden;\n  }\n  .hero-bg::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -30%;\n    width: 80%;\n    height: 200%;\n    background: radial-gradient(ellipse, rgba(59,184,166,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  \/* Section divider *\/\n  .section-divider {\n    height: 1px;\n    background: linear-gradient(to right, transparent, #d4f1ec, transparent);\n    margin: 3rem 0;\n  }\n\n  \/* Anchor offset for sticky headers *\/\n  [id] { scroll-margin-top: 80px; }\n\n  \/* Smooth link underline animation *\/\n  a.int-link {\n    background-image: linear-gradient(#3bb8a6, #3bb8a6);\n    background-size: 0% 1px;\n    background-position: 0 100%;\n    background-repeat: no-repeat;\n    transition: background-size 0.3s ease;\n    border-bottom: none;\n  }\n  a.int-link:hover {\n    background-size: 100% 1px;\n  }\n\n  @media (max-width: 768px) {\n    .author-card { flex-direction: column; align-items: center; text-align: center; }\n    .evidence-table { font-size: 0.82rem; }\n    .evidence-table thead th, .evidence-table tbody td { padding: 0.6rem 0.65rem; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- Hero Section -->\n<header class=\"hero-bg text-white\">\n  <div class=\"max-w-4xl mx-auto px-4 sm:px-6 py-16 sm:py-24 relative z-10\">\n    <p class=\"text-sm font-medium tracking-widest uppercase mb-4\" style=\"color:#a8e3d9;\">Clinical Case Study<\/p>\n    <h1 class=\"text-2xl sm:text-4xl lg:text-5xl font-black leading-tight mb-6\">Asthma in an Elderly Patient: Home Care Case Study from Mohali<\/h1>\n    <p class=\"text-base sm:text-lg leading-relaxed mb-10\" style=\"color:#d4f1ec; max-width:680px;\">\n      A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab.\n    <\/p>\n    <div class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-3 sm:gap-4\">\n      <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n        <p class=\"text-xs uppercase tracking-wider\" style=\"color:#a8e3d9;\">Age<\/p>\n        <p class=\"text-xl font-bold mt-1\">74<\/p>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n        <p class=\"text-xs uppercase tracking-wider\" style=\"color:#a8e3d9;\">Gender<\/p>\n        <p class=\"text-xl font-bold mt-1\">Male<\/p>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n        <p class=\"text-xs uppercase tracking-wider\" style=\"color:#a8e3d9;\">Location<\/p>\n        <p class=\"text-lg font-bold mt-1\">Mohali<\/p>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n        <p class=\"text-xs uppercase tracking-wider\" style=\"color:#a8e3d9;\">Condition<\/p>\n        <p class=\"text-sm font-bold mt-1\">Late-Onset Asthma<\/p>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n        <p class=\"text-xs uppercase tracking-wider\" style=\"color:#a8e3d9;\">Duration<\/p>\n        <p class=\"text-xl font-bold mt-1\">12 Weeks<\/p>\n      <\/div>\n      <div class=\"bg-white\/10 backdrop-blur-sm rounded-lg p-3 text-center\">\n        <p class=\"text-xs uppercase tracking-wider\" style=\"color:#a8e3d9;\">Outcome<\/p>\n        <p class=\"text-sm font-bold mt-1\">Stable<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- Main Content -->\n<main class=\"max-w-4xl mx-auto px-4 sm:px-6 py-10 sm:py-16 prose\">\n\n  <!-- Patient Background -->\n  <section id=\"patient-background\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Patient Background<\/h2>\n\n    <p>Mr. Devinder Mehta was a 74-year-old retired postal department employee living with his daughter in Mohali, Punjab. He had lost his wife several years earlier and relied primarily on his daughter, Ritu Mehta, and son-in-law, Manish Arora, for daily support and healthcare decisions.<\/p>\n\n    <p>Mr. Mehta had first developed asthma symptoms in his late sixties. At that stage, the symptoms appeared mainly during winter months and after exposure to dust. He would notice wheezing and a mild cough that resolved on its own or with occasional use of a reliever inhaler. Over the following years, however, the episodes became more frequent and more troublesome.<\/p>\n\n    <p>Beyond his respiratory condition, Mr. Mehta had several other health concerns that influenced his overall care needs. He had controlled hypertension managed with prescribed medication. He had mild hearing impairment that sometimes made communication during clinical assessments slightly more difficult. His left knee had osteoarthritis, which contributed to his gradually reducing physical activity. He also experienced seasonal allergic rhinitis, which added to his respiratory symptoms during certain times of the year.<\/p>\n\n    <p>He had no known history of heart failure or chronic kidney disease. His daily routine had become increasingly sedentary in the months before his hospitalization. He could manage most personal care tasks independently but had stopped going for walks outdoors because of breathlessness and knee discomfort.<\/p>\n\n    <div class=\"clinical-note\">\n      <p class=\"clinical-note-label\"><i class=\"fas fa-file-medical mr-1\"><\/i> Clinical Note<\/p>\n      <p>Late-onset asthma in older adults is frequently underdiagnosed. Symptoms such as wheezing, cough, and breathlessness are sometimes attributed to aging, heart disease, or chronic obstructive pulmonary disease. A careful respiratory history and appropriate testing are necessary to distinguish asthma from other conditions that produce similar symptoms. In Mr. Mehta&#8217;s case, the pattern of episodic symptoms triggered by dust and cold air, along with wheezing on examination, supported the diagnosis of late-onset asthma.<\/p>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Clinical Diagnosis -->\n  <section id=\"clinical-diagnosis\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Clinical Diagnosis and Presentation<\/h2>\n\n    <p>The primary diagnosis was <strong>late-onset asthma with recurrent exacerbations<\/strong>. In the weeks leading up to his hospital admission, Mr. Mehta had developed an upper respiratory infection. His cough and wheezing gradually worsened despite his usual attempts to manage symptoms at home.<\/p>\n\n    <p>One evening, his condition deteriorated noticeably. He became significantly breathless and had difficulty completing full sentences during conversation. His daughter recognized that this was beyond his usual pattern and took him to the emergency department.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\">Symptoms Documented Before Hospitalization<\/h3>\n\n    <div class=\"grid sm:grid-cols-2 gap-3 mb-6\">\n      <div class=\"bg-white border border-gray-200 rounded-lg p-4\">\n        <p class=\"font-semibold text-med-700 text-sm mb-2\"><i class=\"fas fa-lungs mr-2\"><\/i>Respiratory Symptoms<\/p>\n        <ul class=\"text-sm space-y-1 text-gray-700\">\n          <li>Wheezing, increasing in frequency<\/li>\n          <li>Chest tightness, especially at night<\/li>\n          <li>Night-time cough disturbing sleep<\/li>\n          <li>Progressive breathlessness<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"bg-white border border-gray-200 rounded-lg p-4\">\n        <p class=\"font-semibold text-med-700 text-sm mb-2\"><i class=\"fas fa-person-walking mr-2\"><\/i>Functional Impact<\/p>\n        <ul class=\"text-sm space-y-1 text-gray-700\">\n          <li>Reduced walking tolerance<\/li>\n          <li>Difficulty sleeping during flare-ups<\/li>\n          <li>Declining outdoor activity<\/li>\n          <li>Increasing fatigue after exertion<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\">Associated Medical Conditions<\/h3>\n\n    <table class=\"evidence-table\">\n      <thead>\n        <tr>\n          <th>Condition<\/th>\n          <th>Status<\/th>\n          <th>Relevance to Home Care<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Hypertension<\/td>\n          <td>Controlled<\/td>\n          <td>Required ongoing monitoring during respiratory assessment<\/td>\n        <\/tr>\n        <tr>\n          <td>Mild hearing impairment<\/td>\n          <td>Present<\/td>\n          <td>Communication needed clear, face-to-face instructions<\/td>\n        <\/tr>\n        <tr>\n          <td>Osteoarthritis, left knee<\/td>\n          <td>Chronic<\/td>\n          <td>Contributed to reduced mobility and deconditioning<\/td>\n        <\/tr>\n        <tr>\n          <td>Seasonal allergic rhinitis<\/td>\n          <td>Recurrent<\/td>\n          <td>Added to respiratory symptom burden during certain seasons<\/td>\n        <\/tr>\n        <tr>\n          <td>Reduced physical activity<\/td>\n          <td>Gradual onset<\/td>\n          <td>Required structured rehabilitation through physiotherapy<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Hospital Treatment -->\n  <section id=\"hospital-treatment\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Hospital Treatment<\/h2>\n\n    <p>Mr. Mehta remained in the hospital for five days. During his admission, the medical team conducted a thorough evaluation and initiated treatment for the acute asthma exacerbation.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\">Assessments Performed During Admission<\/h3>\n\n    <ul class=\"space-y-2 mb-6\">\n      <li class=\"flex items-start gap-2\"><i class=\"fas fa-check-circle text-med-500 mt-1 text-sm\"><\/i> Detailed respiratory examination including auscultation for wheezing and air entry<\/li>\n      <li class=\"flex items-start gap-2\"><i class=\"fas fa-check-circle text-med-500 mt-1 text-sm\"><\/i> Continuous and intermittent oxygen saturation monitoring<\/li>\n      <li class=\"flex items-start gap-2\"><i class=\"fas fa-check-circle text-med-500 mt-1 text-sm\"><\/i> Blood investigations to assess for infection and systemic inflammation<\/li>\n      <li class=\"flex items-start gap-2\"><i class=\"fas fa-check-circle text-med-500 mt-1 text-sm\"><\/i> Chest imaging where clinically indicated<\/li>\n      <li class=\"flex items-start gap-2\"><i class=\"fas fa-check-circle text-med-500 mt-1 text-sm\"><\/i> Review of previous respiratory history and medication records<\/li>\n      <li class=\"flex items-start gap-2\"><i class=\"fas fa-check-circle text-med-500 mt-1 text-sm\"><\/i> Assessment of inhaler technique, which revealed significant errors<\/li>\n    <\/ul>\n\n    <p>He received treatment for the acute exacerbation, and his breathing improved gradually over several days. After stabilization, the medical team revised his asthma management plan. This included adjusting his controller medication, clarifying the difference between his controller and reliever inhalers, and providing discharge instructions that emphasized follow-up care.<\/p>\n\n    <div class=\"doctor-card\">\n      <p class=\"font-semibold text-med-800 mb-2\">Why inhaler technique mattered in this case<\/p>\n      <p class=\"text-gray-700 text-sm leading-relaxed\">During the hospital assessment, Mr. Mehta&#8217;s inhaler technique was found to have several errors. He was inhaling too quickly, failing to coordinate actuation with breathing, and not holding his breath after inhalation when his device required it. These errors meant that a significant portion of the prescribed medication was not reaching his airways. This is a common and often overlooked problem in elderly patients. Correcting technique alone can substantially improve asthma control without any change in medication.<\/p>\n    <\/div>\n\n    <p>Because he had difficulty managing his inhaler routine independently and had become physically deconditioned from reduced activity, the hospital team arranged for home nursing and rehabilitation support after discharge.<\/p>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Why Home Healthcare Was Needed -->\n  <section id=\"why-home-healthcare\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Why Home Healthcare Was Needed<\/h2>\n\n    <p>The decision to arrange home healthcare for Mr. Mehta was based on several specific clinical and functional needs that were identified during his hospital stay and at the time of discharge.<\/p>\n\n    <div class=\"scenario-card\">\n      <h4 class=\"font-bold text-med-700 mb-3\">Inhaler Technique Correction<\/h4>\n      <p class=\"text-sm text-gray-700\">His inhaler technique had been poor for an unknown period. A single demonstration in the hospital was unlikely to produce lasting change in a 74-year-old patient with mild hearing impairment and some difficulty remembering multiple inhaler steps. Repeated observation and reinforcement at home was necessary to establish correct technique as a habit.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n      <h4 class=\"font-bold text-med-700 mb-3\">Medication Management Support<\/h4>\n      <p class=\"text-sm text-gray-700\">Mr. Mehta was confused between his controller and reliever medicines. He sometimes used the wrong inhaler at the wrong time. His daughter had observed him using his inhaler too quickly. Without supervised support at home, these errors would likely continue and increase the risk of another exacerbation. Professional <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"int-link\">medication monitoring and management<\/a> at home addressed this gap directly.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n      <h4 class=\"font-bold text-med-700 mb-3\">Physical Deconditioning<\/h4>\n      <p class=\"text-sm text-gray-700\">Months of reduced activity, combined with the recent hospital stay, had left Mr. Mehta physically deconditioned. He could walk only about 80 metres before needing rest. His knee osteoarthritis further contributed to his reluctance to move. Structured <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"int-link\">physiotherapy at home<\/a> was needed to rebuild his strength, endurance, and confidence in a safe environment.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n      <h4 class=\"font-bold text-med-700 mb-3\">Anxiety and Sleep Disturbance<\/h4>\n      <p class=\"text-sm text-gray-700\">After his hospitalization, Mr. Mehta remained anxious about having another attack. This anxiety was contributing to poor sleep. The connection between <a href=\"https:\/\/athomecare.in\/understanding-the-link-between-insomnia-and-poorly-controlled-asthma\/\" class=\"int-link\">insomnia and poorly controlled asthma<\/a> is well documented. Having a trained nurse monitor his symptoms at home provided reassurance to both him and his family, which in turn helped reduce anxiety-related sleep disruption.<\/p>\n    <\/div>\n\n    <div class=\"scenario-card\">\n      <h4 class=\"font-bold text-med-700 mb-3\">Family Education and Preparedness<\/h4>\n      <p class=\"text-sm text-gray-700\">His daughter and son-in-law needed a clear understanding of asthma triggers, warning signs, and the correct response when symptoms worsened. The family also needed guidance on <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"int-link\">emergency warning signs in elderly patients<\/a> and when to seek urgent medical attention. Home nursing visits provided structured opportunities for this education.<\/p>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Home Care Plan -->\n  <section id=\"home-care-plan\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Home Care Plan<\/h2>\n\n    <p>The home care plan was structured around four core services. Each service addressed specific needs identified during the hospital discharge assessment and the initial home evaluation.<\/p>\n\n    <!-- Home Nursing -->\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\"><i class=\"fas fa-user-nurse text-med-500 mr-2\"><\/i>Home Nursing<\/h3>\n\n    <p><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"int-link\">Home nursing<\/a> formed the clinical backbone of the care plan. The nurse&#8217;s role extended well beyond basic observation. Each visit included a structured respiratory assessment that evaluated breathing pattern, respiratory rate, oxygen saturation, presence and character of wheezing, cough frequency, chest tightness, night-time symptoms, and activity-related breathlessness.<\/p>\n\n    <p>The nurse monitored Mr. Mehta&#8217;s blood pressure and heart rate, which was relevant because of his hypertension and because certain asthma medications can affect cardiovascular parameters. Medication adherence was checked at each visit. The nurse observed him using each inhaler, corrected technique in real time, and documented whether the spacer was being used appropriately.<\/p>\n\n    <p>Sleep quality was discussed at each visit. The nurse asked about night-time wheezing, cough, and whether Mr. Mehta had needed to sit up to breathe. These questions helped identify worsening control that might not be apparent during a daytime assessment.<\/p>\n\n    <p>The nurse also helped the family maintain a simple asthma action record. This written record allowed the family and subsequent healthcare providers to track symptom patterns over time rather than relying on memory or a single set of vital signs.<\/p>\n\n    <div class=\"clinical-alert blue\">\n      <p class=\"font-semibold text-blue-800 text-sm mb-1\"><i class=\"fas fa-info-circle mr-1\"><\/i> Important Clinical Point<\/p>\n      <p class=\"text-sm text-blue-900\">The family was specifically counseled that oxygen saturation alone does not determine asthma severity. A patient can maintain a near-normal reading while still experiencing significant airway obstruction, chest tightness, and distress. Symptoms, breathing effort, response to reliever treatment, and overall clinical assessment are all necessary components of evaluation. This is particularly important for families who may have purchased a <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"int-link\">pulse oximeter<\/a> for home use and might rely on it exclusively.<\/p>\n    <\/div>\n\n    <!-- Patient Attendant -->\n    <h3 class=\"text-xl font-bold text-med-700 mt-10 mb-4\"><i class=\"fas fa-hands-helping text-med-500 mr-2\"><\/i>Patient Attendant<\/h3>\n\n    <p>A <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\" class=\"int-link\">patient care attendant<\/a> was assigned to support Mr. Mehta with activities that had become difficult during his recovery. The attendant helped with bathing on days when he felt fatigued, assisted with household activities that required physical exertion, accompanied him on short outdoor walks, and helped with light meal preparation.<\/p>\n\n    <p>The goal of the attendant was not to take over tasks that Mr. Mehta could do independently. Instead, the focus was on reducing unnecessary exertion that could trigger breathlessness while actively supporting his independence in personal care, feeding, dressing, toileting, and grooming. This balance is important in <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"int-link\">patient care services<\/a> for elderly patients recovering from illness. Taking over too much can accelerate deconditioning. Providing the right amount of support preserves function.<\/p>\n\n    <!-- Physiotherapy -->\n    <h3 class=\"text-xl font-bold text-med-700 mt-10 mb-4\"><i class=\"fas fa-dumbbell text-med-500 mr-2\"><\/i>Physiotherapy at Home<\/h3>\n\n    <p>The <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"int-link\">physiotherapy program<\/a> was designed to address the physical deconditioning that had developed over months of reduced activity and the recent hospital stay. The physiotherapist worked within clear safety boundaries: exercise was performed only when Mr. Mehta&#8217;s asthma was stable enough for activity, and sessions were stopped immediately if significant respiratory symptoms developed.<\/p>\n\n    <p>The program included seated strengthening exercises to build lower-limb strength without excessive cardiovascular demand. Sit-to-stand practice was introduced gradually to improve functional mobility for daily activities like getting up from a chair or using the toilet. Lower-limb mobility exercises addressed stiffness related to his knee osteoarthritis. Short walking intervals were progressively increased as his tolerance improved. Gentle balance exercises were included to reduce fall risk, which is an important consideration given that <a href=\"https:\/\/athomecare.in\/safety-first-home-modifications-and-fall-prevention-for-gurgaons-seniors\/\" class=\"int-link\">fall prevention for seniors<\/a> is a critical component of elderly home care.<\/p>\n\n    <p>Breathing control techniques were taught to help Mr. Mehta manage breathlessness during activity. <a href=\"https:\/\/athomecare.indoor-physical-activity-and-breathing-exercises-for-elderly-at-home-care\/\" class=\"int-link\">Breathing exercises for elderly patients<\/a> at home can help reduce the sensation of breathlessness and improve confidence during physical exertion. Activity pacing was emphasized throughout: Mr. Mehta was taught to break tasks into smaller segments and rest before becoming significantly breathless rather than pushing through and then recovering.<\/p>\n\n    <!-- Doctor Home Visit -->\n    <h3 class=\"text-xl font-bold text-med-700 mt-10 mb-4\"><i class=\"fas fa-stethoscope text-med-500 mr-2\"><\/i>Doctor Home Visit<\/h3>\n\n    <p>The <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"int-link\">doctor home visit<\/a> provided medical oversight of the entire care plan. The doctor reviewed Mr. Mehta&#8217;s asthma symptoms in detail, assessed his recent exacerbation and recovery trajectory, evaluated his inhaler use and medication adherence, asked about night-time symptoms, discussed possible triggers, reviewed his exercise tolerance, and determined follow-up requirements.<\/p>\n\n    <p>The doctor reinforced the importance of following the prescribed asthma management plan consistently. This medical reinforcement carried more weight with Mr. Mehta than similar advice from family members alone. The doctor also assessed whether any adjustments to his hypertension medication were needed in the context of his respiratory treatment.<\/p>\n\n    <!-- Medical Equipment -->\n    <h3 class=\"text-xl font-bold text-med-700 mt-10 mb-4\"><i class=\"fas fa-cart-shopping text-med-500 mr-2\"><\/i>Medical Equipment Support<\/h3>\n\n    <p>The family used basic monitoring equipment at home. A pulse oximeter allowed periodic oxygen saturation checks. A digital blood pressure monitor enabled regular blood pressure tracking. A digital thermometer was available for temperature monitoring when indicated. The prescribed inhalers and a spacer device were kept organized and accessible.<\/p>\n\n    <p>Importantly, no home oxygen was routinely required because Mr. Mehta maintained satisfactory oxygen saturation at rest. The family was explicitly advised not to start nebulization or oxygen therapy without medical instruction. Unsupervised oxygen use in asthma can be dangerous. The family was guided on <a href=\"https:\/\/athomecare.in\/why-renting-medical-equipment-from-athomecare-is-the-smartest-choice-for-home-icu-in-gurgaon\/\" class=\"int-link\">renting medical equipment<\/a> only as prescribed, rather than purchasing or using devices based on informal advice.<\/p>\n\n    <p>A shower chair and bathroom grab bars were arranged to support safe bathing, particularly because Mr. Mehta&#8217;s knee osteoarthritis and reduced endurance made standing in a wet bathroom a fall risk.<\/p>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Presenting Condition After Discharge -->\n  <section id=\"presenting-condition\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Presenting Condition After Discharge<\/h2>\n\n    <p>When the home healthcare team first assessed Mr. Mehta after his return from hospital, he was stable at rest but remained concerned about another asthma attack. His reported symptoms and the clinical findings are summarized below.<\/p>\n\n    <table class=\"evidence-table\">\n      <thead>\n        <tr>\n          <th>Clinical Parameter<\/th>\n          <th>Assessment Finding<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Blood Pressure<\/td>\n          <td>130\/78 mmHg<\/td>\n        <\/tr>\n        <tr>\n          <td>Heart Rate<\/td>\n          <td>78 beats per minute<\/td>\n        <\/tr>\n        <tr>\n          <td>Respiratory Rate<\/td>\n          <td>18 breaths per minute<\/td>\n        <\/tr>\n        <tr>\n          <td>Temperature<\/td>\n          <td>98.1 degrees Fahrenheit<\/td>\n        <\/tr>\n        <tr>\n          <td>Oxygen Saturation<\/td>\n          <td>97% on room air<\/td>\n        <\/tr>\n        <tr>\n          <td>Wheezing<\/td>\n          <td>Mild, intermittent<\/td>\n        <\/tr>\n        <tr>\n          <td>Breathlessness<\/td>\n          <td>Mild with exertion<\/td>\n        <\/tr>\n        <tr>\n          <td>Cough<\/td>\n          <td>Occasional<\/td>\n        <\/tr>\n        <tr>\n          <td>Consciousness<\/td>\n          <td>Alert<\/td>\n        <\/tr>\n        <tr>\n          <td>Mobility<\/td>\n          <td>Independent but slow<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n\n    <p>He was able to speak comfortably at rest. No acute respiratory distress was present during the assessment. However, his reported symptoms included occasional wheezing, mild morning cough, breathlessness while climbing stairs, reduced confidence during outdoor activity, poor sleep related to anxiety, fatigue after prolonged walking, and difficulty remembering the different steps for his various inhalers.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\">Inhaler Technique Assessment Findings<\/h3>\n\n    <p>The home nurse observed Mr. Mehta using his prescribed inhaler during the first visit. Several problems were identified:<\/p>\n\n    <div class=\"risk-box risk-high\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-triangle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-red-800\">Inadequate coordination<\/p>\n        <p class=\"text-sm text-gray-700\">He was not synchronizing inhaler actuation with his breathing. The medication was being released at the wrong point in the breathing cycle.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-high\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-triangle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-red-800\">Inhaling too quickly<\/p>\n        <p class=\"text-sm text-gray-700\">A forceful, rapid inhalation reduces the amount of medication that deposits in the airways. The correct technique requires a slow, deep breath.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-high\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-triangle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-red-800\">Not holding breath after inhalation<\/p>\n        <p class=\"text-sm text-gray-700\">His device required a breath hold after inhalation to allow the medication particles to settle in the airways. He was exhaling immediately.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-mod\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-circle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-amber-800\">Confusion between controller and reliever<\/p>\n        <p class=\"text-sm text-gray-700\">He was sometimes unsure which inhaler to use at which time. This is a common issue when elderly patients are prescribed multiple inhaler devices with different purposes.<\/p>\n      <\/div>\n    <\/div>\n\n    <p>The technique was reviewed step by step according to the device-specific instructions. A spacer was introduced to improve coordination and reduce the impact of timing errors. The nurse demonstrated, observed Mr. Mehta practice, and provided corrective feedback. This process was repeated at multiple visits until correct technique became consistent.<\/p>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Functional Assessment -->\n  <section id=\"functional-assessment\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Functional Assessment at Start of Home Care<\/h2>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Mobility<\/h3>\n    <table class=\"evidence-table\">\n      <thead>\n        <tr><th>Parameter<\/th><th>Assessment<\/th><\/tr>\n      <\/thead>\n      <tbody>\n        <tr><td>Indoor walking<\/td><td>Independent<\/td><\/tr>\n        <tr><td>Walking distance<\/td><td>Approximately 80 metres before rest needed<\/td><\/tr>\n        <tr><td>Walking aid<\/td><td>Not routinely required<\/td><\/tr>\n        <tr><td>Transfers<\/td><td>Independent<\/td><\/tr>\n        <tr><td>Stairs<\/td><td>Supervision recommended<\/td><\/tr>\n        <tr><td>Outdoor walking<\/td><td>Limited initially<\/td><\/tr>\n        <tr><td>Exercise tolerance<\/td><td>Reduced<\/td><\/tr>\n      <\/tbody>\n    <\/table>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\">Activities of Daily Living<\/h3>\n    <div class=\"grid sm:grid-cols-2 gap-4\">\n      <div class=\"bg-amber-50 border border-amber-200 rounded-lg p-4\">\n        <p class=\"font-bold text-amber-800 text-sm mb-3\"><i class=\"fas fa-hand-holding-heart mr-1\"><\/i> Required Assistance With<\/p>\n        <ul class=\"text-sm space-y-1 text-gray-700\">\n          <li>Heavy cleaning<\/li>\n          <li>Grocery shopping<\/li>\n          <li>Carrying heavy objects<\/li>\n          <li>Long outdoor trips<\/li>\n          <li>Organizing medications<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"bg-green-50 border border-green-200 rounded-lg p-4\">\n        <p class=\"font-bold text-green-800 text-sm mb-3\"><i class=\"fas fa-check-circle mr-1\"><\/i> Independent In<\/p>\n        <ul class=\"text-sm space-y-1 text-gray-700\">\n          <li>Feeding<\/li>\n          <li>Bathing<\/li>\n          <li>Dressing<\/li>\n          <li>Toileting<\/li>\n          <li>Grooming<\/li>\n          <li>Communication<\/li>\n          <li>Indoor walking<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Daily Care Plan -->\n  <section id=\"daily-care-plan\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Daily Care Plan<\/h2>\n\n    <p>The daily routine was structured to provide consistency while allowing flexibility based on Mr. Mehta&#8217;s symptoms on any given day. The plan was designed so the family could follow it independently between nurse visits.<\/p>\n\n    <div class=\"grid sm:grid-cols-2 gap-4 mb-4\">\n      <div class=\"bg-white border border-gray-200 rounded-lg p-5\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"w-8 h-8 rounded-full bg-amber-100 text-amber-700 flex items-center justify-center text-sm font-bold\"><i class=\"fas fa-sun\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800\">Morning<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-700\">The caregiver checked whether Mr. Mehta had experienced night-time wheezing, cough, chest tightness, breathlessness, or sleep disturbance. He followed his prescribed medication schedule. After breakfast, he completed gentle mobility exercises as guided by the physiotherapist. The morning check was important because night-time and early-morning symptoms are key indicators of asthma control.<\/p>\n      <\/div>\n      <div class=\"bg-white border border-gray-200 rounded-lg p-5\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"w-8 h-8 rounded-full bg-orange-100 text-orange-700 flex items-center justify-center text-sm font-bold\"><i class=\"fas fa-cloud-sun\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800\">Afternoon<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-700\">After lunch, he rested briefly. Physiotherapy sessions were scheduled for the afternoon and included sit-to-stand practice, lower-limb exercises, short walking intervals, and balance work. A clear instruction was given: if significant respiratory symptoms developed during exercise, activity was stopped immediately. This precaution is essential in <a href=\"https:\/\/athomecare.in\/acute-respiratory-distress-in-elderly-clinical-assessment-and-home-nurse-intervention-protocols\/\" class=\"int-link\">acute respiratory distress prevention in elderly patients<\/a>.<\/p>\n      <\/div>\n      <div class=\"bg-white border border-gray-200 rounded-lg p-5\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"w-8 h-8 rounded-full bg-indigo-100 text-indigo-700 flex items-center justify-center text-sm font-bold\"><i class=\"fas fa-moon\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800\">Evening<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-700\">Mr. Mehta completed a short indoor walk. The family checked whether dust, smoke, strong fragrances, or other known triggers were present around the home. His inhaler technique was reviewed when needed. Maintaining good <a href=\"https:\/\/athomecare.in\/indoor-air-quality-gurgaon-elderly\/\" class=\"int-link\">indoor air quality<\/a> for elderly patients with respiratory conditions is an often-underestimated component of asthma management.<\/p>\n      <\/div>\n      <div class=\"bg-white border border-gray-200 rounded-lg p-5\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"w-8 h-8 rounded-full bg-slate-100 text-slate-700 flex items-center justify-center text-sm font-bold\"><i class=\"fas fa-bed\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800\">Night<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-700\">The bedroom was kept free from tobacco smoke and unnecessary dust. Mr. Mehta followed his prescribed medication routine. The family kept his prescribed reliever inhaler accessible according to his asthma action plan. The bedroom environment was kept clean and well-ventilated. Using a <a href=\"https:\/\/athomecare.in\/humidifiers-elderly-respiratory-health\/\" class=\"int-link\">humidifier for elderly respiratory health<\/a> was discussed, but only to be used if specifically recommended by the treating doctor.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Risks Monitored -->\n  <section id=\"risks-monitored\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Risks Monitored During Home Care<\/h2>\n\n    <p>The healthcare team maintained awareness of multiple risk categories throughout the 12-week care period. Each risk was tracked through clinical assessment, family communication, and documentation.<\/p>\n\n    <div class=\"risk-box risk-high\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-triangle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-red-800\">Acute asthma exacerbation<\/p>\n        <p class=\"text-sm text-gray-700\">The primary risk. Any sudden worsening of wheezing, breathlessness, or chest tightness was treated as a potential exacerbation and assessed according to the action plan.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-high\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-triangle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-red-800\">Severe breathlessness or difficulty speaking<\/p>\n        <p class=\"text-sm text-gray-700\">These are emergency warning signs requiring immediate medical attention. The family was educated to recognize these and act without delay.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-high\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-triangle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-red-800\">Respiratory infection<\/p>\n        <p class=\"text-sm text-gray-700\">The recent exacerbation had been triggered by an upper respiratory infection. Any new symptoms of infection such as fever, increased cough, or change in sputum were monitored closely. <a href=\"https:\/\/athomecare.in\/winter-respiratory-care-for-elderly-patients-in-delhi-ncr-at-home-care\/\" class=\"int-link\">Winter respiratory care for elderly patients<\/a> is particularly relevant as infections are more common in colder months.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-mod\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-circle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-amber-800\">Incorrect inhaler use<\/p>\n        <p class=\"text-sm text-gray-700\">Even after initial correction, technique can deteriorate over time. Repeated checking was built into the care plan.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-mod\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-circle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-amber-800\">Medication non-adherence<\/p>\n        <p class=\"text-sm text-gray-700\">Elderly patients with multiple medications sometimes skip doses or reduce them based on how they feel on a given day. The nurse monitored adherence at each visit.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-mod\">\n      <div class=\"risk-icon\"><i class=\"fas fa-exclamation-circle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-amber-800\">Falls during episodes of weakness<\/p>\n        <p class=\"text-sm text-gray-700\">Reduced endurance, knee osteoarthritis, and possible weakness during respiratory symptoms all increased fall risk. The attendant provided supervision during mobility.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-low\">\n      <div class=\"risk-icon\"><i class=\"fas fa-info-circle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-green-800\">Anxiety related to breathing symptoms<\/p>\n        <p class=\"text-sm text-gray-700\">Anxiety can worsen breathlessness perception. Reassurance, symptom education, and gradual activity helped manage this.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"risk-box risk-low\">\n      <div class=\"risk-icon\"><i class=\"fas fa-info-circle\"><\/i><\/div>\n      <div>\n        <p class=\"font-semibold text-sm text-green-800\">Reduced physical activity<\/p>\n        <p class=\"text-sm text-gray-700\">Without structured rehabilitation, deconditioning could worsen progressively. Physiotherapy sessions addressed this directly.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Recovery Timeline -->\n  <section id=\"recovery-timeline\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Recovery Timeline<\/h2>\n\n    <div class=\"timeline\">\n      <div class=\"timeline-item active\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Day 1: Initial Home Assessment<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">The home nurse conducted the first comprehensive assessment. Vital signs were recorded. Mr. Mehta was stable at rest with mild intermittent wheezing. Inhaler technique was observed and found to have multiple errors. The nurse provided the first round of technique correction using a spacer. The family received initial guidance on trigger reduction and the asthma action plan.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Family observation:<\/strong> Ritu reported feeling more confident after understanding which inhaler was for daily control and which was for quick relief.<\/p>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Day 3: First Physiotherapy Session<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">The physiotherapist assessed Mr. Mehta&#8217;s baseline mobility, strength, and exercise tolerance. Seated strengthening exercises were introduced. Walking tolerance was measured at approximately 80 metres. Breathing control techniques were taught for use during exertion. The session was kept short to avoid fatigue.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Patient response:<\/strong> Mr. Mehta reported that the breathing techniques helped him feel less anxious during short walks inside the house.<\/p>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Week 1: Establishing Routine<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">The daily care plan was fully implemented. The nurse visited regularly to check inhaler technique, which was already showing improvement but was not yet consistent. The attendant began assisting with tasks that caused unnecessary exertion. Mr. Mehta started following the morning medication and exercise routine. The family began maintaining the written asthma action record.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Doctor review:<\/strong> The doctor visited and reviewed the symptom record. Asthma symptoms were stable. No medication changes were needed at this stage.<\/p>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Week 2: Progress and Reinforcement<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">Inhaler technique was improving but still required occasional correction, particularly with the breath-hold step. Physiotherapy sessions included sit-to-stand practice and increased walking intervals. Mr. Mehta was able to walk slightly longer distances before feeling fatigued. The family reported fewer episodes of confusion about medication timing. Trigger reduction measures were in place at home.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Nursing intervention:<\/strong> The nurse reviewed the spacer cleaning procedure with the family and ensured the device was being maintained properly.<\/p>\n      <\/div>\n\n      <div class=\"timeline-item active\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Week 4: Measurable Improvement<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">Mr. Mehta demonstrated consistently better inhaler technique. His daughter reported fewer episodes of confusion about the medication routine. He could walk approximately 100 metres indoors and around the home before requiring rest. Night-time symptoms had reduced. Morning cough was less frequent. The written action plan was being followed by the family with growing confidence.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Clinical progress:<\/strong> Wheezing was less noticeable on assessment. Blood pressure remained stable. No emergency visits had been needed.<\/p>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Week 6: Building Endurance<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">Exercise tolerance had improved noticeably. Mr. Mehta completed approximately 15 minutes of divided walking activity during the day. He was able to perform most personal-care activities without any assistance. Physiotherapy sessions became more challenging as his strength and confidence increased. The knee osteoarthritis continued to be a limiting factor, but the strengthening exercises were helping.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Family observation:<\/strong> His son-in-law noted that Mr. Mehta was more willing to walk to the nearby market with supervision, something he had avoided for several months.<\/p>\n      <\/div>\n\n      <div class=\"timeline-item active\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Week 8: Functional Gains<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">Mr. Mehta could walk approximately 150 metres at a comfortable pace with planned rest stops. He resumed light household activities such as watering plants and organizing small items. His confidence in managing early symptoms had improved. He could recognize when to use his reliever inhaler and when to rest. Sleep quality had improved as anxiety about breathing decreased.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Doctor review:<\/strong> The doctor assessed overall progress. Asthma control was better than at discharge. The management plan was continued without changes.<\/p>\n      <\/div>\n\n      <div class=\"timeline-item active\">\n        <h4 class=\"font-bold text-med-700 text-lg\">Week 12: Final Review<\/h4>\n        <p class=\"text-sm text-gray-700 mt-2\">At the 12-week review, indoor mobility remained independent. Walking tolerance reached approximately 200 metres with pacing. Inhaler technique was consistently correct across all prescribed devices. Personal-care activities remained fully independent. Mr. Mehta had resumed short outdoor walks with family supervision. No emergency hospitalization was recorded during the entire documented home-care period.<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Remaining challenges:<\/strong> His asthma remained a chronic condition requiring continued treatment and follow-up. The improvement reflected better symptom management and physical conditioning rather than a permanent cure. Walking tolerance, while improved, was still below what might be expected for a person of his age without respiratory or joint limitations. Continued physiotherapy and regular medical follow-up were recommended.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Clinical Evidence Tables -->\n  <section id=\"clinical-evidence\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Clinical Evidence: Progress Over 12 Weeks<\/h2>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Vital Signs Stability<\/h3>\n    <table class=\"evidence-table\">\n      <thead>\n        <tr>\n          <th>Parameter<\/th>\n          <th>Week 1<\/th>\n          <th>Week 4<\/th>\n          <th>Week 8<\/th>\n          <th>Week 12<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Blood Pressure (mmHg)<\/td>\n          <td>130\/78<\/td>\n          <td>128\/76<\/td>\n          <td>132\/80<\/td>\n          <td>130\/78<\/td>\n        <\/tr>\n        <tr>\n          <td>Heart Rate (bpm)<\/td>\n          <td>78<\/td>\n          <td>76<\/td>\n          <td>74<\/td>\n          <td>76<\/td>\n        <\/tr>\n        <tr>\n          <td>Respiratory Rate (breaths\/min)<\/td>\n          <td>18<\/td>\n          <td>18<\/td>\n          <td>16<\/td>\n          <td>16<\/td>\n        <\/tr>\n        <tr>\n          <td>Oxygen Saturation (%)<\/td>\n          <td>97<\/td>\n          <td>97<\/td>\n          <td>98<\/td>\n          <td>97<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\">Functional Mobility Progress<\/h3>\n    <table class=\"evidence-table\">\n      <thead>\n        <tr>\n          <th>Mobility Parameter<\/th>\n          <th>Baseline<\/th>\n          <th>Week 4<\/th>\n          <th>Week 8<\/th>\n          <th>Week 12<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Walking Distance (metres)<\/td>\n          <td>80<\/td>\n          <td>100<\/td>\n          <td>150<\/td>\n          <td>200<\/td>\n        <\/tr>\n        <tr>\n          <td>Divided Walking Activity (min\/day)<\/td>\n          <td>Not documented<\/td>\n          <td>Not documented<\/td>\n          <td>15<\/td>\n          <td>20<\/td>\n        <\/tr>\n        <tr>\n          <td>Indoor Mobility<\/td>\n          <td>Independent, slow<\/td>\n          <td>Independent<\/td>\n          <td>Independent<\/td>\n          <td>Independent<\/td>\n        <\/tr>\n        <tr>\n          <td>Outdoor Walking<\/td>\n          <td>Limited<\/td>\n          <td>Not resumed<\/td>\n          <td>Not documented<\/td>\n          <td>Short walks with supervision<\/td>\n        <\/tr>\n        <tr>\n          <td>Stairs<\/td>\n          <td>Supervision needed<\/td>\n          <td>Supervision needed<\/td>\n          <td>Supervision needed<\/td>\n          <td>Supervision recommended<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-8 mb-4\">Symptom and Self-Management Progress<\/h3>\n    <table class=\"evidence-table\">\n      <thead>\n        <tr>\n          <th>Parameter<\/th>\n          <th>Baseline<\/th>\n          <th>Week 4<\/th>\n          <th>Week 12<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Inhaler Technique<\/td>\n          <td>Multiple errors identified<\/td>\n          <td>Noticeably improved<\/td>\n          <td>Consistently correct<\/td>\n        <\/tr>\n        <tr>\n          <td>Medication Confusion<\/td>\n          <td>Frequent<\/td>\n          <td>Fewer episodes<\/td>\n          <td>Resolved<\/td>\n        <\/tr>\n        <tr>\n          <td>Wheezing<\/td>\n          <td>Mild, intermittent<\/td>\n          <td>Reduced<\/td>\n          <td>Minimal<\/td>\n        <\/tr>\n        <tr>\n          <td>Morning Cough<\/td>\n          <td>Occasional<\/td>\n          <td>Less frequent<\/td>\n          <td>Minimal<\/td>\n        <\/tr>\n        <tr>\n          <td>Night-time Symptoms<\/td>\n          <td>Present, affecting sleep<\/td>\n          <td>Reduced<\/td>\n          <td>Improved<\/td>\n        <\/tr>\n        <tr>\n          <td>Sleep Quality<\/td>\n          <td>Poor, anxiety-related<\/td>\n          <td>Improving<\/td>\n          <td>Better<\/td>\n        <\/tr>\n        <tr>\n          <td>Confidence in Symptom Management<\/td>\n          <td>Low<\/td>\n          <td>Improving<\/td>\n          <td>Improved<\/td>\n        <\/tr>\n        <tr>\n          <td>Emergency Hospitalization<\/td>\n          <td>Recent (pre-discharge)<\/td>\n          <td>None<\/td>\n          <td>None<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Family Education -->\n  <section id=\"family-education\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Family Education Provided<\/h2>\n\n    <p>Education was not a single session but an ongoing process woven into every nurse visit, doctor review, and physiotherapy session. The key areas covered are summarized below.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Understanding Asthma as a Chronic Condition<\/h3>\n    <p>The family learned that asthma symptoms can vary over time. A patient may feel well between episodes while still requiring regular preventive treatment when prescribed. This is a critical concept in <a href=\"https:\/\/athomecare.in\/asthma-management-in-cold-weather\/\" class=\"int-link\">asthma management<\/a>, particularly during colder weather when symptoms tend to worsen. Mr. Mehta was instructed to follow his individual treatment plan rather than changing medicines based on how he felt on a particular day.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Controller and Reliever Medicines<\/h3>\n    <p>The nurse explained the difference between medicines prescribed for regular control and medicines prescribed for rapid relief. This distinction was repeated at multiple visits because confusion between these two categories was one of the main problems identified. The family understood that the controller medicine needed to be taken every day regardless of symptoms, while the reliever was reserved for episodes of wheezing or breathlessness.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Inhaler Technique Importance<\/h3>\n    <p>The nurse repeatedly observed and corrected inhaler technique. The family learned that proper technique is often as important as remembering to take the medication. Even the most effective inhaler delivers little benefit if the medication does not reach the airways. The spacer was demonstrated as a tool to improve delivery and reduce coordination difficulties.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Trigger Reduction at Home<\/h3>\n    <p>The family reduced exposure to possible triggers including tobacco smoke, dust, strong fragrances, aerosol sprays, and household fumes. They maintained regular cleaning without creating excessive airborne dust. The home environment was assessed for potential triggers that might not be obvious, such as scented cleaning products or incense.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Activity and Exercise Guidance<\/h3>\n    <p>Mr. Mehta was encouraged to remain active when his asthma was controlled. Walking and strengthening exercises were introduced gradually. He was instructed to avoid strenuous exercise during periods of worsening respiratory symptoms. The physiotherapist explained the concept of activity pacing: breaking tasks into smaller segments and resting before becoming significantly breathless.<\/p>\n\n    <h3 class=\"text-xl font-bold text-med-700 mt-6 mb-4\">Recognizing Emergency Warning Signs<\/h3>\n\n    <div class=\"clinical-alert red\">\n      <p class=\"font-semibold text-red-800 text-sm mb-2\"><i class=\"fas fa-exclamation-triangle mr-1\"><\/i> Emergency Warning Signs: Seek Urgent Medical Attention If<\/p>\n      <ul class=\"text-sm text-red-900 space-y-1\">\n        <li>Severe or rapidly worsening breathlessness develops<\/li>\n        <li>Mr. Mehta has difficulty speaking because of breathing difficulty<\/li>\n        <li>Severe chest tightness does not respond to reliever inhaler<\/li>\n        <li>Marked drowsiness or confusion appears<\/li>\n        <li>Bluish discoloration is noticed around lips or fingertips<\/li>\n        <li>Poor response to prescribed reliever treatment<\/li>\n        <li>Symptoms are rapidly worsening despite following the action plan<\/li>\n      <\/ul>\n    <\/div>\n\n    <p class=\"mt-4\">The family was reminded that these signs indicate a potentially life-threatening situation. Waiting to see if symptoms improve on their own is dangerous. The <a href=\"https:\/\/athomecare.in\/emergency-training\/\" class=\"int-link\">emergency response training<\/a> guidance provided to families emphasizes that early action in respiratory emergencies can be the difference between a manageable exacerbation and a critical event.<\/p>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Recovery Outcome -->\n  <section id=\"recovery-outcome\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Recovery Outcome<\/h2>\n\n    <div class=\"grid sm:grid-cols-2 gap-4 mb-6\">\n      <div class=\"bg-green-50 border border-green-200 rounded-lg p-5\">\n        <p class=\"font-bold text-green-800 text-sm mb-3\"><i class=\"fas fa-check-circle mr-1\"><\/i> Areas of Improvement<\/p>\n        <ul class=\"text-sm space-y-2 text-gray-700\">\n          <li><strong>Mobility:<\/strong> Walking tolerance increased from 80 metres to 200 metres with pacing<\/li>\n          <li><strong>Inhaler technique:<\/strong> Progressed from multiple errors to consistently correct<\/li>\n          <li><strong>Medication management:<\/strong> Confusion between controller and reliever resolved<\/li>\n          <li><strong>Symptom control:<\/strong> Wheezing and morning cough reduced to minimal levels<\/li>\n          <li><strong>Sleep quality:<\/strong> Improved as anxiety-related sleep disturbance decreased<\/li>\n          <li><strong>Confidence:<\/strong> More willing to walk indoors and attempt short outdoor walks<\/li>\n          <li><strong>Personal care:<\/strong> Remained fully independent throughout<\/li>\n          <li><strong>Emergency visits:<\/strong> No hospitalization during the 12-week period<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"bg-amber-50 border border-amber-200 rounded-lg p-5\">\n        <p class=\"font-bold text-amber-800 text-sm mb-3\"><i class=\"fas fa-exclamation-circle mr-1\"><\/i> Remaining Challenges<\/p>\n        <ul class=\"text-sm space-y-2 text-gray-700\">\n          <li><strong>Chronic condition:<\/strong> Asthma requires ongoing treatment and regular follow-up. Improvement does not mean cure.<\/li>\n          <li><strong>Walking tolerance:<\/strong> Still below expected levels for age, limited by both respiratory and knee factors<\/li>\n          <li><strong>Stair use:<\/strong> Still requires supervision<\/li>\n          <li><strong>Seasonal risk:<\/strong> Winter and high-pollution periods may trigger worsening symptoms<\/li>\n          <li><strong>Knee osteoarthritis:<\/strong> Continues to limit mobility and may need separate management<\/li>\n          <li><strong>Technique maintenance:<\/strong> Inhaler technique needs periodic rechecking even after initial correction<\/li>\n          <li><strong>Medication adherence:<\/strong> Long-term adherence will require ongoing family support<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"clinical-note\">\n      <p class=\"clinical-note-label\"><i class=\"fas fa-clipboard-list mr-1\"><\/i> Long-Term Care Recommendations<\/p>\n      <p>Mr. Mehta&#8217;s asthma remains a chronic condition. The 12-week home care period achieved meaningful improvement in symptom management, physical conditioning, and family preparedness. However, continued regular respiratory follow-up is essential. Inhaler technique should be rechecked at every medical visit. The family should continue maintaining the asthma action record. Physiotherapy can be continued on a maintenance basis. Trigger avoidance measures should remain in place permanently. The family should be particularly vigilant during winter months and periods of high air pollution, when <a href=\"https:\/\/athomecare.in\/asthma-gurgaon-elderly-prevention\/\" class=\"int-link\">asthma prevention in elderly patients<\/a> becomes especially important. <a href=\"https:\/\/athomecare.in\/chandigarh\/services\/home-healthcare-services-chandigarh-mohali-panchkula\" class=\"int-link\">Home healthcare services in the Chandigarh, Mohali, and Panchkula region<\/a> can provide ongoing support as needed.<\/p>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Key Clinical Learnings -->\n  <section id=\"clinical-learnings\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Key Clinical Learnings<\/h2>\n\n    <div class=\"space-y-4\">\n      <div class=\"doctor-card\">\n        <p class=\"font-semibold text-med-800 mb-2\">Asthma can occur in older adults<\/p>\n        <p class=\"text-gray-700 text-sm leading-relaxed\">New wheezing or breathlessness should not automatically be attributed to aging. Late-onset asthma is a recognized clinical entity. It requires proper evaluation because other conditions such as chronic obstructive pulmonary disease, heart failure, and interstitial lung disease can produce similar symptoms. In this case, the pattern of episodic symptoms with clear triggers and wheezing on examination supported the asthma diagnosis.<\/p>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <p class=\"font-semibold text-med-800 mb-2\">Inhaler technique should be checked regularly<\/p>\n        <p class=\"text-gray-700 text-sm leading-relaxed\">Poor technique can reduce treatment effectiveness dramatically, sometimes to the point where the patient receives almost no benefit from a correctly prescribed medication. A single demonstration is rarely sufficient for lasting change, especially in elderly patients. Repeated observation, correction, and reinforcement are necessary. This case demonstrated that technique can improve significantly with structured home-based support.<\/p>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <p class=\"font-semibold text-med-800 mb-2\">Older adults may have multiple contributing triggers<\/p>\n        <p class=\"text-gray-700 text-sm leading-relaxed\">Dust, smoke, fragrances, respiratory infections, seasonal allergens, and environmental changes such as cold air can all contribute to symptoms in an elderly patient with asthma and allergic rhinitis. A comprehensive approach to <a href=\"https:\/\/athomecare.in\/delhi-ncr-comprehensive-guide-to-managing-breathing-issues\/\" class=\"int-link\">managing breathing issues<\/a> must address all identifiable triggers rather than focusing on medication alone.<\/p>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <p class=\"font-semibold text-med-800 mb-2\">A written action plan improves preparedness<\/p>\n        <p class=\"text-gray-700 text-sm leading-relaxed\">Families should know exactly what to do when symptoms worsen. A written plan removes ambiguity during stressful moments. It should specify which symptoms to watch for, when to use the reliever inhaler, when to contact the doctor, and when to seek emergency care. In this case, the written record also helped track patterns over time.<\/p>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <p class=\"font-semibold text-med-800 mb-2\">Physical activity remains important in elderly asthma patients<\/p>\n        <p class=\"text-gray-700 text-sm leading-relaxed\">Once symptoms are controlled, gradual exercise can help reduce deconditioning, improve exercise tolerance, and enhance quality of life. The key is that activity must be introduced gradually, adjusted according to symptoms, and stopped if significant respiratory symptoms develop. <a href=\"https:\/\/athomecare.indoor-physical-activity-and-breathing-exercises-for-elderly-at-home-care\/\" class=\"int-link\">Indoor physical activity and breathing exercises<\/a> provide a safe starting point for patients who are not yet confident about outdoor activity.<\/p>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <p class=\"font-semibold text-med-800 mb-2\">Oxygen saturation alone does not determine asthma severity<\/p>\n        <p class=\"text-gray-700 text-sm leading-relaxed\">This is a critical point for families who monitor oxygen saturation at home. A patient can maintain a normal or near-normal reading while still experiencing significant airway obstruction, chest tightness, and distress. Symptoms, breathing effort, response to treatment, and clinical assessment are all necessary components of evaluation. Relying on a single number can create a false sense of security.<\/p>\n      <\/div>\n\n      <div class=\"doctor-card\">\n        <p class=\"font-semibold text-med-800 mb-2\">Home care supports but does not replace medical management<\/p>\n        <p class=\"text-gray-700 text-sm leading-relaxed\">Regular follow-up with the treating physician remains important for long-term asthma control. Home nursing, physiotherapy, and attendant services complement medical treatment by addressing the practical aspects of daily management, rehabilitation, and caregiver education. They do not substitute for periodic medical review, medication adjustment, or emergency care when needed.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Medical Authority -->\n  <section id=\"medical-authority\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Medical Authorship<\/h2>\n\n    <div class=\"author-card\">\n      <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\" alt=\"Dr. Ekta Fageriya, MBBS - Geriatric Medicine Specialist\">\n      <div>\n        <p class=\"font-bold text-lg text-gray-900\">Dr. Ekta Fageriya, MBBS<\/p>\n        <p class=\"text-sm text-med-600 font-medium\">RMC Registration No. 44780<\/p>\n        <p class=\"text-sm text-gray-600 mt-1\"><strong>Specialization:<\/strong> Geriatric Medicine<\/p>\n        <p class=\"text-sm text-gray-600\"><strong>Clinical Experience:<\/strong> 7 Years<\/p>\n        <p class=\"text-sm text-gray-600 mt-2\">This case study has been reviewed and prepared under clinical supervision to ensure accuracy and relevance for patients, caregivers, and healthcare professionals.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- FAQs -->\n  <section id=\"faqs\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Frequently Asked Questions<\/h2>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>Can an elderly person develop asthma for the first time?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">Yes. Asthma can develop or be recognized later in life, a condition sometimes called late-onset asthma. New respiratory symptoms in older adults should be properly evaluated by a doctor because other conditions such as chronic obstructive pulmonary disease, heart failure, and lung disease can cause similar symptoms. Attributing new wheezing or breathlessness simply to aging can delay correct diagnosis and treatment.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>Can asthma be managed at home?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">Stable asthma can often be managed at home with prescribed treatment, trigger control, symptom monitoring, and regular medical follow-up. Home healthcare services such as nursing visits for inhaler technique checking and <a href=\"https:\/\/athomecare.in\/medication-monitoring-and-management\/\" class=\"int-link\">medication management<\/a> can support this process. However, home management requires a clear action plan, family education, and access to emergency care when needed. It does not replace medical supervision.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>Should an elderly asthma patient use a nebulizer every day?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">Not necessarily. Nebulizers should be used only when prescribed or specifically recommended by the treating healthcare professional. Many elderly patients manage their asthma effectively with metered-dose inhalers and spacers. Using a nebulizer without medical guidance can lead to inappropriate use, delayed recognition of worsening symptoms, or incorrect medication delivery. If you are considering a <a href=\"https:\/\/athomecare.in\/nebulizer-therapy-clinical\/\" class=\"int-link\">nebulizer for home use<\/a>, discuss it with the treating doctor first.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>Is a spacer useful with an inhaler for elderly patients?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">A spacer can make certain inhalers easier to use and may improve medicine delivery to the airways. It reduces the need for precise hand-breath coordination, which is particularly helpful for elderly patients who may have difficulty timing their breath with inhaler actuation. Whether a spacer is appropriate depends on the specific inhaler device prescribed. In Mr. Mehta&#8217;s case, the spacer was introduced after his technique errors were identified, and it contributed to improved medication delivery.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>Can elderly asthma patients exercise safely?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">Yes, many elderly asthma patients can remain physically active when their asthma is appropriately controlled. Activity should be introduced gradually and adjusted according to symptoms. Exercise should be avoided during periods of worsening respiratory symptoms. A physiotherapist can design a safe program that includes <a href=\"https:\/\/athomecare.indoor-physical-activity-and-breathing-exercises-for-elderly-at-home-care\/\" class=\"int-link\">breathing exercises and indoor physical activity<\/a> tailored to the patient&#8217;s current fitness level and respiratory status. In this case, physiotherapy was an important part of the recovery plan.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>What should caregivers do during worsening asthma symptoms?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">Caregivers should follow the patient&#8217;s prescribed asthma action plan. This typically includes using the reliever inhaler as directed, monitoring symptoms closely, and contacting the doctor if symptoms are not improving. Severe or rapidly worsening breathing difficulty, difficulty speaking because of breathlessness, confusion, drowsiness, or bluish discoloration requires urgent medical attention. Caregivers should not wait to see if severe symptoms resolve on their own. Understanding <a href=\"https:\/\/athomecare.in\/warning-signs-emergency-response-elderly\/\" class=\"int-link\">warning signs and emergency response in elderly patients<\/a> is essential for family safety.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>Does a normal oxygen reading mean the asthma is completely controlled?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">No. Oxygen saturation is only one part of the assessment. A patient can maintain a normal or near-normal reading while still experiencing significant airway obstruction, chest tightness, night-time symptoms, activity limitation, and poor reliever response. Asthma control should be assessed using multiple parameters including symptom frequency, night-time awakenings, reliever use, activity limitation, and clinical examination. This is why professional assessment by a nurse or doctor is more reliable than home oximetry alone.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>Can asthma disappear permanently?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">Asthma is generally considered a chronic condition. Symptoms may become well controlled for long periods, sometimes to the point where the patient feels completely well, but the underlying airway inflammation typically persists. Continued monitoring and treatment are usually necessary even during symptom-free periods. Stopping prescribed controller medication because the patient feels well is a common cause of recurrent exacerbations. Long-term <a href=\"https:\/\/athomecare.in\/respiratory-therapy\/\" class=\"int-link\">respiratory therapy<\/a> and medical follow-up support sustained control.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>What role does home nursing play in elderly asthma care?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\"><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"int-link\">Home nursing<\/a> plays several important roles in elderly asthma care. Nurses assess respiratory symptoms and vital signs, check and correct inhaler technique repeatedly, monitor medication adherence, educate the family about triggers and warning signs, help maintain a symptom record, and coordinate with the treating doctor. For elderly patients who have difficulty managing complex inhaler routines or who have multiple chronic conditions, regular nursing support can significantly reduce the risk of exacerbation and hospital readmission.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n        <span>How is home healthcare different from having a family member help at home?<\/span>\n        <i class=\"fas fa-chevron-down faq-chevron\"><\/i>\n      <\/div>\n      <div class=\"faq-a\">\n        <p class=\"text-sm text-gray-700 leading-relaxed\">Family members provide essential emotional support and daily assistance. However, professional home healthcare brings clinical skills that family members typically do not have. A trained nurse can assess respiratory status, identify early signs of deterioration, correct inhaler technique with clinical precision, and make informed decisions about when to escalate care. A physiotherapist designs and adjusts a rehabilitation program based on clinical assessment. A doctor provides medical oversight that goes beyond what a family member can offer. The difference is particularly important for conditions like asthma, where early recognition of worsening can prevent a crisis. Professional <a href=\"https:\/\/athomecare.in\/why-choose-home-care-the-benefits-of-in-home-support-by-athomecare\/\" class=\"int-link\">home care support<\/a> complements rather than replaces family involvement.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Related Services -->\n  <section id=\"related-services\">\n    <h2 class=\"text-2xl sm:text-3xl font-bold text-med-800 mb-6\">Related AtHomeCare Services<\/h2>\n    <p class=\"text-gray-700 mb-6\">The following services were relevant to this case study and may be helpful for families managing similar conditions.<\/p>\n\n    <div class=\"grid sm:grid-cols-2 gap-4\">\n      <a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\" class=\"block bg-white border border-gray-200 rounded-xl p-5 hover:shadow-md transition-shadow group\">\n        <div class=\"flex items-center gap-3 mb-2\">\n          <span class=\"w-10 h-10 rounded-lg bg-med-50 text-med-600 flex items-center justify-center\"><i class=\"fas fa-user-nurse\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800 group-hover:text-med-700 transition-colors\">Home Nursing<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-600\">Respiratory monitoring, medication support, and clinical assessment by trained nurses at home.<\/p>\n      <\/a>\n\n      <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"block bg-white border border-gray-200 rounded-xl p-5 hover:shadow-md transition-shadow group\">\n        <div class=\"flex items-center gap-3 mb-2\">\n          <span class=\"w-10 h-10 rounded-lg bg-med-50 text-med-600 flex items-center justify-center\"><i class=\"fas fa-dumbbell\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800 group-hover:text-med-700 transition-colors\">Physiotherapy at Home<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-600\">Strengthening, mobility rehabilitation, and breathing exercises for elderly patients recovering from illness.<\/p>\n      <\/a>\n\n      <a href=\"https:\/\/athomecare.in\/athomecare-doctor-home-visit-service\/\" class=\"block bg-white border border-gray-200 rounded-xl p-5 hover:shadow-md transition-shadow group\">\n        <div class=\"flex items-center gap-3 mb-2\">\n          <span class=\"w-10 h-10 rounded-lg bg-med-50 text-med-600 flex items-center justify-center\"><i class=\"fas fa-stethoscope\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800 group-hover:text-med-700 transition-colors\">Doctor Home Visit<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-600\">Post-hospital respiratory reviews and ongoing medical oversight by qualified physicians.<\/p>\n      <\/a>\n\n      <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\" class=\"block bg-white border border-gray-200 rounded-xl p-5 hover:shadow-md transition-shadow group\">\n        <div class=\"flex items-center gap-3 mb-2\">\n          <span class=\"w-10 h-10 rounded-lg bg-med-50 text-med-600 flex items-center justify-center\"><i class=\"fas fa-hands-helping\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800 group-hover:text-med-700 transition-colors\">Patient Care Services<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-600\">Daily activity assistance and support with tasks that have become difficult during recovery.<\/p>\n      <\/a>\n\n      <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"block bg-white border border-gray-200 rounded-xl p-5 hover:shadow-md transition-shadow group\">\n        <div class=\"flex items-center gap-3 mb-2\">\n          <span class=\"w-10 h-10 rounded-lg bg-med-50 text-med-600 flex items-center justify-center\"><i class=\"fas fa-cart-shopping\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800 group-hover:text-med-700 transition-colors\">Medical Equipment Rental<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-600\">Pulse oximeters, blood pressure monitors, and other devices for appropriate home monitoring.<\/p>\n      <\/a>\n\n      <a href=\"https:\/\/athomecare.in\/delhinursingservices\/comprehensive-elder-care-services-in-delhi-meeting-diverse-needs-at-home\/\" class=\"block bg-white border border-gray-200 rounded-xl p-5 hover:shadow-md transition-shadow group\">\n        <div class=\"flex items-center gap-3 mb-2\">\n          <span class=\"w-10 h-10 rounded-lg bg-med-50 text-med-600 flex items-center justify-center\"><i class=\"fas fa-heart-pulse\"><\/i><\/span>\n          <h4 class=\"font-bold text-gray-800 group-hover:text-med-700 transition-colors\">Elder Care Services<\/h4>\n        <\/div>\n        <p class=\"text-sm text-gray-600\">Ongoing support for elderly patients with chronic respiratory conditions and multiple health needs.<\/p>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Contact Information -->\n  <section id=\"contact\">\n    <div class=\"contact-card\">\n      <h2 class=\"text-2xl font-bold mb-4\">Contact AtHomeCare<\/h2>\n      <p class=\"text-sm mb-6\" style=\"color:#d4f1ec;\">If your family member has a similar condition and you are considering professional home healthcare support, reach out to us.<\/p>\n      <div class=\"space-y-3 text-sm\">\n        <div class=\"flex items-start gap-3\">\n          <i class=\"fas fa-building mt-1\" style=\"color:#a8e3d9;\"><\/i>\n          <div>\n            <p class=\"font-semibold\">Corporate Office<\/p>\n            <p>Unit No. 703, 7th Floor, ILD Trade Centre<br>D1 Block, Malibu Town, Sector 47<br>Maholi, Haryana 122018<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"flex items-center gap-3\">\n          <i class=\"fas fa-phone\" style=\"color:#a8e3d9;\"><\/i>\n          <div>\n            <p class=\"font-semibold\">Phone<\/p>\n            <p><a href=\"tel:9910823218\">9910823218<\/a><\/p>\n          <\/div>\n        <\/div>\n        <div class=\"flex items-center gap-3\">\n          <i class=\"fas fa-envelope\" style=\"color:#a8e3d9;\"><\/i>\n          <div>\n            <p class=\"font-semibold\">Email<\/p>\n            <p><a href=\"mailto:care@athomecare.in\">care@athomecare.in<\/a><\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- Medical Disclaimer -->\n  <section id=\"disclaimer\">\n    <div class=\"bg-gray-50 border border-gray-200 rounded-xl p-6\">\n      <h3 class=\"font-bold text-gray-800 mb-3\"><i class=\"fas fa-shield-halved text-gray-500 mr-2\"><\/i>Medical Disclaimer<\/h3>\n      <div class=\"text-sm text-gray-600 space-y-3\">\n        <p>This case study is entirely fictional and created solely for educational purposes. It does not represent a real patient. Any resemblance to actual individuals is purely coincidental. The information provided is intended for education only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.<\/p>\n        <p>Every patient is unique. Treatment decisions must always be made by qualified healthcare professionals based on individual clinical assessment. Emergency symptoms such as severe breathlessness, difficulty speaking, confusion, or bluish discoloration require immediate hospital care.<\/p>\n        <p>Home healthcare complements, but does not replace, emergency medical services. If you or a family member is experiencing a medical emergency, contact your local emergency services or go to the nearest hospital immediately.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n<!-- Footer -->\n<footer class=\"bg-gray-900 text-gray-400 py-10 mt-10\">\n  <div class=\"max-w-4xl mx-auto px-4 sm:px-6 text-center text-sm\">\n    <p class=\"mb-2\">AtHomeCare &#8211; Professional Home Healthcare Services<\/p>\n    <p class=\"text-gray-500\">Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47, Maholi, Haryana 122018<\/p>\n    <p class=\"text-gray-500 mt-1\">Phone: <a href=\"tel:9910823218\" class=\"text-gray-400 hover:text-white transition-colors\">9910823218<\/a> | Email: <a href=\"mailto:care@athomecare.in\" class=\"text-gray-400 hover:text-white transition-colors\">care@athomecare.in<\/a><\/p>\n    <p class=\"text-gray-600 mt-4\">&copy; 2026 AtHomeCare. All rights reserved.<\/p>\n  <\/div>\n<\/footer>\n\n<script>\n\/\/ FAQ Toggle\nfunction toggleFaq(element) {\n  const answer = element.nextElementSibling;\n  const chevron = element.querySelector('.faq-chevron');\n  const isOpen = answer.classList.contains('open');\n\n  \/\/ Close all FAQs\n  document.querySelectorAll('.faq-a').forEach(function(a) {\n    a.classList.remove('open');\n  });\n  document.querySelectorAll('.faq-chevron').forEach(function(c) {\n    c.classList.remove('rotated');\n  });\n\n  \/\/ Open clicked one if it was closed\n  if (!isOpen) {\n    answer.classList.add('open');\n    chevron.classList.add('rotated');\n  }\n}\n\n\/\/ Smooth scroll for internal anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n  anchor.addEventListener('click', function(e) {\n    const target = document.querySelector(this.getAttribute('href'));\n    if (target) {\n      e.preventDefault();\n      target.scrollIntoView({ behavior: 'smooth' });\n    }\n  });\n});\n\n\/\/ Animate timeline items on scroll\nconst timelineItems = document.querySelectorAll('.timeline-item');\nconst observerOptions = { threshold: 0.2, rootMargin: '0px 0px -50px 0px' };\n\nconst timelineObserver = new IntersectionObserver(function(entries) {\n  entries.forEach(function(entry) {\n    if (entry.isIntersecting) {\n      entry.target.style.opacity = '1';\n      entry.target.style.transform = 'translateY(0)';\n    }\n  });\n}, observerOptions);\n\ntimelineItems.forEach(function(item) {\n  item.style.opacity = '0';\n  item.style.transform = 'translateY(20px)';\n  item.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n  timelineObserver.observe(item);\n});\n\n\/\/ Animate risk boxes on scroll\nconst riskBoxes = document.querySelectorAll('.risk-box');\nconst riskObserver = new IntersectionObserver(function(entries) {\n  entries.forEach(function(entry) {\n    if (entry.isIntersecting) {\n      entry.target.style.opacity = '1';\n      entry.target.style.transform = 'translateX(0)';\n    }\n  });\n}, { threshold: 0.2, rootMargin: '0px 0px -30px 0px' });\n\nriskBoxes.forEach(function(box, index) {\n  box.style.opacity = '0';\n  box.style.transform = 'translateX(-15px)';\n  box.style.transition = 'opacity 0.4s ease ' + (index * 0.08) + 's, transform 0.4s ease ' + (index * 0.08) + 's';\n  riskObserver.observe(box);\n});\n\n\/\/ Animate evidence tables on scroll\nconst tables = document.querySelectorAll('.evidence-table');\nconst tableObserver = new IntersectionObserver(function(entries) {\n  entries.forEach(function(entry) {\n    if (entry.isIntersecting) {\n      entry.target.style.opacity = '1';\n      entry.target.style.transform = 'translateY(0)';\n    }\n  });\n}, { threshold: 0.1, rootMargin: '0px 0px -30px 0px' });\n\ntables.forEach(function(table) {\n  table.style.opacity = '0';\n  table.style.transform = 'translateY(15px)';\n  table.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n  tableObserver.observe(table);\n});\n\n\/\/ Animate scenario cards and doctor cards on scroll\nconst cards = document.querySelectorAll('.scenario-card, .doctor-card, .clinical-note, .clinical-alert, .author-card, .faq-item');\nconst cardObserver = new IntersectionObserver(function(entries) {\n  entries.forEach(function(entry) {\n    if (entry.isIntersecting) {\n      entry.target.style.opacity = '1';\n      entry.target.style.transform = 'translateY(0)';\n    }\n  });\n}, { threshold: 0.1, rootMargin: '0px 0px -20px 0px' });\n\ncards.forEach(function(card, index) {\n  card.style.opacity = '0';\n  card.style.transform = 'translateY(12px)';\n  card.style.transition = 'opacity 0.45s ease ' + (index * 0.03) + 's, transform 0.45s ease ' + (index * 0.03) + 's';\n  cardObserver.observe(card);\n});\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition&#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-457","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=\"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition\" \/>\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\/asthma-in-elderly-home-care-case-study-in-mohali\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"mohali -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Asthma in Elderly: Home Care Case Study in Mohali - mohali\" \/>\n\t\t<meta property=\"og:description\" content=\"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-10T07:31:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-10T07:32:02+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Asthma in Elderly: Home Care Case Study in Mohali - mohali\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition\" \/>\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\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#blogposting\",\"name\":\"Asthma in Elderly: Home Care Case Study in Mohali - mohali\",\"headline\":\"Asthma in Elderly: Home Care Case Study in Mohali\",\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/athomecare.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#articleImage\"},\"datePublished\":\"2026-08-10T07:31:59+00:00\",\"dateModified\":\"2026-08-10T07:32:02+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#listItem\",\"name\":\"Asthma in Elderly: Home Care Case Study in Mohali\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#listItem\",\"position\":3,\"name\":\"Asthma in Elderly: Home Care Case Study in Mohali\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#organization\",\"name\":\"mohali\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/\",\"name\":\"lyfmedicare46\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lyfmedicare46\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#webpage\",\"url\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/\",\"name\":\"Asthma in Elderly: Home Care Case Study in Mohali - mohali\",\"description\":\"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/asthma-in-elderly-home-care-case-study-in-mohali\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/athomecare.in\\\/mohali\\\/author\\\/lyfmedicare46\\\/#author\"},\"datePublished\":\"2026-08-10T07:31:59+00:00\",\"dateModified\":\"2026-08-10T07:32:02+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":"Asthma in Elderly: Home Care Case Study in Mohali - mohali","description":"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition","canonical_url":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#blogposting","name":"Asthma in Elderly: Home Care Case Study in Mohali - mohali","headline":"Asthma in Elderly: Home Care Case Study in Mohali","author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"publisher":{"@id":"https:\/\/athomecare.in\/mohali\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/athomecare.in\/wp-content\/uploads\/2026\/01\/WhatsApp_Image_2026-01-05_at_8.06.17_PM-removebg-preview.png","@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#articleImage"},"datePublished":"2026-08-10T07:31:59+00:00","dateModified":"2026-08-10T07:32:02+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#webpage"},"isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","position":1,"name":"Home","item":"https:\/\/athomecare.in\/mohali","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/athomecare.in\/mohali\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#listItem","name":"Asthma in Elderly: Home Care Case Study in Mohali"},"previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#listItem","position":3,"name":"Asthma in Elderly: Home Care Case Study in Mohali","previousItem":{"@type":"ListItem","@id":"https:\/\/athomecare.in\/mohali\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/athomecare.in\/mohali\/#organization","name":"mohali","url":"https:\/\/athomecare.in\/mohali\/"},{"@type":"Person","@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author","url":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/","name":"lyfmedicare46","image":{"@type":"ImageObject","@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c84c6e70d249b1c6f9505b2fdea5b4da41d1788fbbeceab52d59727e764f676c?s=96&d=mm&r=g","width":96,"height":96,"caption":"lyfmedicare46"}},{"@type":"WebPage","@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#webpage","url":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/","name":"Asthma in Elderly: Home Care Case Study in Mohali - mohali","description":"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/athomecare.in\/mohali\/#website"},"breadcrumb":{"@id":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/#breadcrumblist"},"author":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"creator":{"@id":"https:\/\/athomecare.in\/mohali\/author\/lyfmedicare46\/#author"},"datePublished":"2026-08-10T07:31:59+00:00","dateModified":"2026-08-10T07:32:02+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":"Asthma in Elderly: Home Care Case Study in Mohali - mohali","og:description":"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition","og:url":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/","article:published_time":"2026-08-10T07:31:59+00:00","article:modified_time":"2026-08-10T07:32:02+00:00","twitter:card":"summary_large_image","twitter:title":"Asthma in Elderly: Home Care Case Study in Mohali - mohali","twitter:description":"Asthma in Elderly: Home Care Case Study in Mohali Clinical Case Study Asthma in an Elderly Patient: Home Care Case Study from Mohali A documented account of how structured home nursing, physiotherapy, and caregiver education supported a 74-year-old man recovering from an acute asthma exacerbation in Mohali, Punjab. Age 74 Gender Male Location Mohali Condition"},"aioseo_meta_data":{"post_id":"457","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-10 07:27:24","updated":"2026-08-10 09:18:28","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\tAsthma in Elderly: Home Care Case Study in Mohali\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/athomecare.in\/mohali"},{"label":"Blog","link":"https:\/\/athomecare.in\/mohali\/category\/blog\/"},{"label":"Asthma in Elderly: Home Care Case Study in Mohali","link":"https:\/\/athomecare.in\/mohali\/asthma-in-elderly-home-care-case-study-in-mohali\/"}],"_links":{"self":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/457","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=457"}],"version-history":[{"count":2,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/457\/revisions"}],"predecessor-version":[{"id":459,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/posts\/457\/revisions\/459"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/media?parent=457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/categories?post=457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/athomecare.in\/mohali\/wp-json\/wp\/v2\/tags?post=457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}