نتایج جستجو برای: spiritual therapy

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

Journal: :Asian Pacific journal of cancer prevention : APJCP 2010
Christina Maria Puchalski

Spirituality is increasingly recognized as an essential element of health. A novel model of interprofessional spiritual care was developed by a national consensus conference of experts in spiritual care and palliative care. Integral to this model is a spiritual screening, history or assessment as part of the routine history of patients. Spiritual screening can be done by a clinician on an intak...

2013
Arndt Büssing Andreas Günther Klaus Baumann Eckhard Frick Christoph Jacobs

Spirituality/religiosity is recognized as a resource to cope with burdening life events and chronic illness. However, less is known about the consequences of the lack of positive spiritual feelings. Spiritual dryness in clergy has been described as spiritual lethargy, a lack of vibrant spiritual encounter with God, and an absence of spiritual resources, such as spiritual renewal practices. To o...

Journal: :Journal of pain and symptom management 2015
Debra S Burns Susan M Perkins Yan Tong Russell E Hilliard Larry D Cripe

CONTEXT Music therapy is a common discretionary service offered within hospice; however, there are critical gaps in understanding the effects of music therapy on hospice quality indicators, such as family satisfaction with care. OBJECTIVES The purpose of this study was to examine whether music therapy affected family perception of patients' symptoms and family satisfaction with hospice care. ...

2017
Mandreker Bahall

BACKGROUND Despite the paucity of scientific evidence, complementary and alternative medicine (CAM) is widely used for the prevention and treatment of illness, holistic care, and counteracting the adverse effects of conventional medicine (CM). This study investigates the use of CAM by patients with end-stage renal disease (ESRD) on haemodialysis. METHODS This quantitative study was conducted ...

2013
Mohammad Khodayarifard Sayyed Mohsen Fatemi

Therapeutic interventions based on specific religious and spiritual teachings have proven to be effective in dealing with psychological disorders especially general anxiety disorders. Notwithstanding the signs of effectiveness within the integral approaches consisting of religious, spiritual and family therapy’s interventions, there are few studies that indicate the exploration of the integrati...

Journal: :Journal of Christian nursing : a quarterly publication of Nurses Christian Fellowship 2015
Ann N Hellman Wesley E Williams Shelia Hurley

Healthcare literature suggests that many nurses fail to address patients' spiritual needs and/or identify signs of spiritual distress. A study was conducted to explore whether nurses in a medical center possessed the knowledge to assess patients' spirituality and design and implement a plan of spiritual care. The Spiritual Care Competence Scale was used to assess competence in spiritual care as...

2012
David R. Hodge

This article introduces a new qualitative spiritual assessment instrument. It reviews existing qualitative assessment tools and presents a new multidimensional spiritual assessment framework. The instrument consists of two components: a spiritual history in which consumers relate their spiritual life story in a manner analogous to a family history and an interpretive framework to assist practit...

2016
David Jackson Colleen Doyle Hannah Capon Elizabeth Pringle

This article addressed the following questions: How are spirituality, spiritual need, and spiritual care in aged care defined? What constitutes spiritual care for older people in aged care? From an organisational perspective, what are barriers and enablers to providing spiritual care? Spirituality and spiritual care were defined in a variety of ways in the literature. The literature endorsed nu...

Journal: :Journal of contemporary medical education 2013
Amy Wachholtz MaiLan Rogoff

Medical student burnout has been associated with depression, loss of empathy, and suicidal ideation. Spirituality has been identified in previous studies as a protective factor in coping with the stress but has not been examined as a factor in medical student burnout. An internet link to an anonymous survey was sent via email to medical students at a public northeastern medical school; 259/469 ...

ژورنال: پژوهش های مشاوره 2016

Purpose: This research was conducted to examine the efficacy of the integrative couple therapy and emotionally focused on increasing marital intimacy injured by wife infidelity (male). Method: The research method was Semi experimental (pre-test, post-test, and follow-up) using two experimental groups and one control group. The study population included all couples involved with the issue of ...

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

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

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