نتایج جستجو برای: religious ethics

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

ژورنال: اندیشه نوین دینی 2007
, ,

and imperfection fails to be considered as a basis for ethics. Otherwise, human happiness would not occur. In this way, the important part of religion in the field is clear. The sacredness of ethics, the signification and guarantee of ethical orders and presenting ethical examples can be counted as different dimensions for this relationship. Ethical system originated from interaction of religio...

2017
Sarah Basharat Babar Tasneem Shaikh

Background Immunization should be considered a basic human right to health and well-being. It is everybody's business, and it is everybody's responsibility: the individual, the community, the health system and the state. This paper attempts to review some of the literature that highlights the ethical and religious concerns surrounding polio vaccination and what approaches may be used to counter...

Journal: :Revue scientifique et technique 2014
H Aidaros

Religion, ethics and culture are an important group of drivers for animal welfare policies in the Middle East. In many countries of the region the understanding of animal welfare is expressed more in terms of religious precepts and humane ethics than via regulations and legislation. In fact, regulatory and legislated animal welfare standards are still not well implemented and many animal welfar...

2006
Osamu Muramoto

Jehovah's Witnesses' (JWs) refusal of blood transfusions has recently gained support in the medical community because of the growing popularity of "no-blood" treatment. Many physicians, particularly so-called "sympathetic doctors", are establishing a close relationship with this religious organization. On the other hand, it is little known that this blood doctrine is being strongly criticized b...

Journal: :Journal of pain and symptom management 2013
Daniel P Sulmasy

Every ethos implies a mythos in the sense that every systematic approach to ethics is inevitably based on some fundamental religious or religion-like story that gives answers to questions such as: Where did I come from? Where am I going? How am I to live? These narratives generally lay hidden beneath the plane of the interpersonal interactions that characterize all clinical encounters, but cari...

Journal: :Journal of medical ethics 2015
Nigel Biggar

As a science and practice transcending metaphysical and ethical disagreements, 'secular' medicine should not exist. 'Secularity' should be understood in an Augustinian sense, not a secularist one: not as a space that is universally rational because it is religion-free, but as a forum for the negotiation of rival reasonings. Religion deserves a place here, because it is not simply or uniquely ir...

Journal: :Health progress 1997
M E Cullen S Richardt R Hume

As religious sponsors increasingly relinquished their CEO positions throughout the 1980s and early 1990s, they established mission integration positions-staffed primarily by women religious-to help ensure the Catholic identity of their facilities. Now that role, too, is undergoing change as sponsors seek to empower the laity in their organizations with responsibility for carrying on the Church'...

2007
John L Cox

psychiatrists any attempt to explore the nature of this relationship is regarded as an irrelevant luxury and religious belief may be ignored or even pathologised. These considerations may partly explain why most psychiatrists do not readily discuss their own religious belief even when it is a profound expression of their person ality or cultural background and may influence their approach to me...

2002
Frank Pasquale

Abortion, euthanasia, and the death penalty have sparked emotional public debates for the past three decades. Just as these controversies over life-termination have forced us to think systematically about ethics in the public domain, new technologies of lifeextension will provoke controversy in the twenty-first century. Known generally as regenerative medicine, the new health care seeks not onl...

Journal: :Journal of medical ethics 2009
R E Lawrence F A Curlin

BACKGROUND Patient autonomy has been promoted as the most important principle to guide difficult clinical decisions. To examine whether practising physicians indeed value patient autonomy above other considerations, physicians were asked to weight patient autonomy against three other criteria that often influence doctors' decisions. Associations between physicians' religious characteristics and...

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

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

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