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

Mr Mark Ho-Asjoe

MBBch FRCS(Plast)

Consultant Plastic Surgeon

Specialty: Plastic and Cosmetic Surgery, Reconstructive Surgery

Location: London

MAKE AN APPOINTMENT

Mr Lucian Ion

FRCS(Plast)

Consultant Plastic Surgeon

Specialty: Plastic and Cosmetic Surgery

Location: London

MAKE AN APPOINTMENT

Mr Thomas Jacques

MBBS, MA (Cantab), DOHNS, FRCS (ORL-HNS)

Consultant ENT, Rhinology and Facial Plastic Surgeon

Specialty: ENT, Facial Cosmetic Surgery

Location: London

MAKE AN APPOINTMENT

Mr Navid Jallali

MB ChB (Hons) MD FRCS (Plast)

Consultant Plastic Surgeon

Specialty: Plastic and Cosmetic Surgery, Reconstructive Surgery

Location: London

MAKE AN APPOINTMENT

Mr Barry M Jones

MS FRCS

Consultant Plastic Surgeon

Specialty: Plastic and Cosmetic Surgery, Reconstructive Surgery

Location: London

MAKE AN APPOINTMENT

Mr Loshan Kangesu

MBBS, BSc, MS, FRCS, FRCS(plast)

Consultant Plastic Surgeon

Specialty: Plastic Surgery

Location: Essex

MAKE AN APPOINTMENT

Ms Angelica Kavouni

MD FRCS, EBOPRAS

Consultant Plastic Surgeon

Specialty: Plastic and Cosmetic Surgery, Reconstructive Surgery

Location: London

MAKE AN APPOINTMENT

Mr Manaf Khatib

MBBS (Distinction), MSc (Distinction), MRCS, FRCS(Plast), FEBOPRAS

Consultant Plastic, Reconstructive and Aesthetic Surgeon

Specialty: Plastic Surgery

Location: London

MAKE AN APPOINTMENT

Mr Raj Lakhani

MSc, FRCS (ORL-HNS), MRCS, DO-HNS, MBBS, BSc

Consultant Ear, Nose & Throat and Facial Plastic Surgeon

Specialty: ENT, Plastic and Cosmetic Surgery

Location: London

MAKE AN APPOINTMENT

Mr Patrick Mallucci

MD, FRCS (Plast)

Consultant Plastic Surgeon

Specialty: Plastic and Cosmetic Surgery, Reconstructive Surgery

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