نتایج جستجو برای: household health costs

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

Journal: :iranian journal of public health 0
mehdi yousefi 1. dept. of health economics and management sciences, school of health, mashhad university of medical sciences , mashhad, iran. abbas assari arani 2. dept. of development and economic planning, school of management and economics, tarbiat modares university , tehran, iran. bahram sahabi 3. dept. of economics, school of management and economics, tarbiat modares university , tehran, iran. anoshirvan kazemnejad 4. dept. of biostatistics, school of medicine, tarbiat modares university , tehran, iran. somayeh fazaeli 5. dept. of medical records, school of paramedical sciences, mashhad university of medical sciences , mashhad, iran.

this study aimed at identifying components of the household health costs.this study was a qualitative research conducted in two main phases. the first phase consisted of interviews with sample households selected in eight provinces of iran. they were to identify components of the household health costs. in the second phase, components were determined as direct, indirect and intangible based on ...

ژورنال: بیمارستان 2020

Background & Aims of study: Hospital care and paramedical services has become one of the most important and problematic issues in the field of health and critical concern of health planners and policymakers. In current study, contribution of various paramedical services costs were extracted from the total household health expenditure. Materials and Methods: The current study is a descriptive s...

ژورنال: بیمارستان 2021

Background & Aims of study: Service delivery is known as the most tangible function of the health system and hospitals are the most obvious manifestation of this function. Also, one of the most important factors in creating catastrophic health expenditures is the use of hospital services; therefore, in the present study, an attempt was made to describe the share of hospital service costs from t...

ژورنال: بیمارستان 2014
سحابی, بهرام , عصاری آرانی, عباس , کاظم نژاد, انوشیروان , یوسفی, مهدی ,

Background: Today, the lack of financial protection against the health costs is recognized as a major flaw in the health systems. It seems that the first step towards solving this problem is exact identification of household health expenditure`s components which will result in better selection of prevention policies and appropriate procedures to solve the problem. Materials and Methods: This s...

Journal: :international journal of health policy and management 2014
zahra kavosi ali keshtkaran ramin hayati ramin ravangard mohammad khammarnia

background one common challenge to social systems is achieving equity in financial contributions and preventing financial loss. because of the large and unpredictable nature of some costs, achieving this goal in the health system presents important and unique problems. the present study investigated the household financial contributions (hfcs) to the health system.   methods the study investiga...

Objectives Over the past few decades, Iran has faced rapid demographic changes, including a sharp decline in birth rates and increased life expectancy. This has led to an increase in the average age of the population and an increase in the percentage of the elderly people which is called “the phenomena of aging”. The occurrence of this phenomenon in Iran is rapidly increasing, and therefore the...

Objectives This study analyzes the consumption pattern of health care costs in Iranian urban households’ life cycle costs with a focus on aging period during 1997 to 2013. Methods & Materials This study is a secondary analysis conducted using data from the UN Population Division and household income and spending, with the help of pseudo-panel method. In order to recreate and analyze data...

2014
Mehdi YOUSEFI Abbas ASSARI ARANI Bahram SAHABI Anoshirvan KAZEMNEJAD Somayeh FAZAELI

BACKGROUND This study aimed at identifying components of the household health costs. METHODS This study was a qualitative research conducted in two main phases. The first phase consisted of interviews with sample households selected in eight provinces of Iran. They were to identify components of the household health costs. In the second phase, components were determined as direct, indirect an...

Journal: :CMAJ : Canadian Medical Association journal = journal de l'Association medicale canadienne 2015
Valerie Tarasuk Joyce Cheng Claire de Oliveira Naomi Dachner Craig Gundersen Paul Kurdyak

BACKGROUND Household food insecurity, a measure of income-related problems of food access, is growing in Canada and is tightly linked to poorer health status. We examined the association between household food insecurity status and annual health care costs. METHODS We obtained data for 67 033 people aged 18-64 years in Ontario who participated in the Canadian Community Health Survey in 2005, ...

Background One common challenge to social systems is achieving equity in financial contributions and preventing financial loss. Because of the large and unpredictable nature of some costs, achieving this goal in the health system presents important and unique problems. The present study investigated the Household Financial Contributions (HFCs) to the health system.   Methods The study investiga...

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

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

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