www.localdoctors.co.nz Open in urlscan Pro
13.75.138.224  Public Scan

Submitted URL: http://medicalcentre1.co.nz/
Effective URL: https://www.localdoctors.co.nz/clinics/mt-roskill-medical-and-surgical-centre
Submission Tags: tranco_l324
Submission: On May 27 via api from DE — Scanned from NZ

Form analysis 4 forms found in the DOM

GET /search

<form class="c-search__form" id="frmSearch" method="get" action="/search">
  <label class="c-search__input-icon" for="find-clinic">
    <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 18 18">
      <path d="M21.746 20.521l-3.858-3.858a7.8 7.8 0 1 0-1.225 1.225l3.858 3.858a.866.866 0 0 0 1.225-1.225zm-9.95-2.66a6.064 6.064 0 1 1 6.065-6.061 6.064 6.064 0 0 1-6.061 6.061z" fill="#ffffff" transform="translate(-4 -4)"></path>
    </svg>
  </label>
  <label class="u-vis_hide" for="query">search input</label>
  <input class="c-search__input" type="text" name="query" placeholder="Search …" id="query">
  <span class="c-search__divider  c-find-clinic__divider--transparent"></span>
  <button class="c-btn  c-btn--third c-search__submit c-btn--with-icon--left" type="submit">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492 408.65">
      <title>arrow</title>
      <g id="Layer_2" data-name="Layer 2">
        <g id="Layer_1-2" data-name="Layer 1">
          <path
            d="M27.66,242.91l-.77-.17H356.11L252.62,346.46a27.19,27.19,0,0,0,0,38.22l16.1,16.11a26.94,26.94,0,0,0,38,0l177.42-177.4a27.13,27.13,0,0,0,0-38.15L306.74,7.84a27,27,0,0,0-38,0L252.62,24a26.61,26.61,0,0,0-7.85,19,25.86,25.86,0,0,0,7.85,18.66l104.66,104.3h-330C12.46,165.92,0,178.7,0,193.52v22.79C0,231.13,12.83,242.91,27.66,242.91Z"
            style="fill:#fff"></path>
        </g>
      </g>
    </svg>
  </button>
</form>

GET /search

<form id="open-search-button" method="get" action="/search" class="c-btn--flat-icon c-search__mobile-btn">
  <button type="submit" aria-label="open search" class="u-vis_hide--not-mobile js-show-search">
    <svg class="c-search__mobile-icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
      <path d="M21.746 20.521l-3.858-3.858a7.8 7.8 0 1 0-1.225 1.225l3.858 3.858a.866.866 0 0 0 1.225-1.225zm-9.95-2.66a6.064 6.064 0 1 1 6.065-6.061 6.064 6.064 0 0 1-6.061 6.061z" fill="#1d71b9" transform="translate(-4 -4)"></path>
    </svg>
  </button>
  <svg class="c-search__desktop-icon u-vis_hide--mobile" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
    <path d="M21.746 20.521l-3.858-3.858a7.8 7.8 0 1 0-1.225 1.225l3.858 3.858a.866.866 0 0 0 1.225-1.225zm-9.95-2.66a6.064 6.064 0 1 1 6.065-6.061 6.064 6.064 0 0 1-6.061 6.061z" fill="#1d71b9" transform="translate(-4 -4)"></path>
  </svg>
  <label class="u-vis_hide" for="query-mobile">search input</label>
  <input type="text" name="query" id="query-mobile" class="u-vis_hide--not-mobile c-search__mobile-input" placeholder="Search Local Doctors">
</form>

