نتایج جستجو برای: postnatal consultation use

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

Journal: :The Eurasian journal of medicine 2018
Esra Ozkavukcu Andelib Babaturk Nuray Haliloglu Tuncay Yuce Tayfun Ucar

Congenital aneurysms and diverticula of the heart are rare anomalies and their prenatal diagnosis is challenging. Fetuses with suspected cardiac aneurysms on ultrasound (US) screening should undergo targeted fetal echocardiography, postnatal imaging, and follow-ups. Herein, we describe the second trimester US scan and postnatal cardiac magnetic resonance imaging (MRI) findings of a baby girl wi...

Journal: :International Journal of Infection Control 2011

Journal: :Public health research & practice 2014
Carmen Huckel Schneider Danielle Campbell Andrew Milat Abby Haynes Emma Quinn

AIM Literature about research use suggests that certain characteristics or capabilities may make policy agencies more evidence attuned. This study sought to determine policy makers' perceptions of a suite of organisational capabilities identified from the literature as potentially facilitating research uptake in policy decision making. METHOD A literature scan identified eight key organisatio...

2014
Catalina Cleves Jong Woo Lee Martin L. Kabongo

 Cerebral palsy (CP) refers to a nonprogressive disease of the brain originating during the prenatal, neonatal, or early postnatal period  Spasticity of motor movement is by far the most common presentation of CP  More subtle manifestations of CP include difficulties with speech, perceptive impairment, urinary incontinence, sensory loss, and difficulties with balance  Treatment may require ...

Journal: :iranian red crescent medical journal 0
nosrat bahrami department of midwifery, dezful university of medical sciences, dezful, ir iran zahra karimian department of reproductive health, shahroud university of medical sciences, shahroud, ir iran somayeh bahrami department of statistics, dezful university of medical sciences, dezful, ir iran nahid bolbolhaghighi school of nursing and midwifery, shahroud university of medical sciences, shahroud, ir iran; school of nursing and midwifery, shahroud university of medical sciences, shahroud, ir iran. tel: +98-6416269532; fax: +98-6416269041;

background: women during the postpartum period experience many physiological, psychological, and social changes. quality of life (qol) is a sense of well-being and arises from satisfaction or dissatisfaction with various aspects of life including health, employment, socioeconomic state, psychological-emotional state, and family. moreover, qol is an important criteria for assessing healthcare sy...

Khadijeh Mirzaei, Malihe Ziaee Mojtaba Mousavi Bazzaz Somayyeh Oladi Ghadikolaee

Background & aim: Maternal satisfaction of health services is an inherent element of healthcare policies, and quality of midwifery care essentially influences this parameter. This study aimed to evaluate maternal satisfaction of postpartum care and its association with midwifery care at the urban health centers of Mashhad, Iran in 2012. Methods:This descriptive, cross sectional study was conduc...

Journal: :Journal of public health policy 2014
Paul Cairney Hadii Mamudu

The World Health Organization (WHO) Framework Convention for Tobacco Control (FCTC) has prompted major change in tobacco control globally. However, policy implementation has been uneven, making 'smoke free' outcomes possible in some countries, but not others. We identify the factors that would improve implementation. We describe an ideal type of 'comprehensive tobacco control regimes', where po...

Journal: :Health promotion international 2011
Eun Woo Nam Evelyne De Leeuw Ji Young Moon Nayu Ikeda Bayarsaikhan Dorjsuren Myung Bae Park

Wonju is the first municipality in the Republic of Korea to fund the Healthy City project through municipal revenues from the local tobacco consumption tax. We investigated the process of the local tobacco consumption tax being approved as the main source of financing for the local Healthy City project. We also examined the sustainability and sufficiency of the funding by looking at the pricing...

Journal: :American journal of obstetrics and gynecology 2014
Anthony Sciscione Vincenzo Berghella Sean Blackwell Kim Boggess Andrew Helfgott Brian Iriye James Keller M Kathryn Menard Daniel O'Keeffe Laura Riley Joanne Stone

A maternal-fetal medicine (MFM) subspecialist has advanced knowledge of the medical, surgical, obstetrical, fetal, and genetic complications of pregnancy and their effects on both the mother and fetus. MFM subspecialists are complementary to obstetric care providers in providing consultations, co-management, or transfer of care for complicated patients before, during, and after pregnancy. The M...

2011
Moke Magoma Jennifer Requejo Mario Merialdi Oona MR Campbell Simon Cousens Veronique Filippi

BACKGROUND Many women in Sub-Saharan African countries do not receive key recommended interventions during routine antenatal care (ANC) including information on pregnancy, related complications, and importance of skilled delivery attendance. We undertook a process evaluation of a successful cluster randomized trial testing the effectiveness of birth plans in increasing utilization of skilled de...

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

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

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