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

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

2018
Lucy Ellen Selman Lisa Jane Brighton Shane Sinclair Ikali Karvinen Richard Egan Peter Speck Richard A Powell Ewa Deskur-Smielecka Myra Glajchen Shelly Adler Christina Puchalski Joy Hunter Nancy Gikaara Jonathon Hope

BACKGROUND Spiritual distress is prevalent in advanced disease, but often neglected, resulting in unnecessary suffering. Evidence to inform spiritual care practices in palliative care is limited. AIM To explore spiritual care needs, experiences, preferences and research priorities in an international sample of patients with life-limiting disease and family caregivers. DESIGN Focus group stu...

Journal: :Journal of clinical nursing 2009
René van Leeuwen Lucas J Tiesinga Berrie Middel Doeke Post Henk Jochemsen

AIM This study contributes to the development of a valid and reliable instrument, the spiritual care competence scale, as an instrument to assess nurses' competencies in providing spiritual care. BACKGROUND Measuring these competencies and their development is important and the construction of a reliable and valid instrument is recommended in the literature. DESIGN Survey. METHOD The part...

Journal: :The Keio journal of medicine 2009
Alfons Deeken

According to a paper published by the International Work Group on Death, Dying and Bereavement, "Each person has a spiritual dimension." That means each person has spiritual energy and spiritual needs. In facing death, a patient suffers spiritual pain and needs spiritual care. This paper describes what spirituality and spiritual pain mean. It identifies nine types of fears and anxieties about d...

2005
Dean R. Lillard Masao Ogaki

In this paper, we outline a research project to investigate whether and how spiritual capital affects the economic behavior of individuals. We define spiritual capital as a set of intangible objects in the form of rules for interacting with people, nature, and spiritual beings (God, gods, buddhas, angels, evil spirits as believed to exist by individuals and in different religions) and believed ...

2016
Marcelo Saad Roberta de Medeiros

A contemporary orientation of the hospital experience model must encompass the clients' religious-spiritual dimension. The objective of this paper is to share a previous experience, highlighting at least five reasons hospitals should invest in this direction, and an equal number of steps required to achieve it. In the first part, the text discourses about five reasons to invest in religious-spi...

2017
Paul Holyoke Barry Stephenson

BACKGROUND Though most models of palliative care specifically include spiritual care as an essential element, secular health care organizations struggle with supporting spiritual care for people who are dying and their families. Organizations often leave responsibility for such care with individual care providers, some of whom are comfortable with this role and well supported, others who are no...

Journal: :Curationis 2015
Ntombizodwa S Linda Hester C Klopper Deliwe R Phetlhu

BACKGROUND Nurses have a moral obligation to ensure holistic care of patients, inclusive of the spiritual dimension. However, there seems to be a void in the teaching and learning of spiritual care in nursing curricula. Despite the South African Nursing Council being in favour of holistic nursing, there are no measures in place to ensure implementation of spiritual care, hence its practice is n...

2011
Hojjatollah Yousefi Heidar Ali Abedi

BACKGROUND Spiritual needs are among an individual's essential needs in all places and times. With his physical and spiritual dimensions and the mutual effect of these two dimensions, human has spiritual needs as well. These needs are an intrinsic need throughout the life; therefore, they will remain as a major element of holistic nursing care. One of the greatest challenges for nurses is to sa...

ژورنال: توانبخشی 2018

Objective Today, one of the factors that threatens the mental health of the employees is the stress of their organizations. The nature and essence of the medical organizations are such that these environments inevitably impose stress on employees. Perceived stress at work affects the quality and performance of an employee. Knowing how to cope with perceived stress can be effective in preventing...

Journal: :پژوهش های روانشناسی بالینی و مشاوره 0
اسماعیل اسدپور علی محمد نظری باقر ثنائی ذاکر شهرزاد شقاقی

abstract the aim of the present study was to investigate the effectiveness of emotionally focused couple therapy in increasing marital intimacy. the research procedure was quasi experimental using mixed subjects design (3*2). the statistical population were couples who entered one of the counseling centers because of intimacy problems and marital conflict . sample group consisted of 32 subjects...

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

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

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