نتایج جستجو برای: home programs

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

Journal: :Revista gaucha de enfermagem 2013
Angélica Mônica Andrade Maria José Menezes Brito Kênia Lara Silva Lívia Cozer Montenegro Beatriz Santana Caçador Letícia Fernanda de Cota Freitas

The aim of this qualitative case study is to analyze how the health system is organized from the perspective of homecare professionals. Data was collected by means of semi-structured interviews with seven professionals that provide home healthcare services. Content analysis revealed the following empirical categories: Perception of home care professionals in relation to their work and the healt...

Journal: :The Permanente journal 2013
Kathryn M McDonald Ellen M Schultz Christine Chang

CONTEXT The Closing the Quality Gap series from the Agency for Healthcare Research and Quality summarizes evidence for eight high-priority health care topics: outcomes used in disability research, bundled payment programs, public reporting initiatives, health care disparities, palliative care, the patient-centered medical home, prevention of health care-associated infections, and medication adh...

2016
Craig Jones Karl Finison Katharine McGraves-Lloyd Timothy Tremblay Mary Kate Mohlman Beth Tanzman Miki Hazard Steven Maier Jenney Samuelson

Patient-centered medical home programs using different design and implementation strategies are being tested across the United States, and the impact of these programs on outcomes for a general population remains unclear. Vermont has pursued a statewide all-payer program wherein medical home practices are supported with additional staffing from a locally organized shared resource, the community...

2014
Meredith Matone Cara Curtis Arina Chesnokova Katherine Yun Amanda Kreider Meredith Curtis David Rubin

EXECUTIVE SUMMARY Evaluating the effectiveness of maternal and child home visitation programs can be challenging. The complexity of program models, coupled with considerations of real-world program implementation, requires thoughtful and flexible evaluation strategies. Yet, meaningful evaluations of home visitation programs are not only feasible, but are essential as policymakers demand stronge...

2011
M. REBECCA KILBURN JILL S. CANNON

Growth in federal, state and private funding is fueling the initiation of home visiting programs around the country. As communities expand home visiting programs, they need information about how they can successfully start up new sites. This paper proposes measures of successful home visiting program implementation and identifies factors that promote successful implementation or serve as barrie...

Journal: :The American journal of occupational therapy : official publication of the American Occupational Therapy Association 2012
Carla A Chase Kathryn Mann Sarah Wasek Marian Arbesman

This systematic review explored the impact of fall prevention programs and home modifications on falls and the performance of community-dwelling older adults. It was conducted as part of the American Occupational Therapy Association's Evidence-Based Practice Project. Thirty-three articles were analyzed and synthesized. The strongest results were found for multifactorial programs that included h...

Journal: :Health services research 2016
Kavita Radhakrishnan Bo Xie Amy Berkley Miyong Kim

OBJECTIVE To identify the barriers and facilitators for sustainability of tele-homecare programs implemented by home health nursing agencies for chronic disease management. DATA SOURCES English-language articles on home telehealth in the CINAHL, PubMed/MEDLINE, PsychInfo, Web of Science, and Cochrane Reviews databases published from January 1996 to December 2013. STUDY DESIGN We performed a...

2001
Merith Cosden Gale Morrison Ann Leslie Albanese Sandra Macias

Homework does not always occur at home. With the perceived demand for higher academic performance has come an increase in the amount and complexity of assigned homework. Given the number of parents who work outside the home, and the need for safe and structured after-school activities, after-school programs have become a venue for helping students with their homework. This article examines the ...

2014
Andrea C Gielen Elise C Perry Wendy C Shields Eileen McDonald Shannon Frattaroli Vanya Jones

BACKGROUND Door-to-door canvassing and installation of smoke alarms have been found to be effective at increasing the number of homes protected. This analysis reports on how smoke alarm coverage changes six months after a home visiting program in a large urban sample, and how this change varies by characteristics of the residents and characteristics of the services delivered during the home vis...

  Background: One of the most challenges in diabetic patients is learning how to glycemic control. Patient education in the home increases the ability of patients to self-care. This study aimed to determine the effect of home care education on glycemic control in type 2 diabetes patients.   Methods: This study was a clinical randomized controlled trial which conducted on sixty diabetic type 2 p...

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

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

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