Call us

DEXA Scan

A private DEXA scan service is available at our prestigious outpatient and diagnostic centre at 25 Harley Street, London.

What is a DEXA Scan?

A Dual-energy X-ray Absorptiometry (DEXA) Scan is a quick, safe, and highly accurate imaging test that uses low levels of X-ray beams to measure bone density and body composition.

At our clinic, we offer two types of DEXA scans:

  • Bone Density Scan: Used to assess bone health and identify conditions such as osteoporosis and rheumatoid arthritis. It produces a detailed image of your bones by measuring how much radiation passes through bone and soft tissue.

  • Body Composition Scan: Measures fat, muscle, and bone mass to provide a precise breakdown of your body composition — helping you track fat loss, muscle gain, and overall health.

DEXA scans are very safe, as they use only a minimal amount of radiation, much lower than a standard X-ray.

Virtual appointments

GMC registered

Same day appointments

Why might I need a DEXA scan?

A DEXA scan is able to diagnose bone conditions that other scans may not be able to pick up and can view the density of your bones. You may be recommended to get a DEXA scan if you are at risk of developing bone disorders, or for example, if you have broken a bone or have a condition like arthritis which can lead to low bone density.

BOOK YOUR SCAN TODAY
Osteoporosis

DEXA Scans are effective at diagnosing and assessing the risk of osteoporosis, a condition which means bones aren’t very dense or strong. This means that they are much more likely to break and can be damaged with minimal impact.

Rheumatoid Arthritis

Rheumatoid arthritis is a condition that causes swelling, pain and stiffness within  joints, usually within hands, feet and wrists. This can lead to low bone density, leaving you more vulnerable to breaking bone. A DEXA scan can help diagnose the condition earlier, ensuring effective early treatment.

Bone damage

DEXA scans can help with issues regarding bones that may have previously been damaged due to an injury. A scan is able to assess the strength of the bone after a break and ensure that damaged bones have healed correctly. They can also detect bone fractures.

Vertebral Fracture Assessment

A DEXA scan can be useful when screening for vertebral fractures on the spine. It’s used when someone may have unexplained back pain, vertebral deformity, fractures or may have lost more than an inch of height.

Body Composition (Fat)

A Body Composition DEXA Scan provides a detailed analysis of your body’s makeup, including fat, muscle, and bone mass. It’s the most accurate way to measure body fat percentage and distribution — showing where fat and muscle are located in your body.

This quick, safe, and non-invasive scan uses very low levels of X-ray radiation to deliver precise results, helping you track changes over time and monitor the effectiveness of your fitness, diet, or health programmes.

DEXA Scan Harley Street

Your DEXA scan will be carried out at our dedicated imaging suite at 25 Harley Street.  Our team of highly skilled radiographers and radiologists, who specialise in DEXA scanning, will interpret your scan results, and will provide your scan report.

DEXA Scan Harley Street

What Our Patients Say

Phoenix Hospital Group is committed to providing exceptional clinical care to all patients. We are extremely proud of the service we provide.
16/11/2021 · Verified patient
17/03/2021 · Verified patient
26/04/2021 · Verified patient

Book your DEXA scan today

If you have been recommended by a doctor or GP to get a DEXA scan, we can take care of you. To obtain a price or to book an appointment, phone us on 020 7079 2100.

You can reach our bookings team every weekday between 8am and 6pm. Otherwise you can use the below enquiry form and a member of the team will be in touch to book you in.

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