نتایج جستجو برای: osteoporotic fractures

تعداد نتایج: 62218  

Journal: :International journal of clinical and experimental medicine 2015
Weifeng Zhai Yongwei Jia Jianjie Wang Liming Cheng Zhili Zeng Yan Yu Lei Chen

This study aimed to investigate the clinical effect of percutaneous kyphoplasty and the precautions against adjacent vertebral refractures in the treatment of multiple osteoporotic vertebral compression fractures. 54 cases (128 vertebrae) with multiple osteoporotic vertebral compression fractures from July 2007 to December 2013 treated with percutaneous kyphoplasty were retrospectively reviewed...

2017
Ha Young Kim Yong-Chan Ha Tae-Young Kim Hyemin Cho Young-Kyun Lee Ji-Yeon Baek Sunmee Jang

BACKGROUND The present study estimated healthcare costs of osteoporotic fractures including spine, hip, distal radius and humerus in Koreans over 50 years of age using national claims data. METHODS Korea National Health Insurance data between 2008 and 2011 was searched for all claims records of outpatient visits or hospital admissions of patients ≥50-year-of-age. Osteoporosis-related fracture...

2018
Byung-Ho Yoon Jun-Ku Lee Dae-Sung Choi Soo-Hong Han

Background We determined the prevalence of sarcopenia according to fracture site and evaluated the associated risk factors in female patients with osteoporotic fractures. Methods A total of 108 patients aged 50 years or older with an osteoporotic fracture (hip, spine, or wrist) were enrolled in this retrospective observational study. A diagnosis of sarcopenia was confirmed using whole-body de...

Journal: :IJMTIE 2014
Maurizio Muratore Francesco Conversano Maria Daniela Renna Paola Pisani Valeria Villani Sergio Casciaro

Osteoporosis affects about 200 million subjects in the world and is responsible for 8.9 million fractures each year. The frequency of osteoporotic fractures is rising in many countries, due to the increased longevity of the population. In Europe, the annual cost of all osteoporotic fractures has been estimated to be 30 billion of Euros. In this paper, after an overview of the socioeconomic impa...

Journal: :Spine surgery and related research 2023

Introduction: This study aims to investigate risk factors for cage subsidence following minimally invasive lateral corpectomy osteoporotic vertebral fractures.

Journal: :Value in health : the journal of the International Society for Pharmacoeconomics and Outcomes Research 2015
Y Qu J Wu

♦ Objective: To estimate 12-month osteoporosis-related health care resource utilization and direct medical cost for patients who were hospitalized with osteoporotic fractures in Tianjin, China. ♦ Methods: Data were obtained from Tianjin Urban Employee Basic Medical Insurance database (2008-2011). Included patients were ≥50 years old, with their first osteoporotic fracture hospitalization from J...

Journal: :The Journal of rheumatology 2013
Isabelle Fabreguet Jacques Fechtenbaum Karine Briot Simon Paternotte Christian Roux

OBJECTIVE The relationship between osteoarthritis (OA) and osteoporosis (OP) remains controversial. An inverse relationship between spine OA and the presence of prevalent vertebral fractures has been shown in osteoporotic women. Our objective was to assess this relationship in osteoporotic men. METHODS All the patients had OP based on densitometric data and were aged ≥ 65 years. Spine radiogr...

2016
Liora Colobățiu Simona Mirel

Globally, osteoporosis is considered a widespread metabolic bone disease, vertebral fractures being probably one of the most common clinical manifestations encountered in osteoporotic patients. Non-pharmacologic therapies of osteoporosis include, among others, the use of different types of orthoses, such as spinal orthoses or hip protectors. To date there is a limited number of studies that eva...

2017
R. M. Mitchell P. Jewell M. K. Javaid D. McKean S. J. Ostlere

Patients with osteoporotic vertebral fractures are at increased risk of hip fracture. In a cohort of hip fracture patients, many had previous imaging studies showing incidental vertebral fractures. Fifty-four percent of fractures were not reported by the radiologist, highlighting a missed opportunity for diagnosing and treating osteoporosis, thereby preventing further fractures. PURPOSE Patie...

2016
Ha Young Kim Eun Jin Jang ByeongJu Park Tae-Young Kim Soon-Ae Shin Yong-Chan Ha Sunmee Jang

BACKGROUND Asian-specific prediction models for estimating individual risk of osteoporotic fractures are rare. We developed a Korean fracture risk prediction model using clinical risk factors and assessed validity of the final model. METHODS A total of 718,306 Korean men and women aged 50-90 years were followed for 7 years in a national system-based cohort study. In total, 50% of the subjects...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->