ecurishealthhub.com Open in urlscan Pro
154.49.142.20  Public Scan

URL: https://ecurishealthhub.com/
Submission: On December 08 via api from US — Scanned from FR

Form analysis 2 forms found in the DOM

<form wire:submit.prevent="SubmitDepartment" class="appointment-form-intro ftco-animate">
  <div class="d-flex">
    <div class="form-group">
      <div class="form-field">
        <div class="select-wrap">
          <div class="icon"><span class="fa fa-chevron-down"></span></div>
          <select name="departmentid" id="departmentid" wire:model="departmentid" class="form-control">
            <option value="">Select Department</option>
            <option value="1"> Radiology </option>
            <option value="5"> Emergency Department (ED) </option>
            <option value="6"> Intensive Care Unit (ICU) </option>
            <option value="7"> Surgery Department </option>
            <option value="8"> Labor and Delivery (L&amp;D) </option>
            <option value="9"> Neonatal Intensive Care Unit (NICU) </option>
            <option value="10"> Pediatrics Department </option>
            <option value="11"> Maternity Ward </option>
            <option value="12"> Obstetrics and Gynecology (OB-GYN) </option>
            <option value="13"> Cardiology Department </option>
            <option value="14"> Neurology Department </option>
            <option value="15"> Oncology Department </option>
            <option value="16"> Laboratory Services </option>
            <option value="17"> Pharmacy Department </option>
            <option value="18"> Physical Therapy and Rehabilitation Department </option>
            <option value="19"> Psychiatry Department </option>
            <option value="20"> Respiratory Therapy Department </option>
            <option value="21"> Nutrition and Dietary Services </option>
          </select>
        </div>
      </div>
    </div>
    <div class="form-group">
      <input type="submit" value="Book Appointment" class="btn-custom form-control py-3 px-4">
    </div>
  </div>
</form>

<form wire:submit.prevent="SaveAppointment" class="appointment-form">
  <input type="hidden" name="_token" value="4AeoJiXhKvm1f2C4QnkKAGiq01Cv9ZlU1Fb4Qwiy">
  <h3>Appointment Form</h3>
  <p class="text-danger">Please Login First, To continue</p>
  <div class="">
    <div class="form-group" wire:ignore="">
      <label>Appointment Date</label>
      <div class="input-wrap">
        <input type="date" name="requestdate" id="requestdate" wire:model="requestdate" class="form-control" placeholder="Date">
      </div>
    </div>
    <div class="form-group">
      <div class="input-wrap">
        <div class="icon"><span class="fa fa-clock-o"></span></div>
        <select name="requesttime" id="requesttime" wire:model="requesttime" class="form-control">
          <option value="">Select Time</option>
          <option value="12:00AM">12:00AM</option>
          <option value="12:30AM">12:30PM</option>
          <option value="1:00AM">1:00AM</option>
          <option value="1:30AM">1:30AM</option>
          <option value="2:00AM">2:00AM</option>
          <option value="2:30AM">2:30AM</option>
          <option value="3:00AM">3:00AM</option>
          <option value="3:30AM">3:30AM</option>
          <option value="4:00AM">4:00AM</option>
          <option value="4:30AM">4:30AM</option>
          <option value="5:00AM">5:00AM</option>
          <option value="5:30AM">5:30AM</option>
          <option value="6:00AM">6:00AM</option>
          <option value="6:30AM">6:30AM</option>
          <option value="7:00AM">7:00AM</option>
          <option value="7:30AM">7:30AM</option>
          <option value="8:00AM">8:00AM</option>
          <option value="8:30AM">8:30AM</option>
          <option value="9:00AM">9:00AM</option>
          <option value="9:30AM">9:30AM</option>
          <option value="10:00AM">10:00AM</option>
          <option value="10:30AM">10:30AM</option>
          <option value="11:00AM">11:00AM</option>
          <option value="11:30AM">11:30AM</option>
          <option value="12:00PM">12:00PM</option>
          <option value="12:30PM">12:30PM</option>
          <option value="1:00PM">1:00PM</option>
          <option value="1:30PM">1:30PM</option>
          <option value="2:00PM">2:00PM</option>
          <option value="2:30PM">2:30PM</option>
          <option value="3:00PM">3:00PM</option>
          <option value="3:30PM">3:30PM</option>
          <option value="4:00PM">4:00PM</option>
          <option value="4:30PM">4:30PM</option>
          <option value="5:00PM">5:00PM</option>
          <option value="5:30PM">5:30PM</option>
          <option value="6:00PM">6:00PM</option>
          <option value="6:30PM">6:30PM</option>
          <option value="7:00PM">7:00PM</option>
          <option value="7:30PM">7:30PM</option>
          <option value="8:00PM">8:00PM</option>
          <option value="8:30PM">8:30PM</option>
          <option value="9:00PM">9:00PM</option>
          <option value="9:30PM">9:30PM</option>
          <option value="10:00PM">10:00PM</option>
          <option value="10:30PM">10:30PM</option>
          <option value="11:00PM">11:00PM</option>
          <option value="11:30PM">11:30PM</option>
        </select>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="form-field">
      <div class="select-wrap">
        <div class="icon"><span class="fa fa-chevron-down"></span></div>
        <select name="Interfacing" id="Interfacing" wire:model="Interfacing" class="form-control">
          <option value="">Interfacing</option>
          <option value="Physical">Physical</option>
          <option value="Virtual">Virtual</option>
        </select>
      </div>
    </div>
  </div>
  <div class="">
    <div class="form-group">
      <div class="form-field">
        <div class="select-wrap">
          <div class="icon"><span class="fa fa-chevron-down"></span></div>
          <select name="services" id="services" wire:model="services" class="form-control">
            <option value="">Select Service Needed</option>
            <option value="Neurology">Neurology</option>
            <option value="Cardiology">Cardiology</option>
            <option value="Dental">Dental</option>
            <option value="Ophthalmology">Ophthalmology</option>
            <option value="Surgery">Surgery</option>
            <option value="Pediatrics">Pediatrics</option>
            <option value="Cardiac Care">Cardiac Care</option>
            <option value="Cancer Treatment">Cancer Treatment</option>
            <option value="Social Services">Social Services</option>
            <option value="Maternity and Obstetrics">Maternity and Obstetrics </option>
            <option value="Intensive Care Units (ICU)">Intensive Care Units (ICU) </option>
            <option value="Diagnostic Services">Diagnostic Services</option>
            <option value="Pharmacy Services">Pharmacy Services</option>
            <option value="Rehabilitation Services">Rehabilitation Services </option>
            <option value="Mental Health Services">Mental Health Services</option>
            <option value="Specialized Clinics">Specialized Clinics</option>
            <option value="Nutrition and Dietetics">Nutrition and Dietetics </option>
            <option value="Palliative Care and Hospice Services">Palliative Care and Hospice Services</option>
            <option value="Home Health Services">Home Health Services</option>
            <option value="Other Services">Other Services</option>
          </select>
        </div>
      </div>
    </div>
    <div class="form-group">
      <input type="text" name="phonenumber" id="phonenumber" wire:model="phonenumber" class="form-control" placeholder="Phone">
    </div>
  </div>
  <div class="">
    <div class="form-group">
      <textarea name="requestmessage" id="requestmessage" wire:model="requestmessage" cols="30" rows="2" class="form-control" placeholder="Notes/ Details"></textarea>
    </div>
    <div class="form-group">
      <input type="submit" value="Request Appointment" class="btn btn-secondary py-3 px-4">
    </div>
  </div>
