ppc.getcarefreemd.com Open in urlscan Pro
52.21.227.162  Public Scan

URL: https://ppc.getcarefreemd.com/
Submission: On July 26 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

Name: enroll

<form class="signinup_form ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-maxlength" name="enroll" novalidate="" ng-show="step == 'enrollment'">
  <h3><span>Step 1 of 2: </span>Provide your information.</h3>
  <div class="form-row">
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(enroll.FirstName);">
        <label class="control-label">First Name*</label>
        <input class="form-control buy_today_step_1 ng-pristine ng-untouched ng-invalid ng-invalid-required" type="text" ng-model="data.FirstName" name="FirstName" required="">
        <!-- ngIf: showError(enroll.FirstName, 'required') -->
      </div>
    </div>
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(enroll.LastName);">
        <label class="control-label">Last Name*</label>
        <input class="form-control buy_today_step_1 ng-pristine ng-untouched ng-invalid ng-invalid-required" type="text" ng-model="data.LastName" name="LastName" required="">
        <!-- ngIf: showError(enroll.LastName, 'required') -->
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(enroll.Email);">
        <label class="control-label">Email Address*</label>
        <input class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" type="email" ng-model="data.Email" name="Email" ng-pattern="/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i" required="">
        <!-- ngIf: showError(enroll.Email, 'email') || showError(enroll.Email, 'pattern') -->
        <!-- ngIf: showError(enroll.Email, 'required') -->
        <!-- ngIf: showError(enroll.Email, 'taken') -->
      </div>
    </div>
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(enroll.PhoneNumber);">
        <label class="control-label">Phone Number*</label>
        <input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" type="text" ng-model="data.PhoneNumber" name="PhoneNumber" required="" pattern="[^\d]*\d{3}[^\d]*\d{3}[^\d]*\d{4}">
        <!-- ngIf: showError(enroll.PhoneNumber, 'pattern') -->
        <!-- ngIf: showError(enroll.PhoneNumber, 'required') -->
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(enroll.Address1);">
        <label class="control-label">Address*</label>
        <input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength" type="text" ng-model="data.AddressLine1" name="Address1" required="" ng-maxlength="35">
        <!-- ngIf: showError(enroll.Address1, 'required') -->
        <!-- ngIf: showError(enroll.Address1, 'maxlength') -->
      </div>
    </div>
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(enroll.Address2);">
        <label class="control-label">Address 2</label>
        <input class="form-control ng-pristine ng-untouched ng-valid ng-valid-maxlength" type="text" ng-model="data.AddressLine2" name="Address2" ng-maxlength="35">
        <!-- ngIf: showError(enroll.Address2, 'maxlength') -->
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(enroll.City);">
        <label class="control-label">City*</label>
        <input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" type="text" ng-model="data.City" name="City" required="">
      </div>
    </div>
    <div class="col-3">
      <div class="form-group" ng-class="errorClass(enroll.StateProvince);">
        <label class="control-label">State*</label>
        <select class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-model="data.State" name="StateProvince" required="">
          <option value=""></option>
          <option value="AL">AL</option>
          <option value="AK">AK</option>
          <option value="AR">AR</option>
          <option value="AZ">AZ</option>
          <option value="CA">CA</option>
          <option value="CO">CO</option>
          <option value="CT">CT</option>
          <option value="DC">DC</option>
          <option value="DE">DE</option>
          <option value="FL">FL</option>
          <option value="GA">GA</option>
          <option value="HI">HI</option>
          <option value="IA">IA</option>
          <option value="ID">ID</option>
          <option value="IL">IL</option>
          <option value="IN">IN</option>
          <option value="KS">KS</option>
          <option value="KY">KY</option>
          <option value="LA">LA</option>
          <option value="MA">MA</option>
          <option value="MD">MD</option>
          <option value="ME">ME</option>
          <option value="MI">MI</option>
          <option value="MN">MN</option>
          <option value="MO">MO</option>
          <option value="MS">MS</option>
          <option value="MT">MT</option>
          <option value="NC">NC</option>
          <option value="NE">NE</option>
          <option value="NH">NH</option>
          <option value="NJ">NJ</option>
          <option value="NM">NM</option>
          <option value="NV">NV</option>
          <option value="NY">NY</option>
          <option value="ND">ND</option>
          <option value="OH">OH</option>
          <option value="OK">OK</option>
          <option value="OR">OR</option>
          <option value="PA">PA</option>
          <option value="RI">RI</option>
          <option value="SC">SC</option>
          <option value="SD">SD</option>
          <option value="TN">TN</option>
          <option value="TX">TX</option>
          <option value="UT">UT</option>
          <option value="VT">VT</option>
          <option value="VA">VA</option>
          <option value="WA">WA</option>
          <option value="WI">WI</option>
          <option value="WV">WV</option>
          <option value="WY">WY</option>
        </select>
      </div>
    </div>
    <div class="col-3">
      <div class="form-group" ng-class="errorClass(enroll.PostalCode);">
        <label class="control-label">Zip*</label>
        <input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" type="text" ng-model="data.PostalCode" name="PostalCode" pattern="\d{5}" required="">
      </div>
    </div>
  </div>
  <div class="has-error cheat-margin">
    <!-- ngIf: showError(enroll.City, 'required') -->
    <!-- ngIf: showError(enroll.StateProvince, 'required') -->
    <!-- ngIf: showError(enroll.PostalCode, 'required') -->
    <!-- ngIf: showError(enroll.PostalCode, 'pattern') -->
  </div>
  <div class="form-group">
    <label class="control-label">Date Of Birth*</label>
    <div class="form-row">
      <div class="col-4">
        <div class="form-group" ng-class="errorClass(enroll.DOB_Month);">
          <select class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-model="data.DOB_Month" name="DOB_Month" required="">
            <option value="">month</option>
            <option value="01">January</option>
            <option value="02">Februrary</option>
            <option value="03">March</option>
            <option value="04">April</option>
            <option value="05">May</option>
            <option value="06">June</option>
            <option value="07">July</option>
            <option value="08">August</option>
            <option value="09">September</option>
            <option value="10">October</option>
            <option value="11">November</option>
            <option value="12">December</option>
          </select>
        </div>
      </div>
      <div class="col-4">
        <div class="form-group" ng-class="errorClass(enroll.DOB_Day);">
          <select class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-model="data.DOB_Day" name="DOB_Day" required="">
            <option value="">day</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
        </div>
      </div>
      <div class="col-4">
        <div class="form-group" ng-class="errorClass(enroll.DOB_Year);">
          <select class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-model="data.DOB_Year" name="DOB_Year" required="">
            <option value="">year</option>
            <option value="1931">1931</option>
            <option value="1932">1932</option>
            <option value="1933">1933</option>
            <option value="1934">1934</option>
            <option value="1935">1935</option>
            <option value="1936">1936</option>
            <option value="1937">1937</option>
            <option value="1938">1938</option>
            <option value="1939">1939</option>
            <option value="1940">1940</option>
            <option value="1941">1941</option>
            <option value="1942">1942</option>
            <option value="1943">1943</option>
            <option value="1944">1944</option>
            <option value="1945">1945</option>
            <option value="1946">1946</option>
            <option value="1947">1947</option>
            <option value="1948">1948</option>
            <option value="1949">1949</option>
            <option value="1950">1950</option>
            <option value="1951">1951</option>
            <option value="1952">1952</option>
            <option value="1953">1953</option>
            <option value="1954">1954</option>
            <option value="1955">1955</option>
            <option value="1956">1956</option>
            <option value="1957">1957</option>
            <option value="1958">1958</option>
            <option value="1959">1959</option>
            <option value="1960">1960</option>
            <option value="1961">1961</option>
            <option value="1962">1962</option>
            <option value="1963">1963</option>
            <option value="1964">1964</option>
            <option value="1965">1965</option>
            <option value="1966">1966</option>
            <option value="1967">1967</option>
            <option value="1968">1968</option>
            <option value="1969">1969</option>
            <option value="1970">1970</option>
            <option value="1971">1971</option>
            <option value="1972">1972</option>
            <option value="1973">1973</option>
            <option value="1974">1974</option>
            <option value="1975">1975</option>
            <option value="1976">1976</option>
            <option value="1977">1977</option>
            <option value="1978">1978</option>
            <option value="1979">1979</option>
            <option value="1980">1980</option>
            <option value="1981">1981</option>
            <option value="1982">1982</option>
            <option value="1983">1983</option>
            <option value="1984">1984</option>
            <option value="1985">1985</option>
            <option value="1986">1986</option>
            <option value="1987">1987</option>
            <option value="1988">1988</option>
            <option value="1989">1989</option>
            <option value="1990">1990</option>
            <option value="1991">1991</option>
            <option value="1992">1992</option>
            <option value="1993">1993</option>
            <option value="1994">1994</option>
            <option value="1995">1995</option>
            <option value="1996">1996</option>
            <option value="1997">1997</option>
            <option value="1998">1998</option>
            <option value="1999">1999</option>
            <option value="2000">2000</option>
            <option value="2001">2001</option>
            <option value="2002">2002</option>
            <option value="2003">2003</option>
            <option value="2004">2004</option>
            <option value="2005">2005</option>
            <option value="2006">2006</option>
            <option value="2007">2007</option>
            <option value="2008">2008</option>
            <option value="2009">2009</option>
            <option value="2010">2010</option>
            <option value="2011">2011</option>
            <option value="2012">2012</option>
            <option value="2013">2013</option>
            <option value="2014">2014</option>
            <option value="2015">2015</option>
            <option value="2016">2016</option>
            <option value="2017">2017</option>
            <option value="2018">2018</option>
            <option value="2019">2019</option>
            <option value="2020">2020</option>
            <option value="2021">2021</option>
            <option value="2022">2022</option>
            <option value="2023">2023</option>
            <option value="2024">2024</option>
          </select>
        </div>
      </div>
    </div>
    <div class="has-error cheat-margin">
      <!-- ngIf: showError(enroll.DOB_Month, 'required') -->
      <!-- ngIf: showError(enroll.DOB_Day, 'required') -->
      <!-- ngIf: showError(enroll.DOB_Year, 'required') -->
    </div>
  </div>
  <div class="form-group" ng-class="errorClass(enroll.terms);">
    <div class="checkbox">
      <label>
        <input type="checkbox" name="terms" ng-model="enrollnt_terms" required="" class="ng-pristine ng-untouched ng-invalid ng-invalid-required">
        <p class="small"> By clicking this checkbox, I am providing my electronic signature confirming my agreement that: The information I provided above to enroll in the plan is true and complete to the best of my knowledge. The plan will not
          become effective until my initial monthly payment is received by Coverdell &amp; Company, Inc., the customer service provider. The <a href="/terms-of-site-use" target="_blank">Terms of Site Use </a> and
          <a href="/privacy-policy" target="_BLANK">Privacy Policy</a> will apply to my enrollment in the plan. I may be contacted at the telephone number(s) I provided above regarding the plan and/or other product and service offers using automated
          technology. Consent to receiving such calls is not required as a condition to enrolling in the plan and I may revoke my consent at any time as set forth in the <a href="/privacy-policy" target="_BLANK">Privacy Policy</a>. </p>
      </label>
    </div>
    <!-- ngIf: showError(enroll.terms, 'required') -->
  </div>
  <!-- ngIf: globalError != '' -->
  <button type="button" ng-disabled="thinking" ng-click="trial()" class="get_card block checkout_buttons full">
    <!-- ngIf: !thinking --><span ng-if="!thinking" class="ng-scope"><strong>Continue to Checkout</strong></span><!-- end ngIf: !thinking -->
    <!-- ngIf: thinking -->
  </button>
  <p class="fine-print">30 Day Money Back Guarantee. Consultations through Carefree M.D. are not available in Washington. </p>
  <p class="fine-print"> MyTelemedicine does not prescribe DEA controlled substances, lifestyle drugs, and certain other drugs which may be harmful because of their potential for abuse. MyTelemedicine does not guarantee that a prescription will be
    written. MyTelemedicine physicians reserve the right to deny care for potential misuse of services. </p>
