نتایج جستجو برای: assessment patient outcomes

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

Journal: :archives of pediatric infectious diseases 0
sizulu moyo medecins sans frontieres khayelitsha, cape town, south africa; medecins sans frontieres khayelitsha, cape town, south africa. tel: +27-213645490, fax: +27-213617051 jennifer joan furin division of infectious diseases and hiv medicine, case western reserve university, cleveland, usa jennifer hughes medecins sans frontieres khayelitsha, cape town, south africa johnny daniels medecins sans frontieres khayelitsha, cape town, south africa leigh snyman medecins sans frontieres khayelitsha, cape town, south africa odelia muller medecins sans frontieres khayelitsha, cape town, south africa

background there is limited data on outcomes of adolescents with drug-resistant tuberculosis (dr-tb). objectives to describe patient outcomes and factors associated with outcomes of adolescents diagnosed with dr-tb in khayelitsha, south africa. patients and methods a retrospective analysis of data for adolescents aged 10-19 years who were diagnosed with dr-tb between january 2008 and august 201...

Journal: :emergency journal 0
athena alipour faz clinical research development center, loghman hakim hospital, shahid beheshti university of medical sciences, tehran, iran fahimeh arsan general surgery department, loghman hakim hospital, shahid beheshti university of medical sciences, tehran, iran maryam peyvandi clinical research development center, loghman hakim hospital, shahid beheshti university of medical sciences, tehran, iran mahbobeh oroei hearing disorders research center, loghman hakim hospital, shahid beheshti university of medical sciences, tehran, iran omid shafagh hearing disorders research center, loghman hakim hospital, shahid beheshti university of medical sciences, tehran, iran maryam yousefi clinical research development center, loghman hakim hospital, shahid beheshti university of medical sciences, tehran, iran

introduction: caustic ingestions are among the most prevalent causes of toxic exposure. the present 10-year survey aimed to evaluate the epidemiologic features and outcomes of caustic ingestion cases presenting to emergency department. methods: this is a retrospective cross-sectional study on patients who were admitted to a referral toxicology center during 2004 to 2014, following caustic inges...

Journal: :مدیریت اطلاعات سلامت 0
علی کبریائی استادیار، مدیریت خدمات بهداشتی و درمانی، دانشگاه علوم پزشکی زاهدان، زاهدان مهدی کاظمی استادیار، مدیریت، دانشگاه سیستان و بلوچستان، زاهدان احسان خسروی کارشناس ارشد، مهندسی صنایع (مدیریت سیستم و بهره وری)، دانشگاه آزاد اسلامی زاهدان، زاهدان

normal 0 false false false en-us x-none ar-sa microsoftinternetexplorer4 introduction: there is not enough time for any organization to experience everything by itself but it is possible to compare its processes with other organizations in order to fulfill its functions effectively. the main aim of this research was to assess and compare discharge processes in ali-ebne abitaleb and quaem hospit...

2018
Eva van der Meij Johannes R. Anema Judith A. F. Huirne Caroline B. Terwee

BACKGROUND To assess the construct validity and responsiveness of the PROMIS Physical Function v1.2 short form 8b (PROMIS-PF), and the PROMIS Ability to Participate in Social Roles and Activities v2.0 short form 8a (PROMIS-APS) in postoperative recovery. METHODS An observational pilot study was conducted in which 30 patients participated, undergoing various forms of abdominal surgery. Patient...

2015
John Brazier Aki Tsuchiya

The quality-adjusted life-year (QALY) has become a widely used measure of health outcomes for use in informing decision making in health technology assessment. However, there is growing recognition of outcomes beyond health within the health sector and in related sectors such as social care and public health. This paper presents the advantages and disadvantages of ten possible approaches coveri...

2014

The National Ecosystem Assessment (2011) found that observing nature and participating in physical activity in green spaces plays an important role in positively influencing human health and well-being. Exercise in green places is associated with positive health outcomes, which exceed those experienced from exercising in environments lacking nature (i.e. indoors). If 1% of the sedentary populat...

Journal: :Military medicine 2011
Tyler C Smith

OBJECTIVE To describe current efforts and future potential for understanding long-term health of military service members by linking the Millennium Cohort Study data to exposures and health outcomes. METHODS The Millennium Cohort Study launched in 2001, before September 11 and the start of combat operations in Afghanistan and Iraq. Other substantial Department of Defense (DoD) health, personn...

Journal: :Scandinavian journal of rehabilitation medicine 1999
W P Achterberg C van Campen A M Pot A Kerkstra M W Ribbe

The objective of the paper is to review the effects of the implementation of the Resident Assessment Instrument (RAI) on process measures (quality of care plans and staff satisfaction) and outcome measures (health problems and quality of life) in nursing homes. All available publications on the effects of the RAI were included in the review. The most positive effects of the RAI were found in im...

2013
E A P S G: Evidence Aid Priority Setting Group

People making decisions about interventions, actions and strategies for natural disasters, humanitarian crises and other major healthcare emergencies need access to reliable evidence to help ensure that the choices they make are likely to do more good than harm. However, there are many gaps in this evidence base in a wide range of areas. This paper reports a priority setting exercise that was c...

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

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

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