Call us

Our Specialists

All our specialists have been thoroughly assessed to meet our stringent eligibility criteria before being selected to ensure the very best patient care.

If you have any queries about any of our specialists, please contact us by calling our friendly team in London: 020 7079 2100 or Essex: 01245 801234 or book a call with a dedicated patient adviser.

Find a Specialist

  • Sort by Specialty

  • Sort by Location

A-Z of our Specialist Consultants

All Specialists

Dr Martin Whyte

MBBS, BSc, PhD, MAcadMedEd, FRCP, FHEA

Consultant in Diabetes & Acute Medicine

Specialty: Diabetes & General Medicine

Location: London

MAKE AN APPOINTMENT

Dr Lathika Wickramasinghe

MBBS, Diploma in Practical Dermatology, MRCP UK, MRCP Dermatology UK, Diploma in Dermoscopy Excellence

Consultant Dermatologist

Specialty: Dermatology

Location: Essex

MAKE AN APPOINTMENT

Ms Juliet Wilson

MSc Nutritional Med, BSc Nut & Dietetics, RD

Consultant Dietitian and Nutritionist

Specialty: Nutrition and Dietetics

Location: London

MAKE AN APPOINTMENT

Professor Adrian Wilson

MBBS, BSc, FRCS

Consultant Trauma and Orthopaedic Surgeon

Specialty: Knee and Hip Surgery

Location: London

MAKE AN APPOINTMENT

Professor Tom Wong

MD FRCP

Consultant Cardiologist & Electrophysiologist

Specialty: Cardiology

Location: London

MAKE AN APPOINTMENT

Mr Alex Woollard

BM FRCS (plast) BSc PhD

Consultant Plastic and Reconstructive Surgeon

Specialty: Plastic and Cosmetic Surgery

Location: London

MAKE AN APPOINTMENT

Mr Ben Yates

FRCPodS, FACPS, MSc, BSc (Hons)

Consultant Podiatric Surgeon

Specialty: Podiatric/Foot and Ankle Surgery

Location: London

MAKE AN APPOINTMENT

Mr Chye Yew Ng

MBChB(Hons) FRCS(T&O) DipHandSurg(Br&Eur)

Consultant Hand & Peripheral Nerve Surgeon

Specialty: Orthopaedic Surgery

Location: London

MAKE AN APPOINTMENT

Mr Alun Yewlett

FRCS (Trauma & Orthopaedics) MSc (Trauma Surgery) BSc (Hons) MAcaDMEd

Consultant Orthopaedic Surgeon

Specialty: Orthopaedic Surgery, Regenerative Medicine

Location: London

MAKE AN APPOINTMENT

Find out more about our specialists

You can contact our dedicated appointments team who will be able to advise you about our range of specialists, discuss your queries and find the right treatment plan for you.

Make an Enquiry

    we will never share your details and will only send you information about our healthcare services

    By submitting an enquiry you confirm that you agree to our Terms & Conditions and Privacy Policy

    CALL US NOW
    function phoenix_fix_jquery_loading() { // Ensure jQuery loads in the header (not footer) for WooCommerce compatibility if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', includes_url('/js/jquery/jquery.min.js'), false, null, false); wp_enqueue_script('jquery'); } } add_action('wp_enqueue_scripts', 'phoenix_fix_jquery_loading', 1); // Priority 1 = runs first function phoenix_enqueue_scripts() { // Ensure jQuery is loaded wp_enqueue_script('jquery'); // Your theme JS with jQuery as dependency wp_enqueue_script( 'phoenix-main-js', get_template_directory_uri() . '/js/phoenix-new.min.js', array('jquery'), // jQuery dependency '0.05', // Increment version to clear cache true // Load in footer ); // Select2 - must load after jQuery wp_enqueue_script( 'select2-js', get_template_directory_uri() . '/js/select2.full.min.js', array('jquery'), // jQuery dependency '4.0.3', true ); // Slick - must load after jQuery wp_enqueue_script( 'slick-js', get_template_directory_uri() . '/js/slick.min.js', array('jquery'), // jQuery dependency '1.8.1', true ); } add_action('wp_enqueue_scripts', 'phoenix_enqueue_scripts', 20); // Priority 20 = runs after jQuery fix