</form>

Name: mop

<form class="signinup_form ng-pristine ng-invalid ng-invalid-required ng-invalid-card-expiry ng-invalid-card-cvc ng-valid-pattern ng-hide" name="mop" novalidate="" ng-show="step == 'mop'">
  <h3><span>Step 2 of 2: </span>Unlock your access for $17.95</h3>
  <div class="form-row">
    <div class="col-6">
      <div class="form-group" ng-class="errorClass(mop.number);">
        <label class="control-label">Credit Card Number*</label>
        <input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" type="text" ng-model="payment_info.number" name="number" required="" restrict-numeric="" card-number-validator="" card-number-formatter=""
          card-type="payment_info.card_type">
      </div>
    </div>
    <div class="col-3">
      <div class="form-group" ng-class="errorClass(mop.exp_date);">
        <label class="control-label">Exp Date*</label>
        <input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-card-expiry ng-invalid-required" type="text" ng-model="payment_info.exp_date" name="exp_date" restrict-numeric="" card-expiry-validator="" card-expiry-formatter=""
          required="">
      </div>
    </div>
    <div class="col-3">
      <div class="form-group" ng-class="errorClass(mop.cvv);">
        <label class="control-label">CVV*</label>
        <input class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-card-cvc ng-invalid-required" type="text" ng-model="payment_info.cvv" name="cvv" restrict-numeric="" card-cvc-validator="" card-cvc-formatter="" required="">
      </div>
    </div>
  </div>
  <div class="form-group" style="display: none">
    <label class="control-label">Credit Card Type*</label>
    <input class="form-control ng-pristine ng-untouched ng-valid ng-valid-pattern" type="text" ng-model="payment_info.card_type" pattern="(visa|amex|mastercard|discover)" name="card_type">
  </div>
  <div class="has-error cheat-margin">
    <!-- ngIf: showError(mop.number, 'required') -->
    <!-- ngIf: showError(mop.number, 'parse') -->
    <!-- ngIf: showError(mop.exp_date, 'required') -->
    <!-- ngIf: showError(mop.exp_date, 'parse') -->
    <!-- ngIf: showError(mop.card_type, 'pattern') -->
    <!-- ngIf: showError(mop.cvv, 'parse') -->
    <!-- ngIf: showError(mop.cvv, 'required') -->
  </div>
  <div class="horizontal-images margin cards">
    <div>
      <img src="/images/buy_today/visa.png" alt="buy_today/visa.png" ng-class="cardClass('visa')" class="card">
    </div>
    <div>
      <img src="/images/buy_today/americanexpress.png" alt="buy_today/americanexpress.png" ng-class="cardClass('amex')" class="card">
    </div>
    <div>
      <img src="/images/buy_today/mastercard.png" alt="buy_today/mastercard.png" ng-class="cardClass('mastercard')" class="card">
    </div>
    <div>
      <img src="/images/buy_today/discover.png" alt="buy_today/discover.png" ng-class="cardClass('discover')" class="card">
    </div>
  </div>
  <div class="form-group" ng-class="{'has-error': displayErrors &amp;&amp; !terms}">
    <div class="checkbox">
      <label>
        <input type="checkbox" ng-model="terms" name="terms" required="" class="ng-pristine ng-untouched ng-invalid ng-invalid-required">
        <p class="small"> When I click on the button below, I agree to start my Carefree M.D. membership and pay the membership fee each month that I remain a member, and that clicking is my electronic signature accepting the
          <a href="/membership-agreement" target="_BLANK">Terms and Conditions</a>, acknowledging receipt of the <a href="/terms-of-site-use" target="_blank">Terms of Site Use </a>and <a href="/privacy-policy" target="_BLANK">Privacy Policy</a> and
          agreeing to same.</p>
      </label>
    </div>
    <!-- ngIf: displayErrors && !terms -->
  </div>
  <!-- ngIf: globalError != '' -->
  <p>
    <button type="button" ng-disabled="thinking" ng-click="mop_append()" class="get_card block checkout_buttons full">
      <!-- ngIf: !thinking --><span ng-if="!thinking" class="ng-scope"><strong>I Agree! Activate my Membership!</strong></span><!-- end ngIf: !thinking -->
      <!-- ngIf: thinking -->
    </button>
  </p>
  <p class="fine-print">30 Day Money Back Guarantee. Consultations through Carefree M.D. are not available in Washington. </p>
  <p class="fine-print"> MyTelemedicine does not prescribe DEA controlled substances, lifestyle drugs, and certain other drugs which may be harmful because of their potential for abuse. MyTelemedicine does not guarantee that a prescription will be
    written. MyTelemedicine physicians reserve the right to deny care for potential misuse of services. </p>
