Call us

Paying for your care

At Phoenix Hospital Group we welcome both self-funding, insured and embassy patients.

Spread the cost of your care

To make our services more accessible, we are pleased to offer monthly payment options to help you spread the cost of your treatment for procedures carried out at Weymouth Street Hospital and Phoenix Hospital Chelmsford.

We offer two types of options:

  • 0% interest free finance over 12 month
  • Interest-bearing finance for longer periods

Phoenix Hospital Investments Limited, trading as Phoenix Hospital Chelmsford, is an Appointed Representative of Chrysalis Finance Limited, which is authorised and regulated by the Financial Conduct Authority

The Weymouth Clinic Ltd, trading as Weymouth Street Hospital, is an Appointed Representative of Chrysalis Finance Limited, which is authorised and regulated by the Financial Conduct Authority

Self pay

Phoenix Hospital Group offers you the ability to avoid lengthy waiting lists or expensive insurance premiums and access treatment quickly and efficiently if you choose to self fund your treatment with us. Prices are all-inclusive, so you can be confident that there will be no hidden fees and that your fixed price packages covers the complete care pathway from beginning to end.

Self pay

Insurance

Phoenix Hospital Group work with all the major insurance companies.

If you have private medical insurance, we advise you to confirm with your insurer that your tests, consultations and treatment  is covered and obtain the necessary authorisation before making an appointment. When attending one of our outpatient centers, please ensure to bring all your insurance details with you.

For inpatient procedures at either Weymouth Street Hospital or Phoenix Hospital Chelmsford,  your medical insurer will pay your consultant surgeon and anesthetist fees directly. Please note your policy may not cover all of your care and any outstanding charges will need to be settled before departure or will be charged to your credit card where final costs are not available on discharge.

Embassy sponsorship

Phoenix Hospital Group has excellent relationships with a number of embassies in the London area.

Before any outpatient or inpatient treatment can occur, you will need to produce a letter of guarantee from your embassy. The letter must clearly state that the embassy agrees to cover the total cost of your care and highlight any exclusions to full payment.

Any outstanding charges not covered by your embassy , will need to be settled before your departure or will be charged to your credit card.

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