نتایج جستجو برای: healthcare inequalities

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

Journal: :international journal of health policy and management 2015
guilhem fabre

investments in the extension of health insurance coverage, the strengthening of public health services, as well as primary care and better hospitals, highlights the emerging role of healthcare as part of china’s new growth regime, based on an expansion of services, and redistributive policies. such investments, apart from their central role in terms of relief for low-income people, serve to reb...

Journal: :journal of research in health sciences 0
zahra kavosi abolfazl mohammadbeigi vajihe ramezani-doroh nahid hatam abdosaleh jafari azarmidokht firoozjahantighi

background: lack of access to health services has been mentioned as one of the main causes of health inequity in health system. the aim of this study was to measure horizontal inequity in access to outpatient services in shiraz. method: this household survey was conducted among 1608 participants above 18 years in shiraz in 2012. four-stage sampling was used. according to high amount of zero-val...

Journal: :international journal of health policy and management 2014
owen adams

pierre-gerlier forest has put forward the case that we are on the brink of a revolution in health policy that will be the result of the interplay of five factors. i would not challenge any of them but would emphasize the need to address socio-economic health inequalities, which have the potential to become a major cost driver in a time of growing economic inequality. to dr. forest’s list, i wou...

Journal: :European journal of public health 2013
Marie-Louise Essink-Bot Majda Lamkaddem Petra Jellema Signe Smith Nielsen Karien Stronks

BACKGROUND The increasing diversity of the Western-European population demands identification of potential ethnic healthcare inequities. We developed a framework that helps researchers in interpreting ethnic inequalities in healthcare consumption in equity terms. From this framework, we develop recommendations for the design of future studies. METHODS The framework was developed by analysing ...

2007
W. D. EVANS ROGER T. LEWIS

In this paper our primary concern is with the establishment of weighted Hardy inequalities in L(Ω) and Rellich inequalities in L(Ω) depending upon the distance to the boundary of domains Ω ⊂ R with a finite diameter D(Ω). Improved constants are presented in most cases.

2014
Kim Eleanor Reuter Aurora Geysimonyan Gabriela Molina Peter Robert Reuter

INTRODUCTION The provision of healthcare services in developing countries has received increasing attention, but inequalities persist. One nation with potential inequalities in healthcare services is Equatorial Guinea (Central-West Africa). Mitigating these inequalities is difficult, as the Equatoguinean healthcare system remains relatively understudied. METHODS In this study, we interviewed ...

Journal: :Ciencia & saude coletiva 2007
Rosana Magalhães

This paper presents a conceptual analysis of inequalities in healthcare associated with the discussion of dimensions, indicators and data sources that are crucial for understanding major trends within the Brazilian context. From this standpoint, the text emphasizes the importance of in-depth discussions of social inequalities, identifying changes in healthcare conditions using the concept of di...

Pierre-Gerlier Forest has put forward the case that we are on the brink of a revolution in health policy that will be the result of the interplay of five factors. I would not challenge any of them but would emphasize the need to address socio-economic health inequalities, which have the potential to become a major cost driver in a time of growing economic inequality. To Dr. Forest’s list, I wou...

2016
Miqdad Asaria Shehzad Ali Tim Doran Brian Ferguson Robert Fleetcroft Maria Goddard Peter Goldblatt Mauro Laudicella Rosalind Raine Richard Cookson

BACKGROUND Provision of universal coverage is essential for achieving equity in healthcare, but inequalities still exist in universal healthcare systems. Between 2004/2005 and 2011/2012, the National Health Service (NHS) in England, which has provided universal coverage since 1948, made sustained efforts to reduce health inequalities by strengthening primary care. We provide the first comprehen...

2015
Professor Pickett Katherine LeMasters

Significant health inequalities exist between the Navajo tribe and the US population as a whole and are worsening over time. I argue that while these health issues are concerning, there are also larger systemic issues (i.e., the Navajo’s historic and contemporary marginalization, the removal of traditional medicine from formal healthcare settings, etc.) that continually reproduce these health i...

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

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

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"; } -->