</form>

Text Content

NEED A DOCTOR NOW? TALK TO A DOCTOR TODAY WITHOUT LEAVING YOUR HOME!


STEP 1 OF 2: PROVIDE YOUR INFORMATION.

First Name*
Last Name*
Email Address*
Phone Number*
Address*
Address 2
City*
State* AL AK AR AZ CA CO CT DC DE FL GA HI IA ID IL IN KS KY LA MA MD ME MI MN
MO MS MT NC NE NH NJ NM NV NY ND OH OK OR PA RI SC SD TN TX UT VT VA WA WI WV WY
Zip*

Date Of Birth*
month January Februrary March April May June July August September October
November December
day 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
29 30 31
year 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961
1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024


By clicking this checkbox, I am providing my electronic signature confirming my
agreement that: The information I provided above to enroll in the plan is true
and complete to the best of my knowledge. The plan will not become effective
until my initial monthly payment is received by Coverdell & Company, Inc., the
customer service provider. The Terms of Site Use and Privacy Policy will apply
to my enrollment in the plan. I may be contacted at the telephone number(s) I
provided above regarding the plan and/or other product and service offers using
automated technology. Consent to receiving such calls is not required as a
condition to enrolling in the plan and I may revoke my consent at any time as
set forth in the Privacy Policy.

