myheldula.clirdev.com Open in urlscan Pro
34.69.84.119  Public Scan

URL: https://myheldula.clirdev.com/
Submission: On January 26 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST https://myheldula.clirdev.com/contact/index/post/

<form class="form contact" action="https://myheldula.clirdev.com/contact/index/post/" id="contact-form" method="post" data-hasrequired="* Required Fields" novalidate="novalidate">
  <div class="form-floating-new align-items-center p-0  mb-4">
    <input type="text" class="form-control bg-white w-100 mb-4 input-text" placeholder="Your Name" name="name" id="name" title="Name" value="" data-validate="{required:true}">
  </div>
  <div class="form-floating-new align-items-center p-0  mb-4">
    <input name="email" id="email" title="Email" value="" class="form-control bg-white w-100 mb-4 input-text" type="email" data-validate="{required:true, 'validate-email':true}" placeholder="Email Address">
  </div>
  <div class="form-floating-new align-items-center p-0  mb-4">
    <input name="telephone" id="telephone" title="Phone Number" value="" class="input-text" type="hidden">
    <textarea name="comment" id="comment" title="What’s on your mind?" class="form-control bg-white w-100 mb-4 input-text" placeholder="Your Message" data-validate="{required:true}"></textarea>
  </div>
  <input type="hidden" name="hideit" id="hideit" value="">
  <button type="submit" title="Submit" class="action submit primary bg-primary text-white py-3 px-4 rounded-3 d-inline-block mx-aut"> Send Message<svg class="ms-2" height="16" width="16" aria-hidden="true" focusable="false" data-prefix="fas"
      data-icon="arrow-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">
      <path fill="currentColor"
        d="M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z">
      </path>
    </svg>
  </button>
</form>

POST

<form method="post" id="formSendMsg" onsubmit="return false;">
  <input type="hidden" name="form_key" value="S8qzMEuv27G5iu2i">
  <input type="hidden" name="chat_id" value="1808">
  <input type="hidden" name="current_url" value="https://myheldula.clirdev.com/">
  <input type="hidden" name="customer_id" value="">
  <input type="hidden" name="customer_name" value=" ">
  <input type="hidden" name="customer_email" value="">
  <input type="text" name="body_msg" placeholder="Please enter a message ...">
  <button type="submit" id="sendMsg" title="Submit" class="btn btn-primary w-auto">&gt;</button>
</form>

POST https://myheldula.clirdev.com/lofhelpdesk/customer/loginPost/

<form class="form form-login" action="https://myheldula.clirdev.com/lofhelpdesk/customer/loginPost/" method="post" id="login-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="S8qzMEuv27G5iu2i">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field note">If you have an account, sign in with your email address.</div>
    <div class="field email required">
      <label class="label" for="email"><span>Email</span></label>
      <div class="control">
        <input name="login[username]" value="" autocomplete="off" id="email" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span>Password</span></label>
      <div class="control">
        <input name="login[password]" type="password" autocomplete="off" class="input-text" id="pass" title="Password" data-validate="{required:true, 'validate-password':true}" aria-required="true">
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action login primary" name="send" id="send2">
          <span>Login</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action remind" href="https://myheldula.clirdev.com/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a>
      </div>
      <div class="secondary">
        <a class="action remind" href="https://myheldula.clirdev.com/lofhelpdesk/customer/create/"><span>Create an Account</span></a>
      </div>
    </div>
  </fieldset>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login btn btn-primary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://myheldula.clirdev.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Menu
 * About Us
 * Membership Options
   
 * Testimonials
 * Contact Us
 * Premium Membership
 * Basic Membership

Login Start My Journey
Account
 * Default welcome msg!
 * Compare ()
 * Sign In
 * Contact Us
 * Create an Account

 * About Us
 * Services
   
 * Testimonials
 * Contact Us

Log Out My Account Login Start My Journey
Toggle Nav

 * Default welcome msg!
 * Compare ()
 * Sign In
 * Contact Us
 * Create an Account

Log Out My Account Login Start My Journey



MY HEALTH
GUIDE  


YOUR ROADMAP TO BETTER HEALTH



My Health Doula is about Guidance and Support. We help you understand what is
going on with your health, make more informed decisions about your care, and
navigate a course forward to more optimized health

Do you ever think the following?

-I feel like I don’t fully understand what is going on with my health right now.

-I wish I could talk to someone about what I should be doing to improve or
maintain my health.

