beepermd.com Open in urlscan Pro
34.230.199.94  Public Scan

Submitted URL: http://beepermd.com/
Effective URL: https://beepermd.com/
Submission: On April 22 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: patientWithAppointmentCreateForm

<form name="patientWithAppointmentCreateForm" id="patientWithAppointmentCreateForm" novalidate="novalidate">
  <fieldset>
    <div class="formMessage error"></div>
    <div id="mainMemberDetailsSection" class="form-step" style="display:block">
      <div class="bookingform_step1">
        <div class="row">
          <div class="col-md-12 pl0">
            <div class="hdr">
              <div class="row">
                <div class="col-md-8">
                  <h1>Schedule Your Appointment</h1>
                  <h2><strong>Need some help?</strong><br>Call us and we will fill everything out for you.</h2>
                </div>
                <div class="col-md-4 text-right text-md-left">
                  <!-- <button type="submit" class="btn btn-primary callbtntop mt-3"><i></i> 1-866-550-2212</button>	 -->
                  <p class="onlyavail mt-md-1">Only Available 7AM - 8PM</p>
                  <a href="tel:1-866-929-2691" class="bm-btn callbtntop mt-3 text-white "><i class="fa fa-phone mr-2" style="font-size: 16px;"></i>1-866-929-2691</a>
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-12">
            <div class="formright">
              <div class="formhdr">
                <div class="row">
                  <div class="col-md-6 col-lg-7">
                    <div class="steps">
                      <ul>
                        <li><span class="circle selected"></span></li>
                        <li><span class="circle"></span></li>
                        <li><span class="circle"></span></li>
                      </ul>
                    </div>
                    <h1>Appointment Details</h1>
                  </div>
                  <div class="col-md-6 col-lg-5">
                    <div class="couponcode">
                      <p>If you have a group/coupon code </p>
                      <div class="form-row" id="groupCodeContainer">
                        <div class="form-group col-sm-8 col-md-8">
                          <input type="text" id="groupCode" name="groupCode" class="form-control" autocomplete="none" placeholder="Enter code here">
                        </div>
                        <div class="form-group col-sm-4 col-md-4">
                          <button type="button" role="button" class="btn btn-primary applybtn" id="groupCodeApplyButton" onclick="checkGroupCode()">Apply</button>
                        </div>
                      </div>
                      <div style="/* width:20px; */display: flex;text-align: right;justify-content: space-between;" class="form-row">
                        <div style="display:none" id="groupCodeStatusContainer"></div>
                        <!-- <img class="loaderForGroupCode" src="assets/img-temp/ajax-loader_whiteBG.gif"> -->
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <input type="hidden" id="id" name="id" value="">
              <input type="hidden" id="familyId" name="familyId" value="">
              <div class="formmain">
                <div class="label">
                  <h1>Enter Appointment Address<span class="custom-red">*</span></h1>
                  <div class="form-row">
                    <div class="form-group col-8">
                      <input id="latitude" name="latitude" type="hidden" value="">
                      <input id="longitude" name="longitude" type="hidden" value="">
                      <input type="text" id="address" name="address" class="form-control groupCodeField" placeholder="Requested Testing Address">
                    </div>
                    <div class="form-group col-4 col-sm-4 col-md-4  ">
                      <input type="text" id="apartmentDetails" name="apartmentDetails" class="form-control groupCodeField" placeholder="Apt./Room #">
                    </div>
                    <div class="form-group col-md-4 col-sm-4 col-4">
                      <input type="text" id="city" name="city" class="form-control groupCodeField" placeholder="City">
                    </div>
                    <div class="form-group col-md-4 col-sm-4 col-4">
                      <select name="state" id="state" class="form-control groupCodeField stateDropDown nice-select">
                        <option value="">Select State</option>
                        <option value="AL">Alabama</option>
                        <option value="AK">Alaska</option>
                        <option value="AZ">Arizona</option>
                        <option value="AR">Arkansas</option>
                        <option value="CA">California</option>
                        <option value="CO">Colorado</option>
                        <option value="CT">Connecticut</option>
                        <option value="DE">Delaware</option>
                        <option value="FL">Florida</option>
                        <option value="GA">Georgia</option>
                        <option value="HI">Hawaii</option>
                        <option value="ID">Idaho</option>
                        <option value="IL">Illinois</option>
                        <option value="IN">Indiana</option>
                        <option value="IA">Iowa</option>
                        <option value="KS">Kansas</option>
                        <option value="KY">Kentucky</option>
                        <option value="LA">Louisiana</option>
                        <option value="ME">Maine</option>
                        <option value="MD">Maryland</option>
                        <option value="MA">Massachusetts</option>
                        <option value="MI">Michigan</option>
                        <option value="MN">Minnesota</option>
                        <option value="MS">Mississippi</option>
                        <option value="MO">Missouri</option>
                        <option value="MT">Montana</option>
                        <option value="NE">Nebraska</option>
                        <option value="NV">Nevada</option>
                        <option value="NH">New Hampshire</option>
                        <option value="NJ">New Jersey</option>
                        <option value="NM">New Mexico</option>
                        <option value="NY">New York</option>
                        <option value="NC">North Carolina</option>
                        <option value="ND">North Dakota</option>
                        <option value="OH">Ohio</option>
                        <option value="OK">Oklahoma</option>
                        <option value="OR">Oregon</option>
                        <option value="PA">Pennsylvania</option>
                        <option value="RI">Rhode Island</option>
                        <option value="SC">South Carolina</option>
                        <option value="SD">South Dakota</option>
                        <option value="TN">Tennessee</option>
                        <option value="TX">Texas</option>
                        <option value="UT">Utah</option>
                        <option value="VT">Vermont</option>
                        <option value="VA">Virginia</option>
                        <option value="WA">Washington</option>
                        <option value="WV">West Virginia</option>
                        <option value="WI">Wisconsin</option>
                        <option value="WY">Wyoming</option>
                      </select>
                    </div>
                    <div class="form-group col-md-4 col-sm-4 col-4">
                      <input type="text" id="zip" name="zip" class="form-control groupCodeField" placeholder="Zip Code">
                    </div>
                    <div class="col-12" id="addressValidation" style="display:none">
                      <div class="form-group validationWarning"> It seems the address entered is invalid. </div>
                    </div>
                    <div class="col-12 notServeAddressError" style="display:none" id="notServeAddressError">
                      <div class="form-group notServingAdddressError" id="messageContainer">
                      </div>
                    </div>
                  </div>
                  <h1 id="pickDateAndTimeHeading">Pick a date and time of your appointment<span class="custom-red">*</span></h1>
                  <h1 id="pickDateHeading" style="display:none;">Pick a date of your appointment<span class="custom-red">*</span></h1>
                  <div class="form-row" id="dateAndWimdowAndTimeOption">
                    <div class="form-group col-md-4 col-sm-12 col-12 scheduledDateInputDiv">
                      <div class="input-group" id="dateAppointmentContinaer">
                        <input type="text" id="actualScheduledDate" name="actualScheduledDate" class="form-control groupCodeField actualScheduledDateClass hasDatepicker" autocomplete="off" placeholder="Select Date">
                        <div class="input-group-append">
                          <span class="input-group-text showDatePickerScheduledDate" id="basic-addon2"><img src="img/calender_ico.png" width="13" height="14" alt=""></span>
                        </div>
                      </div>
                      <div id="actualScheduledDateError"></div>
                    </div>
                    <div class="col-12 notServeAddressError" style="display:none" id="notServeAddressErrorMobileView">
                      <div class="form-group notServingAdddressError" id="messageContainer">
                      </div>
                    </div>
                    <div class="form-group col-md-4 col-sm-12 col-12 windowSlotSelectDiv">
                      <select name="windowSlot" id="windowSlot" class="form-control groupCodeField nice-select windowSlotClass">
                        <option value="240" selected="selected">4 hours window</option>
                        <option value="120">2 hours window</option>
                        <option value="60">1 hour window</option>
                        <option value="30">Specific time</option>
                      </select>
                    </div>
                    <div class="form-group col-md-4 col-sm-12 col-12 availableTimeSelectDiv">
                      <div class="dropdown">
                        <div class="form-control nice-select custom-dropdown-window openWindowsMenuClass" data-toggle="dropdown" id="openWindowsMenu" name="openWindowsMenu">
                          <div class="selectedText">Select Available Time </div>
                          <div class="input-group-append">
                            <span class="input-group-text"><img src="img/time_ico.png" width="13" height="14" alt=""></span>
                          </div>
                        </div>
                        <ul class="dropdown-menu dropdown-menu-right openWindows windowBox p-0" role="menu" aria-labelledby="openWindowsMenu">
                        </ul>
                      </div>
                      <div id="openWindowsMenuError" class="error appointmentTimeErrorClass"></div>
                    </div>
                  </div>
                  <div class="form-row" id="onlyDateOption" style="display:none;">
                    <div class="form-group col-md-6 col-sm-12 col-12">
                      <div class="input-group" id="dateAppointmentContinaer">
                        <input type="text" id="actualScheduledDate_hidden" name="actualScheduledDate_hidden" class="form-control groupCodeField actualScheduledDateClass" autocomplete="off" placeholder="Select Date">
                        <div class="input-group-append">
                          <span class="input-group-text showDatePickerScheduledDate" id="basic-addon2"><img src="img/calender_ico.png" width="13" height="14" alt=""></span>
                        </div>
                      </div>
                      <div id="actualScheduledDateError"></div>
                    </div>
                  </div>
                  <div class="col-12 px-0 notServeAddressError" id="notServeAddressErrorWithDate" style="display:none">
                    <div class="form-group notServingAdddressError" id="messageContainer">
                    </div>
                  </div>
                  <div id="testingLocationDiv" style="display: none;">
                    <h1>Select Testing Location</h1>
                    <div class="form-row testinglocationbx">
                      <div class="form-group col-md-6 col-lg-6 col-xl-6" id="homeLocationDiv">
                        <div class="custom-control custom-radio pl-0">
                          <input type="radio" name="testLocation" id="homeLocation" class="custom-control-input fixedLocationOption" value="HOME" checked="checked">
                          <label class="custom-control-label" for="homeLocation">At Your Home</label>
                        </div>
                      </div>
                      <div class="form-group col-md-6 col-lg-6 col-xl-6">
                        <div class="custom-control custom-radio pl-0">
                          <input type="radio" name="testLocation" id="fixedLocation" class="custom-control-input fixedLocationOption" value="FIXED_LOCATION">
                          <label class="custom-control-label" for="fixedLocation">At Our Testing Location</label>
                        </div>
                      </div>
                    </div>
                    <div class="form-row testinglocationbx" id="homeLocationDropdpwnOptions" style="">
                      <div class="form-group col-md-6 col-lg-6 col-xl-6 windowSlotSelectDiv">
                        <select name="windowSlot_hidden" id="windowSlot_hidden" class="form-control groupCodeField nice-select windowSlotClass">
                          <option value="240" selected="selected">4 hours window</option>
                          <option value="120">2 hours window</option>
                          <option value="60">1 hour window</option>
                          <option value="30">Specific time</option>
                        </select>
                      </div>
                      <div class="form-group col-md-6 col-lg-6 col-xl-6">
                        <div class="dropdown">
                          <div class="form-control nice-select custom-dropdown-window openWindowsMenuClass" data-toggle="dropdown" id="openWindowsMenu_hidden" name="openWindowsMenu_hidden">
                            <div class="selectedText">Select Available Time </div>
                            <div class="input-group-append">
                              <span class="input-group-text"><img src="img/time_ico.png" width="13" height="14" alt=""></span>
                            </div>
                          </div>
                          <ul class="dropdown-menu openWindows windowBox p-0" role="menu" aria-labelledby="openWindowsMenu">
                          </ul>
                        </div>
                        <div id="openWindowsMenuError" class="error appointmentTimeErrorClass"></div>
                      </div>
                    </div>
                    <div class="form-row testinglocationbx" id="fixedLocationDropdownOptions" style="display:none;">
                      <div class="form-group col-md-4 col-lg-4 col-xl-4 mb-xl-0 selectLocation">
                        <div class="dropdown">
                          <div class="form-control nice-select dropdown-toggle" id="fixedLocationMenu" name="fixedLocationMenu" data-toggle="dropdown" style="height: 35px !important;">Select Location</div>
                          <ul class="dropdown-menu fixedLocations p-0 " role="menu" aria-labelledby="fixedLocationMenu"></ul>
                        </div>
                        <div id="fixedLocationError" class="error"></div>
                      </div>
                      <div class="form-group col-md-4 col-lg-4 col-xl-4 mb-xl-0 selectLocation">
                        <div class="dropdown">
                          <div class="form-control nice-select dropdown-toggle" id="fixedLocationSlotMenu" name="fixedLocationSlotMenu" data-toggle="dropdown" style="height: 35px !important;">Select Slot</div>
                          <ul class="dropdown-menu fixedLocationsSlots fixedLocationsSlotsBox p-0 " role="menu" aria-labelledby="fixedLocationSlotMenu"></ul>
                        </div>
                      </div>
                      <div class="form-group col-md-4 col-lg-4 col-xl-4 mb-xl-0 selectLocation">
                        <div class="dropdown">
                          <div class="form-control nice-select dropdown-toggle" id="fixedLocationAppointmentTimeMenu" name="fixedLocationAppointmentTimeMenu" data-toggle="dropdown" style="height: 35px !important;">Select Time</div>
                          <ul class="dropdown-menu dropdown-menu-right fixedLocationsAppointmentTime fixedLocationsAppointmentTimeBox p-0 " role="menu" aria-labelledby="fixedLocationAppointmentTimeMenu">
                          </ul>
                        </div>
                        <div id="fixedLocationAppointmentTimeMenuError" class="error appointmentTimeErrorClass"></div>
                      </div>
                      <div class="form-group col-md-12 col-lg-12 col-xl-12 text-xl-left">
                      </div>
                    </div>
                  </div>
                  <div id="selectRecurringDiv" class="first-form-container">
                    <h1>Select Recurring</h1>
                    <div class="form-row">
                      <div class="form-group col-md-6 recurringType">
                        <select name="recurringTypes" id="recurringTypes" class="form-control nice-select customRecuringField">
                          <option value="" selected="selected">Does not repeat</option>
                          <option value="WEEKLY">Repeating Weekly</option>
                          <option value="BI-WEEKLY">Repeating Bi-Weekly</option>
                          <option value="MONTHLY">Repeating Monthly</option>
                        </select>
                      </div>
                      <div class="col-6 col-sm-6 col-md-3" id="tillDateContiner" style="display:none;position: relative">
                        <div class="form-group">
                          <label for="tillDate">Ends On * </label>
                          <input type="hidden" id="tillDate" name="tillDate" class="form-control groupCodeField hasDatepicker" autocomplete="off" placeholder="Enter end Date">
                        </div>
                      </div>
                    </div>
                  </div>
                  <div class="hidden-element">
                    <div class="form-group actualScheduledTime">
                      <label for="actualScheduledTime"> Time <span class="custom-red">*</span> </label>
                      <input type="text" id="actualScheduledTime" name="actualScheduledTime" class="form-control groupCodeField" autocomplete="off" placeholder="hh:mm a">
                    </div>
                  </div>
                  <div class="col-6 col-sm-6 col-md-3" id="tillDateContiner" style="display:none;position: relative">
                    <div class="form-group">
                      <label for="tillDate">Ends On * </label>
                      <input type="hidden" id="tillDate" name="tillDate" class="form-control groupCodeField hasDatepicker" autocomplete="off" placeholder="Enter end Date">
                    </div>
                  </div>
                  <h1 class="first-form-container">Any important notes for us?</h1>
                  <div class="form-row first-form-container">
                    <div class="form-group col-md-12">
                      <textarea id="entranceNote" name="entranceNote" class="form-control notes-form-control" rows="2"
                        placeholder="What information does BeeperMD need to gain access to your home or office? e.g. gate/door code, parking instructions, security, etc."></textarea>
                    </div>
                  </div>
                  <div class="form-row mb-4 first-form-container" id="parkinkFeeContianer">
                    <div class="parking d-flex">
                      <div class="parkico d-flex justify-content-center align-items-center"><img src="img/parking_ico.png" width="22" height="29" alt=""></div>
                      <div class="form-group parkinglabel ">
                        <div class="custom-control custom-checkbox">
                          <input type="checkbox" name="parkingFeeEnabled" id="parkingFeeEnabled" value="Covid-19 PCR Screening" class="custom-control-input covidType">
                          <label class="custom-control-label" for="parkingFeeEnabled">Please check,<br><span>if you are in a building with parking fees, $<span id="parkingFeeAmount" style="display: contents;">20</span> will be passed along to you
                              with no markup.</span></label>
                        </div>
                      </div>
                    </div>
                  </div>
                  <div class="form-row first-form-container">
                    <div class="form-group col-md-12 text-center">
                      <button type="button" class="btn btn-secondary btn-lg nextbtn" role="button" onclick="nextStep('MEMBER_SECTION')">Next</button>
                      <div class="d-inline-block" style="width:30px">
                        <img class="loader" src="assets/img-temp/ajax-loader_whiteBG.gif">
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div id="membersSection" class="form-step">
      <!--  desktop total Amaount -->
      <div class="amountbx billing-section">
        <div class="moneyicon"><img src="img/money.png" width="97" height="97" alt=""></div>
        <div class="row">
          <div class="col-md-12">
            <div class="amountbxhdr">
              <h1>Total Amount</h1>
            </div>
            <div class="amountbxin">
              <div class="amounthead">
                <div class="row">
                  <div class="col-md-8">
                    <h3>You need to pay</h3>
                  </div>
                  <div class="col-md-4 text-right paymentAmount">$0</div>
                </div>
              </div>
              <div class="amountdetails extraFeesContainer"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="bookingform_step1" id="bkstep2">
        <div class="row">
          <div class="col-md-12 pl0">
            <div class="hdr">
              <div class="row">
                <div class="col-md-8">
                  <h1>Schedule Your Appointment</h1>
                  <h2><strong>Need some help?</strong><br>Call us and we will fill everything out for you.</h2>
                </div>
                <div class="col-md-4 text-right text-md-left">
                  <p class="onlyavail">Only Available 7AM - 8PM</p>
                  <a href="tel:1-866-929-2691" class="bm-btn callbtntop mt-3 text-white "><i class="fa fa-phone mr-2" style="font-size: 16px;"></i>1-866-929-2691</a>
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-12">
            <div class="formright">
              <div class="formhdr">
                <div class="row">
                  <div class="col-md-12">
                    <div class="steps">
                      <ul>
                        <li><span class="circle selected"></span></li>
                        <li><span class="circle selected"></span></li>
                        <li><span class="circle"></span></li>
                      </ul>
                    </div>
                    <h1>Primary Patient<span class="custom-red">*</span></h1>
                    <p class="mt5n">(Same day PCR + travel insurance is $35. Book 2 or more people for FREE same day appointments without travel insurance)</p>
                  </div>
                  <div class="col-md-8">
                    <p class="smalltxt2">If you are already registered, click on the returning patients button and load the details of your account.</p>
                  </div>
                  <div class="col-md-4 pl0 text-right mt-auto">
                    <button type="button" class="btn btn-secondary btn-lg returingbtn " onclick="showPatientSearchModal()"><strong><img src="img/return_arw.png" width="19" height="17" alt=""></strong>Returing Patients<br><span>Click
                        Here</span></button>
                  </div>
                  <div class="col pl0 text-right" id="removePrimaryContact" style="display:none">
                    <button type="button" class="btn btn-sm removebtn" onclick="removePrimaryContact()" style="margin: 0px 0 12px 0 !important;"><span><img src="img/remove_ico.png" width="13" height="14" alt=""></span>Remove</button>
                  </div>
                </div>
              </div>
              <div class="formmain">
                <div id="mainPatientContainer">
                  <div class="form-row">
                    <div class="form-group col-6">
                      <input type="text" id="firstName" name="firstName" class="form-control" placeholder="First Name">
                    </div>
                    <div class="form-group col-6">
                      <input type="text" id="lastName" name="lastName" class="form-control" placeholder="Last Name">
                    </div>
                    <div class="form-group col-6">
                      <select name="gender" class="form-control nice-select">
                        <option value="">Select Gender</option>
                        <option value="MALE">Male</option>
                        <option value="FEMALE">Female</option>
                        <option value="OTHER">Other</option>
                      </select>
                    </div>
                    <div class="form-group col-6">
                      <div class="input-group dobCalendar">
                        <input type="text" id="dob" name="dob" class="form-control date-picker hasDatepicker" placeholder="DOB" autocomplete="off" style="width: 100%;">
                        <div class="input-group-append">
                          <span class="input-group-text showDatePickerPatientDob" id="basic-addon2"><img src="img/calender_ico.png" width="13" height="14" alt=""></span>
                        </div>
                      </div>
                      <!-- <div id="dobError"></div> -->
                    </div>
                    <div class="form-group col-md-6 col-sm-12 col-12">
                      <div class="input-group cellphone">
                        <input type="text" id="phone" name="phone" class="form-control phoneNumber" placeholder="Cell Phone" style="width: 100%;" maxlength="14">
                        <div class="input-group-append">
                          <span
                            class="input-group-text"><i class="fa fa-info-circle color-primary pl-1" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="" data-original-title="For Appointment Confirmations &amp; Reminders"></i></span>
                        </div>
                      </div>
                      <!-- <div id="phoneError"></div> -->
                      <div id="phoneValidationError" class="validationWarning mt-2" style="display:none">It seems the number entered is invalid.</div>
                    </div>
                    <div class="form-group col-md-6 col-sm-12 col-12">
                      <div class="input-group">
                        <input type="email" id="email" name="email" class="form-control" placeholder="Email" style="width: 100%;">
                      </div>
                      <div class="input-group-append">
                        <span
                          class="input-group-text"><i class="fa fa-info-circle color-primary pl-1" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="" data-original-title="This is where your test results will be sent"></i></span>
                      </div>
                      <!-- <div id="emailError"></div> -->
                    </div>
                    <div class="form-group col-md-12">
                      <div class="custom-control custom-checkbox">
                        <input type="checkbox" name="tcpaConcent" id="tcpaConcent" class="custom-control-input" checked="">
                        <label class="custom-control-label" for="tcpaConcent"> Check if you wish to receive notifications from us regarding your appointment </label>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="formhdr mt-1 memebersExistSection">
                  <div class="row">
                    <div class="col-md-7">
                      <h1>Additional Patients</h1>
                      <p class="mt5n mb-0">Please Complete the form for each person being tested.</p>
                    </div>
                    <!--  <div class="col-md-5 text-right">
				                                                          <button type="button" class="btn btn-sm removebtn mt-5"><span><img src="img/remove_ico.png" width="13" height="14" alt=""/></span>Remove</button>
				                                                      </div> -->
                  </div>
                </div>
                <div id="membersContainer"></div>
                <div class="form-row">
                  <div class="col-md-12">
                    <div class="form-group  text-left">
                      <div class="d-inline-block" id="addMember" onclick="addMember()">
                        <button type="button" class="btn btn-secondary btn-lg addpatientbtnnew mr-4">
                          <div class="iconadd">
                            <img src="img/add_ico.png" width="20" height="19" alt="">
                          </div>
                          <div class="btntxt">
                            <h2>Add Patient for the same<br>appointment</h2>
                            <h3>Adding additional patients may<br> remove some extra fees</h3>
                          </div>
                        </button>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="form-row">
                  <div class="form-group col-md-12 text-center">
                    <button type="button" class="btn btn-secondary btn-lg prevbtn mr-4" role="button" onclick="previousStep('')">Previous</button>
                    <button type="button" class="btn btn-secondary btn-lg nextbtn" onclick="checkPrimaryContactPatientAlreadyExistOrNot()" id="checkPrimaryContactPatientAlreadyExistOrNotButton">Next</button>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- *************appointmentTypeSection   Step--3 ******************************-->
    <div id="appointmentTypeSection" class="form-step">
      <!--  desktop total Amaount -->
      <div class="amountbx billing-section">
        <div class="moneyicon"><img src="img/money.png" width="97" height="97" alt=""></div>
        <div class="row">
          <div class="col-md-12">
            <div class="amountbxhdr">
              <h1>Total Amount</h1>
            </div>
            <div class="amountbxin">
              <div class="amounthead">
                <div class="row">
                  <div class="col-md-8">
                    <h3>You need to pay</h3>
                  </div>
                  <div class="col-md-4 text-right paymentAmount">$0</div>
                </div>
              </div>
              <div class="amountdetails extraFeesContainer"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="bookingform_step1" id="bkstep3">
        <div class="row">
          <div class="col-md-12 pl0">
            <div class="hdr">
              <div class="row">
                <div class="col-md-8">
                  <h1>Schedule Your Appointment</h1>
                  <h2><strong>Need some help?</strong><br>Call us and we will fill everything out for you.</h2>
                </div>
                <div class="col-md-4 text-right text-md-left">
                  <p class="onlyavail">Only Available 7AM - 8PM</p>
                  <a href="tel:1-866-929-2691" class="bm-btn callbtntop mt-3 text-white "><i class="fa fa-phone mr-2" style="font-size: 16px;"></i>1-866-929-2691</a>
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-12">
            <div class="formright">
              <div class="formhdr">
                <div class="row">
                  <div class="col-md-12">
                    <div class="steps">
                      <ul>
                        <li><span class="circle selected"></span></li>
                        <li><span class="circle selected"></span></li>
                        <li><span class="circle selected"></span></li>
                      </ul>
                    </div>
                    <h1>Select Your Desired Services</h1>
                    <p class="mt-2">Select all the tests your family wants performed during the appointment (It's ok if some want one test and others don't. Please select all that apply)<span class="custom-red">*</span></p>
                  </div>
                </div>
              </div>
              <div class="formmain">
                <div class="step3form">
                  <div id="sickVisitMainContainer" class="bm-container my-3 p-0" style="position: relative;border: solid 1px #cfcfcf;border-radius: 12px;">
                    <span class="sickvisit_faster"><i class="fa fa-home mr-1" style="font-size: 12px;"></i>At Home Service</span>
                    <div class="sick_visit" id="sickVisitType">
                      <div class="d-none d-md-block">
                        <div class="selectservices">
                          <i class="fa fa-check"></i>
                        </div>
                      </div>
                      <div class="circle1 sickVisitCircle"></div>
                      <div class="circle2 sickVisitCircle"></div>
                      <div class="circle3 sickVisitCircle"></div>
                      <div class="d-block d-md-none">
                        <div class="selectservices sickVisit_check_mobile">
                          <i class="fa fa-check"></i>
                        </div>
                      </div>
                      <div class="row">
                        <div class="col-sm-8 col-md-9 col-lg-9 d-flex align-items-center">
                          <div class="sick_contents">
                            <div class="home_ico">
                              <img id="sickVisitHomeImg1" src="images/sickVisitHome.png" width="42" height="37" alt="">
                              <img id="sickVisitHomeImg2" src="images/sickVisitHome2.png" width="42" height="37" alt="" class="d-none">
                            </div>
                            <div class="sick_txt">
                              <h1 class="sick_visitText">Sick Visit</h1>
                              <p class="sick_visitText">BeeperMD medical staff will perform an At-Home Examination &amp; any needed Tests for symptoms of COVID-19, FLU, Strep, Respiratory Infections and more.</p>
                            </div>
                          </div>
                        </div>
                        <div class="col-sm-4 col-md-3 col-lg-3 pt-4  text-center d-lg-block text-lg-right">
                          <img src="images/sickVisit.png" height="80" alt="">
                        </div>
                      </div>
                    </div>
                  </div>
                  <div class="form-row" id="aptTypeContainer">
                    <div class="form-group col-md-12 col-lg-6" data-description-empty="true">
                      <div class="service_button covid-type-box appointmentType active" data-value="PCR Screening" data-apt-id="25" id="aptType_25" data-selection-group="PCR" data-expedite-type="false">
                        <div class="custom-control-label">
                          <div class="selectservices">
                            <i class="fa fa-check"></i>
                          </div>
                          <div class="service_content">
                            <div class="img"><img src="img/virus.png" alt=""></div>
                            <div class="txt2">
                              <h1>PCR COVID Test</h1>
                              <!-- <h2>(Faster Gold Standard Test)</h2> -->
                              <div class="subHeading">
                                <h2>(Gold Standard Test)</h2>
                                <p>Result in 24-36 hours</p>
                              </div>
                            </div>
                          </div>
                          <div class="moneybx">
                            <h3>FREE</h3>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="form-group col-md-12 col-lg-6" data-description-empty="true">
                      <div class="service_button covid-type-box appointmentType " data-value="PCR-Expedite" data-apt-id="26" id="aptType_26" data-selection-group="PCR" data-expedite-type="false">
                        <div class="custom-control-label">
                          <span class="faster"><img src="img/speed.png" width="4" height="8" alt="">faster Results</span>
                          <div class="selectservices">
                            <i class="fa fa-check"></i>
                          </div>
                          <div class="service_content">
                            <div class="img"><img src="img/virus.png" alt=""></div>
                            <div class="txt2">
                              <h1>PCR COVID Test + Expedited Courier Delivery</h1>
                              <!-- <h2>(Faster Gold Standard Test)</h2> -->
                              <div class="subHeading">
                                <h2>(Faster Gold Standard Test)</h2>
                                <p>Results in 6-12 hours</p>
                              </div>
                            </div>
                          </div>
                          <div class="moneybx">
                            <h3><span>$</span>149</h3>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="form-group col-md-12 col-lg-6" data-description-empty="true">
                      <div class="service_button covid-type-box appointmentType " data-value="Rapid PCR Test" data-apt-id="27" id="aptType_27" data-selection-group="PCR" data-expedite-type="false">
                        <div class="custom-control-label">
                          <span class="faster"><img src="img/speed.png" width="4" height="8" alt="">fastest Results</span>
                          <div class="selectservices">
                            <i class="fa fa-check"></i>
                          </div>
                          <div class="service_content">
                            <div class="img"><img src="https://beepermd.com/app/document/loadDocumentByKey?key=8STpMU_4T0jsDmOYL8QqDg" alt=""></div>
                            <div class="txt2">
                              <h1>Express PCR COVID Test</h1>
                              <!-- <h2>(Faster Gold Standard Test)</h2> -->
                              <div class="subHeading">
                                <h2>(Fastest Gold Standard Test)</h2>
                                <p>Result in 30 mintues</p>
                              </div>
                            </div>
                          </div>
                          <div class="moneybx">
                            <h3><span>$</span>399</h3>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="form-group col-md-12 col-lg-6" data-description-empty="true">
                      <div class="service_button covid-type-box appointmentType active" data-value="Rapid Antigen Test" data-apt-id="28" id="aptType_28" data-selection-group="" data-expedite-type="false">
                        <div class="custom-control-label">
                          <div class="selectservices">
                            <i class="fa fa-check"></i>
                          </div>
                          <div class="service_content">
                            <div class="img"><img src="https://beepermd.com/app/document/loadDocumentByKey?key=8STpMU_4T0gZl12zCPOvJw" alt=""></div>
                            <div class="txt2">
                              <h1>Rapid Antigen COVID Test</h1>
                              <!-- <h2>(Faster Gold Standard Test)</h2> -->
                              <div class="subHeading">
                                <h2>(Quick Test to help stop the spread of COVID)</h2>
                                <p>Result in 5 minutes</p>
                              </div>
                            </div>
                          </div>
                          <div class="moneybx">
                            <h3>FREE</h3>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="form-group col-md-12 col-lg-6" data-description-empty="true">
                      <div class="service_button covid-type-box appointmentType " data-value="Rapid Flu A &amp; B Test" data-apt-id="29" id="aptType_29" data-selection-group="" data-expedite-type="false">
                        <div class="custom-control-label">
                          <div class="selectservices">
                            <i class="fa fa-check"></i>
                          </div>
                          <div class="service_content">
                            <div class="img"><img src="https://beepermd.com/app/document/loadDocumentByKey?key=8STpMU_4T0jtUI_b2vtxKQ" alt=""></div>
                            <div class="txt2">
                              <h1>Rapid Flu A &amp; B Test</h1>
                              <!-- <h2>(Faster Gold Standard Test)</h2> -->
                              <div class="subHeading">
                                <h2>(Tests for common Influenza strains)</h2>
                                <p>Result in 5 minutes</p>
                              </div>
                            </div>
                          </div>
                          <div class="moneybx">
                            <h3>FREE</h3>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="form-group col-md-12 col-lg-6" data-description-empty="true">
                      <div class="service_button covid-type-box appointmentType " data-value="Rapid Strep Test" data-apt-id="30" id="aptType_30" data-selection-group="" data-expedite-type="false">
                        <div class="custom-control-label">
                          <div class="selectservices">
                            <i class="fa fa-check"></i>
                          </div>
                          <div class="service_content">
                            <div class="img"><img src="https://beepermd.com/app/document/loadDocumentByKey?key=8STpMU_4T0gxQ6Z3aY5sUA" alt=""></div>
                            <div class="txt2">
                              <h1>Rapid Strep Test</h1>
                              <!-- <h2>(Faster Gold Standard Test)</h2> -->
                              <div class="subHeading">
                                <h2>(Tests for bacterial infection causing sore or scratchy throat)</h2>
                                <p>Result in 5 minutes</p>
                              </div>
                            </div>
                          </div>
                          <div class="moneybx">
                            <h3>FREE</h3>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="form-group col-md-12 col-lg-6" data-description-empty="true">
                      <div class="service_button covid-type-box appointmentType " data-value="Rapid RSV Test" data-apt-id="31" id="aptType_31" data-selection-group="" data-expedite-type="false">
                        <div class="custom-control-label">
                          <div class="selectservices">
                            <i class="fa fa-check"></i>
                          </div>
                          <div class="service_content">
                            <div class="img"><img src="img/virus.png" alt=""></div>
                            <div class="txt2">
                              <h1>Rapid RSV (Respiratory Syncytial Virus) Test</h1>
                              <!-- <h2>(Faster Gold Standard Test)</h2> -->
                              <div class="subHeading">
                                <h2>(Tests children ages 5 &amp; under for infection/virus that affects the respiratory tract)</h2>
                                <p>Result in 5 minutes</p>
                              </div>
                            </div>
                          </div>
                          <div class="moneybx">
                            <h3>FREE</h3>
                          </div>
                        </div>
                      </div>
                    </div>
                    <!-- <div class="form-group col-md-12 col-lg-6">
			                                                             <div class="custom-control-label d-inline-block covid-type-box" id="covidType4">
			                                                                 <span class="img"><img src="img/temp_ico.png" alt=""/></span>
			                                                                 <span class="txt"><strong>Other</strong><br>Test</span>
			                                                             </div>
				                                                      </div> 
				
				                                                      <div class="form-group col-md-12 col-lg-6" id='covidOtherTypeSection' style='display:none'>
				                                                      	  <input type="text" id="covidOtherType" name="covidOtherType" class="form-control" placeholder="Enter Other Type">
				                                                      </div> -->
                  </div>
                  <div class="formhdr">
                    <div class="row">
                      <div class="col-md-12">
                        <h1>How did you hear about us?</h1>
                      </div>
                    </div>
                    <div class="row">
                      <div class="form-group col-md-6 col-sm-12 col-12">
                        <select name="howDidYouHearAboutUs" id="howDidYouHearAboutUs" class="form-control groupCodeField nice-select windowSlotClass">
                          <option value="" selected="selected">Select</option>
                          <option value="Search Engine (Google, Yahoo, etc.)">Search Engine (Google, Yahoo, etc.)</option>
                          <option value="TV Ad">TV Ad</option>
                          <option value="Radio Ad">Radio Ad</option>
                          <option value="Internet Ad">Internet Ad</option>
                          <option value="Social Media (Facebook, Linkedin, etc.)">Social Media (Facebook, Linkedin, etc.)</option>
                          <option value="News or Article">News or Article</option>
                          <option value="Family or Friend">Family or Friend</option>
                          <option value="Employer or Organization">Employer or Organization</option>
                          <option value="Other">Other</option>
                        </select>
                      </div>
                      <div class="form-group col-md-6 col-sm-12 col-12" id="howDidYouHearAboutUsOthers" style="display:none">
                        <input type="text" id="aboutUsOthers" name="aboutUsOthers" class="form-control" placeholder="Enter Other Source" style="padding: 10px 15px;">
                        <div class="error" id="ErrorForaboutUsOthers"></div>
                      </div>
                    </div>
                  </div>
                  <div class="customerror" style="display:none" id="typeSelectErrorContainer"> Please select atleast one type </div>
                  <div class="form-row">
                    <div class="form-group col-md-12 text-left">
                      <p> *On submitting, you agree to <a href="termandconditions" target="_blank" class="termandconditionlinks">terms and conditions</a> to BeeperMD using the information you provide to facilitate the reimbursement for all services
                        provided to you including physician review, sample collection, and lab test. <span id="consentText" style="display: none;">You also agree to share your results with your <span id="organizationName"></span>.</span>
                      </p>
                    </div>
                  </div>
                </div>
                <div class="form-row">
                  <div class="form-group col-md-12 text-center mb-sm-3 mb-0">
                    <button type="button" class="btn btn-secondary btn-lg prevbtn mr-4" role="button" onclick="previousStep('MEMBER_SECTION')">Previous</button>
                    <button type="button" class="btn btn-secondary btn-lg nextbtn" role="button" id="submitButton" onclick="submitForm()">Book Appointment</button>
                    <!-- <div class='d-inline-block' style='width:auto'>	
																 		 <img class="loader" src="assets/img-temp/ajax-loader_whiteBG.gif" />
																 	</div> -->
                  </div>
                  <div class="form-group col-md-12 text-center">
                    <div class="col" style="text-align: -webkit-center;">
                      <img class="loader ml-0" src="assets/img-temp/ajax-loader_whiteBG.gif">
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </fieldset>
</form>