Continue to Checkout

30 Day Money Back Guarantee. Consultations through Carefree M.D. are not
available in Washington.

MyTelemedicine does not prescribe DEA controlled substances, lifestyle drugs,
and certain other drugs which may be harmful because of their potential for
abuse. MyTelemedicine does not guarantee that a prescription will be written.
MyTelemedicine physicians reserve the right to deny care for potential misuse of
services.


STEP 2 OF 2: UNLOCK YOUR ACCESS FOR $17.95

Credit Card Number*
Exp Date*
CVV*
Credit Card Type*



When I click on the button below, I agree to start my Carefree M.D. membership
and pay the membership fee each month that I remain a member, and that clicking
is my electronic signature accepting the Terms and Conditions, acknowledging
receipt of the Terms of Site Use and Privacy Policy and agreeing to same.

I Agree! Activate my Membership!

30 Day Money Back Guarantee. Consultations through Carefree M.D. are not
available in Washington.

MyTelemedicine does not prescribe DEA controlled substances, lifestyle drugs,
and certain other drugs which may be harmful because of their potential for
abuse. MyTelemedicine does not guarantee that a prescription will be written.
MyTelemedicine physicians reserve the right to deny care for potential misuse of
services.


THANK YOU

You are now a Carefree MD member! Your wellness is our only goal. Our team is
ready to help you find a faster. easier solution to your medical problems
without leaving your home or office. We are here for you 24 hours a day, 365
days a year.

