www.sharp.com Open in urlscan Pro
199.164.159.36  Public Scan

Submitted URL: http://www.sharp.com/
Effective URL: https://www.sharp.com/
Submission: On January 08 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

Name: mobilesharpsearchGET /search/

<form method="get" action="/search/" name="mobilesharpsearch" id="mobilesharpsearch">
  <input name="q" id="mobileAutoSuggest" type="text" value="" title="Search" class="ui-autocomplete-input" autocomplete="off">
</form>

Name: sharpsearchGET /search/

<form method="get" action="/search/" name="sharpsearch" id="sharpsearch">
  <i class="ss-search search-icon" onclick="this.form.submit();"></i>
  <input name="q" maxlength="200" id="siteAutoSuggest" type="text" size="20" value="" title="Search" class="ui-autocomplete-input" autocomplete="off">
</form>

<form id="directions-form" onsubmit="return false">
  <div>
    <input type="text" id="origin" name="origin" placeholder="Enter your address" title="Enter your address" value="">
    <input type="submit" id="get-directions" class="button thin button-primary" name="Get Directions" value="Get Directions">
    <div class="button consistensea text-center thin print-directions"> Print <i class="ss-print"></i>
    </div>
  </div>
</form>

<form>
  <fieldset>
    <div id="forgot-password-container">
      <div id="recovery-information">
        <p>Please enter your e-mail address.</p>
        <label for="recovery-username">Email address</label>
        <input type="text" name="recovery-username" id="recovery-username" class="inspectletIgnore">
        <div id="security-additional-information" class="hidden" style="height: 130px;">
          <p>We could not identify your account with email address alone, please enter your first and last name to retrieve your security question.</p>
          <div class="name-block" style="float: left; margin-right: 20px;">
            <label for="recovery-firstname">First Name</label>
            <input type="text" name="recovery-firstname" id="recovery-firstname" style="width: 225px;" class="inspectletIgnore">
          </div>
          <div class="name-block" style="float: left; margin-right: 20px;">
            <label for="recovery-lastname">Last Name</label>
            <input type="text" name="recovery-lastname" id="recovery-lastname" style="width: 225px;" class="inspectletIgnore">
          </div>
        </div>
        <p id="retrieve-question-error" class="error"></p>
        <button class="btn button-enroll" id="recovery-submit" name="submit" value="submit" type="button">Get Security Question</button>
      </div>
      <div id="security-question" class="hidden">
        <p>Please answer your security question.</p>
        <p id="question" style="font-weight: bold;"></p>
        <input type="text" id="recovery-security-question" class="inspectletIgnore" title="Answer to security question">
        <p id="error"></p>
        <button class="btn button-enroll send-password" name="submit-password" value="submit" type="submit">Send Password</button>
      </div>
    </div>
    <div id="password-sent-container" class="hidden">
      <h2>Password Reset</h2>
      <p>Your password has been reset. Please check your email for your new password.</p>
    </div>
  </fieldset>
</form>

Name: contact-us-form