Name: memberPatientInfoForm

<form id="memberPatientInfoForm" name="memberPatientInfoForm" class="memberPatientInfoForm" data-member-id="1">
  <input type="hidden" id="id" name="id" value="">
  <input type="hidden" id="familyId" name="familyId" value="">
  <div class="form-row">
    <div class="col-md-12">
      <div class="d-flex justify-content-between custom-page-header-1 align-items-center flex-wrap mb-2">
        <h2 class="m-0 py-2">Patient Information - <span id="memberCount">2</span> <span class="custom-red">*</span> </h2>
        <div class="text-uppercase custom-red g-color-red cursor-pointer g-px-15" id="deleteMember">
          <button type="button" class="btn btn-sm removebtnNew"><span><img src="img/remove_ico.png" width="13" height="14" alt=""></span>Remove</button>
        </div>
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-6">
      <input type="text" id="firstName" name="firstName" class="form-control" placeholder="First Name">
    </div>
    <div class="form-group col-6">
      <input type="text" id="lastName" name="lastName" class="form-control" placeholder="Last Name">
    </div>
    <div class="form-group col-6">
      <select name="gender" class="form-control nice-select">
        <option value="">Select Gender</option>
        <option value="MALE">Male</option>
        <option value="FEMALE">Female</option>
        <option value="OTHER">Other</option>
      </select>
    </div>
    <div class="form-group col-6">
      <div class="input-group dobCalendar">
        <input type="text" name="dob" class="form-control date-picker" placeholder="DOB" autocomplete="off" style="width: 100%;">
        <div class="input-group-append">
          <span class="input-group-text showDatePickerPatientDob"><img src="img/calender_ico.png" width="13" height="14" alt=""></span>
        </div>
      </div>
      <!-- <div id="dobError"></div> -->
    </div>
    <div class="form-group col-md-6 col-sm-12 col-12">
      <div class="input-group cellphone">
        <input type="text" id="phone" name="phone" class="form-control phoneNumber" placeholder="Cell Phone" style="width: 100%;" maxlength="14">
        <div class="input-group-append">
          <span class="input-group-text"><i class="fa fa-info-circle color-primary pl-1" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="" data-original-title="For Appointment Confirmations &amp; Reminders"></i></span>
        </div>
      </div>
      <!-- <div id="phoneError"></div> -->
      <div id="phoneValidationError" class="validationWarning mt-2" style="display:none">It seems the number entered is invalid.</div>
    </div>
    <div class="form-group col-md-6 col-sm-12 col-12">
      <div class="input-group">
        <input type="email" id="email" name="email" class="form-control" placeholder="Email" style="width: 100%;">
      </div>
      <div class="input-group-append">
        <span class="input-group-text"><i class="fa fa-info-circle color-primary pl-1" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="" data-original-title="This is where your test results will be sent"></i></span>
      </div>
      <!-- <div id="emailError"></div> -->
    </div>
    <div class="form-group col-md-12">
      <div class="custom-control custom-checkbox">
        <input type="checkbox" name="tcpaConcent" class="custom-control-input" checked="">
        <label class="custom-control-label" for="tcpaConcent"> Check if you wish to receive notifications from us regarding your appointment </label>
      </div>
    </div>
  </div>