</form>

Text Content

Free Call +256777188774

Call Us Now 24/7 Customer Support

Email us info@ecurishealthhub.com

Email Us Now 24/7 Prompt Reply

Our Location

Plot 160 Sir Apollo Kagwa Rd, UMF House, 3rd Floor

Menu
 * who we serve
   * In Need Of Chronic Care Management
   * In Need Of Urgent Care
   * In Need to See A Doctor
   * In Need of Online Prescriptions
   * In Need of Mental Health Care
   * In Need of Preventive Health
   * In Need of A Specialist
   * In Need of Weight Loss
   * In Need of Hospital Equipment
 * Request A Lab Test
 * Request A Scan
 * Pharmacy
 * Resources
   * About Us
   * Insurance Partners
   * Blog
   * Gallery
 * Support
   * Contact
   * Add Testimonial
   * Notifications
   * FAQs
   * How ECURIS Works
 * Account
   * Register
   * Login
   
 * 0
   
 * 0
   


THE MOST VALUABLE THING IS YOUR HEALTH

Health is the foundation upon which we build our lives, the precious currency
that allows us to fully embrace every moment, pursue our dreams, and experience
the world with vitality and joy.


Select Department Radiology Emergency Department (ED) Intensive Care Unit (ICU)
Surgery Department Labor and Delivery (L&D) Neonatal Intensive Care Unit (NICU)
Pediatrics Department Maternity Ward Obstetrics and Gynecology (OB-GYN)
Cardiology Department Neurology Department Oncology Department Laboratory
Services Pharmacy Department Physical Therapy and Rehabilitation Department
Psychiatry Department Respiratory Therapy Department Nutrition and Dietary
Services



WELCOME TO ECURIS


MEDICAL TREATMENT

We have Healthcare professionals, including doctors, nurses, and specialists,
collaborate to provide evidence-based, patient-centered medical treatments aimed
at improving health, alleviating suffering, and enhancing quality of life.
Medical treatment is personalized to each individual's unique health needs,
considering all factors associated with the patient.


