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

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

2011
Kim J Cox

BACKGROUND Women's access to vaginal birth after cesarean (VBAC) in the United States has declined steadily since the mid-1990s, with a current rate of 8.2%. In the State of Florida, less than 1% of women with a previous cesarean deliver vaginally. This downturn is thought to be largely related to the American College of Obstetricians and Gynecologists (ACOG) VBAC guidelines, which mandate that...

2016
Josephine Exley Emma Pitchforth Edward Okeke Peter Glick Isa Sadeeq Abubakar Amalavoyal Chari Usman Bashir Kun Gu Obinna Onwujekwe

BACKGROUND The Nigerian Midwives Service Scheme (MSS) is an ambitious human resources project created in 2009 to address supply side barriers to accessing care. Key features include the recruitment and deployment of newly qualified, unemployed and retired midwives to rural primary healthcare centres (PHCs) to ensure improved access to skilled care. This study aimed to understand, from multiple ...

Journal: :Health policy and planning 2012
Ghulam Farooq Mansoor Peter S Hill Peter Barss

OBJECTIVE To compare the performance of students selected for midwifery education by three methods: community mobilization in rural Afghanistan, a regional examination by the Institute of Health Sciences (IHS), and the National University Entrance Examination (NUEE). METHODS A retrospective survey was conducted in January 2009 on academic records of 178 midwives trained at the IHS in Herat, i...

2015
John Bowers Helen Cheyne Gillian Mould Miranda Page

Continuity of care is often critical in delivering high quality health care. However, it is difficult to achieve in community health care where shift patterns and a need to minimise travelling time can reduce the scope for allocating staff to patients. Community midwifery is one example of such a challenge in the National Health Service where postnatal care typically involves a series of home v...

Journal: :Sovetskoe zdravookhranenie 1985
I I Grebesheva

Johnson & Johnson Indonesia, PT (J&J) and the Indonesian Midwives Association (Ikatan Bidan Indonesia or IBI) have partnered since 2006 to improve the quality of services provided by privatesector midwives in Indonesia through the Bidan Delima (BD) program. IBI is a nationwide association of midwives that includes both government and privatesector midwives. The BD program is designed to standar...

, ,

Background and Aim:. As a major member of the health care team, nurses and midwives play key and an increasingly important role in the improvement and promotion of community health. Considering the role of job motivation in improving the presentation and quality of nursing and midwifery services, Therefore, this study was conducted to determine the job motivation of nursing and midwifery staff...

Journal: :Journal of health policy and management 2021

Background: Midwives play an important role in reducing maternal and neonatal mor­bidity mortality. The performance of mid­wives is indicator to improve the quality child health services. purpose this study was analyze factors that affect midwives. Subjects Method: This cross-sectional conducted at a community cen­ter Mojokerto, East Java, from February April 2020. A sample 200 midwives selec­t...

Journal: :international journal of occupational hygiene 0
somayeh rahimim moghadam phd student, health sciences research centre, department of occupational health engineering, faculty of health, mazandaran university of medical sciences, sari, iran mahmood moosazadeh assistant professor, health sciences research centre, faculty of health, mazandaran university of medical sciences, sari, iran mahmood mohamadyan associate professor, health sciences research centre, department of occupational health engineering, faculty of health, mazandaran university of medical sciences, sari, iran mojtaba emkani master of sciences, department of occupational health engineering, faculty of health, gonabad university of medical sciences, gonabad, iran narges khanjani associate professor, environmental health engineering research center, kerman university of medical sciences, kerman, iran mohammad naser layegh tizabi master of sciences, occupational health engineering, department of occupational health engineering, faculty of health, nyshabur university of medical sciences, iran

background: occupational stress and employee's health status can affect their productiveness and quality of services. therefore, it is necessary to evaluate the effective factors in this regard. this study was conducted in order to evaluate the relation between psychological health and occupational stress among the midwives employed at the governmental and private hospitals of neyshabur, iran. ...

Journal: :Revista de salud publica 2012
Jaiberth A Cardona-Arias

OBJECTIVE Describing the Emberá-Chamí Indians' traditional medical system (Caldas Department, Colombia). METHODS This was an ethnographic study which involved 4 traditional doctors, 2 midwives, 3 healers, a faith-healer (medicine man) and 10 community members who were selected by theoretical sampling. Interviews, field diaries and participant observation were used in line with credibility, au...

Journal: :SAGE Open 2023

To explore Jordanian midwives’ experiences at their homes and in the community during COVID-19 pandemic crisis. The global crisis of disturbs daily lives all people including healthcare professionals. Previous studies examined stressors facing professionals while working with patients. However, exploring consequences on personal midwives are lacking. A descriptive qualitative design. Data were ...

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

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

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