نتایج جستجو برای: ambulatory care

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

Journal: :Quality & safety in health care 2005
D M Woods J Johnson J L Holl M Mehra E J Thomas E S Ogata C Lannon

BACKGROUND Idiosyncratic terminology and frameworks in the study of patient safety have been tolerated but are increasingly problematic. Agreement on standard language and frameworks is needed for optimal improvement and dissemination of knowledge about patient safety. METHODS Patient safety events were assessed using critical incident analysis, a method used to classify risks that has been m...

Journal: :OR manager 2006
Leslie Flowers

has no one to drive her home and no one to care for her at home after surgery. How would nurses in your ambulatory surgery facility handle this situation? It’s an increasingly important question as the population ages and more surgery is performed on an outpatient basis. “It can be challenging to meet the needs of this age group,” says Donna DeFazio Quinn, RN, BSN, MBA, CPAN, CAPA. “They’re fro...

Journal: :BMJ quality improvement reports 2014
Thomas Hubbard Rhys Thomas

Ambulatory care is an underdeveloped concept in the setting of emergency surgery, however it is recognised that many institutions will need to develop this service to cope with increased time and financial pressures.[1] There is increased emphasis on ambulatory care pathways for a variety of medical conditions.[2] Risk management is important in managing patients with acute abdominal pain in an...

Journal: :Revista da Associacao Medica Brasileira 2014
Enrique Villarreal-Ríos Cecilia Cárdenas-Maldonado Emma Rosa Vargas-Daza Liliana Galicia-Rodríguez Lidia Martínez-González Roberto Baca-Baca

OBJECTIVE to determine the cost of institutional and familial care for patients with chronic kidney disease replacement therapy with continuous ambulatory peritoneal dialysis. METHODS a study of the cost of care for patients with chronic kidney disease treated with continuous ambulatory peritoneal dialysis was undertaken. The sample size (151) was calculated with the formula of the averages f...

2018
Kate LaForge Rachel Gold Erika Cottrell Arwen E. Bunce Michelle Proser Celine Hollombe Katie Dambrun Deborah J. Cohen Khaya D. Clark

Little is known about how health care organizations are developing tools for identifying/addressing patients' social determinants of health (SDH). We describe the processes recently used by 6 organizations to develop SDH screening tools for ambulatory care and the barriers they faced during those efforts. Common processes included reviewing literature and consulting primary care staff. The orga...

Journal: :Annals of internal medicine 2013
Julia Adler-Milstein Claudia Salzberg Calvin Franz E John Orav Joseph P Newhouse David W Bates

BACKGROUND The United States is aiming to achieve nationwide adoption of electronic health records (EHRs) but lacks robust empirical evidence to anticipate the effect on health care costs. OBJECTIVE To assess short-term cost savings from community-wide adoption of ambulatory EHRs. DESIGN Longitudinal trial with parallel control group. SETTING Natural experiment in which 806 ambulatory cli...

Journal: :JAMA 1998
R A Rosenblatt L G Hart L M Baldwin L Chan R Schneeweiss

CONTEXT Despite increased emphasis on primary care in the United States, most care continues to be provided by specialists. The extent to which specialists incorporate elements of primary care in their approach to ambulatory patients is unknown. OBJECTIVES To examine the extent to which selected medical and surgical subspecialties provide generalist care to Medicare patients, and to compare p...

2013
Brian McKinstry Janet Hanley Sarah Wild Claudia Pagliari Mary Paterson Steff Lewis Aziz Sheikh Ashma Krishan Andrew Stoddart Paul Padfield

OBJECTIVE To determine if an intervention consisting of telemonitoring and supervision by usual primary care clinicians of home self measured blood pressure and optional patient decision support leads to clinically important reductions in daytime systolic and diastolic ambulatory blood pressure in patients with uncontrolled blood pressure. DESIGN Multicentre randomised controlled trial. SET...

Journal: :Effective clinical practice : ECP 2001
D L Washington P G Shekelle C D Stevens

CONTEXT Many ambulatory care facilities do not have resources to provide same-day care for all walk-in patients. Yet, there are few guidelines that identify patients for whom care can be safely deferred. OBJECTIVE To describe the development and implementation of deferred-care guidelines for adults with musculoskeletal complaints. DESIGN Consensus process and field test. GUIDELINE DEVELOPME...

Ali Davoodi, Pouya Naghshpour, Zahra Mohtasham Amiri,

. One of the most important tasks of general physicians is the management of outpatients in health centers and clinics. Bedside teaching and ambulatory traiing are however, limited to hospital clinics in short courses without enough supervision. This study aimed to evaluate the attitude of general practitioners working in health centers of Guilan University of medical sciences toward ambulatory...

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

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

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