-I would like to better understand the medications I take, how they work, and
how they interact with each other.

-I am confused by my diagnosis and what it means going forward.

-I wish someone would listen to me and help me understand my options.

My Health Doula can help you.

Read More


MEMBERSHIP OPTIONS


GETTING YOU STARTED


MY HEALTH SNAPSHOT

This is our initial offering for new members. When you sign up at My Health
Doula we recommend you start here.

Price: $100
Read More


OUR MEMBERSHIP OFFERINGS


QUARTERLY PLAN

This membership plan provides up to 4 meetings with health care guides per year,
more are available as add-ons if needed.

Price: $35/month (Payable Quarterly)
Read More


MONTHLY PLAN

This membership plan provides up to 12 meetings per year, more are available as
add-ons if needed.

Price: $100/month (Payable Monthly)
Read More
Testimonials


WHAT PEOPLE SAY ABOUT US?


RESTORING HOPE: THE LIGHT AT THE END OF A LONG TUNNEL.

“My Health Doula has been life-changing. They truly listened to my concerns,
explained medical advice clearly, and offered alternative treatments aligned
with my goals. I felt empowered to make informed decisions and found reassurance
for my fears. Thanks to their effective communication, I now have a deeper
understanding of my health and I finally see light at in what has been a long
dark journey for me. I am grateful for their personalized care and support.”

Martin
Read More View All


MY HEALTH DOULA HELPED ME DEVELOP A PLAN OF ACTION AND SET MY MIND AT EASE

“ I had been struggling for several years with a number of annoying health
issues, along with diagnosis of a serious autoimmune disease. I wondered if any
of the various issues I had fit together somehow; but none of my doctors, devote
the time to look at the big picture. Then I heard about My Health Doula. It was
such a relief to talk to one doctor who had really considered all my symptoms
and issues. It really set my mind at ease. My Health Doula is a great service! ”

Kathleen
Read More View All


TRANSFORMING MY HEALTH: FROM DIAGNOSIS TO RECOVERY. THE POWER OF FACILITATED
CONSULTATIONS.

“From struggling with persistent health issues to finding my way towards
recovery, e-consultations with my health Doula proved to be a game-changer.
Convenient, expert advice, personalized attention, and prompt responses
transformed my approach to healthcare. With my health Doula's support, I
regained control over my well-being and discovered the path to recovery. Don't
underestimate the life-changing potential of individualized healthcare support!”

Johnson
Read More View All


RESTORING HOPE: THE LIGHT AT THE END OF A LONG TUNNEL.

“My Health Doula has been life-changing. They truly listened to my concerns,
explained medical advice clearly, and offered alternative treatments aligned
with my goals. I felt empowered to make informed decisions and found reassurance
for my fears. Thanks to their effective communication, I now have a deeper
understanding of my health and I finally see light at in what has been a long
dark journey for me. I am grateful for their personalized care and support.”

Martin
Read More View All


MY HEALTH DOULA HELPED ME DEVELOP A PLAN OF ACTION AND SET MY MIND AT EASE

“ I had been struggling for several years with a number of annoying health
issues, along with diagnosis of a serious autoimmune disease. I wondered if any
of the various issues I had fit together somehow; but none of my doctors, devote
the time to look at the big picture. Then I heard about My Health Doula. It was
such a relief to talk to one doctor who had really considered all my symptoms
and issues. It really set my mind at ease. My Health Doula is a great service! ”

Kathleen
Read More View All


TRANSFORMING MY HEALTH: FROM DIAGNOSIS TO RECOVERY. THE POWER OF FACILITATED
CONSULTATIONS.

“From struggling with persistent health issues to finding my way towards
recovery, e-consultations with my health Doula proved to be a game-changer.
Convenient, expert advice, personalized attention, and prompt responses
transformed my approach to healthcare. With my health Doula's support, I
regained control over my well-being and discovered the path to recovery. Don't
underestimate the life-changing potential of individualized healthcare support!”

Johnson
Read More View All


RESTORING HOPE: THE LIGHT AT THE END OF A LONG TUNNEL.

“My Health Doula has been life-changing. They truly listened to my concerns,
explained medical advice clearly, and offered alternative treatments aligned
with my goals. I felt empowered to make informed decisions and found reassurance
for my fears. Thanks to their effective communication, I now have a deeper
understanding of my health and I finally see light at in what has been a long
dark journey for me. I am grateful for their personalized care and support.”

Martin
Read More View All
‹›




WHAT IS MY HEALTH DOULA?

