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 Gabriella Captur

MD MRCP(Lond) PhD MSc FRCP FESC FSCMR

Consultant Cardiologist

Specialty: Cardiology

Location: London

MAKE AN APPOINTMENT

Dr Teresa Castiello

MD, CMR level 3 , CCT Cardiology

Consultant Cardiologist , Lead of HF and Cardiomyopathy and CMR consultant

Specialty: Cardiology

Location: London

MAKE AN APPOINTMENT

Dr Miles Dalby

BSc MBBS MD FRCP FESC

Consultant Cardiologist

Specialty: Cardiology

Location: London

MAKE AN APPOINTMENT

Professor Kausik Ray

FRCP (Lon), FRCP (Ed), FACC, FESC, FAHA, BSC, EAS, IDF

Professor of Public Health and Consultant Cardiologist

Specialty: Cardiology

Location: London

MAKE AN APPOINTMENT

Dr Henry Oluwasefunmi Savage

MBBS, MD, MRCP

Consultant Cardiologist

Specialty: Cardiology

Location: Essex

MAKE AN APPOINTMENT

Dr Kuan Joo Voon

MB BCh BAO MA (Dubl) MD (Res) FRCP

Consultant Cardiologist

Specialty: Cardiology

Location: London

MAKE AN APPOINTMENT

Professor Tom Wong

MD FRCP

Consultant Cardiologist & Electrophysiologist

Specialty: Cardiology

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