نتایج جستجو برای: community mental health

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

2017
Mangesh Angdembe Brandon A. Kohrt Mark Jordans Damodar Rimal Nagendra P. Luitel

Background Nepal is representative of Low and Middle Income Countries (LMIC) with limited availability of mental health services in rural areas, in which the majority of the population resides. Methods This formative qualitative study explores resources, challenges, and potential barriers to the development and implementation of evidence-based Comprehensive Community-based Mental Health Servi...

2015
Shane Scahill Jane L Fowler H Laetitia Hattingh Fiona Kelly Amanda J Wheeler

OBJECTIVE Mental health-related problems pose a serious issue for primary care, and community pharmacy could make a significant contribution, but there is a dearth of information. METHODS This article reports synthesis of the literature on mental health interventions across a range of pharmacy models, and pharmacy services in contexts beyond mental health. To best inform the design of a commu...

2007
Eli Lilly Janssen

Declaration of interest T.B. has receivedpayments for lectures and consultancies from Eli Lilly,Janssen and Otsuka inthe past 5 years. The past 25 years have witnessed an explosion in mental health services research. A 1980 review of research in community mental health services (Braun et al, 1981) cited a dozen studies and concluded that there was little evidence that the newer services sustain...

Introduction: Educational goals is the most important component of any educational program and achieving this goals is reason for existence of educational system. In this research we assessment of goal achievement in nursing clinical education and effective factors. Method: In this descriptive- analytical study all nursing students who had received internship courses of mental health nursing , ...

2014
Nicole M Monteiro Youssoupha Ndiaye Demetri Blanas Idrissa Ba

BACKGROUND Mental health is often given low priority in health policy planning, particularly in developing countries. Several international health bodies, including the World Health Organization, recommend integrating mental health into primary care settings to reduce mortality and morbidity associated with mental illness, particularly in low-resource settings. OBJECTIVE This study explores h...

Journal: :Journal of psychiatric and mental health nursing 2008
C C McDonald T R Richmond

Urban adolescents are exposed to a substantial amount of community violence which has the potential to influence psychological functioning. To examine the relationship between community violence exposure and mental health symptoms in urban adolescents, a literature review using MEDLINE, CINAHL, PubMed, PsycINFO, CSA Social Services and CSA Sociological Abstracts was conducted. Search terms incl...

2015
Kiran Thapa

Copyright © 2015 CEA& INEA. Published online by NepJOL-INASP. www.nepjol.info/index.php/NJE The April 25 th earthquake, followed by a massive aftershock, has left millions of already traumatized people debilitated by even deeper fear and infirmity. About 1.7 million children are directly affected by the earthquake which has triggered invisible emotional distress among many [1].This may have del...

Journal: :Acta paediatrica 2013
G Natalucci J Becker K Becher G M Bickle M A Landolt H U Bucher

AIM To assess self-perceived health status and mental health outcomes of former extremely low-birth-weight (ELBW) infants at young adulthood compared with community norms and to analyse predictors of poor outcome. METHODS Fifty-five ELBW adults, 18 men (33%), with median (range) gestational age of 28.7 (25.0-34.0) weeks and birth weight of 930 (680-990) grams, born in Switzerland, were includ...

2015
Medhin Selamu Laura Asher Charlotte Hanlon Girmay Medhin Maji Hailemariam Vikram Patel Graham Thornicroft Abebaw Fekadu

BACKGROUND The focus of discussion in addressing the treatment gap is often on biomedical services. However, community resources can benefit health service scale-up in resource-constrained settings. These assets can be captured systematically through resource mapping, a method used in social action research. Resource mapping can be informative in developing complex mental health interventions, ...

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

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

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