<form id="fees-form">
  <div class="g g-c u-bo-b  c-fees__form-box">
    <div class="gi-p  gi-md-3">
      <fieldset>
        <label class="c-form__label  u-mb--sm  u-t-bold"> Are you enrolled? <span class="c-form__required-icon">*</span>
          <span class="c-help__tooltip" data-tooltip="You are enrolled if you've completed a form to enrol with our GP practice. This means you plan to use Tamaki Health as your regular and ongoing provider of general practice healthcare services.">
            <span class="c-help__tooltip-icon">?</span>
          </span>
        </label>
        <div class="c-form__radio_box--inline u-mt--xs">
          <span class="c-form__radio_wrapper">
            <input class="c-form__radio_input" type="radio" id="yes-option" value="yes" name="enrolled">
            <label class="c-form__radio_label" for="yes-option">Yes</label>
          </span>
          <span class="c-form__radio_wrapper">
            <input class="c-form__radio_input" type="radio" id="no-option" value="no" name="enrolled">
            <label class="c-form__radio_label" for="no-option">No</label>
          </span>
        </div>
      </fieldset>
    </div>
    <div class="gi-p  gi-md-4" id="csc-input" style="display: inline-block;">
      <fieldset>
        <label class="c-form__label  u-mb--sm  u-t-bold">
          <span id="csc-label">Do you have an eligibility card?</span>
          <span class="c-form__required-icon">*</span>
          <span class="c-help__tooltip" data-tooltip="A CSC is a Community Services Card. An HUHC is a High Use Health Card.">
            <span class="c-help__tooltip-icon">?</span>
          </span>
        </label>
        <select name="csc" id="fees-csc-input">
          <option value="">Select an option</option>
          <option value="No CSC">No CSC</option>
          <option value="CSC (Community Service Card)">CSC (Community Service Card)</option>
          <option value="HUHC (High User Health Card)">HUHC (High User Health Card)</option>
        </select>
      </fieldset>
    </div>
    <div class="gi-p  gi-md-4" id="elgibility-input" style="display:none">
      <fieldset>
        <label class="c-form__label  u-mb--sm  u-t-bold"> Do you have an eligibility card? <span class="c-form__required-icon">*</span>
          <span class="c-help__tooltip" id="elgibility-tooltip" data-tooltip="">
            <span class="c-help__tooltip-icon">?</span>
          </span>
        </label>
        <div class="c-form__radio_box--inline u-mt--xs">
          <span class="c-form__radio_wrapper">
            <input class="c-form__radio_input" type="radio" id="eligibility-yes-option" value="yes" name="eligibility">
            <label class="c-form__radio_label" for="eligibility-yes-option">Yes</label>
          </span>
          <span class="c-form__radio_wrapper">
            <input class="c-form__radio_input" type="radio" id="eligibility-no-option" value="no" name="eligibility">
            <label class="c-form__radio_label" for="eligibility-no-option">No</label>
          </span>
        </div>
      </fieldset>
    </div>
    <div class="gi-p  gi-md-3">
      <fieldset>
        <label class="c-form__label  u-mb--sm  u-t-bold">Your age range<span class="c-form__required-icon">*</span></label>
        <select name="age" id="fees-age-input">
          <option value="">Select an option</option>
          <option value="0-13">0-13</option>
          <option value="14-17">14-17</option>
          <option value="18 &amp; Over">18 &amp; Over</option>
        </select>
      </fieldset>
    </div>
  </div>
  <span class="c-form__required u-vis-show--md"><span class="c-form__required-icon">*</span>Required Fields</span>
</form>

Name: mc-embedded-subscribe-formPOST https://tamakihealth.us4.list-manage.com/subscribe/post?u=ab1eb605b629a34d28eccc15e&id=def18873aa

<form action="https://tamakihealth.us4.list-manage.com/subscribe/post?u=ab1eb605b629a34d28eccc15e&amp;id=def18873aa" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
  <div id="mc_embed_signup_scroll">
    <label class="c-footer-form__label" for="mce-EMAIL">Subscribe to our newsletter</label>
    <p class="c-footer-form__copy">Subscribe to our newsletter to get all the latest information and news from Tamaki Health</p>
    <input class="c-footer-form__input" type="email" value="" name="EMAIL" id="mce-EMAIL" placeholder="email address" required="">
    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_ab1eb605b629a34d28eccc15e_a4d1a5e2da" tabindex="-1" value=""></div>
    <div class="clear"><input class="c-footer-form__submit" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe"></div>
  </div>
</form>

Text Content

You are already enrolled


It looks like you are already in our system.
Click below to find your nearest clinic to book an appointment

Find my nearest clinic
Toggle

FLU VACCINE AVAILABLE NOW at all Local Doctors and White Cross clinics. No
appointment needed. FREE for:

 * Enrolled children 6 months – 12 years
 * Enrolled Māori & Pasifika people over 55
 * People aged 65 years and over
 * People who have a long-term medical condition like diabetes, asthma, or a
   heart condition (ages 6 months and older)
 * Pregnant people
 * People with mental health conditions, including schizophrenia, major
   depressive disorder, bipolar disorder, or schizoaffective disorder

search input arrow
 * Find a Clinic
 * Our Services
 * Fees
 * News