<form name="contact-us-form" id="contact-us-form" onsubmit="return false;" novalidate="novalidate">
  <input type="hidden" name="token" value="848A567B3CFACEA6C5179C7D313AEE483C24F36E">
  <input type="hidden" name="contactusformtype" id="contactusformtype" value="">
  <label for="contactusneedhelp">I need help with</label>
  <select name="contactusneedhelp" id="contactusneedhelp" onchange="updateContactUsFormFields(this.value)">
    <option value=""></option>
    <option value="other">General/other</option>
    <option value="billing">Billing</option>
    <option value="careers">Careers</option>
    <option value="classes">Classes</option>
    <option value="hospitalcare">Hospital care</option>
    <option value="fmh">FollowMyHealth</option>
  </select>
  <div class="contact-us-billing">
    <label for="contactusemrn">Sharp HealthCare number or account number</label>
    <input type="text" name="contactusemrn" id="contactusemrn" maxlength="12">
  </div>
  <div class="contact-us-classes">
    <fieldset>
      <legend>How would you like to be contacted?</legend>
      <div class="radio-button-group">
        <input type="radio" name="contact-method" id="contact-radio-email" value="Email" class="radio-button" checked="checked" title="By Email">
        <label for="contact-radio-email" class="button consistensea text-center">Email</label>
        <input type="radio" name="contact-method" id="contact-radio-phone" value="Phone" class="radio-button" title="By Phone">
        <label for="contact-radio-phone" class="button consistensea text-center">Phone</label>
      </div>
    </fieldset>
  </div>
  <div class="contact-us-hospitalcare">
    <label for="contactushospitals">Choose a hospital</label>
    <select name="contactushospitals" id="contactushospitals">
      <option value=""></option>
      <option>Sharp Chula Vista Medical Center</option>
      <option>Sharp Coronado Hospital</option>
      <option>Sharp Grossmont Hospital</option>
      <option>Sharp Mary Birch</option>
      <option>Sharp McDonald Center</option>
      <option>Sharp Memorial Hospital</option>
      <option>Sharp Mesa Vista Hospital</option>
    </select>
  </div>
  <label for="contactusfname">First name</label>
  <input type="text" name="contactusfname" id="contactusfname" maxlength="16" value="">
  <label for="contactuslname">Last name</label>
  <input type="text" name="contactuslname" id="contactuslname" maxlength="16" value="">
  <div class="contact-us-fmh"> Date of birth <span id="dob-error"></span><br>
    <div id="dob-wrapper">
      <select id="contactusDOBMonth" class="inline-select" name="contactusDOBMonth">
        <option value="" selected="" disabled="" hidden="">Month</option>
        <script>
          var month = [{
            text: 'Jan',
            numeric: 1
          }, {
            text: 'Feb',
            numeric: 2
          }, {
            text: 'March',
            numeric: 3
          }, {
            text: 'April',
            numeric: 4
          }, {
            text: 'May',
            numeric: 5
          }, {
            text: 'June',
            numeric: 6
          }, {
            text: 'July',
            numeric: 7
          }, {
            text: 'Aug',
            numeric: 8
          }, {
            text: 'Sept',
            numeric: 9
          }, {
            text: 'Oct',
            numeric: 10
          }, {
            text: 'Nov',
            numeric: 11
          }, {
            text: 'Dec',
            numeric: 12
          }];
          var months = [];
          for (let i = 0; i < month.length; i++) {
            months.push('<option value="' + month[i].numeric.pad() + '">' + month[i].text + '</option>')
          }
          document.getElementById('contactusDOBMonth').insertAdjacentHTML('beforeEnd', months.join('\n'));
        </script>
        <option value="01">Jan</option>
        <option value="02">Feb</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">Aug</option>
        <option value="09">Sept</option>
        <option value="10">Oct</option>
        <option value="11">Nov</option>
        <option value="12">Dec</option>
      </select>
      <select id="contactusDOBDay" class="inline-select" name="contactusDOBDay">
        <option value="" selected="" disabled="" hidden="">Day</option>
        <script>
          var i = 0;
          var days = [];
          while (i < 31) {
            i++;
            days.push('<option value="' + i.pad() + '">' + i.pad() + '</option>');
          }
          document.getElementById('contactusDOBDay').insertAdjacentHTML('beforeEnd', days.join('\n'));
        </script>
        <option value="01">01</option>
        <option value="02">02</option>
        <option value="03">03</option>
        <option value="04">04</option>
        <option value="05">05</option>
        <option value="06">06</option>
        <option value="07">07</option>
        <option value="08">08</option>
        <option value="09">09</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>
      <select id="contactusDOBYear" class="inline-select" name="contactusDOBYear">
        <option value="" selected="" disabled="" hidden="">Year</option>
        <script>
          var myDate = new Date();
          var year = myDate.getFullYear();
          var years = [];
          for (var i = 1900; i < year + 1; i++) {
            years.push('<option value="' + i + '">' + i + '</option>');
          }
          document.getElementById('contactusDOBYear').insertAdjacentHTML('beforeEnd', years.join('\n'));
        </script>
        <option value="1900">1900</option>
        <option value="1901">1901</option>
        <option value="1902">1902</option>
        <option value="1903">1903</option>
        <option value="1904">1904</option>
        <option value="1905">1905</option>
        <option value="1906">1906</option>
        <option value="1907">1907</option>
        <option value="1908">1908</option>
        <option value="1909">1909</option>
        <option value="1910">1910</option>
        <option value="1911">1911</option>
        <option value="1912">1912</option>
        <option value="1913">1913</option>
        <option value="1914">1914</option>
        <option value="1915">1915</option>
        <option value="1916">1916</option>
        <option value="1917">1917</option>
        <option value="1918">1918</option>
        <option value="1919">1919</option>
        <option value="1920">1920</option>
        <option value="1921">1921</option>
        <option value="1922">1922</option>
        <option value="1923">1923</option>
        <option value="1924">1924</option>
        <option value="1925">1925</option>
        <option value="1926">1926</option>
        <option value="1927">1927</option>
        <option value="1928">1928</option>
        <option value="1929">1929</option>
        <option value="1930">1930</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>
      </select>
    </div>
  </div>
  <div class="contact-us-billing">
    <label for="contactusaddress">Street address</label>
    <input type="text" name="contactusaddress" id="contactusaddress" maxlength="100">
  </div>
  <div class="contact-us-billing">
    <label for="contactuszipcode">ZIP code</label>
    <input pattern="\d*" type="text" inputmode="numeric" name="contactuszipcode" id="contactuszipcode" maxlength="5">
  </div>
  <div id="contact-us-email">
    <label for="contactusemail">Email</label>
    <input type="text" inputmode="email" name="contactusemail" id="contactusemail" maxlength="60" value="">
  </div>
  <div id="contact-us-phone">
    <label for="contactusphone">Phone</label>
    <span class="optional" id="contactus-phone-optional">Optional</span>
    <input type="text" inputmode="tel" name="contactusphone" id="contactusphone" maxlength="16" value="" onkeyup="autoFormatPhone(event,this,'contactusarea','contactusphoneprefix','contactusphonesuffix')">
    <input type="hidden" id="contactusarea" name="contactusarea" value="">
    <input type="hidden" id="contactusphoneprefix" name="contactusphoneprefix" value="">
    <input type="hidden" id="contactusphonesuffix" name="contactusphonesuffix" value="">
  </div>
  <div id="contact-us-leave-message" class="contact-us-classes" style="display:none">
    <fieldset>
      <legend>May we leave a message at this number?</legend>
      <div class="radio-button-group">
        <input type="radio" name="leavemessage" id="contactus-leave-message-yes" value="Yes" class="radio-button" checked="checked">
        <label for="contactus-leave-message-yes" class="button consistensea text-center" title="Yes">Yes</label>
        <input type="radio" name="leavemessage" id="contactus-leave-message-no" value="No" class="radio-button">
        <label for="contactus-leave-message-no" class="button consistensea text-center" title="No">No</label>
      </div>
    </fieldset>
  </div>
  <label for="contactusmessage">Message</label>
  <textarea name="contactusmessage" id="contactusmessage" onchange="testLength(this,4000)" onkeyup="testLength(this,4000)" onpaste="testLength(this,4000)" maxlength="4000"></textarea>
  <p class="error hidden" id="contactus-captcha-error">Please check the box proving that you are not a robot.</p>
  <p></p>
  <div id="contactus-recaptcha" class="recaptcha" data-function-name="renderContactusCaptcha" data-sitekey="6Lf_jQoTAAAAAIWjbNNmyZz2mtb61UQ6nPJjRme2"></div>
  <p></p>
  <input type="submit" class="button thin" id="contactUsSubmitBtn" value="Send message" onclick="submitContactForm()">
  <div id="contact-us-form-error-container" class="error"></div>
  <input type="hidden" name="onlinePage" value="">
  <input type="hidden" name="customerID" value="0">