</form>

<form id="patientSearchForm" novalidate="novalidate">
  <div class="form-row">
    <div class="form-group col-6 ">
      <input type="text" id="firstName" name="firstName" class="form-control" placeholder="First Name*">
    </div>
    <div class="form-group col-6">
      <input type="text" id="phone" name="phone" class="form-control phoneNumber" placeholder="Cell Phone*" maxlength="14">
    </div>
    <div class="form-group col-md-12">
      <div class="custom-control custom-checkbox">
        <input class="custom-control-input" name="loadFamily" id="loadFamily" type="checkbox" checked="">
        <label class="custom-control-label" for="loadFamily"> Load all your family members for scheduling </label>
      </div>
    </div>
  </div>
  <div id="searchResult" style="display:none;">
    <div class="g-font-size-12 customerror g-font-weight-600 g-my-5"> No data found with the provided details</div>
  </div>
  <div class="form-row mt-2">
    <div class="form-group col-md-12 text-left">
      <button type="button" role="button" class="btn btn-secondary btn-lg nextbtn" id="searchPatient">Search</button>
      <img class="loader searchPatient" src="assets/img-temp/ajax-loader_whiteBG.gif">
    </div>
  </div>
</form>

<form id="enterOtpForm" novalidate="novalidate">
  <div class="row">
    <div class="col-12">
      <div class="form-group">
        <div class="otpFieldSection">
          <input id="codeBox-1" type="text" maxlength="1" class="otpInputField">
          <input id="codeBox-2" type="text" maxlength="1" class="otpInputField">
          <input id="codeBox-3" type="text" maxlength="1" class="otpInputField">
          <input id="codeBox-4" type="text" maxlength="1" class="otpInputField">
          <input id="codeBox-5" type="text" maxlength="1" class="otpInputField">
          <input id="codeBox-6" type="text" maxlength="1" class="otpInputField">
        </div>
        <input type="text" name="otp" id="otp" class="form-control" maxlength="6" autocomplete="off">
        <div id="otpValidationError" class="otpValidationError" style="display:none;"></div>
      </div>
    </div>
    <div class="col-12 ">
      <div class="resetSection">
        <span class="resetLinkText"> Didn't get a code? </span>
        <span class="resentLink" onclick="resendOtp()">Resend</span>
      </div>
    </div>
  </div>
  <div class="">
    <button class="btn bm-btn  " type="button" role="button" id="submitOtpForm">Submit</button>
    <img class="loader enterOtpLoadingImg" src="assets/img-temp/ajax-loader_whiteBG.gif">
  </div>
