نتایج جستجو برای: urban health services

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

Journal: :Health policy 2010
Dongfu Qian Henry Lucas Jiaying Chen Ling Xu Yaoguang Zhang

With the reform of urban health delivery systems in China, concern has been growing about the effect of these changes on health care demand and utilization at basic-level health institutions, especially Community Health Services Centers (CHC). Using data from the fourth China National Health Services Survey (NHSS) that was conducted in 2008, the authors conducted a tracer illness study of urban...

2004
Kathleen L. Wolf

Urban parks, forests and open space systems provide many amenities for city dwellers. Yet perceptions of public value may not incorporate all of the scientifically confirmed public goods and services of urban green space. Theory and methods of economic valuation have been used to derive green space values – including direct use, environmental services, hedonic pricing and human health estimatio...

2007
Abdul Salam S A Siddiqui

RESULTS : Significant differences existed in availing of delivery care services among various segments of the population. Women residing in rural areas were less likely than urban women to use the health care services (P<0.001). Both economic and educational status of women were positively associated with use of medical facilities (P<0.001). Christian and Sikh women utilized the reproductive he...

Background and purpose: The primary health care program for the suburbs is being implemented in Iran after the Health Transformation Plan where services are delivered with the priority of outsourcing and purchasing services from non-governmental sectors. In this program, different payment methods have been used. This study aimed at addressing the challenges associated with payments made to urba...

2017
Wenjuan Wang Michelle Winner Clara R Burgert-Brucker

BACKGROUND Understanding the barriers that women in Haiti face to giving birth at a health facility is important for improving coverage of facility delivery and reducing persistently high maternal mortality. We linked health facility survey data and population survey data to assess the role of the obstetric service environment in affecting women's use of facility delivery care. METHODS Data c...

Journal: :The journal of family planning and reproductive health care 2016
Pranita Achyut Anurag Mishra Livia Montana Ranajit Sengupta Lisa M Calhoun Priya Nanda

BACKGROUND Maternal health (MH) services provide an invaluable opportunity to inform and educate women about family planning (FP). It is expected that this would enable women to choose an appropriate method and initiate contraception early in the postpartum period. In this study we examined interactions with health providers for MH services, and the effect of FP information provision during the...

2016
Lidan Wang Anjue Wang Detong Zhou Gerry FitzGerald Dongqing Ye Qicheng Jiang

OBJECTIVE The paper examines whether out-of-pocket health care expenditure also has regional discrepancies, comparing to the equity between urban and rural areas, and across households. METHOD Sampled data were derived from Urban Household Survey and Rural Household Survey data for 2011/2012 for Anhui Province, and 11049 households were included in this study. The study compared differences i...

Journal: :thrita 0
amir hashemi meshkini department of pharmacoeconomics and pharmaceutical administration, faculty of pharmacy, tehran university of medical sciences, tehran, ir iran; non-communicable disease research center, endocrinology and metabolism research institute, tehran university of medical sciences, tehran, ir iran abbas kebriaeezadeh department of pharmacoeconomics and pharmaceutical administration, faculty of pharmacy, tehran university of medical sciences, tehran, ir iran mohammad reza janghorban the unit of map and gis, the office of statistics and data, qom provincial governance center, qom, ir iran khosro keshavarz department of pharmacoeconomics and pharmaceutical administration, faculty of pharmacy, tehran university of medical sciences, tehran, ir iran shekoufeh nikfar department of pharmacoeconomics and pharmaceutical administration, faculty of pharmacy, tehran university of medical sciences, tehran, ir iran; food and drug organization, ministry of health and medical education, tehran, ir iran; department of pharmacoeconomics and pharmaceutical administration, faculty of pharmacy, tehran university of medical sciences, 16th azar street, keshavarz blv, tehran, ir iran. tel/fax: +98-02188611883

conclusions geographic accessibility of pharmacies at night and on holidays has to be addressed by provincial health policymakers. materials and methods the analysis was based on straight-line distance measurements. we considered 150, 300, 450, 600, and 750 m for pedestrians, and 1, 2, and 3 km for driving accessibility as the acceptable distances. we calculated the number and percentage of hou...

ژورنال: کومش 2020
Ashrafian Amiri, Hassan, Farzin, Kourosh, Hassanzadeh-Rostami, Zara, Kabir, Mohammad Javad, Nasrollahpour Shirvani, Seiyed Davoud, Rabiee, Seyed Mozafar, Sanghestani , Bita,

Introduction: The urban family physician program for increase the utilization of health services has been implemented in Fars and Mazandaran provinces since 2012. In this way, this study aimed to determine the benefit level for population covered by the urban family physician program in Iran. Materials and Methods: This cross-sectional study was conducted in 2017. Participants on the households...

Introduction: Travel health practice and research in Egypt lag behind both needs and demands. This study was done in two parts to assess travel health knowledge, attitude, and practice (KAP) among Egyptian travelers. Methods: This survey was conducted at the departure halls of Cairo International Airport and included 1500 travelers to Africa (excluding No...

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

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

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