</form>

Text Content

Finding your new doctor is easy. We can help.
Search now
Search now
Contact Us

 * Same-Day Care
 * Find a Doctor
 * Locations
   
      LOCATION TYPES
   
      
    * Emergency rooms
    * Hospitals
    * Labs
    * Urgent care centers
   
      MEDICAL GROUPS
   
      
    * Sharp Rees-Stealy Medical Group offices
    * Sharp Community Medical Group offices
    * SharpCare Medical Group offices
   
    * View all location types

 * Medical Services
   
      DEPARTMENTS AND SPECIALTIES
   
    * Cancer treatment
    * Emergency and urgent care
    * Heart and vascular care
    * Mental health
    * Orthopedics
   
    * Physical therapy and rehab
    * Pregnancy and childbirth
    * Primary care
    * Weight loss
   
    * View all medical services

 * Insurance
    * Sharp Health Plan
    * Accepted plans
    * Buying insurance
    * Covered California
   
    * Insurance from your employer
    * Medicare
    * Choosing a medical group

 * Classes and Events

 *   Sign in

 

     Sign In
 * Home
 * Same-Day Care
 * Find a Doctor
 * Pay My Bill
 * Locations
 * Medical Services
 * Insurance
 * Classes and Events
 * Contact Us

I'M LOOKING FOR


   
 * Emergency rooms
 * Hospitals
 * Labs
 * Urgent care centers
   
 * Sharp Rees-Stealy Medical Group offices
 * Sharp Community Medical Group offices
 * SharpCare Medical Group offices
   
 * View all location types