</form>

Text Content

1-866-929-2691

 * Home
 * SERVICES
 * FAQ
 * Our Mission
 * About Us
 * Contact Us
 * Hero Program
 * Careers

Book Your Appointment
 * Home SERVICES
 * FAQ Our Mission
 * About Us Contact Us
 * Hero Program
 * Careers
   

Se habla Espanol. Official Airline Travel Approved PCR COVID Testing.
FREE at home COVID Test
Book At-Home Covid Test Now


FREE AT-HOME URGENT CARE AND TESTING FOR COVID-19 LIKE SYMPTOMS


FEVER, RUNNY NOSE, COUGH, NAUSEA, VOMITING, DIARRHEA, HEADACHE, SORE THROAT,
CHILLS, ACHING, CONGESTION?

Our Clinicians will come to you and diagnose your illness. We can test for
Covid-19, Flu, Strep, RSV and send prescriptions to your pharmacy.

Book Your Appointment

Currently Serving Patients in Florida, New York, Texas & Illinois

Available for Businesses Nationwide


SICK VISIT

BeeperMD medical staff will perform an At-Home Examination & any needed Tests
for symptoms of COVID-19, FLU, Strep, Respiratory Infections and more.
Prescriptions are immediately sent to your pharmacy.

BOOK NOW
Free



