نتایج جستجو برای: community midwives

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

2011
Lyndall Mollart

Purpose: To investigate the impact of conducting Structured Antenatal Psychosocial Assessments (SAPSA) on midwives’ emotional wellbeing. The SAPSA includes screening and assessment tools for domestic violence, childhood trauma, drug and alcohol use, depression, and vulnerability factors. Design: Qualitative descriptive design utilising focus group interviews Setting: Two hospitals in NSW undert...

Journal: :BMJ 2003
Brenda Ashcroft Max Elstein Nicholas Boreham Soren Holm

OBJECTIVE To identify potential risk or mishap in the system of intrapartum care, relating to the deployment of midwives. DESIGN Prospective semistructured observational study. SETTING Labour wards of seven maternity units in the north west of England. PARTICIPANTS All midwives working on the labour ward during the observation period in 2000. MAIN OUTCOME MEASURE "Latent failures" withi...

Journal: :Curationis 1999
G B Theron

OBJECTIVE In this study the changes in attitude of midwives towards their work following completion of the Maternal Care Manual of the Perinatal Education Programme (PEP), were determined. METHOD A prospective, controlled trial was performed in a study, and two control towns in a region where PEP had not previously been used. All midwives caring for pregnant women in the three towns were incl...

2012
Nina Nevala Ritva Ketola

Purpose: To further develop an ergonomic birthing support for increasing comfortable postures for midwives and mothers during deliveries. Methods and Results: First, the prototype of the birthing support and six birthing postures were tested with 8 midwives, 2 physicians, and 10 pregnant women in the last month of their pregnancy using visual analogue scales (VASs) and the System Usability Scal...

Journal: :Journal of midwifery & women's health 2010
Kathryn Andersen Clark Ellen H M Mitchell Patrick Kuma Aboagye

INTRODUCTION In Ghana, the provision of postabortion care (PAC) by trained midwives is critical to the efficient and cost-effective reduction of unsafe abortion morbidity and mortality. METHODS We performed a secondary analysis of provider data from a representative sample of Ghanaian health facilities in order to consider the determinants of PAC provision among both physicians and midwives. ...

2015
Widyawati Widyawati Suze Jans Sutarti Utomo Jeroen van Dillen ALM Lagro Janssen

BACKGROUND Anemia in pregnancy remains a major problem in Indonesia over the past decade. Early detection of anaemia in pregnancy is one of the components which is unsuccessfully implemented by nurse-midwives. This study aims to explore nurse-midwives' experiences in managing pregnant women with anaemia in Public Health Centres. METHODS We conducted a qualitative study with semi-structured fa...

2009

Background: Complementary and alternative medicine (CAM) is widely used by women and midwives in maternity care despite the lack of strong evidence for safety or efficacy. The purpose of this research was to investigate how midwives in primary midwifery care practice in two countries use CAM. Methods: A pre-tested survey was administered to all registered midwives (265) in two provinces of Cana...

Journal: :Jurnal Aisyah : jurnal ilmu kesehatan 2023

The Family Planning Program (KB) is the government's mainstay in suppressing population growth rate. Increasing public awareness and participation maintaining reproductive health one of efforts to make family planning program successful. For this reason, active Role several parties needed providing education about health. Midwife. Midwives, as workers, are considered be essential subjects carry...

Journal: :PloS one 2016
Amos Grünebaum Laurence B McCullough Birgit Arabin Robert L Brent Malcolm I Levene Frank A Chervenak

INTRODUCTION Over the last decade, planned home births in the United States (US) have increased, and have been associated with increased neonatal mortality and other morbidities. In a previous study we reported that neonatal mortality is increased in planned home births but we did not perform an analysis for the presence of professional certification status. PURPOSE The objective of this stud...

Journal: :Midwifery 2012
Margaretha Danerek Karel Maršál Marina Cuttini Göran Lingman Tore Nilstun Anna-Karin Dykes

OBJECTIVE the aim of the study was to ascertain the attitudes of Swedish midwives towards management of very preterm labour and birth and to compare the attitudes of midwives at university hospitals with those at general hospitals. DESIGN this cross-sectional descriptive and comparative study used an anonymous self-administrated questionnaire for data collection. Descriptive and analytic stat...

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

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

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