I'M LOOKING FOR


 * Business offices
 * Cancer centers
 * Childbirth hospitals
 * Doctor's office
 * Emergency rooms
 * Hospitals
 * Imaging centers
 * Labs
 * Mental health centers
 * MinuteClinics
 * Outpatient surgery centers
 * Rehabilitation and physical therapy
 * Pharmacies
 * Same day clinics
 * Sharp Rees-Stealy Medical Group offices
 * Sharp Community Medical Group offices
 * SharpCare Medical Group offices
 * Skilled nursing centers
 * Urgent care centers

DOCTOR'S OFFICE



ENTER YOUR DOCTOR'S NAME TO GET OFFICE INFORMATION.

Doctor's name:

LABS


 * Sharp Rees-Stealy labs
 * Sharp Community labs
 * SharpCare labs
 * Show all labs
 * Help me find labs in my network

FIND LABS IN YOUR NETWORK



ENTER YOUR PRIMARY CARE DOCTOR'S NAME TO FIND LABS IN YOUR NETWORK.

Primary doctor's name:


URGENT CARE CENTERS


 * Sharp Rees-Stealy urgent care centers
 * Sharp Community urgent care centers
 * SharpCare urgent care centers
 * Virtual urgent care visits
 * Show all urgent care centers
 * Help me find urgent care centers in my network

FIND URGENT CARE CENTERS IN YOUR NETWORK



ENTER YOUR PRIMARY CARE DOCTOR'S NAME TO FIND URGENT CARE CENTERS IN YOUR
NETWORK.

Primary doctor's name:


MEDICAL SERVICES


 * Cancer treatment
 * Emergency and urgent care
 * Heart and vascular care
 * Mental health
 * Orthopedics
 * Physical therapy and rehab
 * Pregnancy and childbirth
 * Primary care
 * Weight loss
 * View all medical services

MEDICAL SERVICES


 * Advance care planning
 * Alcohol and drug dependency
 * Bloodless medicine
 * Cancer treatment
 * Diabetes
 * Ear, nose and throat
 * Eating disorders
 * Emergency and urgent care
 * Endoscopy
 * Executive health
 * Eye care
 * Flu care
 * Global patient services
 * Heart and vascular care
 * Home health
 * Hospice
 * Integrative and complementary medicine
 * Internal medicine
 * Laboratory services
 * Men's health
 * Mental health
 * Nutrition
 * Occupational health
 * Orthopedics
 * Pediatrics
 * Plastic surgery
 * Pregnancy and childbirth
 * Primary care and family health
 * Radiology and diagnostic imaging
 * Rehabilitation and physical therapy
 * Senior care
 * Skilled nursing
 * Sleep disorders
 * Stroke and neurology
 * Transplant
 * Travel medicine
 * Weight-loss surgery (bariatric)
 * Weight management support
 * Women's care
 * Wound care and hyperbaric medicine