PCR COVID TEST

(Gold Standard Test)

Result in 24-36 hours

$149



PCR COVID TEST + EXPEDITED COURIER DELIVERY

(Faster Gold Standard Test)

Results in 6-12 hours

$399



EXPRESS PCR COVID TEST

(Fastest Gold Standard Test)

Result in 30 mintues

Free



RAPID ANTIGEN COVID TEST

(Quick Test to help stop the spread of COVID)

Result in 5 minutes

Free



RAPID FLU A & B TEST

(Tests for common Influenza strains)

Result in 5 minutes

Free



RAPID STREP TEST

(Tests for bacterial infection causing sore or scratchy throat)

Result in 5 minutes

Free



RAPID RSV (RESPIRATORY SYNCYTIAL VIRUS) TEST

(Tests children ages 5 & under for infection/virus that affects the respiratory
tract)

Result in 5 minutes


FAQS


HOW ARE SOME TESTS FREE?



For individuals or families, many tests are 100% covered through health
insurance.

For those without health insurance, The United States government is currently
covering the total cost of COVID testing. BeeperMD handles all the billing for
you.


WILL THERE BE ANY HIDDEN FEES?



There are no hidden fees. We strive to make testing easily available & safer for
everyone.

If you need a same day Covid Testing appointment for one patient, you would have
to pay the same day booking fee. If 2 or more patients are being seen, then we
can waive the same day booking fee.


