Signed in as:
filler@godaddy.com
Welcome to Oasis Transport LLC dba Ohana Transport , a non-emergency medical transport service that is dedicated to providing safe, reliable, and comfortable transportation for patients who require assistance getting to and from medical appointments or procedures. At Oasis Transport LLC dba Ohana Transport, we understand that transportation can be a major barrier for many patients, especially those with mobility challenges or medical conditions that require specialized accommodations. That's why we are committed to offering a compassionate, personalized service that puts the needs of our patients first.
What sets us apart from other NEMT providers is our unwavering commitment to quality and customer satisfaction. Our team of experienced drivers and staff members are trained to provide the highest level of care and attention to every patient we serve. We use only the latest and most reliable vehicles, equipped with state-of-the-art safety features and amenities designed to make the journey as comfortable and stress-free as possible.
Whether you need transportation to a doctor's appointment, a dialysis treatment, or a hospital discharge, we are here to help. Our flexible scheduling, competitive pricing, and commitment to excellence make us the best choice for anyone in need of non-emergency medical transportation.
Contact us today to learn more about our services and how we can help you or your loved ones get to where you need to go.
Why pay more for a Stretcher if you can use a Reclining wheelchair ( depends on the situation).
Custom tuned Fox shocks smooth out the harshness experienced on washboard roads and sharp, abrupt impacts. The bounce experienced over large bumps is reduced and the side to side sway over uneven surfaces is minimized
XPS is adjustable with 7 locking positions and includes a wider mattress that reduces transfer gap and designed with patient comfort in mind.
Sign up to hear from us about specials, sales, and events.
We love our customers, so feel free to visit during normal business hours.
Mon | 09:00 am – 05:00 pm | |
Tue | 09:00 am – 05:00 pm | |
Wed | 09:00 am – 05:00 pm | |
Thu | 09:00 am – 05:00 pm | |
Fri | 09:00 am – 05:00 pm | |
Sat | By Appointment | |
Sun | By Appointment |
If earlier time or Same day Appointments is needed call us so we can accomodate you
Your support and contributions will enable us to meet our goals and improve conditions. Your generous donations will fund our mission to offer rides to those who are less fortunate who cannot afford a ride to their Dr's appointment or Cancer Treatment.
• Appointments at Treatment
Centers
• Airport Drop-Off & Pick-Up
• Dialysis Treatment
• Outpatient Surgery• Physical Therapy
Appointments
• Social Outings & Weddings
• Optometrist Visits
• Hospital Checkout• Emergency Room Pickup
• Eating Out at Restaurants
• Local Events
• Stretcher Transport
• Dental Appointments• Attending Religious Services
• Prescription Drug Pickup
• Shopping
• Family Outings
• Doctor’s Appointments
Having a big sale, on-site celebrity, or other event? Be sure to announce it so everybody knows and gets excited about it.
Are your customers raving about you on social media? Share their great stories to help turn potential customers into loyal ones.
<?php
if ($_SERVER["REQUEST_METHOD"] == "POST") {
$firstName = $_POST["firstName"];
$lastName = $_POST["lastName"];
$email = $_POST["email"];
$contactNumber = $_POST["contactNumber"];
$pickupAddress = $_POST["pickupAddress"];
$dropoffAddress = $_POST["dropoffAddress"];
$transportMode = $_POST["transportMode"];
$additionalPassengers = $_POST["additionalPassengers"];
$serviceDateTime = $_POST["serviceDateTime"];
$precautions = $_POST["precautions"];
$message = $_POST["message"];
$to = " https://oasistransportllc.com/blank "; // Corrected email address
$subject = "New Quote Request";
$body = "New quote request submitted:\n\n";
$body .= "First Name: $firstName\n";
$body .= "Last Name: $lastName\n";
$body .= "Email: $email\n";
$body .= "Contact Number: $contactNumber\n";
$body .= "Pick-up Address: $pickupAddress\n";
$body .= "Drop-off Address: $dropoffAddress\n";
$body .= "Mode of Transport: $transportMode\n";
$body .= "Additional Passengers: $additionalPassengers\n";
$body .= "Date and Time of Service: $serviceDateTime\n";
$body .= "Precautions: $precautions\n";
$body .= "Message: $message\n";
$headers = "From: $email";
if (echo "To: $to\nSubject: $subject\n\n$body";
echo "Thank you for your request! We will be in touch soon.";
} else {
echo "Oops! Something went wrong. Please try again later.";
}
}
?>
Powered by GoDaddy