HEALTH INSURANCE


 * Sharp Health Plan
 * Accepted plans
 * Buying insurance
 * Covered California
 * Insurance from your employer
 * Medicare
 * Choosing a medical group

VERIFY YOUR MEDICAL GROUP



Refer to your insurance card or call your insurance provider to determine your
medical group.

You can also search for your primary care doctor to find the medical group you
and your doctor belong to.

CLASSES AND EVENTS


 * Cancer
 * CPR and first aid
 * Exercise
 * Health screenings
 * Newborn and baby care
 * Pregnancy and childbirth
 * Seniors and aging
 * Sharp employee online education
 * View all categories

HEALTH AND MEDICAL


 * Bariatric surgery
 * Cancer
 * Chronic disease management
 * Diabetes
 * Health screenings
 * Heart
 * Integrative and complementary medicine
 * Men's health
 * Mental health
 * Newborn and baby care
 * Orthopedics
 * Pain management
 * Pregnancy and childbirth
 * Rehabilitation
 * Stroke
 * Women's care
 * View all categories
 * View all class titles A-Z

WELLNESS AND FITNESS


 * Bereavement
 * Chronic disease management
 * Exercise
 * Gentle exercise
 * Health screenings
 * Integrative and complementary medicine
 * Nutrition
 * Pain management
 * Smoking cessation
 * Stress management
 * Weight management
 * Wellness
 * View all categories
 * View all class titles A-Z

COMMUNITY CLASSES


 * Caregiving
 * Covered California
 * CPR and first aid
 * Financial and health care planning
 * Health screenings
 * Online education programs
 * View all categories
 * View all class titles A-Z

PREGNANCY AND PARENTING


 * Childbirth preparation
 * Newborn and baby care
 * Parenting and child development
 * Pregnancy and childbirth
 * Prenatal hospital tours
 * View all categories
 * View all class titles A-Z

SENIORS AND AGING


 * Bereavement
 * Breast cancer
 * Caregiving
 * Gentle exercise
 * Medicare
 * Seniors and aging
 * View all categories
 * View all class titles A-Z

FOR PROFESSIONALS


 * Bereavement
 * Continuing education
 * Sharp employee education
 * Sharp Training Center
 * View all categories
 * View all class titles A-Z

FOLLOWMYHEALTH®


 * Log in
 * Learn more

DRIVING DIRECTIONS


Print


CART




UPDATE INFORMATION



Cancel

Save

FORGOT PASSWORD



Please enter your e-mail address.

Email address

We could not identify your account with email address alone, please enter your
first and last name to retrieve your security question.

First Name
Last Name



Get Security Question

Please answer your security question.





Send Password


PASSWORD RESET

Your password has been reset. Please check your email for your new password.


WE MAKE IT EASY TO GET EXTRAORDINARY CARE

Find a doctor



WE MAKE IT EASY TO GET EXTRAORDINARY CARE

Find a doctor


 
 
 See a doctor today 


VIRTUAL URGENT CARE

Care from the comfort of home.

Days, nights and weekends
Get started

--------------------------------------------------------------------------------

What’s treated

$$

 * Allergies
 * Anxiety/stress
 * Cough, congestion or sore throat
 * Diarrhea, nausea or vomiting
 * Earache or eye discomfort
 * Minor cuts and burns
 * Mild headache
 * Rashes
 * Sprains and strains
 * Urinary issues in women

  


URGENT CARE

Quick care for sudden health concerns.

fill="#42484D">Walk-in
Save a spot
Check wait times

--------------------------------------------------------------------------------

What’s treated

$$

 * Animal bites
 * Asthma
 * Ear/eye pain or discharge
 * Fever
 * Foreign object in eye or ear
 * Fractures, sprains and strains
 * Headache
 * Mild shortness of breath
 * Severe cough or sore throat
 * Urinary issues

  


EMERGENCY CARE

24-hour care for serious medical issues.

