نتایج جستجو برای: rural and urban health center

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

2017
S. H. Houser D. Au R. Weech-Maldonado

Background: Given relatively less favorable health outcomes in rural Alabama, electronic health records (EHRs) have an even greater potential to improve quality and alleviate disparities if meaningfully used. Objectives: We examined rural-urban differences as it pertained to perceived barriers, benefits, and motivating factors of EHR implementation. Methods: We used multivariate logistic models...

Journal: :Applied clinical informatics 2011
S H Houser D Au R Weech-Maldonado

BACKGROUND Given relatively less favorable health outcomes in rural Alabama, electronic health records (EHRs) have an even greater potential to improve quality and alleviate disparities if meaningfully used. OBJECTIVES We examined rural-urban differences as it pertained to perceived barriers, benefits, and motivating factors of EHR implementation. METHODS We used multivariate logistic model...

Journal: :iranian red crescent medical journal 0
hesam ghiasvand department of health economics, school of health management and information sciences, iran university of medical sciences, tehran, ir iran hassan abolghasem gorji department of health services management, school of health management and information sciences, iran university of medical sciences, tehran, ir iran; health management and economics research center, iran university of medical sciences, tehran, ir iran mohammadreza maleki department of health services management, school of health management and information sciences, iran university of medical sciences, tehran, ir iran mohammad hadian department of health economics, school of health management and information sciences, iran university of medical sciences, tehran, ir iran; department of health economics, school of health management and information sciences, iran university of medical sciences, tehran, ir iran. tel: +98-2188794302, fax: +98-2188883334

conclusions considering iran’s economic condition during the last five years, the catastrophic health expenditure headcount ratio was more than 2% in iran. materials and methods this descriptive study on iranian rural and urban households was conducted from april to june 2015. the sample sizes were 19437 rural and 18888 urban households that iranian statistical centre (isc) selected them throug...

Journal: :Issue brief 2005
James D Reschovsky Andrea B Staiti

Amid concerns that too few physicians practice in many rural areas, lower income potential is cited as one obstacle to attracting and retaining rural physicians. Congress has responded by increasing Medicare payment rates to virtually all physicians practicing in rural areas. However, average physician incomes in rural and urban areas do not differ significantly, even after accounting for diffe...

2014
Kelly Jo Sandri Inge Verdenius Mitchell J. Bartley Britney M. Else Christopher A. Paynter Beth E. Rosemergey George D. Harris Gerard J. Malnar Sean M. Harper R. Stephen Griffith Aaron J. Bonham Diane M. Harper

OBJECTIVE Safety net health care centers in the US serve vulnerable and underinsured females. The primary aim of this work was to determine if HPV4 dosing compliance differs between females who receive doses at rural vs. urban core safety net health care locations. METHODS Females exclusively receiving health care in the Truman Medical Center (TMC) safety net system at the urban core and rura...

2017
Rodrigo M Carrillo-Larco Andrea Ruiz-Alejos Antonio Bernabé-Ortiz Robert H Gilman Liam Smeeth J Jaime Miranda

Cohort Profile: The PERU MIGRANT Study– A prospective cohort study of rural dwellers, urban dwellers and rural-to-urban migrants in Peru Rodrigo M Carrillo-Larco, Andrea Ruiz-Alejos, Antonio Bernabé-Ortiz, Robert H Gilman, Liam Smeeth and J Jaime Miranda* CRONICAS Center of Excellence in Chronic Diseases, Universidad Peruana Cayetano Heredia, Lima, Peru, Faculty of Epidemiology and Population H...

Journal: :international archives of health sciences 0
a.i. amouei post address: departmental of environmental health engineering, babol university of medical sciences, ganjafrouz street, babol, iran h. faraji deputy of health services, babol university of medical sciences, babol, iran a. khalilpour environmental health research center, babol university of medical sciences, babol, iran s.h. fallah environmental health research center, babol university of medical sciences, babol, iran h.a. asgharnia environmental health research center, babol university of medical sciences, babol, iran

abstract aims: fluoride is one of the anions present in soil and water, and determining its level in drinking water is vital for preventing dental and bone diseases in societies. this research aimed to determine fluoride concentrations in drinking water sources of rural and urban areas of babol city, iran. instrument & methods: this descriptive cross-sectional study was conducted in babol city,...

Journal: :Radiologic technology 2014
Jonathan B Havrda

In rural health settings, patients with trauma who initially are transported to a community hospital often require transfer to a designated trauma center. Rural hospitals typically are not equipped or properly staffed to treat severely injured patients. When trauma occurs, transport time longer than 60 minutes from an accident scene to a place of definitive care can have detrimental effects on ...

2015
Edmund Ndudi Ossai Akinola Ayoola Fatiregun

Our study aims at determining the pattern of willingness of clients to pay for childhood immunization services in urban and rural primary health centers of Enugu state, Nigeria. Using a cross-sectional design, 800 clients who presented with their children/wards to receive childhood immunization services were selected at the primary health center in rural and urban local government areas of the ...

  Background and Objectives: Due to importance of income as a social determinant of health and the role of food inequality in Peoples’ health, this study tended to investigate the changes of inequality in nutritional status during 1989-2005 in urban and rural areas of Kerman province furthermore comparing of this trend with corresponding values in National level was examined.   Materials and Me...

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

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

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