PATIENT ENGAGEMENT

With ECURIS, this encompasses various strategies and interactions designed to
empower patients to take an active role in managing their health, making
informed decisions, and participating in their treatment plans. Patient
engagement goes beyond the traditional model of passive patients receiving
instructions from healthcare providers.


APPOINTMENT FORM

Please Login First, To continue

Appointment Date


Select Time 12:00AM 12:30PM 1:00AM 1:30AM 2:00AM 2:30AM 3:00AM 3:30AM 4:00AM
4:30AM 5:00AM 5:30AM 6:00AM 6:30AM 7:00AM 7:30AM 8:00AM 8:30AM 9:00AM 9:30AM
10:00AM 10:30AM 11:00AM 11:30AM 12:00PM 12:30PM 1:00PM 1:30PM 2:00PM 2:30PM
3:00PM 3:30PM 4:00PM 4:30PM 5:00PM 5:30PM 6:00PM 6:30PM 7:00PM 7:30PM 8:00PM
8:30PM 9:00PM 9:30PM 10:00PM 10:30PM 11:00PM 11:30PM

Interfacing Physical Virtual

Select Service Needed Neurology Cardiology Dental Ophthalmology Surgery
Pediatrics Cardiac Care Cancer Treatment Social Services Maternity and
Obstetrics Intensive Care Units (ICU) Diagnostic Services Pharmacy Services
Rehabilitation Services Mental Health Services Specialized Clinics Nutrition and
Dietetics Palliative Care and Hospice Services Home Health Services Other
Services




WE ARE ECURIS, EHEALTHCARE PROVIDER

Ecuris Healthcare Eco system is a fully developed-service hospital platform
designed to provide and facilitate the patients and doctors’ interaction through
use of digital telecommunications technology to provide services like; online
pharmacy services, laboratory services, imaging services, online consultation,
patient counselling and home care nursing. The platform addresses challenges not
addressed before, majorly; Online pharmacy with no doctor integration,
appointment booking with no patient tracking, centralized hospital services
which are not decentralized, pharmacy without dose tracking and quick delivery,
hospitals without online emergency services, and hospital management without
home services.

Create An Account Contact us


REQUEST FOR A LAB TEST TODAY

Laboratory tests play a critical role in both preventive medicine and the
management of existing health conditions. Why not do one today?

Request For A Lab Test


ECURIS DEPARTMENTS

 * Radiology
 * Emergency Department (ED)
 * Intensive Care Unit (ICU)
 * Surgery Department
 * Labor and Delivery (L&D)
 * Neonatal Intensive Care Unit (NICU)
 * Pediatrics Department


RADIOLOGY

Responsible for medical imaging services, including X-rays, CT scans, MRIs, and
more.

Request For A Specialist


EMERGENCY DEPARTMENT (ED)

Also known as the ER or emergency room, this department provides immediate
medical care for acute and life-threatening conditions.

Request For A Specialist


INTENSIVE CARE UNIT (ICU)

The ICU is a specialized unit for patients who require close monitoring and
advanced medical care, often for critical or severe conditions.

Request For A Specialist


SURGERY DEPARTMENT

This department encompasses operating rooms and pre- and post-operative areas,
where surgical procedures are performed.

Request For A Specialist


LABOR AND DELIVERY (L&D)

This department is dedicated to the care of pregnant women, including labor,
delivery, and postpartum care.

Request For A Specialist


NEONATAL INTENSIVE CARE UNIT (NICU)

The NICU provides specialized care for premature or critically ill newborns.

Request For A Specialist


PEDIATRICS DEPARTMENT

Focused on the care of infants, children, and adolescents, this department
addresses a wide range of pediatric health issues.

Request For A Specialist

0 Doctors
0 Lab Technicians
0 Radiologists
0 Pharmacists


LATEST BLOG UPDATES

Far far away, behind the word mountains, far from the countries Vokalia and
Consonantia


Read testimonials


OUR PATIENT SAYS



A revolutionary platform designed to transform the way you manage and access
your healthcare information.

 * 
 * 
 * 
 * 
 * 


DEPARTMENTS

 * Radiology
 * Emergency Departme...
 * Intensive Care Uni...
 * Surgery Department
 * Labor and Delivery...
 * Neonatal Intensive...
 * Pediatrics Departm...


LINKS

 * Insurance Partners
 * About Us
 * FAQs
 * Blog
 * Privacy Policy
 * Terms Of Service
 * Careers


SERVICE CATEGRY

 * Laboratory
 * Radiology
 * Pharmacy
 * Medical Consultation


HAVE A QUESTIONS?

 * Plot 160 Sir Apollo Kagwa Rd, UMF House, 3rd Floor
 * +256777188774
 * info@ecurishealthhub.com

Copyright © 2024 All rights reserved | This App is Developed by Denis Ogwal