HOW DOES THE ENTIRE PROCESS WORK?


 1. You schedule your appointment at a time convenient for you.
 2. At the designated time, our medical staff will arrive at your home.
 3. BeeperMD will see attend to all of the people scheduled for an appointment.
 4. Each test takes less than 5 minutes & the entire visit is fast and easy.
 5. - For COVID PCR tests, you'll receive the results directly in your email's
    inbox within 36 hours.
    - For Rapid Antigen, RSV, Flu and Strep testing, you will receive the
    results immediately. Also, you will receive your official test results via
    email the same day.


HOW DOES THE BILLING WORK?



Once you submit the required documentation in the scheduling form, we take care
of the rest.


WHAT ARE YOUR OPERATING HOURS?



We are available for scheduling every day from 7:00AM to 8:00PM (Eastern
Standard Time)


WHAT TYPE OF COVID-19 TESTS DO YOU OFFER?


 1. We offer PCR and Rapid Antigen tests of the highest quality & accuracy.
    Additionally, BeeperMD tests are extremely comfortable.
 2. The PCR and Rapid Antigen tests are collected with a mid-turbinate nasal
    swab (shallow nasal swab) or oral cheek swabs.
    


WHEN SHOULD I EXPECT TO RECEIVE MY TEST RESULTS?


 1. For COVID PCR tests, you'll receive the results directly in your email's
    inbox within 36 hours.
 2. For Rapid Antigen, RSV, Flu and Strep testing, you will receive the results
    immediately. Also, you will receive your official test results via email the
    same day.


