// Define base prices for each service const basePrices = { 'serviceType1': 500, // Example service 1 price 'serviceType2': 1000, // Example service 2 price 'serviceType3': 1500, // Example service 3 price }; // Prices for extra services const extraServicesPrices = { transport: 50, accommodation: 100, food: 30, }; // Function to calculate the estimated cost function calculateEstimatedCost() { let estimatedCost = 0; // Get the selected service type and base price const selectedService = $w('#serviceTypeDropdown').value; estimatedCost += basePrices[selectedService] || 0; // Get the duration of the treatment and number of travelers const treatmentDuration = $w('#treatmentDurationSlider').value; const numberOfTravelers = $w('#travelerNumberSlider').value; // Example: Add cost per day of treatment and per traveler estimatedCost += treatmentDuration * 50; // Add €50 per day of treatment estimatedCost += numberOfTravelers * 100; // Add €100 per traveler // Check extra services (transport, accommodation, food) if ($w('#transportToggle').checked) { estimatedCost += extraServicesPrices.transport; } if ($w('#accommodationToggle').checked) { estimatedCost += extraServicesPrices.accommodation * treatmentDuration; // Accommodation is based on days } if ($w('#foodToggle').checked) { estimatedCost += extraServicesPrices.food * numberOfTravelers; // Food is based on travelers } // Display the calculated cost $w('#estimatedCostText').text = `Estimated Cost: €${estimatedCost}`; } // Attach event handlers to update the cost in real time $w.onReady(function () { // When sliders or toggles are changed, recalculate the cost $w('#treatmentDurationSlider').onChange(calculateEstimatedCost); $w('#travelerNumberSlider').onChange(calculateEstimatedCost); $w('#transportToggle').onChange(calculateEstimatedCost); $w('#accommodationToggle').onChange(calculateEstimatedCost); $w('#foodToggle').onChange(calculateEstimatedCost); $w('#serviceTypeDropdown').onChange(calculateEstimatedCost); });
top of page

About Us

Welcome to Prime Health Turkey, your trusted partner in accessing world-class healthcare services in Turkey. Our mission is to connect you with the country’s leading clinics and doctors, carefully matching your specific needs and budget to the most suitable medical providers. We understand that each medical specialty has its own top experts, often spread across different hospitals. That’s why we meticulously select the best in each field, ensuring that you receive the highest standard of care.

Our Services

Blond Doctor_edited.jpg

Tailored Medical Solutions

Organizing Test Tubes_edited.jpg

We collaborate with Turkey's finest clinics and surgeons, matching you with the best options based on your medical requirements and financial considerations. Whether you're seeking aesthetic surgery, dental care, hair restoration, or other specialized treatments, we ensure you are in the hands of top professionals.

u8175564796_VIP_transition_by_Mercedes_V

VIP Transportation

vip transfer for prime health turkey_edi

From the moment you arrive, we ensure seamless transportation with VIP vehicles, ensuring your journey between the airport, hotel, and medical facilities is both comfortable and efficient.

90768201_7_edited.jpg

Luxury Accommodations

u8175564796_accomendation_at_5_star_hote

Your comfort is our priority. We arrange 5-star hotel accommodations that provide the perfect environment for relaxation and recovery during your stay in Turkey.

u8175564796_A_friendly_customer_service_representative_with_t_966a7351-e24d-4f96-9734-131a

Personal Assistance

Tour Guide_edited.jpg

Navigating a new city can be challenging, especially when language barriers come into play. To ensure you have a smooth and stress-free experience, we provide you with a personal assistant who is fluent in English. Your assistant will accompany you throughout your stay, offering support during hospital visits and ensuring transparent communication to avoid any unexpected charges or misunderstandings.

tingey-injury-law-firm-veNb0DDegzE-unspl

Legal and Ethical Support

Addressing the Court_edited.jpg

We prioritize your safety and well-being. Should any legal issues arise during your medical journey, our team is here to provide guidance and support, ensuring your rights are protected at all times.

How It Works

1

Contact Us for a Free Consultation

Reach out to us via our website or phone to start your healthcare journey.

City - Turkey - ISTANBUL - Panorama, Sunset-01_edited.jpg

4

Arrive in Turkey and Begin Your Care Journey

Once everything is set, you’ll arrive in Turkey, where we’ll take care of all your medical and travel arrangements.

2

Discuss Your Needs

We’ll have a detailed conversation to understand your specific medical needs and preferences.

5

Enjoy Post-Treatment Follow-Up and Support

After your treatment, we’ll provide ongoing support and follow-up care to ensure a smooth recovery.

3

Receive a Personalized Treatment Plan

Based on your needs, we’ll craft a custom treatment plan tailored just for you.

6

Explore Turkey's Beauty

After your treatment, we’ll provide ongoing support and follow-up care to ensure a smooth recovery.

Contact

Adalet, Manas Blv. Yanyolu No:47, 35530 Bayraklı/İzmir

+90 536 052 5307

Thanks for submitting!

bottom of page