{"id":6,"date":"2026-04-27T09:54:50","date_gmt":"2026-04-27T09:54:50","guid":{"rendered":"https:\/\/athomecare.in\/bhiwani\/?page_id=6"},"modified":"2026-04-27T09:54:51","modified_gmt":"2026-04-27T09:54:51","slug":"home-healthcare-services-in-bhiwani-haryana-athomecare","status":"publish","type":"page","link":"https:\/\/athomecare.in\/bhiwani\/","title":{"rendered":"Home Healthcare Services in Bhiwani, Haryana | AtHomeCare"},"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>Home Healthcare Services in Bhiwani, Haryana | AtHomeCare\u2122<\/title>\n    <meta name=\"description\" content=\"24\/7 home healthcare services in Bhiwani. Get trained nurses, ICU setup, physiotherapy, and medical equipment at home. Same-day setup available.\">\n    <style>\n        :root {\n            --primary: #1E88E5;\n            --accent: #FBC02D;\n            --dark: #333;\n            --light: #f5f5f5;\n            --white: #fff;\n            --gray: #666;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            line-height: 1.6;\n            color: var(--dark);\n            background-color: var(--white);\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        header {\n            background: var(--primary);\n            color: var(--white);\n            padding: 1rem 0;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n        \n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .logo {\n            height: 40px;\n            width: auto;\n        }\n        \n        .contact-info {\n            font-size: 0.9rem;\n        }\n        \n        .hero {\n            background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), url('data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSIjRkZGRkZGIi8+CjxwYXRoIGQ9Ik0yMCAyNEw0MCAyMCIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+');\n            padding: 4rem 0;\n            text-align: center;\n            color: var(--dark);\n        }\n        \n        .hero h1 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n        \n        .hero p {\n            font-size: 1.2rem;\n            margin-bottom: 1.5rem;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .btn {\n            display: inline-block;\n            background: var(--accent);\n            color: var(--dark);\n            padding: 1rem 2rem;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n            transition: background 0.3s;\n        }\n        \n        .btn:hover {\n            background: #e6a800;\n        }\n        \n        section {\n            padding: 4rem 0;\n        }\n        \n        .section-title {\n            font-size: 2rem;\n            margin-bottom: 2rem;\n            color: var(--primary);\n            text-align: center;\n        }\n        \n        .trust-block {\n            background: var(--light);\n            padding: 3rem 0;\n            border-radius: 8px;\n        }\n        \n        .trust-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n        }\n        \n        .trust-item {\n            text-align: center;\n        }\n        \n        .trust-item i {\n            font-size: 2.5rem;\n            color: var(--primary);\n            margin-bottom: 1rem;\n        }\n        \n        .when-need {\n            background: var(--white);\n        }\n        \n        .scenario-card {\n            background: var(--light);\n            padding: 2rem;\n            border-radius: 8px;\n            margin-bottom: 2rem;\n        }\n        \n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n        \n        .service-card {\n            background: var(--white);\n            border: 1px solid #eee;\n            border-radius: 8px;\n            padding: 2rem;\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .service-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n        \n        .service-card h3 {\n            color: var(--primary);\n            margin-bottom: 1rem;\n        }\n        \n        .local-proof {\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n        }\n        \n        .process-steps {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 2rem;\n        }\n        \n        .process-step {\n            flex: 1;\n            text-align: center;\n            padding: 1rem;\n            position: relative;\n        }\n        \n        .process-step:not(:last-child):after {\n            content: '';\n            position: absolute;\n            top: 50%;\n            right: -10%;\n            transform: translateY(-50%);\n            width: 20px;\n            height: 2px;\n            background: var(--primary);\n        }\n        \n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n        }\n        \n        .comparison-table th, .comparison-table td {\n            padding: 1rem;\n            text-align: left;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .comparison-table th {\n            background: var(--primary);\n            color: var(--white);\n        }\n        \n        .testimonial {\n            background: var(--light);\n            padding: 2rem;\n            border-radius: 8px;\n            margin-bottom: 2rem;\n        }\n        \n        .testimonial-author {\n            font-weight: bold;\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n        }\n        \n        .testimonial-location {\n            font-size: 0.9rem;\n            color: var(--gray);\n            margin-bottom: 1rem;\n        }\n        \n        .emergency-box {\n            background: #ffebee;\n            border-left: 4px solid #f44336;\n            padding: 1.5rem;\n            margin: 2rem 0;\n        }\n        \n        .faq-item {\n            margin-bottom: 1.5rem;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 1.5rem;\n        }\n        \n        .faq-question {\n            font-weight: bold;\n            color: var(--primary);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .faq-answer {\n            margin-top: 1rem;\n            display: none;\n        }\n        \n        .faq-answer.active {\n            display: block;\n        }\n        \n        footer {\n            background: var(--dark);\n            color: var(--white);\n            padding: 3rem 0;\n            text-align: center;\n        }\n        \n        .footer-content {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n        \n        .footer-section h3 {\n            color: var(--accent);\n            margin-bottom: 1rem;\n        }\n        \n        .footer-section ul {\n            list-style: none;\n        }\n        \n        .footer-section ul li {\n            margin-bottom: 0.5rem;\n        }\n        \n        .footer-section ul li a {\n            color: var(--white);\n            text-decoration: none;\n        }\n        \n        .footer-section ul li a:hover {\n            color: var(--accent);\n        }\n        \n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            margin-top: 2rem;\n        }\n        \n        .social-links a {\n            color: var(--white);\n            font-size: 1.5rem;\n        }\n        \n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n            \n            .process-steps {\n                flex-direction: column;\n            }\n            \n            .process-step:not(:last-child):after {\n                display: none;\n            }\n        }\n    <\/style>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.3\/css\/all.min.css\">\n<\/head>\n<body>\n    <header>\n        <div class=\"container header-content\">\n            <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2025\/06\/cropped-athome-logo-e1765863223692.png\" alt=\"AtHomeCare Logo\" class=\"logo\">\n            <div class=\"contact-info\">\n                <p>Call: 9910823218 | WhatsApp: 9910823218<\/p>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Home Healthcare Services in Bhiwani, Haryana<\/h1>\n            <p>Your loved ones deserve quality care at home when they need it most. We bring hospital-level care to your doorstep.<\/p>\n            <p>24\/7 availability \u2022 Nurses, ICU, Attendants \u2022 Same-day setup<\/p>\n            <a href=\"tel:9910823218\" class=\"btn\">Get Care Now<\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"trust-block\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Why Families in Bhiwani Trust Us<\/h2>\n            <div class=\"trust-grid\">\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-clock\"><\/i>\n                    <h3>5+ Years Experience<\/h3>\n                    <p>Serving families across Haryana with proven home care solutions<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-user-nurse\"><\/i>\n                    <h3>Professional Team<\/h3>\n                    <p>GNM\/BSc nurses and trained attendants with proper certifications<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-bolt\"><\/i>\n                    <h3>Fast Response<\/h3>\n                    <p>Within 2 hours assessment and same-day care deployment<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-medkit\"><\/i>\n                    <h3>Equipment Ready<\/h3>\n                    <p>All necessary medical equipment available for immediate use<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"when-need\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">When Do You Need Home Care in Bhiwani?<\/h2>\n            <div class=\"scenario-card\">\n                <h3>After Hospital Discharge<\/h3>\n                <p>Doctors often recommend home care after discharge. Many families in Bhiwani face confusion about continuing care at home. This is where things go wrong without proper support.<\/p>\n                <ul>\n                    <li>Patient needs medication management<\/li>\n                    <li>Wound care and monitoring required<\/li>\n                    <li>Family members may not know proper techniques<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"scenario-card\">\n                <h3>Stroke or Paralysis Recovery<\/h3>\n                <p>Recovery from stroke needs specialized care. Most families make the mistake of thinking regular care is enough.<\/p>\n                <ul>\n                    <li>Daily physiotherapy sessions needed<\/li>\n                    <li>Special positioning to prevent complications<\/li>\n                    <li>Speech and swallowing therapy may be required<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"scenario-card\">\n                <h3>Bedridden Patients<\/h3>\n                <p>Bedridden patients need constant attention. Without proper care, pressure sores and infections can develop quickly.<\/p>\n                <ul>\n                    <li>Regular turning every 2 hours<\/li>\n                    <li>Hygiene and bathing assistance<\/li>\n                    <li>Nutrition monitoring and feeding support<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"scenario-card\">\n                <h3>Oxygen Support Cases<\/h3>\n                <p>Patients on oxygen need 24\/7 monitoring. This creates night-time emergencies for families.<\/p>\n                <ul>\n                    <li>Oxygen level tracking every hour<\/li>\n                    <li>Equipment maintenance and refills<\/li>\n                    <li>Emergency response plan in place<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section>\n        <div class=\"container\">\n            <h2 class=\"section-title\">Our Core Home Healthcare Services in Bhiwani<\/h2>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <h3>Patient Attendant Services<\/h3>\n                    <p><strong>What we do:<\/strong> Round-the-clock personal care, feeding, bathing, and mobility assistance.<\/p>\n                    <p><strong>Who needs it:<\/strong> Elderly patients, post-surgery patients, and those with limited mobility.<\/p>\n                    <p><strong>What can go wrong:<\/strong> Without proper attendant care, patients may develop pressure sores, poor nutrition, or fall risks.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Home Nursing Care<\/h3>\n                    <p><strong>What we do:<\/strong> Administer medications, monitor vital signs, wound care, and IV therapy.<\/p>\n                    <p><strong>Who needs it:<\/strong> Patients with chronic conditions, post-operative care, and those needing regular medical attention.<\/p>\n                    <p><strong>What can go wrong:<\/strong> Incorrect medication dosage, untreated infections, or missed symptoms without professional nursing.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>ICU Setup at Home<\/h3>\n                    <p><strong>What we do:<\/strong> Complete ICU equipment setup with ventilator, monitors, and critical care nursing.<\/p>\n                    <p><strong>Who needs it:<\/strong> Critically ill patients who cannot stay in hospital but need intensive monitoring.<\/p>\n                    <p><strong>What can go wrong:<\/strong> Without ICU at home, patients may face life-threatening complications without immediate medical intervention.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Medical Equipment Rental<\/h3>\n                    <p><strong>What we do:<\/strong> Rent and maintain oxygen concentrators, suction machines, and other medical devices.<\/p>\n                    <p><strong>Who needs it:<\/strong> Patients with respiratory issues, post-surgery recovery, or temporary medical needs.<\/p>\n                    <p><strong>What can go wrong:<\/strong> Faulty equipment can lead to treatment failure or patient discomfort.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Physiotherapy at Home<\/h3>\n                    <p><strong>What we do:<\/strong> Custom exercise programs, mobility training, and pain management techniques.<\/p>\n                    <p><strong>Who needs it:<\/strong> Stroke patients, post-accident recovery, and those with movement limitations.<\/p>\n                    <p><strong>What can go wrong:<\/strong> Without proper physiotherapy, patients may lose mobility permanently.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Injection\/Drip at Home<\/h3>\n                    <p><strong>What we do:<\/strong> Administer injections, IV drips, and other prescribed treatments at home.<\/p>\n                    <p><strong>Who needs it:<\/strong> Patients requiring regular medication, chemotherapy, or hydration therapy.<\/p>\n                    <p><strong>What can go wrong:<\/strong> Incorrect administration can cause infections or treatment failure.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"local-proof\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Local Proof &#8211; We Serve Bhiwani Families<\/h2>\n            <p>Families in Model Town and Gandhi Nagar often call us after discharge from Bhiwani Civil Hospital. They need someone who understands the local healthcare system and can provide seamless care transition.<\/p>\n            <p>Our team covers all major areas including:<\/p>\n            <ul>\n                <li>Model Town<\/li>\n                <li>Gandhi Nagar<\/li>\n                <li>Sector 15<\/li>\n                <li>Chander Nagar<\/li>\n                <li>Shiv Nagar<\/li>\n                <li>Shakti Nagar<\/li>\n                <li>Dayal Colony<\/li>\n                <li>Shivaji Nagar<\/li>\n                <li>Shivpuri<\/li>\n                <li>Chander Vihar<\/li>\n            <\/ul>\n            <p>Nearby hospitals we coordinate with:<\/p>\n            <ul>\n                <li>Bhiwani Civil Hospital<\/li>\n                <li>Bhiwani Multispeciality Hospital<\/li>\n                <li>Jain Nursing Home<\/li>\n                <li>Shri Krishna Hospital<\/li>\n            <\/ul>\n            <p>Example: &#8220;Mrs. Sharma from Sector 15 called us when her mother&#8217;s oxygen levels dropped suddenly after returning home from the hospital. Our team arrived within 45 minutes and stabilized the situation.&#8221;<\/p>\n        <\/div>\n    <\/section>\n\n    <section>\n        <div class=\"container\">\n            <h2 class=\"section-title\">How Our Process Works<\/h2>\n            <div class=\"process-steps\">\n                <div class=\"process-step\">\n                    <h3>1. Contact Us<\/h3>\n                    <p>Call or WhatsApp us at 9910823218<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <h3>2. Assessment<\/h3>\n                    <p>Free home assessment by our care coordinator<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <h3>3. Care Plan<\/h3>\n                    <p>Customized care plan based on patient needs<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <h3>4. Deployment<\/h3>\n                    <p>Same-day or next-day care provider placement<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section>\n        <div class=\"container\">\n            <h2 class=\"section-title\">Why Choose AtHomeCare Over Others?<\/h2>\n            <table class=\"comparison-table\">\n                <tr>\n                    <th>Feature<\/th>\n                    <th>Local Nurse<\/th>\n                    <th>AtHomeCare Trained Provider<\/th>\n                <\/tr>\n                <tr>\n                    <td>Training<\/td>\n                    <td>Basic caregiving skills<\/td>\n                    <td>GNM\/BSc certified with ongoing training<\/td>\n                <\/tr>\n                <tr>\n                    <td>Equipment<\/td>\n                    <td>May not have proper tools<\/td>\n                    <td>Full medical equipment available<\/td>\n                <\/tr>\n                <tr>\n                    <td>Support<\/td>\n                    <td>Limited supervision<\/td>\n                    <td>24\/7 medical support team<\/td>\n                <\/tr>\n                <tr>\n                    <td>Emergency Response<\/td>\n                    <td>No protocol<\/td>\n                    <td>Immediate medical backup<\/td>\n                <\/tr>\n            <\/table>\n            \n            <table class=\"comparison-table\">\n                <tr>\n                    <th>Feature<\/th>\n                    <th>Hospital Stay<\/th>\n                    <th>Home ICU<\/th>\n                <\/tr>\n                <tr>\n                    <td>Cost<\/td>\n                    <td>Very high<\/td>\n                    <td>40-60% less<\/td>\n                <\/tr>\n                <tr>\n                    <td>Comfort<\/td>\n                    <td>Clinical environment<\/td>\n                    <td>Familiar home setting<\/td>\n                <\/tr>\n                <tr>\n                    <td>Infection Risk<\/td>\n                    <td>Higher<\/td>\n                    <td>Lower<\/td>\n                <\/tr>\n                <tr>\n                    <td>Family Involvement<\/td>\n                    <td>Limited<\/td>\n                    <td>Full participation<\/td>\n                <\/tr>\n            <\/table>\n            \n            <table class=\"comparison-table\">\n                <tr>\n                    <th>Feature<\/th>\n                    <th>Multiple Vendors<\/th>\n                    <th>AtHomeCare Single Provider<\/th>\n                <\/tr>\n                <tr>\n                    <td>Coordination<\/td>\n                    <td>Poor communication<\/td>\n                    <td>Seamless care coordination<\/td>\n                <\/tr>\n                <tr>\n                    <td>Accountability<\/td>\n                    <td>Diffused responsibility<\/td>\n                    <td>Single point of contact<\/td>\n                <\/tr>\n                <tr>\n                    <td>Quality Control<\/td>\n                    <td>Inconsistent standards<\/td>\n                    <td>Regular quality checks<\/td>\n                <\/tr>\n                <tr>\n                    <td>Emergency Handling<\/td>\n                    <td>Delayed response<\/td>\n                    <td>Immediate medical backup<\/td>\n                <\/tr>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <section>\n        <div class=\"container\">\n            <h2 class=\"section-title\">What Families in Bhiwani Say<\/h2>\n            <div class=\"testimonial\">\n                <div class=\"testimonial-author\">Ramesh Kumar, Model Town<\/div>\n                <div class=\"testimonial-location\">After his father&#8217;s stroke<\/div>\n                <p>&#8220;When my father had a stroke, we were terrified about caring for him at home. AtHomeCare provided a trained nurse who knew exactly what to do. Their physiotherapy at home program helped him regain mobility faster than we expected.&#8221;<\/p>\n            <\/div>\n            <div class=\"testimonial\">\n                <div class=\"testimonial-author\">Sunita Sharma, Gandhi Nagar<\/div>\n                <div class=\"testimonial-location\">After mother&#8217;s hospital discharge<\/div>\n                <p>&#8220;My mother needed oxygen support after her surgery. The AtHomeCare team set everything up within hours. Their 24\/7 monitoring gave us peace of mind, especially during the night when we couldn&#8217;t stay awake watching her.&#8221;<\/p>\n            <\/div>\n            <div class=\"testimonial\">\n                <div class=\"testimonial-author\">Vikram Singh, Sector 15<\/div>\n                <div class=\"testimonial-location\">For elderly parent care<\/div>\n                <p>&#8220;I work in Delhi and couldn&#8217;t be there for my 85-year-old father. AtHomeCare&#8217;s attendant service has been a lifesaver. They handle everything &#8211; meals, medications, and even companionship. Doctors noticed his improved condition at the last checkup.&#8221;<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section>\n        <div class=\"container\">\n            <h2 class=\"section-title\">Emergency Response &#8211; We&#8217;re Ready 24\/7<\/h2>\n            <div class=\"emergency-box\">\n                <h3>What happens if oxygen drops?<\/h3>\n                <p>Our team responds within 30 minutes. We carry portable oxygen cylinders and can adjust settings immediately. The caregiver is trained to recognize early warning signs.<\/p>\n            <\/div>\n            <div class=\"emergency-box\">\n                <h3>Patient becomes critical<\/h3>\n                <p>We have standing arrangements with local hospitals. Our medical coordinator contacts the hospital while our team stabilizes the patient. We ensure smooth transfer if needed.<\/p>\n            <\/div>\n            <div class=\"emergency-box\">\n                <h3>How fast can support be arranged?<\/h3>\n                <p>For emergencies, we can have a nurse at your home within 60-90 minutes. For planned care, same-day setup is available. Our equipment is always ready for deployment.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section>\n        <div class=\"container\">\n            <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    How much does home care cost in Bhiwani?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Cost varies based on care type and duration. Our packages start from \u20b9800 per day for attendant care to \u20b93000+ for ICU at home. We provide transparent pricing with no hidden charges.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Are your nurses properly trained?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Yes, all our nurses are GNM or BSc qualified with current registrations. They receive regular training on latest medical protocols and emergency procedures.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Can you provide care on short notice?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Absolutely. We offer same-day setup for most services. For ICU or specialized care, we need 4-6 hours preparation time to ensure proper equipment and staff availability.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Do you accept health insurance?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>We work with most major insurance providers. Please check with your insurer about home healthcare coverage. We can provide necessary documentation for claims.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    How do you ensure patient safety?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>We follow standard nursing protocols with regular vital tracking, equipment maintenance, and supervisor visits. Our care plans are reviewed weekly by our medical team.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Can you provide care for dementia patients?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Yes, our specially trained attendants understand dementia care needs. They provide memory stimulation, safety monitoring, and behavior management techniques.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    What if the caregiver gets sick?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>We have backup staff available 24\/7. In case of caregiver absence, we immediately dispatch a replacement to ensure uninterrupted care.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Do you provide physiotherapy at home?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Yes, our physiotherapists visit patients at home for customized exercise programs, pain management, and mobility training.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    How long can care services continue?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Services can continue as long as needed &#8211; from a few days to several months. We offer flexible packages to match your requirements.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Can family members be trained to help?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Absolutely. Our caregivers train family members on basic care techniques, medication administration, and emergency procedures.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Do you provide medical equipment rental?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Yes, we rent and maintain oxygen concentrators, suction machines, hospital beds, and other medical devices. All equipment is sanitized and serviced regularly.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    How do we pay for services?\n                    <span><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>We accept online payments, bank transfers, and cash. Payment is due at the beginning of each service period.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"container footer-content\">\n            <div class=\"footer-section\">\n                <h3>Contact Us<\/h3>\n                <p>Corporate Office:<br>Unit No. 703, 7th Floor, ILD Trade Centre<br>D1 Block, Malibu Town, Sector 47<br>Gurgaon, Haryana 122018<\/p>\n                <p>Phone: 9910823218<\/p>\n                <p>Email: care@athomecare.in<\/p>\n            <\/div>\n            <div class=\"footer-section\">\n                <h3>Quick Links<\/h3>\n                <ul>\n                    <li><a href=\"https:\/\/athomecare.in\">Main Website<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/faridabad\/\">Faridabad Services<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">Patient Care Taker<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/service\/icu-at-home-gurgaon\/\">ICU at Home<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/home-nursing-athomecare\/\">Home Nursing<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\">Physiotherapy at Home<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\">Medical Equipment Rental<\/a><\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"footer-section\">\n                <h3>Other Cities<\/h3>\n                <ul>\n                    <li><a href=\"https:\/\/athomecare.in\/chandigarh\">Chandigarh<\/a><\/li>\n                    <li><a href=\"https:\/\/patna.athomecare.in\">Patna<\/a><\/li>\n                    <li><a href=\"https:\/\/lucknow.athomecare.in\">Lucknow<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/delhi\">Delhi<\/a><\/li>\n                    <li><a href=\"https:\/\/athomecare.in\/ranchi\">Ranchi<\/a><\/li>\n                    <li><a href=\"https:\/\/greaternoida.athomecare.in\">Greater Noida<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"social-links\">\n            <a href=\"#\"><i class=\"fab fa-facebook\"><\/i><\/a>\n            <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\n            <a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\n            <a href=\"#\"><i class=\"fab fa-linkedin\"><\/i><\/a>\n        <\/div>\n    <\/footer>\n\n    <script>\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const answer = question.nextElementSibling;\n                answer.classList.toggle('active');\n                const icon = question.querySelector('i');\n                icon.classList.toggle('fa-chevron-down');\n                icon.classList.toggle('fa-chevron-up');\n            });\n        });\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"MedicalBusiness\",\n      \"name\": \"AtHomeCare\u2122\",\n      \"description\": \"24\/7 home healthcare services in Bhiwani, Haryana including nursing care, ICU setup, physiotherapy, and medical equipment rental\",\n      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"streetAddress\": \"Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47\",\n        \"addressLocality\": \"Gurgaon\",\n        \"addressRegion\": \"Haryana\",\n        \"postalCode\": \"122018\"\n      },\n      \"telephone\": \"9910823218\",\n      \"email\": \"care@athomecare.in\",\n      \"url\": \"https:\/\/athomecare.in\",\n      \"serviceType\": [\n        \"Home Nursing Care\",\n        \"Patient Attendant Services\",\n        \"ICU Setup at Home\",\n        \"Physiotherapy at Home\",\n        \"Medical Equipment Rental\"\n      ],\n      \"serviceArea\": {\n        \"@type\": \"GeoCircle\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"addressLocality\": \"Bhiwani\",\n          \"addressRegion\": \"Haryana\"\n        },\n        \"geoRadius\": 15000\n      },\n      \"openingHours\": \"24\/7\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"LocalBusiness\",\n      \"name\": \"AtHomeCare\u2122 Bhiwani\",\n      \"image\": \"https:\/\/athomecare.in\/wp-content\/uploads\/2025\/06\/cropped-athome-logo-e1765863223692.png\",\n      \"url\": \"https:\/\/athomecare.in\/bhiwani\",\n      \"telephone\": \"9910823218\",\n      \"priceRange\": \"\u20b9800-\u20b95000+\",\n      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"addressLocality\": \"Bhiwani\",\n        \"addressRegion\": \"Haryana\",\n        \"addressCountry\": \"India\"\n      },\n      \"geo\": {\n        \"@type\": \"GeoCoordinates\",\n        \"latitude\": 28.7893,\n        \"longitude\": 75.9143\n      },\n      \"hasMap\": true,\n      \"openingHours\": \"24\/7\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How much does home care cost in Bhiwani?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Cost varies based on care type and duration. Our packages start from \u20b9800 per day for attendant care to \u20b93000+ for ICU at home. We provide transparent pricing with no hidden charges.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Are your nurses properly trained?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes, all our nurses are GNM or BSc qualified with current registrations. They receive regular training on latest medical protocols and emergency procedures.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can you provide care on short notice?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Absolutely. We offer same-day setup for most services. For ICU or specialized care, we need 4-6 hours preparation time to ensure proper equipment and staff availability.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do you accept health insurance?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"We work with most major insurance providers. Please check with your insurer about home healthcare coverage. We can provide necessary documentation for claims.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How do you ensure patient safety?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"We follow standard nursing protocols with regular vital tracking, equipment maintenance, and supervisor visits. Our care plans are reviewed weekly by our medical team.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can you provide care for dementia patients?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes, our specially trained attendants understand dementia care needs. They provide memory stimulation, safety monitoring, and behavior management techniques.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What if the caregiver gets sick?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"We have backup staff available 24\/7. In case of caregiver absence, we immediately dispatch a replacement to ensure uninterrupted care.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do you provide physiotherapy at home?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes, our physiotherapists visit patients at home for customized exercise programs, pain management, and mobility training.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How long can care services continue?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Services can continue as long as needed - from a few days to several months. We offer flexible packages to match your requirements.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can family members be trained to help?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Absolutely. Our caregivers train family members on basic care techniques, medication administration, and emergency procedures.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do you provide medical equipment rental?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes, we rent and maintain oxygen concentrators, suction machines, hospital beds, and other medical devices. All equipment is sanitized and serviced regularly.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How do we pay for services?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"We accept online payments, bank transfers, and cash. Payment is due at the beginning of each service period.\"\n          }\n        }\n      ]\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Service\",\n      \"name\": \"Home Nursing Care\",\n      \"description\": \"Professional nursing services at home including medication administration, wound care, and vital monitoring\",\n      \"serviceOutput\": {\n        \"@type\": \"Thing\",\n        \"name\": \"Improved patient health and recovery at home\"\n      },\n      \"areaServed\": {\n        \"@type\": \"Place\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"addressLocality\": \"Bhiwani\",\n          \"addressRegion\": \"Haryana\"\n        }\n      },\n      \"provider\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"url\": \"https:\/\/athomecare.in\/home-nursing-athomecare\/\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Service\",\n      \"name\": \"Patient Attendant Services\",\n      \"description\": \"Round-the-clock personal care, feeding, bathing, and mobility assistance for patients\",\n      \"serviceOutput\": {\n        \"@type\": \"Thing\",\n        \"name\": \"Enhanced patient comfort and safety at home\"\n      },\n      \"areaServed\": {\n        \"@type\": \"Place\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"addressLocality\": \"Bhiwani\",\n          \"addressRegion\": \"Haryana\"\n        }\n      },\n      \"provider\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"url\": \"https:\/\/athomecare.in\/service\/patient-care-services\/\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Service\",\n      \"name\": \"ICU Setup at Home\",\n      \"description\": \"Complete ICU equipment setup with ventilator, monitors, and critical care nursing at patient's residence\",\n      \"serviceOutput\": {\n        \"@type\": \"Thing\",\n        \"name\": \"Critical care monitoring and treatment in home environment\"\n      },\n      \"areaServed\": {\n        \"@type\": \"Place\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"addressLocality\": \"Bhiwani\",\n          \"addressRegion\": \"Haryana\"\n        }\n      },\n      \"provider\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"url\": \"https:\/\/athomecare.in\/service\/icu-at-home-gurgaon\/\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Service\",\n      \"name\": \"Physiotherapy at Home\",\n      \"description\": \"Custom exercise programs, mobility training, and pain management delivered at patient's home\",\n      \"serviceOutput\": {\n        \"@type\": \"Thing\",\n        \"name\": \"Improved mobility and function for patients\"\n      },\n      \"areaServed\": {\n        \"@type\": \"Place\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"addressLocality\": \"Bhiwani\",\n          \"addressRegion\": \"Haryana\"\n        }\n      },\n      \"provider\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"url\": \"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Service\",\n      \"name\": \"Medical Equipment Rental\",\n      \"description\": \"Rental and maintenance of medical equipment including oxygen concentrators, suction machines, and hospital beds\",\n      \"serviceOutput\": {\n        \"@type\": \"Thing\",\n        \"name\": \"Access to necessary medical equipment for home care\"\n      },\n      \"areaServed\": {\n        \"@type\": \"Place\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"addressLocality\": \"Bhiwani\",\n          \"addressRegion\": \"Haryana\"\n        }\n      },\n      \"provider\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"url\": \"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"Ramesh Kumar\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\",\n        \"bestRating\": \"5\"\n      },\n      \"reviewBody\": \"When my father had a stroke, we were terrified about caring for him at home. AtHomeCare provided a trained nurse who knew exactly what to do. Their physiotherapy at home program helped him regain mobility faster than we expected.\",\n      \"itemReviewed\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"datePublished\": \"2023-11-15\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"Sunita Sharma\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\",\n        \"bestRating\": \"5\"\n      },\n      \"reviewBody\": \"My mother needed oxygen support after her surgery. The AtHomeCare team set everything up within hours. Their 24\/7 monitoring gave us peace of mind, especially during the night when we couldn't stay awake watching her.\",\n      \"itemReviewed\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"datePublished\": \"2023-10-28\"\n    }\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"Vikram Singh\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\",\n        \"bestRating\": \"5\"\n      },\n      \"reviewBody\": \"I work in Delhi and couldn't be there for my 85-year-old father. AtHomeCare's attendant service has been a lifesaver. They handle everything - meals, medications, and even companionship. Doctors noticed his improved condition at the last checkup.\",\n      \"itemReviewed\": {\n        \"@type\": \"MedicalBusiness\",\n        \"name\": \"AtHomeCare\u2122\"\n      },\n      \"datePublished\": \"2023-09-12\"\n    }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Home Healthcare Services in Bhiwani, Haryana | AtHomeCare\u2122 Call: 9910823218 | WhatsApp: 9910823218 Home Healthcare Services in Bhiwani, Haryana Your loved ones deserve quality care at home when they need it most. We bring hospital-level care to your doorstep. 24\/7 availability \u2022 Nurses, ICU, Attendants \u2022 Same-day setup Get Care Now Why Families in Bhiwani&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":1,"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":7,"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/pages\/6\/revisions\/7"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/bhiwani\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}