OUR MISSION

Generations ago, Health care professionals made house calls that were
personalized, private, safe and convenient. That At-Home type of service faded
away decades ago and has only been available as a VIP service for only a select
few at a very high cost.

We at BeeperMD believe that everyone is a VIP when it comes to your health and
well being. That's what inspired us to create a service that comes to you and
available to everyone. We're bringing house calls back. Our goal is not only to
serve you but improve upon that service each and every day. You are our
VIPS...it's our job to help, protect and serve your health care needs with the
utmost care and attention you deserve.




ABOUT US

What started as a healthcare software company years ago, has evolved into an
award winning healthcare service that comes to you.

But we are more than just a large group of health care professionals and
staff...We are people that care about people...sincerely!!! We work hard
everyday to bring you health care that's convenient, safe, efficient,
personalized and accessible.

Our motivation is more than just serving you...it's the gratification of helping
you in the most convenient way possible.

A MESSAGE FROM OUR FOUNDERS REGARDING COVID-19:

When the pandemic first hit, we felt powerless like many people around the
world. Day after day, we feverishly tried to find ways to help fight this
worldwide catastrophe.


Through our resources, infrastructure and experience, we realized we had the
ability to help people everywhere...in getting back to their lives, doing the
things they need or want to do, as safely as possible. We proactively started
addressing the problem, rather than waiting for covid to be over. After all, our
family, friends, peers & you are our most precious commodities. We have all been
in this together and doing nothing wasn't an option for us.


