epsychiatry.com.au
Open in
urlscan Pro
104.21.48.1
Public Scan
Submitted URL: http://epsychiatry.com.au/
Effective URL: https://epsychiatry.com.au/
Submission: On December 12 via api from AU — Scanned from AU
Effective URL: https://epsychiatry.com.au/
Submission: On December 12 via api from AU — Scanned from AU
Form analysis
6 forms found in the DOMName: calculatorForm —
<form name="calculatorForm">
<div class="form-group col-md-12">
<select class="form-control select2-hidden-accessible" name="state" id="states" data-select2-id="select2-data-states" tabindex="-1" aria-hidden="true">
<option selected="" disabled="" hidden="" value="0" data-select2-id="select2-data-2-ttez">Select Your State</option>
<option value="1">Australian Capital Territory</option>
<option value="2">New South Wales</option>
<option value="3">Northern Territory</option>
<option value="4">Queensland</option>
<option value="5">South Australia</option>
<option value="6">Tasmania</option>
<option value="7">Victoria</option>
<option value="8">Western Australia</option>
</select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-1-3k82" style="width: 461px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-states-container" aria-controls="select2-states-container"><span class="select2-selection__rendered" id="select2-states-container"
role="textbox" aria-readonly="true" title="Select Your State">Select Your State</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
aria-hidden="true"></span></span>
</div>
<div class="form-group col-md-6">
<select class="form-control select2-hidden-accessible" name="suburb" id="suburb" data-select2-id="select2-data-suburb" tabindex="-1" aria-hidden="true">
<option selected="" disabled="" value="0" data-select2-id="select2-data-4-440y">Select Your Suburb</option>
</select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-3-pdgo" style="width: 216px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-suburb-container" aria-controls="select2-suburb-container"><span class="select2-selection__rendered" id="select2-suburb-container"
role="textbox" aria-readonly="true" title="Select Your Suburb">Select Your Suburb</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
aria-hidden="true"></span></span>
</div>
<div class="form-group col-md-6">
<!-- <select class="form-control" name="adhd" id="adhd" required>
<option hidden value="0">Appointment Type</option>
<option value="1">Non-ADHD</option>
<option value="2">ADHD</option>
</select> -->
<select class="form-control" name="adhd" id="adhd">
<option selected="" disabled="" value="0">Appointment Type</option>
</select>
</div>
<div class="form-group col-md-6">
<select class="form-control" name="sessions" id="sessions">
<option selected="" disabled="" hidden="" value="0">Session Type</option>
</select>
</div>
<div class="form-group col-md-6">
<select class="form-control" name="msn" id="msn">
<option selected="" disabled="" hidden="" value="0">Medicare Safety Net</option>
<option value="M1">Yes</option>
<option value="M2">No</option>
</select>
<span style="font-size: 10pt">
<font color="white"><a href="/medicare-safety-net/">What is the Medicare Safety Net?</a></font>
</span>
</div>
<div class="form-group col-md-6">
<button type="button" class="ot-btn large-btn btn-rounded btn-main-color btn-submit" id="selsub">Calculate</button>
</div>
</form>
<form id="contactForm">
<div class="row">
<div class="form-group col-sm-12 col-md-4">
<input type="text" class="form-control" name="name" placeholder="Your Name: *" required="">
</div>
<div class="form-group col-sm-12 col-md-4">
<input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" class="form-control" name="mobile" maxlength="10" placeholder="Phone Number: *" required="">
</div>
<div class="form-group col-sm-12 col-md-4">
<input type="file" class="form-control" name="attachment" required="">
</div>
<input type="hidden" id="currentId" name="current_url" value="https://epsychiatry.com.au/">
</div>
<button type="submit" class="ot-btn large-btn btn-rounded btn-main-color btn-submit" id="btnSubmit" onclick="gtag_report_conversion()">Upload</button>
</form>
POST
<form id="contactUs" method="POST"> <!--Added by Gayan -->
<div class="fancy-select"><select class="form-control custom-form custom-select fancified" id="whatFor" required="required" style="width: 1px; height: 1px; display: block; position: absolute; top: 0px; left: 0px; opacity: 0;">
<option selected="selected" value="A1">Psychiatry Services Required</option>
<option value="A2">Psychology Services Required</option>
<option value="A3">ADHD Review Appointment</option>
<option value="A4">Reschedule an Appointment</option>
<option value="A5">Assistance with Zoom Link</option>
<!-- <option value ="A6">I am from an organization looking for a therapy session for the staff</option>
<option value ="A7">I am a clinician and I like to join your service</option>
<option value ="A8">Other (Please specify)</option> -->
</select>
<div class="trigger">Psychiatry Services Required</div>
<ul class="options">
<li data-raw-value="A1" class="selected">Psychiatry Services Required</li>
<li data-raw-value="A2">Psychology Services Required</li>
<li data-raw-value="A3">ADHD Review Appointment</li>
<li data-raw-value="A4">Reschedule an Appointment</li>
<li data-raw-value="A5">Assistance with Zoom Link</li>
</ul>
</div>
<div class="row">
<div class="form-group col-md-6 custom-form">
<input type="text" class="form-control" id="name" maxlength="50" placeholder="Your Name: *" required="">
</div>
<div class="form-group col-md-6 custom-form">
<input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" class="form-control" id="phone" maxlength="10" placeholder="Phone Number: *" required="">
</div>
<div class="form-group col-md-6 custom-form">
<input type="text" class="form-control" id="email" maxlength="30" placeholder="Email: *" required="">
</div>
<div class="form-group col-md-6 custom-form">
<div class="fancy-select"><select class="form-control custom-form custom-select fancified" id="state" required="required" style="width: 1px; height: 1px; display: block; position: absolute; top: 0px; left: 0px; opacity: 0;">
<option selected="" disabled="" hidden="" value="0">State: *</option>
<option value="ACT">Australian Capital Territory</option>
<option value="NSW">New South Wales</option>
<option value="NT">Northern Territory</option>
<option value="QLD">Queensland</option>
<option value="SA">South Australia</option>
<option value="TAS">Tasmania</option>
<option value="VIC">Victoria</option>
<option value="WA">Western Australia</option>
</select>
<div class="trigger">State: *</div>
<ul class="options">
<li data-raw-value="ACT">Australian Capital Territory</li>
<li data-raw-value="NSW">New South Wales</li>
<li data-raw-value="NT">Northern Territory</li>
<li data-raw-value="QLD">Queensland</li>
<li data-raw-value="SA">South Australia</li>
<li data-raw-value="TAS">Tasmania</li>
<li data-raw-value="VIC">Victoria</li>
<li data-raw-value="WA">Western Australia</li>
</ul>
</div>
</div>
<div class="form-group col-md-12 custom-form">
<input type="text" class="form-control" id="message" maxlength="150" placeholder="Message *" required="">
</div>
<div class="form-group col-md-12 custom-form">
<input type="checkbox" id="gp" name="gp">
<label for="gp">I have a GP referral</label>
</div>
</div>
<input type="hidden" id="currentId1" name="url1" value="https://epsychiatry.com.au/">
<button type="submit" id="contactUsBtn" class="ot-btn large-btn btn-rounded btn-main-color btn-submit" onclick="gtag_report_conversion()">Submit</button>
</form>
POST
<form method="POST" id="immediateCallback">
<div class="row">
<div class="form-group col-md-4 custom-form">
<input type="text" class="form-control" id="namegs" placeholder="Name: *" required="">
</div>
<div class="form-group col-md-4 custom-form">
<input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" class="form-control" maxlength="10" id="phonegs" placeholder="Phone Number: *" required="">
</div>
<div class="form-group col-md-4 custom-form">
<input type="text" class="form-control" id="emailgs" placeholder="Email *" required="">
</div>
</div>
<div>
<input type="radio" id="opt1" name="group1" value="opt1" checked=""><b> I need to speak to someone urgently</b>
<label for="opt1"></label><br>
<input type="radio" id="opt2" name="group1" value="opt2"><b> I have a GP referral and want to book an appointment</b>
<label for="opt2"></label><br>
<input type="radio" id="opt3" name="group1" value="opt3"><b> I need your services but I am not sure where to start</b>
<label for="opt3"></label><br>
<input type="radio" id="opt4" name="group1" value="opt4"><b> I am an existing client and need support</b>
<label for="opt4"></label>
</div>
</form>
POST
<form method="POST" id="newsletter">
<div class="row">
<div class="form-group col-md-5 custom-form">
<input type="text" class="form-control" id="email_news" placeholder="Email *" required="">
</div>
</div>
</form>
POST
<form method="POST" id="immediateCallback">
<div class="row">
<div class="form-group col-md-4 custom-form">
<input type="text" class="form-control" id="namegs" placeholder="Name: *" required="">
</div>
<div class="form-group col-md-4 custom-form">
<input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" class="form-control" maxlength="12" id="phonegs" placeholder="Phone Number: *" required="">
</div>
<div class="form-group col-md-4 custom-form">
<input type="text" class="form-control" id="emailgs" placeholder="Email *" required="">
</div>
</div>
<div>
<input type="radio" id="opt1" name="group1" value="opt1" checked="">
<label for="opt1">I need to speak to an agent urgently</label>
<i class="fa fa-info-circle" data-toggle="popover" style="color:blue" aria-hidden="true" data-content="If you have any urgent requirement and need to speak to one of our experienced agents, please select this option and drop us a message and we will get back to you in no time" data-original-title="" title=""></i>
<br>
<input type="radio" id="opt2" name="group1" value="opt2">
<label for="opt2">I need your services but I am not sure what is the next step</label>
<i class="fa fa-info-circle" data-toggle="popover" style="color:blue" aria-hidden="true" data-content="If you have been told by your GP that you need to seek help from a mental health specialist and want help to proceed, please select this option" data-original-title="" title=""></i>
<br>
<input type="radio" id="opt3" name="group1" value="opt3">
<label for="opt3">I feel I need professional support but do not know what the process is</label>
<i class="fa fa-info-circle" data-toggle="popover" style="color:blue" aria-hidden="true" data-content="If you feel you need help from a professional mental health provider but are not sure how to get started, please select this option" data-original-title="" title=""></i>
<br>
</div>
<div>
<input type="checkbox" id="gpgs" name="gpgs">
<label for="horns">I have GP Referrel</label>
</div>
</form>
Text Content
Appointments Contact Us * * Home * About * Join Our Team * Services * ADHD * Low Self Esteem * Bipolar * OCD * Poor Sleep & Mental Health * Anger Management * Anxiety * Depression * PTSD * Stress & Mental Health * Pain * Blog * Contact Us * Get Started * Client Registration * * * 0894672272 * 08 6313 0920 * support@epsychiatry.com.au * 0390058363 * 03 8692 8618 * support@epsychiatry.com.au * 0752283802 * 07 4800 9089 * support@epsychiatry.com.au * 0285269404 * 02 5503 5033 * support@epsychiatry.com.au Menu * Home * About * Join Our Team * Blog * Services * Contact Us * 0894672272 0390058363 0752283802 0285269404 * Get Started * Client Registration * WE ARE A LEADING PROVIDER OF TELE MENTAL HEALTH SERVICES CONTACT US TODAY At Epsychiatry, we can help you find your way when life gets tough. Allow us to share the load and support you in your journey back to good health. Appointments Contact Us * TELE MENTAL HEALTH SERVICES FOR CORPORATE EMPLOYEES REACH OUT TODAY Our experienced and dedicated team of Psychiatrists and Psychologists will ensure your employees receive the highest quality care to promote their mental health and occupational functioning. Appointments Contact Us * JOIN OUR GROWING TEAM REACH OUT TODAY We are constantly looking for enthusiastic Psychiatrists and Psychologists to join our friendly and supportive team. If you strive for clinical excellence and are looking for a hassle free, well established service provider to collaborate with, we’d love to hear from you Appointments Contact Us Join Our Team ABOUT US We are a team of Psychiatrists and Psychologists committed to providing high-quality mental health care to adults across Australia. Epsychiatry brings evidence based mental health services to you via our user friendly Telehealth platform, making it easier for you to access the support you need. Mental health problems don’t discriminate, and neither should access to mental health care. At Epsychiatry, we understand how hard it can be to seek support, especially when you’re facing additional challenges. We are passionate about breaking down the barriers to accessing healthcare and will support you every step of the way, from your initial contact with our service to engaging with one of our experienced clinicians. At Epsychiatry, we are driven by a profound philosophy of client-centred care, clinical excellence, integrity, and innovation. We are constantly striving to integrate healthcare with cutting edge technology, to ensure a seamless, secure and straightforward online experience for our clients. At Epsychiatry, you will always be treated with genuine respect and compassion. If you have a specific concern you would like to address, or simply want to seek advice about your options, we can support you on your way to better health. Call us today to find out more about how we can help. WHY SELECT EPSYCHIATRY * + Number of GPs in network * + Number of Happy Clients * + yrs Clinician Experience * + Number of Clinicians * weeks + Waiting Time * + Age Range AVAILABILITY MAP FEE CALCULATOR This fee calculator is designed to provide clear estimates for consultations with our Clinical Psychologists or Psychiatrists. If it has been more than 12 months since your last appointment, please contact us directly for pricing and Medicare rebate information. Should you have any questions regarding fees, feel free to call us or use the 'Contact Us' form below. Select Your State Australian Capital TerritoryNew South WalesNorthern TerritoryQueenslandSouth AustraliaTasmaniaVictoriaWestern Australia Select Your State Select Your Suburb Select Your Suburb Appointment Type Session Type Medicare Safety Net Yes No What is the Medicare Safety Net? Calculate UPLOAD YOUR REFERRAL Upload CONTACT US Our highly trained, friendly support staff will endeavour to understand your needs and preferences. We will be pleased to assist you with your enquiry and will aim to ensure that your requests are met in a seamless and timely manner. Take your first step towards better mental health – contact us today. Psychiatry Services Required Psychology Services Required ADHD Review Appointment Reschedule an Appointment Assistance with Zoom Link Psychiatry Services Required * Psychiatry Services Required * Psychology Services Required * ADHD Review Appointment * Reschedule an Appointment * Assistance with Zoom Link State: * Australian Capital Territory New South Wales Northern Territory Queensland South Australia Tasmania Victoria Western Australia State: * * Australian Capital Territory * New South Wales * Northern Territory * Queensland * South Australia * Tasmania * Victoria * Western Australia I have a GP referral Submit WHAT WE OFFER See More ADHD Assessment and treatment for ADHD via telehealth with Epsychiatry May 18, 2024 OCD Assessment and treatment for OCD via telehealth with Epsychiatry April 24, 2024 FERTILITY SERVICES Assessment and treatment for Fertility Services via telehealth with Epsychiatry July 14, 2022 POOR SLEEP & MENTAL HEALTH Assessment and treatment for Poor Sleep & Mental Health via telehealth with Epsychiatry March 10, 2024 DEPRESSION Assessment and treatment for Depression via telehealth with Epsychiatry January 16, 2024 ANXIETY Assessment and treatment for Anxiety via telehealth with Epsychiatry December 02, 2023 MEET OUR EXPERTS MORE INFO ZOE GRUNESKA Clinical Psychologist MORE INFO DR ILEANA HATTON Clinical Psychologist MORE INFO DR JAWAD ADIL Consultant Psychiatrist MORE INFO DR SOWMYA BOMMASANI Consultant Psychiatrist MORE INFO DR ANDREW THOMPSON Consultant Psychiatrist in Youth Psychiatry * Home * Blog * Services * Contact Us * Join Our Team CONTACT US Phone : 08 9467 2272 Fax : 08 6313 0920 Email : support@epsychiatry.com.au Phone : 03 9005 8363 Fax : 03 8692 8618 Email : support@epsychiatry.com.au Phone : 07 5228 3802 Fax : 07 4800 9089 Email : support@epsychiatry.com.au Phone : 02 8526 9404 Fax : 02 5503 5033 Email : support@epsychiatry.com.au FOLLOW US * * © 2019-2024 Epsychiatry Pty. Ltd. All rights reserved We are not an emergency service. Same-day consults are not available. If you are in distress, please contact your nearest emergency department, your area mental health service triage, or dial '000' * Term & Conditions * Privacy Policy Sign up x APPOINTMENTS × × I need to speak to someone urgently I have a GP referral and want to book an appointment I need your services but I am not sure where to start I am an existing client and need support Close Request a call back SIGNUP TODAY FOR OUR LATEST UPDATES × × Close Signup APPOINTMENTS × × I need to speak to an agent urgently I need your services but I am not sure what is the next step I feel I need professional support but do not know what the process is I have GP Referrel Close Request a call back