search input
Book an Online Consult Enrol With Us Book an Online Consult
Enrol With Us


LOCAL DOCTORS MT ROSKILL





 * Open 8:00am - 8:00pm
 * Find us
 * Services
 * Fees


ABOUT

Local Doctors Mt Roskill Medical and Surgical Centre provides urgent care for
accidents and injuries and general practice services for you and your whānau 7
days a week. We’re open evenings and weekends – so you can get medical help
after work or school.

RADIOLOGY TRADING HOURS:


 * Monday – Friday: 9:00am – 4:30pm
 * Saturday: 10:00am – 4:00pm
 * Sunday: Closed

ABOUT MT ROSKIL

You can receive urgent care for your bumps and bruises, flu and breathing
problems, insect bites, small cuts and burns, sprains and strains and other
minor injuries.

Our doctors and nurses will carefully assess your condition and take fast action
– performing plastering and suturing, asthma treatment, wound care and more. 

They will also decide who else you may need to see for treatment. For example,
you may need to have an x-ray or go to hospital.

You and your whānau can also get regular medical care from our general practice
team. Our GPs and nurses offer the full range of general practice services to
assist you with physical and mental health problems.

The clinic is ACC accredited to help you bounce back from injuries caused by an
accident. 

We’re also skilled at treating and managing long-term health issues such as
depression, asthma and diabetes. Local Doctors will help keep you up-to-date
with screenings, immunisations and more, so you stay well. 

Our GPs can also refer you to other health services, locally, regionally and
nationally when needed.

Our ethnically diverse team is warm, friendly and ready to help. Members of our
team speak English, Hindi, Punjabi, Fiji Hindi, Chinese, Urdu, Afghani, Telugu,
Tamil, Malayalam, Sinhalese, Malay and Indonesian.

Three of our doctors – Dr Rajiv Sood, Dr Steveley Gonsalves and Dr Mukul Diesh
have been worked in our clinic for more than 15 years.

It’s easy and convenient to see us – we’re open 7 days a week from 8am–8pm. You
can just walk in, or you can be seen by appointment.

You can find us on 445 Richardson Road in Mt Roskill, Central Auckland, near
major roads and public transport. Parking is available.

Private x-ray and pharmacy services are available on-site, so you can easily get
additional treatment if you need it.

Read more Read less

Enrol With Us

WAIT TIMES AVAILABLE FROM TUESDAY 8:00AM

Quieter

Busier

CLINIC AMENITIES

 * Appointment
 * Female Doctor
 * GP Services
 * Urgent care
 * Parking
 * Accessible
 * Open Weekends
 * Pharmacy
 * Walk In
 * X-ray

 * Appointment
 * Female Doctor
 * GP Services

 * Urgent care
 * Parking
 * Accessible
 * Open Weekends
 * Pharmacy
 * Walk In
 * X-ray

Show more

FIND US

445 Richardson Road, Mt Roskill



 * 09 627 8552
 * Get directions

NORMAL HOURS

Monday 8:00am – 8:00pm Tuesday 8:00am – 8:00pm Wednesday 8:00am – 8:00pm
Thursday 8:00am – 8:00pm Friday 8:00am – 8:00pm Saturday 8:00am – 8:00pm Sunday
8:00am – 8:00pm

←Move left→Move right↑Move up↓Move down+Zoom in-Zoom outHomeJump left by
75%EndJump right by 75%Page UpJump up by 75%Page DownJump down by 75%

To navigate, press the arrow keys.


















Keyboard shortcuts
Map DataMap data ©2024 Google
Map data ©2024 Google

200 m 

Click to toggle between metric and imperial units
Terms
Report a map error


SERVICES

WE OFFER A FULL RANGE OF GENERAL PRACTICE AND URGENT CARE SERVICES TO ASSIST YOU
AND YOUR WHĀNAU.


 * ACC ASSESSMENTS
   
   Learn more


 * ACCIDENT AND INJURY TREATMENT
   
   Learn more


 * ACCIDENT AND INJURY MANAGEMENT
   
   Learn more


 * CERVICAL SMEARS, BREAST SCREENING, PREGNANCY
   
   Learn more


 * CHILD HEALTH
   
   Learn more


 * HEART HEALTH CHECKS
   
   Learn more


 * IMMUNISATION/VACCINATIONS
   
   Learn more


 * INSURANCE & EMPLOYMENT MEDICAL REPORTS
   
   Learn more


 * LONG TERM CONDITIONS
   
   Learn more


 * MENTAL WELLNESS
   
   Learn more


 * MOLE, SKIN CANCER, WART REMOVAL
   
   Learn more


 * PATIENT SUPPORT SERVICES
   
   Learn more


 * PROSTATE SCREENING
   
   Learn more


 * SKIN CHECKS
   
   Learn more


 * TRAVEL VACCINES
   
   Learn more



