نتایج جستجو برای: maternal mortality mm

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

Journal: :CMAJ : Canadian Medical Association journal = journal de l'Association medicale canadienne 2010
Paul Christopher Webster

2015
Thibaut Mukaba Arsene Binanga Sarah Fohl Jane T Bertrand

Building on expressed support from the Prime Minister to the Ministries of Health and Planning, the country's new family planning commitment grew out of: (1) recognition of the impact of family planning on maternal mortality and economic development; (2) knowledge sharing of best practices from other African countries; (3) participatory development of a national strategic plan; (4) strong colla...

Journal: :African journal of reproductive health 2013
Julio C Hernandez Christine M Moser

This paper explores the effect of risk and socioeconomic factors on maternal mortality at the community level in Madagascar using a unique, nationwide panel of communes (i.e., counties). Previous work in this area uses individual or cross-country data to study maternal mortality, however, studying maternal mortality at the community level is imperative because this is the level at which most po...

Journal: :World health statistics quarterly. Rapport trimestriel de statistiques sanitaires mondiales 1987
I Waldron

In all developed countries today males have higher mortality than females at all ages but in many developing countries the reverse is true for part or all of the age range 1-44 years (1-3). For adults, one major cause of higher female mortality IS maternal mortality; clearly, for children there must be other causes. This article reviews the major hypotheses concerning the causes of higher femal...

2017
Seungman Cha

BACKGROUND As the Millennium Development Goals campaign (MDGs) came to a close, clear evidence was needed on the contribution of the worldwide MDG campaign. OBJECTIVE We seek to determine the degree of difference in the reduction rate between the pre-MDG and MDG campaign periods and its statistical significance by region. DESIGN Unlike the prevailing studies that measured progress in 1990-2...

Journal: :South African medical journal = Suid-Afrikaanse tydskrif vir geneeskunde 2004
B L Meel

In the year 2000, 529 000 maternal deaths were recorded throughout the world. Of these, 95% occurred in Africa and Asia, 4% in Latin America and the Caribbean, and less than 1% in the developed countries. The global maternal mortality rate is 400 per 100 000 live births, while it is 830/100 000 in Africa, followed by 330/100 000 in Asia (excluding Japan). Worldwide, 13 developing countries acco...

Journal: :Anesthesia and analgesia 2009
Shobana Chandrasekhar Christopher R Cook Charles D Collard

Heart disease is the primary cause of nonobstetric mortality in pregnancy, occurring in 1%-3% of pregnancies and accounting for 10%-15% of maternal deaths. Congenital heart disease has become more prevalent in women of childbearing age, representing an increasing percentage (up to 75%) of heart disease in pregnancy. Untreated maternal heart disease also places the fetus at risk. Independent pre...

2016
Nilanchali Singh

Pre-eclampsia is defined by the International Society for the Study of Hypertension in Pregnancy as, “Gestational hypertension of at least 140/90 mm Hg on two separate occasions 4-6 h apart accompanied by significant proteinuria of at least 300 mg in a 24 h collection of urine. It arises de novo after the 20th week of gestation in a previously normotensive woman and resolves completely by the 1...

Journal: :Cadernos de saude publica 2006
Elisabeth Meloni Vieira

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

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

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