Our unique position and desire led us in expanding healthcare testing that comes
to you. It is another step in keeping people safer, such as high traffic testing
areas or simply making life a little bit easier for many. We believe, along with
all major epidemiologists, continuous & regular standardized testing practice,
for everyone, will significantly mitigate the spread of the virus. People at
home, school, work or in groups can feel much more relaxed and safe both
physically & mentally.


Today we've helped make testing much safer, easier, convenient & comfortable for
millions of people. We will continue to improve what we do and thank you for
trusting us in serving your healthcare needs.


- Steven Wolf & Jeremy Gelbart
Co-Founders of BeeperMD


CONTACT US

Open for Calls Everyday

7:00AM - 8:00PM EST

1-866-929-2691

OR

Click Here to

Book Your Appointment

Book Online 24hrs a Day

For Business, Group & Organization inquiries

please email: groups@BeeperMD.com


Terms and conditions | HIPAA Privacy Rule | Careers



TOTAL AMOUNT


YOU NEED TO PAY

$0



SCHEDULE YOUR APPOINTMENT


NEED SOME HELP?
CALL US AND WE WILL FILL EVERYTHING OUT FOR YOU.

Only Available 7AM - 8PM

1-866-929-2691
 * 
 * 
 * 


APPOINTMENT DETAILS

If you have a group/coupon code

Apply



ENTER APPOINTMENT ADDRESS*

Select State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West
Virginia Wisconsin Wyoming

It seems the address entered is invalid.



PICK A DATE AND TIME OF YOUR APPOINTMENT*


PICK A DATE OF YOUR APPOINTMENT*

4 hours window 2 hours window 1 hour window Specific time
Select Available Time






SELECT TESTING LOCATION

At Your Home
At Our Testing Location
4 hours window 2 hours window 1 hour window Specific time
Select Available Time


Select Location

Select Slot
Select Time




SELECT RECURRING

Does not repeat Repeating Weekly Repeating Bi-Weekly Repeating Monthly
Ends On *
Time *
Ends On *


ANY IMPORTANT NOTES FOR US?


Please check,
if you are in a building with parking fees, $20 will be passed along to you with
no markup.
Next



TOTAL AMOUNT


YOU NEED TO PAY

$0



SCHEDULE YOUR APPOINTMENT


NEED SOME HELP?
CALL US AND WE WILL FILL EVERYTHING OUT FOR YOU.

Only Available 7AM - 8PM

1-866-929-2691
 * 
 * 
 * 


PRIMARY PATIENT*

(Same day PCR + travel insurance is $35. Book 2 or more people for FREE same day
appointments without travel insurance)

If you are already registered, click on the returning patients button and load
the details of your account.

Returing Patients
Click Here
Remove
Select Gender Male Female Other

It seems the number entered is invalid.

Check if you wish to receive notifications from us regarding your appointment


ADDITIONAL PATIENTS

Please Complete the form for each person being tested.




ADD PATIENT FOR THE SAME
APPOINTMENT


ADDING ADDITIONAL PATIENTS MAY
REMOVE SOME EXTRA FEES

Previous Next


TOTAL AMOUNT


YOU NEED TO PAY

$0



SCHEDULE YOUR APPOINTMENT


NEED SOME HELP?
CALL US AND WE WILL FILL EVERYTHING OUT FOR YOU.

Only Available 7AM - 8PM

1-866-929-2691
 * 
 * 
 * 


SELECT YOUR DESIRED SERVICES

Select all the tests your family wants performed during the appointment (It's ok
if some want one test and others don't. Please select all that apply)*

At Home Service


SICK VISIT

BeeperMD medical staff will perform an At-Home Examination & any needed Tests
for symptoms of COVID-19, FLU, Strep, Respiratory Infections and more.




PCR COVID TEST


(GOLD STANDARD TEST)

Result in 24-36 hours


FREE

faster Results



PCR COVID TEST + EXPEDITED COURIER DELIVERY


(FASTER GOLD STANDARD TEST)

Results in 6-12 hours


$149

fastest Results



EXPRESS PCR COVID TEST


(FASTEST GOLD STANDARD TEST)

Result in 30 mintues


$399


RAPID ANTIGEN COVID TEST


(QUICK TEST TO HELP STOP THE SPREAD OF COVID)

Result in 5 minutes


FREE


RAPID FLU A & B TEST


(TESTS FOR COMMON INFLUENZA STRAINS)

Result in 5 minutes


FREE


RAPID STREP TEST


(TESTS FOR BACTERIAL INFECTION CAUSING SORE OR SCRATCHY THROAT)

Result in 5 minutes


FREE


RAPID RSV (RESPIRATORY SYNCYTIAL VIRUS) TEST


(TESTS CHILDREN AGES 5 & UNDER FOR INFECTION/VIRUS THAT AFFECTS THE RESPIRATORY
TRACT)

Result in 5 minutes


FREE


HOW DID YOU HEAR ABOUT US?

Select Search Engine (Google, Yahoo, etc.) TV Ad Radio Ad Internet Ad Social
Media (Facebook, Linkedin, etc.) News or Article Family or Friend Employer or
Organization Other

Please select atleast one type

*On submitting, you agree to terms and conditions to BeeperMD using the
information you provide to facilitate the reimbursement for all services
provided to you including physician review, sample collection, and lab test. You
also agree to share your results with your .

Previous Book Appointment



PATIENT INFORMATION - 2 *

Remove
Select Gender Male Female Other

It seems the number entered is invalid.

Check if you wish to receive notifications from us regarding your appointment


EXISTING PATIENT SEARCH


LOAD YOUR INFORMATION BY ENTERING YOUR FIRST NAME AND PHONE NUMBER.

Load all your family members for scheduling
No data found with the provided details
Search



ENTER VERIFICATION CODE

A text message with a verification code has been sent to

Didn't get a code? Resend
Submit

EN
 * ES