Lead #3622

Company
The Arthritis Clinic Ltd
Website
http://thearthritisclinic.net
Best Contact
Mr Michael Dare — Director
Email
thearthritisclinic1@gmail.com (person)

Override

Captured Pages

View text

                    
View text

                    
View text

                    
View text

                    
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News About The Arthritis Clinic Was established in 2024 in Billericay Essex. We offer specialist assessment and treatments for Arthritis, our services start with an expert assessment and advanced treatments including a range of ultrasound guided injections, shockwave therapy, exercise and rehabilitation and referral for surgery if required. Mr Michael Dare (Consultant Physiotherapist and Director) Mr Michael Dare is the director of the Arthritis Clinic. Michael is a consultant physiotherapist in Rheumatology and has a special interest in Rheumatology. Michael Completed his Bachelor of science Honors degree and Masters degree in South Africa. He then completed a Doctorate of physiotherapy degree. Michael Has also completed several post graduate certificates and diplomas in Musculoskeletal ultrasound, interventional pain interventions, non medical prescribing, EULAR certificate in Rheumatic disease and he is currently completing his Phd in Ehlers Danlos Syndrome. Michael has over 11 years of formal education in Musculoskeletal practices and has 10 years of experience working in Rheumatology in the NHS. At The ARTHRITIS CLINIC LTD we provide specialist Musculoskeletal and Rheumatology consultations in Billericay and Basildon in Essex, we also visit Gibraltar, Jersey and Dorset regularly to perform clinics. We also offer supervision to students training in MSK ultrasound, we have had three successful students who have completed their training under the supervision of Michael in the past year, please contact us for more details. The ARTHRITIS CLINIC LTD will charge for supervision services. Mr Jack Holland (Specialist MSK Physiotherapist) Jack is a Chartered Physiotherapist specialising in musculoskeletal physiotherapy and rehabilitation. He began his career as a Sports Therapist before moving into the NHS, where he gained over four years of experience as a Rehabilitation Therapist and Senior Musculoskeletal Clinician. Alongside this, Jack spent eight years working in professional football with West Ham United and Tottenham Hotspur F.C., supporting elite athletes through injury prevention, treatment, and return-to-play rehabilitation. In 2023, Jack completed a Master’s degree in Physiotherapy and has since worked across both the NHS and private sector. He is trained in acupuncture, soft tissue massage, and manual therapy techniques, and is an accredited provider of shockwave therapy. Jack has a particular interest in the management of tendon-related injuries, combining shockwave therapy with tailored, progressive rehabilitation programmes to optimise recovery and long-term outcomes. Mrs Karen Macdonald (Practice Manager) Karen has extensive experience working in practice management over the past ten years. She has worked as a practice manager for an Ear Nose and Throat surgeon, Plastic Surgeons and Physiotherapy and Rheumatology clinics. Karen Handles all admin tasks, booking appointments and chaperones in various scans and guided procedures. You can be sure to see her greeting you with a smile when you visit the clinic. Connect with Michael on Linkedin or get intouch Email The Clinic Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":29,"page":1},"signature":"cb91599d62846d902d36e9dddd5cb552"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":29,"page":1},"signature":"cb91599d62846d902d36e9dddd5cb552"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Contact and Locations Make an enquiry with The Arthritis Clinic Please provide a clear concise description of your inquiry on your email and we will get back to you as soon as possible. Mrs Karen MacDonald Practice Manager from The Arthritis Clinic will respond as soon as possible. Any complaints or concerns are taken very seriously at the Arthritis Clinic and patients can submit these in writing to the email address listed below. Please note our main location of operation in Essex is: Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Please refer to your confirmation booking email for locations for clinics in Dorset, Gibraltar and Channel Islands of Jersey. Email: thearthritisclinic1@gmail.com Call us: 07538403587 Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":18,"page":1},"signature":"a50b5bc908b4e8a711d5757e56539c9a"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":18,"page":1},"signature":"a50b5bc908b4e8a711d5757e56539c9a"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News About The Arthritis Clinic Was established in 2024 in Billericay Essex. We offer specialist assessment and treatments for Arthritis, our services start with an expert assessment and advanced treatments including a range of ultrasound guided injections, shockwave therapy, exercise and rehabilitation and referral for surgery if required. Mr Michael Dare (Consultant Physiotherapist and Director) Mr Michael Dare is the director of the Arthritis Clinic. Michael is a consultant physiotherapist in Rheumatology and has a special interest in Rheumatology. Michael Completed his Bachelor of science Honors degree and Masters degree in South Africa. He then completed a Doctorate of physiotherapy degree. Michael Has also completed several post graduate certificates and diplomas in Musculoskeletal ultrasound, interventional pain interventions, non medical prescribing, EULAR certificate in Rheumatic disease and he is currently completing his Phd in Ehlers Danlos Syndrome. Michael has over 11 years of formal education in Musculoskeletal practices and has 10 years of experience working in Rheumatology in the NHS. At The ARTHRITIS CLINIC LTD we provide specialist Musculoskeletal and Rheumatology consultations in Billericay and Basildon in Essex, we also visit Gibraltar, Jersey and Dorset regularly to perform clinics. We also offer supervision to students training in MSK ultrasound, we have had three successful students who have completed their training under the supervision of Michael in the past year, please contact us for more details. The ARTHRITIS CLINIC LTD will charge for supervision services. Mr Jack Holland (Specialist MSK Physiotherapist) Jack is a Chartered Physiotherapist specialising in musculoskeletal physiotherapy and rehabilitation. He began his career as a Sports Therapist before moving into the NHS, where he gained over four years of experience as a Rehabilitation Therapist and Senior Musculoskeletal Clinician. Alongside this, Jack spent eight years working in professional football with West Ham United and Tottenham Hotspur F.C., supporting elite athletes through injury prevention, treatment, and return-to-play rehabilitation. In 2023, Jack completed a Master’s degree in Physiotherapy and has since worked across both the NHS and private sector. He is trained in acupuncture, soft tissue massage, and manual therapy techniques, and is an accredited provider of shockwave therapy. Jack has a particular interest in the management of tendon-related injuries, combining shockwave therapy with tailored, progressive rehabilitation programmes to optimise recovery and long-term outcomes. Mrs Karen Macdonald (Practice Manager) Karen has extensive experience working in practice management over the past ten years. She has worked as a practice manager for an Ear Nose and Throat surgeon, Plastic Surgeons and Physiotherapy and Rheumatology clinics. Karen Handles all admin tasks, booking appointments and chaperones in various scans and guided procedures. You can be sure to see her greeting you with a smile when you visit the clinic. Connect with Michael on Linkedin or get intouch Email The Clinic Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":29,"page":1},"signature":"cb91599d62846d902d36e9dddd5cb552"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":29,"page":1},"signature":"cb91599d62846d902d36e9dddd5cb552"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News The Arthritis Clinic LtdJointly Getting you Moving The Musculoskeletal and Rheumatology Ultrasound specialists in Billericay Essex and surrounding areasMain Location: Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Contact The Arthritis Clinic Call Direct Mr Michael Dare Consultant Physiotherapist (BSc, MSc, Doctorate of Physiotherapy, PG cert in MSK ultrasound and interventional pain medicine, EULAR cert in Rheumatic disease) We offer Ultrasound Scans, Musculoskeletal ultrasound, Ultrasound guided steroid injections, ultrasound guided hyaluronic acid injections and Ultrasound guided Platelet Rich plasma injections for Arthritis. We operate from Billericay in Essex but also do clinics monthly in Gibraltar, Jersey Channel Islands and in Dorsett. Locations What we offer We offer Musculoskeletal Ultrasound scans, Ultrasound guided injections for all Musculoskeletal and Rheumatology indications. We offer ultrasound guided steroid injections, Ultrasound guided hyaluronic acid injections, Ultrasound guided Platelet Rich Plasma injections and expert clinical opinion and consultation for patients suffering with joint pain and Arthritis in Billericay, Essex and surrounding areas. The Arthritis Clinic also offers consultations for patients suffering with Osteoarthritis, Rheumatoid arthritis, Gout, Ankylosing spondylitis, Fibromyalgia and Joint hyper mobility syndrome and Ehlers Danlos Syndrome. New and Follow up Consultations Musculoskeletal Ultrasound Osteoarthritis Pain – Injection Therapy Other treatments – tendons/nerve/impingement Scan referral if needed (MRI/CT, blood tests) Education & Training/CPD for Health Professionals EXCELLENT Based on 77 reviews Posted on AJ Silver Trustindex verifies that the original source of the review is Google. Michael saw us very quickly when my daughter sustained a knee injury at football. He was calm and warm and explained everything very well. He correctly identified the injury (ACL and MCL) by examination and ultrasound that we later had an MRI to confirm. He was able to recommend and refer out to others to help us, and genuinely cared about my daughter’s wellbeing. He checked in with us and offered further help if we needed it. highly recommend. Posted on Pat Boxell Trustindex verifies that the original source of the review is Google. I highly recommend Michael, he has been so caring and tries to his best efforts to help and alleviate pain. I would definitely use him again. Posted on Sarah Peckover Trustindex verifies that the original source of the review is Google. I saw Mike for help regarding my foot and ankle pain, he was so thorough , knowledgeable, Professional and caring with my treatment , strongly recommend him for assessment and treatment. I wouldn’t hesitate to go back if I needed further help , Thankyou Posted on Maria Mauro Trustindex verifies that the original source of the review is Google. My husband Antonio has been suffering from pain in his shoulder for a number of months. Michael carried out an ultrasound and immediately identified a torn rotating cuff. He gave him an injection for pain relief and has referred him to a shoulder specialist for further treatment. Michael is extremely professional and showed great empathy. I would highly recommend him. Thank you Michael and Karen for your help. Posted on K Cress Trustindex verifies that the original source of the review is Google. Very helpful and approachable with good advice Posted on Diane Roberts Trustindex verifies that the original source of the review is Google. I can recommend the very professional service given by the Arthritis Clinic by Michael Dare and his assistant. Posted on Anna Harrington Trustindex verifies that the original source of the review is Google. A very positive treatment received by Mr M Dare . Welcoming and excellent explanations about the different treatments available .The injection , under guidance of ultrasound , reassured me , that it got into the correct place .Yes , painful as expected but good , professional aftercare received . Beautiful new clinic , highly recommended ! Posted on Aaron Neary Trustindex verifies that the original source of the review is Google. Michael is great! He helped me through a really painful foot and toe through my marathon training so I could keep on track. Always fitting me in last minute, he helped resolve with treatment and manage it over the 15 weeks and I got my PB!! 💪 Posted on Nix Slater Trustindex verifies that the original source of the review is Google. Mr Michael Dare referred me to Mr Jack Holland for my last couple shockwave treatments for my chronic plantar fasciitis- It was a far superior treatment to what I had been receiving. Jack has also worked out an exercise plan for me to follow on an app which has helped a lot. I will have a follow up in a month to see how it's all going. Mr Holland is very professional and answers all my questions. Posted on Sue Saywood Trustindex verifies that the original source of the review is Google. My husband has been to see Michael on numerous occasions. He was very knowledgeable and professional in treating his arthritis with injections with the aid of ultrasound scans. His condition was much improved after treatment. More recently Michael treated myself for frozen shoulder. He carried out a steroid injection with the help of ultrasound and within a few days my shoulder was very much improved. Overall very happy with his service Verified by Trustindex Trustindex verified badge is the Universal Symbol of Trust. Only the greatest companies can get the verified badge who has a review score above 4.5, based on customer reviews over the past 12 months. Read more The Arthritis Clinic Ltd Important Information: Our Main location for Ultrasound scans and ultrasound guided injections is: Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Paying for treatment – We offer both Insurance and Cash paying payment terms, please note it is the patients responsibility to gain and provide evidence of insurance authorisation for any Ultrasound scans, guided injections or physiotherapy prior to treatment. The payment and settlement of accounts remains the sole responsibility of the patient. The prices are the same across all clinic locations – You can see the price guide here: Therapies and Prices All current locations are below on the map. {"markers":[{"lat":50.774162500000003,"lng":-1.8480879666666667,"title":"Physio Fitness Bournemouth"},{"lat":49.201799999999999,"lng":-2.1478999999999999,"title":"Freedom Physiotherapy and Wellness Centre"},{"lat":36.141851594444439,"lng":-5.3533635027777775,"title":"British Osteopathy Centre"},{"lat":51.5881854,"lng":0.43375239999999998,"title":"The Arthritis Clinic Ltd "}],"clustering":true,"controls":true,"dragging":true,"max_zoom":"18","min_zoom":"5","poi":false,"type":"roadmap","zoom":"6","zooming":true,"center":{"lat":52.456000000000003,"lng":-1.9116},"lazyload":true,"library":"google","apiKey":"AIzaSyBcoxQHGTtaehHNZHd1_suGboS_tenC78U","clustererUrl":"\/wp-content\/themes\/yootheme\/packages\/builder\/elements\/map\/app\/map-google-markerclusterer.min.js"} Physio Fitness Bournemouth Swallow Barn, Parley Court Farm, Parley Lane BH23 6BB Contact us Freedom Physiotherapy and Wellness Centre Little Grove Clinic, La Rue De Haut, St.Lawrence JE3 1JZ, Jersey Contact us British Osteopathy Centre 5th Floor – Unit 5.05, World Trade Center, 6 Bayside Road, Gibraltar GX11 1AA, Gibraltar Contact us The Arthritis Clinic Ltd The Arthritis Clinic Ltd Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Contact us Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":15,"page":1},"signature":"28f2ac4284feaa4e29738b545142067c"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":15,"page":1},"signature":"28f2ac4284feaa4e29738b545142067c"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Contact and Locations Make an enquiry with The Arthritis Clinic Please provide a clear concise description of your inquiry on your email and we will get back to you as soon as possible. Mrs Karen MacDonald Practice Manager from The Arthritis Clinic will respond as soon as possible. Any complaints or concerns are taken very seriously at the Arthritis Clinic and patients can submit these in writing to the email address listed below. Please note our main location of operation in Essex is: Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Please refer to your confirmation booking email for locations for clinics in Dorset, Gibraltar and Channel Islands of Jersey. Email: thearthritisclinic1@gmail.com Call us: 07538403587 Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":18,"page":1},"signature":"a50b5bc908b4e8a711d5757e56539c9a"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":18,"page":1},"signature":"a50b5bc908b4e8a711d5757e56539c9a"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Contact and Locations Make an enquiry with The Arthritis Clinic Please provide a clear concise description of your inquiry on your email and we will get back to you as soon as possible. Mrs Karen MacDonald Practice Manager from The Arthritis Clinic will respond as soon as possible. Any complaints or concerns are taken very seriously at the Arthritis Clinic and patients can submit these in writing to the email address listed below. Please note our main location of operation in Essex is: Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Please refer to your confirmation booking email for locations for clinics in Dorset, Gibraltar and Channel Islands of Jersey. Email: thearthritisclinic1@gmail.com Call us: 07538403587 Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":18,"page":1},"signature":"a50b5bc908b4e8a711d5757e56539c9a"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":18,"page":1},"signature":"a50b5bc908b4e8a711d5757e56539c9a"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News About The Arthritis Clinic Was established in 2024 in Billericay Essex. We offer specialist assessment and treatments for Arthritis, our services start with an expert assessment and advanced treatments including a range of ultrasound guided injections, shockwave therapy, exercise and rehabilitation and referral for surgery if required. Mr Michael Dare (Consultant Physiotherapist and Director) Mr Michael Dare is the director of the Arthritis Clinic. Michael is a consultant physiotherapist in Rheumatology and has a special interest in Rheumatology. Michael Completed his Bachelor of science Honors degree and Masters degree in South Africa. He then completed a Doctorate of physiotherapy degree. Michael Has also completed several post graduate certificates and diplomas in Musculoskeletal ultrasound, interventional pain interventions, non medical prescribing, EULAR certificate in Rheumatic disease and he is currently completing his Phd in Ehlers Danlos Syndrome. Michael has over 11 years of formal education in Musculoskeletal practices and has 10 years of experience working in Rheumatology in the NHS. At The ARTHRITIS CLINIC LTD we provide specialist Musculoskeletal and Rheumatology consultations in Billericay and Basildon in Essex, we also visit Gibraltar, Jersey and Dorset regularly to perform clinics. We also offer supervision to students training in MSK ultrasound, we have had three successful students who have completed their training under the supervision of Michael in the past year, please contact us for more details. The ARTHRITIS CLINIC LTD will charge for supervision services. Mr Jack Holland (Specialist MSK Physiotherapist) Jack is a Chartered Physiotherapist specialising in musculoskeletal physiotherapy and rehabilitation. He began his career as a Sports Therapist before moving into the NHS, where he gained over four years of experience as a Rehabilitation Therapist and Senior Musculoskeletal Clinician. Alongside this, Jack spent eight years working in professional football with West Ham United and Tottenham Hotspur F.C., supporting elite athletes through injury prevention, treatment, and return-to-play rehabilitation. In 2023, Jack completed a Master’s degree in Physiotherapy and has since worked across both the NHS and private sector. He is trained in acupuncture, soft tissue massage, and manual therapy techniques, and is an accredited provider of shockwave therapy. Jack has a particular interest in the management of tendon-related injuries, combining shockwave therapy with tailored, progressive rehabilitation programmes to optimise recovery and long-term outcomes. Mrs Karen Macdonald (Practice Manager) Karen has extensive experience working in practice management over the past ten years. She has worked as a practice manager for an Ear Nose and Throat surgeon, Plastic Surgeons and Physiotherapy and Rheumatology clinics. Karen Handles all admin tasks, booking appointments and chaperones in various scans and guided procedures. You can be sure to see her greeting you with a smile when you visit the clinic. Connect with Michael on Linkedin or get intouch Email The Clinic Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":29,"page":1},"signature":"cb91599d62846d902d36e9dddd5cb552"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":29,"page":1},"signature":"cb91599d62846d902d36e9dddd5cb552"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}
Emails: thearthritisclinic1@gmail.com
View text
Skip to main content Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News Home About Treatments What is Ultrasound Treatments and Costs Cingal for Knee Arthritis Other treatments Further investigations and Medical consultants Patient Library Book Online Contact News The Arthritis Clinic LtdJointly Getting you Moving The Musculoskeletal and Rheumatology Ultrasound specialists in Billericay Essex and surrounding areasMain Location: Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Contact The Arthritis Clinic Call Direct Mr Michael Dare Consultant Physiotherapist (BSc, MSc, Doctorate of Physiotherapy, PG cert in MSK ultrasound and interventional pain medicine, EULAR cert in Rheumatic disease) We offer Ultrasound Scans, Musculoskeletal ultrasound, Ultrasound guided steroid injections, ultrasound guided hyaluronic acid injections and Ultrasound guided Platelet Rich plasma injections for Arthritis. We operate from Billericay in Essex but also do clinics monthly in Gibraltar, Jersey Channel Islands and in Dorsett. Locations What we offer We offer Musculoskeletal Ultrasound scans, Ultrasound guided injections for all Musculoskeletal and Rheumatology indications. We offer ultrasound guided steroid injections, Ultrasound guided hyaluronic acid injections, Ultrasound guided Platelet Rich Plasma injections and expert clinical opinion and consultation for patients suffering with joint pain and Arthritis in Billericay, Essex and surrounding areas. The Arthritis Clinic also offers consultations for patients suffering with Osteoarthritis, Rheumatoid arthritis, Gout, Ankylosing spondylitis, Fibromyalgia and Joint hyper mobility syndrome and Ehlers Danlos Syndrome. New and Follow up Consultations Musculoskeletal Ultrasound Osteoarthritis Pain – Injection Therapy Other treatments – tendons/nerve/impingement Scan referral if needed (MRI/CT, blood tests) Education & Training/CPD for Health Professionals EXCELLENT Based on 77 reviews Posted on AJ Silver Trustindex verifies that the original source of the review is Google. Michael saw us very quickly when my daughter sustained a knee injury at football. He was calm and warm and explained everything very well. He correctly identified the injury (ACL and MCL) by examination and ultrasound that we later had an MRI to confirm. He was able to recommend and refer out to others to help us, and genuinely cared about my daughter’s wellbeing. He checked in with us and offered further help if we needed it. highly recommend. Posted on Pat Boxell Trustindex verifies that the original source of the review is Google. I highly recommend Michael, he has been so caring and tries to his best efforts to help and alleviate pain. I would definitely use him again. Posted on Sarah Peckover Trustindex verifies that the original source of the review is Google. I saw Mike for help regarding my foot and ankle pain, he was so thorough , knowledgeable, Professional and caring with my treatment , strongly recommend him for assessment and treatment. I wouldn’t hesitate to go back if I needed further help , Thankyou Posted on Maria Mauro Trustindex verifies that the original source of the review is Google. My husband Antonio has been suffering from pain in his shoulder for a number of months. Michael carried out an ultrasound and immediately identified a torn rotating cuff. He gave him an injection for pain relief and has referred him to a shoulder specialist for further treatment. Michael is extremely professional and showed great empathy. I would highly recommend him. Thank you Michael and Karen for your help. Posted on K Cress Trustindex verifies that the original source of the review is Google. Very helpful and approachable with good advice Posted on Diane Roberts Trustindex verifies that the original source of the review is Google. I can recommend the very professional service given by the Arthritis Clinic by Michael Dare and his assistant. Posted on Anna Harrington Trustindex verifies that the original source of the review is Google. A very positive treatment received by Mr M Dare . Welcoming and excellent explanations about the different treatments available .The injection , under guidance of ultrasound , reassured me , that it got into the correct place .Yes , painful as expected but good , professional aftercare received . Beautiful new clinic , highly recommended ! Posted on Aaron Neary Trustindex verifies that the original source of the review is Google. Michael is great! He helped me through a really painful foot and toe through my marathon training so I could keep on track. Always fitting me in last minute, he helped resolve with treatment and manage it over the 15 weeks and I got my PB!! 💪 Posted on Nix Slater Trustindex verifies that the original source of the review is Google. Mr Michael Dare referred me to Mr Jack Holland for my last couple shockwave treatments for my chronic plantar fasciitis- It was a far superior treatment to what I had been receiving. Jack has also worked out an exercise plan for me to follow on an app which has helped a lot. I will have a follow up in a month to see how it's all going. Mr Holland is very professional and answers all my questions. Posted on Sue Saywood Trustindex verifies that the original source of the review is Google. My husband has been to see Michael on numerous occasions. He was very knowledgeable and professional in treating his arthritis with injections with the aid of ultrasound scans. His condition was much improved after treatment. More recently Michael treated myself for frozen shoulder. He carried out a steroid injection with the help of ultrasound and within a few days my shoulder was very much improved. Overall very happy with his service Verified by Trustindex Trustindex verified badge is the Universal Symbol of Trust. Only the greatest companies can get the verified badge who has a review score above 4.5, based on customer reviews over the past 12 months. Read more The Arthritis Clinic Ltd Important Information: Our Main location for Ultrasound scans and ultrasound guided injections is: Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Paying for treatment – We offer both Insurance and Cash paying payment terms, please note it is the patients responsibility to gain and provide evidence of insurance authorisation for any Ultrasound scans, guided injections or physiotherapy prior to treatment. The payment and settlement of accounts remains the sole responsibility of the patient. The prices are the same across all clinic locations – You can see the price guide here: Therapies and Prices All current locations are below on the map. {"markers":[{"lat":50.774162500000003,"lng":-1.8480879666666667,"title":"Physio Fitness Bournemouth"},{"lat":49.201799999999999,"lng":-2.1478999999999999,"title":"Freedom Physiotherapy and Wellness Centre"},{"lat":36.141851594444439,"lng":-5.3533635027777775,"title":"British Osteopathy Centre"},{"lat":51.5881854,"lng":0.43375239999999998,"title":"The Arthritis Clinic Ltd "}],"clustering":true,"controls":true,"dragging":true,"max_zoom":"18","min_zoom":"5","poi":false,"type":"roadmap","zoom":"6","zooming":true,"center":{"lat":52.456000000000003,"lng":-1.9116},"lazyload":true,"library":"google","apiKey":"AIzaSyBcoxQHGTtaehHNZHd1_suGboS_tenC78U","clustererUrl":"\/wp-content\/themes\/yootheme\/packages\/builder\/elements\/map\/app\/map-google-markerclusterer.min.js"} Physio Fitness Bournemouth Swallow Barn, Parley Court Farm, Parley Lane BH23 6BB Contact us Freedom Physiotherapy and Wellness Centre Little Grove Clinic, La Rue De Haut, St.Lawrence JE3 1JZ, Jersey Contact us British Osteopathy Centre 5th Floor – Unit 5.05, World Trade Center, 6 Bayside Road, Gibraltar GX11 1AA, Gibraltar Contact us The Arthritis Clinic Ltd The Arthritis Clinic Ltd Unit 1 Watch House Farm, Wash Road, Noak Bridge, Essex, United Kingdom, SS15 4ER Contact us Page links About What is Ultrasound OA Pain Other Treatments Patient Library Contact Email Call us Links Website Usage Privacy & Cookies Reg no. PH111803 Reg no. PT0110949 © document.currentScript.insertAdjacentHTML('afterend', '<time datetime="' + new Date().toJSON() + '">' + new Intl.DateTimeFormat(document.documentElement.lang, {year: 'numeric'}).format() + '</time>'); The Arthritis Clinic. All rights reserved website development & green hosting from Eos Collaborative {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mark-farndon\/*","\/wp-content\/themes\/yootheme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} (function () { const calculateParentDistance = (child, parent) => { let count = 0; let currentElement = child; // Traverse up the DOM tree until we reach parent or the top of the DOM while (currentElement && currentElement !== parent) { currentElement = currentElement.parentNode; count++; } // If parent was not found in the hierarchy, return -1 if (!currentElement) { return -1; // Indicates parent is not an ancestor of element } return count; // Number of layers between element and parent } const isMatchingClass = (linkRule, href, classes) => { return classes.includes(linkRule.value) } const isMatchingDomain = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return linkRule.value === url.host } const isMatchingExtension = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.endsWith('.' + linkRule.value) } const isMatchingSubdirectory = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.pathname.startsWith('/' + linkRule.value + '/') } const isMatchingProtocol = (linkRule, href, classes) => { if(!URL.canParse(href)) { return false } const url = new URL(href) return url.protocol === linkRule.value + ':' } const isMatch = (linkRule, href, classes) => { switch (linkRule.type) { case 'class': return isMatchingClass(linkRule, href, classes) case 'domain': return isMatchingDomain(linkRule, href, classes) case 'extension': return isMatchingExtension(linkRule, href, classes) case 'subdirectory': return isMatchingSubdirectory(linkRule, href, classes) case 'protocol': return isMatchingProtocol(linkRule, href, classes) default: return false; } } const track = (element) => { const href = element.href ?? null const classes = Array.from(element.classList) const linkRules = [{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length === 0) { return } // For link rules that target a class, we need to allow that class to appear // in any ancestor up to the 7th ancestor. This loop looks for those matches // and counts them. linkRules.forEach((linkRule) => { if(linkRule.type !== 'class') { return; } const matchingAncestor = element.closest('.' + linkRule.value) if(!matchingAncestor || matchingAncestor.matches('html, body')) { return; } const depth = calculateParentDistance(element, matchingAncestor) if(depth < 7) { classes.push(linkRule.value) } }); const hasMatch = linkRules.some((linkRule) => { return isMatch(linkRule, href, classes) }) if(!hasMatch) { return } const url = "https://thearthritisclinic.net/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php"; const body = { href: href, classes: classes.join(' '), ...{"payload":{"resource":"singular","singular_id":15,"page":1},"signature":"28f2ac4284feaa4e29738b545142067c"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } } document.addEventListener('mousedown', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a') if(!element) { return } const isPro = true if(!isPro) { return } // Don't track left clicks with this event. The click event is used for that. if(event.button === 0) { return } track(element) }) document.addEventListener('click', function (event) { if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } const element = event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element) { return } const isPro = true if(!isPro) { return } track(element) }) document.addEventListener("DOMContentLoaded", function (e) { if (document.hasOwnProperty("visibilityState") && document.visibilityState === "prerender") { return; } if (navigator.webdriver || /bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)) { return; } let referrer_url = null; if (typeof document.referrer === 'string' && document.referrer.length > 0) { referrer_url = document.referrer; } const params = location.search.slice(1).split('&').reduce((acc, s) => { const [k, v] = s.split('='); return Object.assign(acc, {[k]: v}); }, {}); const url = "https://thearthritisclinic.net/wp-json/iawp/search"; const body = { referrer_url, utm_source: params.utm_source, utm_medium: params.utm_medium, utm_campaign: params.utm_campaign, utm_term: params.utm_term, utm_content: params.utm_content, gclid: params.gclid, ...{"payload":{"resource":"singular","singular_id":15,"page":1},"signature":"28f2ac4284feaa4e29738b545142067c"} }; if (navigator.sendBeacon) { let blob = new Blob([JSON.stringify(body)], { type: "application/json" }); navigator.sendBeacon(url, blob); } else { const xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(body)) } }); })(); window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)}