نتایج جستجو برای: pocket expenditure

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

2017
Azaher Ali Molla Chunhuei Chi

BACKGROUND The relationship between payments towards healthcare and ability to pay is a measure of financial fairness. Analysis of progressivity is important from an equity perspective as well as for macroeconomic and political analysis of healthcare systems. Bangladesh health systems financing is characterized by high out-of-pocket payments (63.3%), which is increasing. Hence, we aimed to see ...

2018
Mamata Ghimire Rakesh Ayer Masahide Kondo

BACKGROUND Nepal has committed to the global community to achieve universal health coverage by 2030. Nevertheless, Nepal still has a high proportion of out-of-pocket health payment and a limited risk-pooling mechanism. Out-of-pocket payment for the healthcare services could result in catastrophic health expenditure (CHE). Evidence is required to effectively channel the efforts to lower those ex...

Journal: :American economic journal. Economic policy 2015
Silvia Helena Barcellos Mireille Jacobson

Medicare offers substantial protection from medical expenditure risk, protection that has increased in recent years. At age 65, out-of-pocket expenditures drop by 33 percent at the mean and 53 percent at the ninety-fifth percentile. Medical-related financial strain, such as difficulty paying bills and collections agency contact, is dramatically reduced. Nonetheless, using a stylized expected ut...

2017
Sandul Yasobant Hemant Deepak Shewade Kranti Suresh Vora Kristi Sidney Annerstedt Petros Isaakidis Nishith B Dholakia Dileep V Mavalankar

BACKGROUND In Gujarat, India, a state led public private partnership scheme to promote facility birth named Chiranjeevi Yojana (CY) was implemented in 2005. Institutional birth is provided free of cost at accredited private health facilities to women from socially disadvantaged groups (eligible women). CY has contributed in increasing facility birth and providing substantially subsidized (but n...

Journal: :International journal of advanced economics 2022

This study investigated the relationship among health expenditure, HIV prevalence and expansion of productive economic activities in West Africa using sub-regional aggregate time series data from 1992 to 2020. The augmented Solow growth model was adopted enable us understand maximize both theoretical empirical anatomy as it relates with disaggregated expenditure context a theory conveniently ap...

Journal: :Health policy 2009
Ke Xu Frode Ravndal David B Evans Guy Carrin

The World Health Survey (WHS) which has been implemented in more than 70 countries with standardized questionnaires opens a great opportunity for research on health care financing issues. This study examines the household expenditures and health expenditure collected in the WHS in terms of reliability, consistency between different ways of data collection within the survey and with other types ...

2015
Tharani Loganathan Way-Seah Lee Kok-Foo Lee Mark Jit Chiu-Wan Ng

BACKGROUND While healthcare costs for rotavirus gastroenteritis requiring hospitalization may be burdensome on households in Malaysia, exploration on the distribution and catastrophic impact of these expenses on households are lacking. OBJECTIVES We assessed the economic burden, levels and distribution of catastrophic healthcare expenditure, the poverty impact on households and inequities rel...

2012
S Nur Sulku D Minbay Bernard

In this study, we examine whether and to what extent the health insurance system in Turkey provided adequate protection against high out of pocket expenditures in the period prior to "The Health Transformation Programme". Furthermore, we examine the distribution of out of pocket expenditures by demographic characteristics, poverty status, health service type, access to health care and self-repo...

2015
Van Minh Hoang Juhwan Oh Tuan Anh Tran Thi Giang Huong Tran Anh Duc Ha Ngoc Hoat Luu Thi Kim Phuong Nguyen

Health financing has been considered as an important building block of a health system and has a key role in promoting universal health coverage in the Vietnam. This paper aims to describe the pattern of health expenditure, including total health expenditure and composition of health expenditure, over the last two decades in Vietnam. The paper mainly uses the data from Vietnam National Health A...

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

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

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