Please check your email or mail for your Carefree M.D. benefit information. Once
you receive it, if you have any questions please call 1-888-838-4078, Monday -
Friday 8:00 AM - 5:00 PM CST.

To get started, click the Log In button below and follow the instructions
provided.

Log In


NEED A DOCTOR NOW? TALK TO A DOCTOR TODAY WITHOUT LEAVING YOUR HOME!



Once we receive your first payment, you can set up your account and schedule
your first doctor consultation by phone or online - in just minutes.

 * Just $17.95/month, one card works for your entire household
 * Unlimited 24/7 access to board-certified doctors
 * No paperwork or waiting - You can use it today
 * Month-to-month service with no contracts




THE EASIEST (AND FASTEST) WAY TO SEE A DOCTOR


WORRIED ABOUT THE CORONA VIRUS (COVID-19)? CALL US TODAY!


 * REQUEST AN APPOINTMENT
   
   
   REQUEST AN APPOINTMENT
   
   
   SCHEDULE AN APPOINTMENT ANYTIME
   
   Once you've registered your account online, you can log into the site and
   choose a date and time that works for you. You'll receive a call or video*
   visit from a doctor in under 30 minutes, on average
   
   
   24/7 MEDICAL TREATMENT
   
   Work during the day? Busy schedule? No worries. Our doctors are ready to
   assist you. 24 hours a day. 7 Days a week. 365 Days a year.
   
   Talk To a Doctor Now
   *Idaho and Delaware only allow video consultations. The state of Arkansas
   offers an initial video visit and the member may choose phone or video for
   subsequent visits.


 * SPEAK WITH A DOCTOR
   
   
   SPEAK WITH A DOCTOR
   
   
   SPEAK WITH A BOARD-CERTIFIED DOCTOR
   
   Using your phone or computer, you can speak to a doctor who can evaluate,
   diagnose, and prescribe medication when medically necessary - all from the
   privacy of your home or office!
   
   
   NO TIME LIMITS
   
   Most only take about 10 minutes. But don't feel rushed. Take your time to get
   the treatment and assurance you need.
   
   Talk To a Doctor Now
   *Idaho and Delaware only allow video consultations. The state of Arkansas
   offers an initial video visit and the member may choose phone or video for
   subsequent visits.


 * GET AN EFFECTIVE TREATMENT PLAN
   
   
   GET AN EFFECTIVE TREATMENT PLAN
   
   
   SCHEDULE AN APPOINTMENT ANYTIME
   
   Once you've registered your account online, you can log into the site and
   choose a date and time that works for you. You'll receive a call or video*
   visit from a doctor in under 30 minutes, on average
   
   
   EVENINGS AND WEEKENDS
   
   Do you work during the day? No problem. Our doctors can assist you day or
   night - 24 hours a day/ 7 days a week/ 365 days a year.
   
   Talk To a Doctor Now
   *Idaho and Delaware only allow video consultations. The state of Arkansas
   offers an initial video visit and the member may choose phone or video for
   subsequent visits.