Close



If you’ve been injured in an accident and require an ACC assessment and ongoing
injury treatment, we have you covered with 24/7 care through our extensive
clinic network.



Learn more
Close



If you injure yourself in an accident that is not life-threatening, head to one
of our urgent care clinics for help. 



Learn more
Close



All of our GP clinics provide extensive services to manage minor injuries and
accidents.



Learn more
Close



Our women’s health service is comprehensive, sensitive and caring. All of our GP
clinics offer cervical smear tests, referral to mammograms for breast cancer
screening and pregnancy support.



Learn more
Close



All of our GP clinics offer the full range of health care for children from
before birth to 17 years. For all children under 14 years of age who are
enrolled with one of our GP clinics, consultations in normal hours are free.



Learn more
Close



Looking after your heart is something we can do together. Our doctors and nurses
are all about preventing health problems like heart attacks and strokes, so you
can feel comfortable asking them questions and seeking their support.



Learn more
Close



You and your whānau can be immunised against a wide range of infectious diseases
at any of our clinics. Many immunisations are free.



Learn more
Close



Come to us for your insurance health examination reports. We make every effort
to ensure information is given to the requesting company in a timely manner.



Learn more
Close



We have a number of highly successful programmes to assist with the care of
people who have chronic or long-term conditions like diabetes, asthma, COPD,
heart problems, gout, depression etc.



Learn more
Close



If you have signs of stress or low mood that do not go away after a few weeks,
it’s important to talk to someone about it. We have successful programmes to
help people experiencing mental distress.



Learn more
Close



An experienced GP surgeon in our clinic network has special skills to perform
mole, wart and skin cancer removal operations.



Learn more
Close



We have a number of support services available to our patients, including
community health workers, discharge care coordination and a variety of service
subsidies.



Learn more
Close



As men age, it’s common to have prostate symptoms, and most of the time they are
due to problems that are not cancer. However, you should always have them
checked out by your doctor. All our GP clinics offer this service.



Learn more
Close



All of our GP clinics can examine any lesion of concern, diagnose and treat
rashes, scaly patches, itchy bites and infections and provide general advice
about what problems to look out for with your skin.



Learn more
Close



When you are planning an overseas trip for work, visiting family, a long-awaited
holiday or other activity, visit one of our two specialist travel medicine
clinics.



Learn more


APPOINTMENT FEES

Please answer the questions below to show the right fees for you and/or your
family.
 * Medical
   Consultation
 * Injury Consultation (covered by ACC)
 * International Visitor

Are you enrolled? * ?
Yes No
Do you have an eligibility card? * ? Select an optionNo CSCCSC (Community
Service Card)HUHC (High User Health Card)
Do you have an eligibility card? * ?
Yes No
Your age range* Select an option0-1314-1718 & Over
*Required Fields


LOCAL DOCTORS MT ROSKILL FEES

Please answer the questions above to show the right fees for you and/or your
family.


FEES




FEES




VISITOR PRICING

Type of Service Age Group Price Normal Hours Medical Consult0 - 13
14 - 17
18 & over$50.00
$70.00
$90.00

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

After Hours Medical Consult0 - 13
14 - 17
18 & over$85.00
$105.00
$125.00

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

ACC Surcharge0 - 13
14 - 17
18 & over$0.00
$40.00
$60.00

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

Stat Holiday Medical Consult Surcharge0 - 13
14 - 17
18 & over$20.00
$20.00
$20.00

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

Subscribe to our newsletter

Subscribe to our newsletter to get all the latest information and news from
Tamaki Health



 * Find a clinic
 * Our Services
 * Fees
 * About Us
 * Your Health
 * FAQs
 * News & Articles
 * Clinic Directory
 * Bettr - Online Doctors
 * Careers
 * Media Enquiries
 * Contact Us
 * Tel: 09 274 7823

Copyright © Tāmaki Health 2024. All rights reserved.

Terms and Conditions | Privacy Policy | Accessibility
Site crafted by nv