fill="#42484D">Walk-in
Save a spot
Find an ER near me

--------------------------------------------------------------------------------

What’s treated

$$$

 * Chest pain or pressure
 * Confusion or difficulty speaking
 * Fever with stiff neck
 * Fracture (with protruding bone)
 * Head injury
 * Moderate to severe shortness of breath
 * Severe abdominal pain
 * Sudden dizziness or change in vision
 * Vaginal bleeding in pregnancy

If you are experiencing a medical emergency, call 911 or visit the nearest
emergency room.


COVID-19 TESTING AND VACCINATION INFORMATION.

Learn how to manage your symptoms, find a test site and get the vaccine.

Where to get tested
Where to get vaccinated


SUPPORTING THE SAN DIEGO COMMUNITY

At Sharp, the care we provide our patients extends beyond our hospitals and into
the communities we serve. From mending a heart to lending a hand, our dedicated
team members empower and transform lives to make our community better.

How we give back


READ OUR MENTAL HEALTH STORIES.



Top 10 tips for health and wellness

These wellness tips can help boost your immunity and your mood.

These wellness tips can help boost your immunity and your mood.

How to stop politics from ruining holiday celebrations

The holidays should bring loved ones together, not tear them apart.

The holidays should bring loved ones together, not tear them apart.

10 simple self-care tips

A trip to a spa isn’t always possible. Try these 10 self-care tips instead.

A trip to a spa isn’t always possible. Try these 10 self-care tips instead.

Read more



WE'LL HELP FIND THE DOCTOR WHO'S RIGHT FOR YOU.

View doctors specializing in primary care in San Diego.

Find a doctor
Previous

DR. NICOLE TREMAIN

"I work with my patients to help them achieve the best current and future health
possible."

DR. PANY ROBINSON

"The Sharp Experience means patient-doctor relationships that lead to phenomenal
individualized health care."

DR. ROMMEL NAVARRETE

"I deliver the highest quality of medical care to my patients."

DR. JOSE PENA

"My goal is to provide the best care possible."

DR. MARK JABRO

"I am grateful to practice in a field where I can positively touch people's
lives."

DR. FIRAS GORGES

"I strive to provide quality health care, and work with my patients to achieve
positive results."

DR. RAZI HEKMAT

"I have been in practice since 2002."

DR. ROBIN SPIERING

"I want to help patients by listening and working together toward optimal
health."

DR. BENNETT GROSS

"I focus on patient-centered care and developing long-standing relationships."

DR. TRACY POLANCO

"My goal is to provide modern medicine with traditional care."

DR. ANDREW BROWN

"The Sharp Experience means making sure that every patient feels comfortable and
confident with the care that I am providing them."

DR. CYNTHIA LIN

"I am here to show you your potential to lead a healthy life."

DR. NICOLE TREMAIN

"I work with my patients to help them achieve the best current and future health
possible."

DR. PANY ROBINSON

"The Sharp Experience means patient-doctor relationships that lead to phenomenal
individualized health care."

DR. ROMMEL NAVARRETE

"I deliver the highest quality of medical care to my patients."

DR. JOSE PENA

"My goal is to provide the best care possible."

DR. MARK JABRO

"I am grateful to practice in a field where I can positively touch people's
lives."

DR. FIRAS GORGES

"I strive to provide quality health care, and work with my patients to achieve
positive results."

Next

Hi,
  Hi,
 * Your account
 * Sign out

  Sign in
Hi, Sign out Your Account
  Sign In

EMPLOYEES AND PARTNERS

 * For Employees
 * For Physicians
 * For Interns and Fellows
 * For Instructors and Students
 * For Media
 * For Vendors

SAN DIEGO HOSPITALS AND MEDICAL GROUPS

 * Sharp Chula Vista Medical Center
 * Sharp Coronado Hospital
 * Sharp Grossmont Hospital
 * Sharp Mary Birch Hospital for Women & Newborns
 * Sharp McDonald Center
 * Sharp Memorial Hospital
 * Sharp Mesa Vista Hospital
 * SharpCare Medical Group
 * Sharp Community Medical Group
 * Sharp Rees-Stealy Medical Group

