نتایج جستجو برای: icu و post icu

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

Journal: :Revista espanola de anestesiologia y reanimacion 2014
S Rodríguez Villar R M Barrientos Yuste

OBJECTIVE To assess outcomes in long-term ICU patients, with follow-ups carried out at one year post discharge, in order to calculate the costs incurred by the hospital in relation to the benefits gained. MATERIAL Of 3639 patients consecutively admitted over the course of three years to ICU, 235 (6.5%) were assessed for the purposes of the study, having spent a period exceeding 20 days in int...

2018
Ken Parhar Victoria Millar Vasileios Zochios Emilia Bruton Catherine Jaworksi Nick West Alain Vuylsteke

Background Outcomes for patients with ST-segment elevation myocardial infarction continue to improve, largely due to timely provision of reperfusion by primary percutaneous coronary intervention (PPCI). However, despite prompt and successful PPCI, a small proportion of patients require ventilatory and hemodynamic support in an intensive care unit (ICU). The outcome of these patients remains poo...

2012
Omar Badawi Michael J. Breslow

INTRODUCTION Early discharge from the ICU is desirable because it shortens time in the ICU and reduces care costs, but can also increase the likelihood of ICU readmission and post-discharge unanticipated death if patients are discharged before they are stable. We postulated that, using eICU® Research Institute (eRI) data from >400 ICUs, we could develop robust models predictive of post-discharg...

2011
Michael T Vest Terrence E Murphy Katy LB Araujo Margaret A Pisani

BACKGROUND Accurate measurement of quality of life in older ICU survivors is difficult but critical for understanding the long-term impact of our treatments. Activities of daily living (ADLs) are important components of functional status and more easily measured than quality of life (QOL). We sought to determine the cross-sectional associations between disability in ADLs and QOL as measured by ...

2016
Marlyn Gill Sean M. Bagshaw Emily McKenzie Peter Oxland Donna Oswell Debbie Boulton Daniel J. Niven Melissa L. Potestio Svetlana Shklarov Nancy Marlett Henry T. Stelfox

INTRODUCTION Engaging patients and family members as partners in research increases the relevance of study results and enhances patient-centered care; how to best engage patients and families in research is unknown. METHODS We tested a novel research approach that engages and trains patients and family members as researchers to see if we could understand and describe the experiences of patien...

2017
Jez Fabes William Seligman Carolyn Barrett Stuart McKechnie John Griffiths

OBJECTIVE To develop a clinical prediction model for poor outcome after intensive care unit (ICU) discharge in a large observational data set and couple this to an acute post-ICU ward-based review tool (PIRT) to identify high-risk patients at the time of ICU discharge and improve their acute ward-based review and outcome. DESIGN Retrospective patient cohort of index ICU admissions between Jun...

2013
Ann M. Parker Thiti Sricharoenchai Dale M. Needham

Survivors of critical illness often experience new or worsening impairments of physical, cognitive, and/or mental health, referred to as Post-Intensive Care Syndrome (PICS). Such impairments can be long-lasting and negatively affect survivors’ quality of life. Early rehabilitation in the intensive care unit (ICU), while patients remain on lifesupport therapy, may reduce the complications associ...

2010
Mahdi Najafi Hamidreza Goodarzynejad Mahmood Sheikhfathollahi Hossein Adibi

BACKGROUND We presumed that the surgeon himself has an impact on the results after coronary artery bypass grafting (CABG) as there is no unique protocol for the discharge of post-operative cardiac patients at our institution. Therefore, we examined whether the surgeon himself has an impact on the intensive care unit (ICU) stay of isolated CABG patients. METHODS We prospectively studied a tota...

2017
Johanna Maria Muessig Maryna Masyuk Amir Movahed Nia Marcus Franz Bjoern Kabisch Malte Kelm Christian Jung

The aging population increases the demand of intensive care unit (ICU) treatments. However, the availability of ICU beds is limited. Thus, ICU admission of octogenarians is considered controversial. The population above 80 years is a very heterogeneous group though, and age alone might not be the best predictor. Aim of this study was to analyze resource consumption and outcome of octogenarians ...

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

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

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