You can think of My Health Doula as a service that connects individuals with
specialist medical guides that aim to lessen the stress of navigating our often
complicated healthcare landscape.

One of our founding team members, with over 12 years of experience as a birth
doula, sensed this crucial need for empathetic, understanding individuals who
can carefully navigate the intricate realm of healthcare in totality even
outside the birth space. Our team of compassionate Personalized health care
guides offers invaluable assistance, providing a wealth of information, comfort,
and emotional support for across the diverse broad spectrum of all your
healthcare needs. Just like birth doulas, we at My Health Doula strive to review
all healthcare information, listen attentively, and guide individuals seamlessly
through complex or chronic health issues.

The result? Optimal health outcomes that truly transform lives.

At My Health Doula, we are committed to extend personalized expert assistance to
our members. We excel at helping individuals comprehend medical advice,
suggesting alternative treatments when appropriate, and facilitating informed
decisions. Furthermore, we are committed to addressing fears and worries,
ensuring that our clients feel heard, understood, and supported every step of
the way.

Our mission is to provide a comprehensive support system that encompasses both
informational and emotional assistance in healthcare. By harnessing the
expertise of our dedicated healthcare guides, we empower our clients to improve
outcomes and enhance their overall quality of life.

Join us at My Health Doula and let us accompany you on your healthcare journey,
offering unwavering support and guidance tailored to your unique needs.
Together, we can navigate the complexities of healthcare with confidence,
compassion, and care.


WHAT IS A HEALTHCARE GUIDE?

In times of more complex health issues a Healthcare Guide can be a valuable
partner in helping you access more informed care. Having a guide by your side
will leave you feeling supported and empowered to take an active role in your
own health care. Feeling heard, understood and not alone in your journey will
lead to better well being.


WHAT IS COMPLEX HEALTH?

Complex health refers to health conditions or situations that involve a high
degree of intricacy, uncertainty, or multiple interacting factors. These
conditions often require a comprehensive and multifaceted approach for
diagnosis, treatment, and management. Complex health issues may involve multiple
systems or organs in the body, chronic illnesses, rare diseases, comorbidities,
or situations where the treatment or management plan needs to consider various
factors such as medication interactions, lifestyle modifications, and
specialized care coordination. The complexity may stem from medical,
psychological, social, or logistical aspects. Complex health conditions pose
challenges in navigating and necessitate the expertise and collaboration of
healthcare professionals.


WHAT ARE THE BENEFITS OF THIS SERVICE?

Making medical decisions alone can feel like an overwhelming challenge. Many
people struggle with understanding the nuances of their care, conditions,
medications and options. Further exacerbating this problem is our overburdened
healthcare system.

In a perfect world, our primary care doctors would be able to assist us in
understanding and decision making. Unfortunately they are working in a system
that overtaxes their time and limits their ability to interact more meaningfully
with their patients. This is where a medical guide can be so valuable.

Our guides are dedicated to taking time with you, explaining all of your medical
questions to you and helping you take a more informed and active role in your
health and wellbeing. These guides are experts in their fields. Having a Medical
Guide puts an expert in your corner, a person who adds to your health care team
while keeping your goals and wishes at heart.

Having a reliable resource who can routinely provide you with a deeper
understanding of your unique health situation and a full picture of your options
leads to improved health outcomes. This is the biggest benefit of our service.


RATIONALE BEHIND MEMBERSHIP?

The membership enables continuity of care, personalized attention, enhanced
communication channels, exclusive benefits, with informational as well as
emotional support aligned to your healthcare and wellness goals leading to
increased patient satisfaction, ultimately unlocking the best health outcomes
for you.


HOW DOES IT WORK?

My Health Doula works through facilitated meetings between Members and
Healthcare Guides. Once you create a profile you can begin your journey to more
supported healthcare. Our Doula Concierge Operators are here to assist you every
step of the way and to make sure you are connected to the best Healthcare Guide
to meet your needs and wishes. You will work in collaboration with our team
enabling you to access more informed care with improved outcomes.

View All FAQ

E-MAIL ADDRESS

info@myhealthdoula.com


SEND A MESSAGE


Send Message
 * Support
 * Terms & Conditions
 * Privacy Policy
 * Cancellation & Refund Policy

2023 © My Health Doula. All Rights Reserved. Version - 1.1.1


CHAT WITH US

>
If you have an account, sign in with your email address.
Email

Password

Login
Forgot Your Password?
Create an Account
Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?