PATIENT SELF-SERVICE

 * Sharp Account
 * Pay My Bill
 * Get a Price Estimate
 * Same-Day Care
 * FollowMyHealth
 * Medical Records
 * Appointments
 * Find San Diego Doctors
 * Health Classes in San Diego
 * Maps and Directions
 * Email Newsletters

COMPANY INFORMATION

 * About Sharp
 * Jobs
 * Volunteer Opportunities
 * Donate to Sharp / Foundations
 * Sharp Health Plan
 * Patient Rights and Privacy
 * Contact Us

Sharp Health News
1-800-827-4277
Sharp is not-for-profit and relies on fundraising. © 2023 Sharp HealthCare. All
rights reserved.
En Español
Privacy Policy | Nondiscrimination Notice | Terms of Use | Infection Prevention
| Hospital Financial Assistance | Sitemap

ALL CATEGORIES


 * Bariatric surgery
 * Bariatric surgery seminars
 * Bereavement
 * Breast cancer
 * Cancer
 * Cancer support groups
 * Caregiving
 * Childbirth preparation
 * Chronic disease management
 * Congestive heart failure
 * Continuing education
 * Covered California
 * CPR and first aid
 * Diabetes
 * Embarazo y parto
 * En español
 * Exercise
 * Financial and health care planning
 * Gentle exercise
 * Health screenings
 * Heart
 * Integrative and complementary medicine
 * Medicare
 * Men's health
 * Mental health
 * Neonatal Resuscitation Program (NRP)
 * Newborn and baby care
 * Nutrition
 * Online education programs
 * Orthopedics
 * Pain management
 * Parenting and child development
 * Pregnancy and childbirth
 * Prenatal hospital tours
 * Rehabilitation
 * Seniors and aging
 * Sharp Chula Vista employees
 * Sharp employee education
 * Sharp employee online education
 * Sharp Grossmont employees
 * Sharp Metro employees
 * Sharp Training Center
 * Sharp-Rees Stealy employees
 * Smoking cessation
 * Stress management
 * Stroke
 * Weight management
 * Wellness
 * Women's care
 * View category descriptions

CONTACT SHARP HEALTHCARE


Call us

Call 1-800-827-4277 or view our detailed phone directory.

If you are experiencing a medical emergency, call 911 or visit the nearest
emergency room.

If you are experiencing a medical emergency, call 911 or visit the nearest
emergency room.

--------------------------------------------------------------------------------

Email us

Please do not use this form to convey personal or medical information.

I need help with General/other Billing Careers Classes Hospital care
FollowMyHealth
Sharp HealthCare number or account number
How would you like to be contacted?
Email Phone
Choose a hospital Sharp Chula Vista Medical Center Sharp Coronado Hospital Sharp
Grossmont Hospital Sharp Mary Birch Sharp McDonald Center Sharp Memorial
Hospital Sharp Mesa Vista Hospital
First name Last name
Date of birth

Month Jan Feb March April May June July Aug Sept Oct Nov Dec Day 01 02 03 04 05
06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Year 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930
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
Street address
ZIP code
Email
Phone Optional
May we leave a message at this number?
Yes No
Message

Please check the box proving that you are not a robot.









--------------------------------------------------------------------------------

WHAT'S THIS?



These important numbers are located on your billing statement.



Find your SharpCare account number



WHAT'S GDPR?



The General Data Protection Regulation (GDPR) governs the processing of personal
information gathered from individuals while they are in the European Union (EU)
and parts of the EEA (European Economic Area, which currently includes Iceland,
Lichtenstein and Norway).

We are sorry, but we are unable to process your price estimate if you live or
are travelling within the EU or affiliated nations.

WHAT'S THIS?



Many surgery and procedure names sound similar. If possible, please provide the
current procedure terminology (CPT) code, which can be found on the order from
your doctor.

If you cannot provide the CPT code, please contact your doctor's office for the
CPT or a detailed description of services.


ORIGINALTEXT


Bessere Übersetzung vorschlagen

--------------------------------------------------------------------------------