NEED CARE RIGHT NOW?

*Idaho and Delaware only allow video consultations. The state of Arkansas offers
an initial video visit and the member may choose phone or video for subsequent
visits.

Chat with a doctor over voice or video*, day or night, and get the care you need
for your entire household. With Carefree M.D., there are no limits to how long
or how often you call.


WORRIED ABOUT THE CORONA VIRUS (COVID-19)? CALL US TODAY!

Some common problems your Doctor-On-Call can help you with include:

 * Allergies
 * Headaches
 * Rashes
 * Small Wounds
 * Skin Inflammations
 * Sinus Conditions
 * Bronchitis
 * Respiratory Infections

 * Fever
 * Pink Eye
 * Flu
 * Asthma
 * Heartburn
 * Sports Injuries
 * Sore Throat
 * Nausea

Talk To a Doctor Now



GETTING BETTER JUST GOT EASIER — MAKE YOUR NEXT DOCTOR VISIT CAREFREE

No more long waits or taking time off work. You can log into your account and
visit with a doctor anytime that's convenient for you.

Avoid costly office visits or non-emergency ER visits. With Carefree M.D., there
are no bills.

Traveling for work? On vacation? Difficult to schedule an in-person visit? Now
you can get access to top-notch healthcare no matter where you are!

Talk To a Doctor Now

© 2024 Carefree M.D. All rights reserved. Terms and conditions, features,
support, pricing, and service options subject to change without notice.

MyTelemedicine does not prescribe DEA controlled substances, lifestyle drugs,
and certain other drugs which may be harmful because of their potential for
abuse. MyTelemedicine does not guarantee that a prescription will be written.
MyTelemedicine physicians reserve the right to deny care for potential misuse of
services.

Disclosure. Carefree M.D. is NOT insurance. Consultations through Carefree M.D.
are not available in Washington. Idaho and Delaware only allow video
consultations. The state of Arkansas offers an initial video visit and the
member may choose phone or video for subsequent visits. For a complete listing
of pharmacy providers in your area, please click here. Carefree M.D. customer
service is provided by Coverdell & Company, Inc., 2850 W. Golf Road, Rolling
Meadows, IL , 1-888-838-4078. You have the right to cancel this plan within 30
days of the effective date for a full refund of fees paid.