نتایج جستجو برای: prenatal care

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

Journal: :Family medicine 2011
Margaret Riley Susan Galang Lee A Green

BACKGROUND AND OBJECTIVES This study assessed the effect of automated prenatal care reminders on adherence to standards of prenatal care at two family medicine teaching clinics. METHODS This was a reversal-design prospective study using medical records of prenatal patients during baseline, intervention, and post-intervention periods. RESULTS A total of 9.5% of patients received all guidelin...

Anoosheh Gholami, Kourosh Kabir, Mansoureh Yazdkhasti, Zahra Mehdizadeh Tourzani,

Abstract Introduction: Distress is the most perceived behavioral state manifested by pregnant women and can directly or indirectly increase the risk of experiencing prenatal complications. Objective: The present study was conducted to determine the effectiveness of the Adlerian group counseling approach on a mother's distress and self-care during pregnancy. Materials and Methods: This random...

2012
Ana I. Balsa Patricia Triunfo

This paper analyzes the impact of prenatal care on the likelihood of low birth weight and prematurity using panel data on births taking place between 1995 and 2008 in the largest maternity ward in Uruguay. The use of difference-Generalized Method of Moments estimation addresses biases due to time invariant unobserved heterogeneity and feedback effects from prior pregnancies. Our estimates are l...

2010
Christopher A Enakpene Akin-Tunde O Odukogbe Imran O Morhason-Bello Akinyinka O Omigbodun Ayo O Arowojolu

OBJECTIVES To determine the influence of health-seeking behavior of urban women in South-West Nigeria on the incidence and perinatal outcome of umbilical cord prolapse (UCP). METHODS A retrospective study comparing two groups of urban women using information extracted from medical records of patients who had UCP, and were managed at the University College Hospital Ibadan, Nigeria from January...

2013
Renata Alves Albuquerque Maria Salete Bessa Jorge Túlio Batista Paulo Henrique Dias Quinderé

This study aims to understand the production of comprehensive care in prenatal care in a Basic Unity of Family Health in Fortaleza. To this end, we conducted semi-structured interviews with a user, whose prenatal care was provided by a Basic Unity of Family Health, as well as systematic observations of her prenatal care appointments. Data analysis, conducted according to Merhy’s analytic flowch...

Journal: :Obstetrics and gynecology 2003
Jeannette R Ickovics Trace S Kershaw Claire Westdahl Sharon Schindler Rising Carrie Klima Heather Reynolds Urania Magriples

OBJECTIVE To examine the impact of group versus individual prenatal care on birth weight and gestational age. METHODS This prospective, matched cohort study included pregnant women (N = 458) entering prenatal care at 24 or less weeks' gestation; one half received group prenatal care with women of the same gestational age. Women were matched by clinic, age, race, parity, and infant birth date....

2013
Agatha W Boerleider Therese A Wiegers Judith Manniën Anneke L Francke Walter LJM Devillé

BACKGROUND Despite the potential of prenatal care for addressing many pregnancy complications and concurrent health problems, non-western women in industrialized western countries more often make inadequate use of prenatal care than women from the majority population do. This study aimed to give a systematic review of factors affecting non-western women's use of prenatal care (both medical care...

Journal: :Journal of clinical microbiology 2003
Michelle Howard John W Sellors Dan Jang Noah J Robinson Margaret Fearon Janusz Kaczorowski Max Chernesky

This study estimated the regional and age- and gender-specific seroprevalences of herpes simplex virus type 1 (HSV-1) and HSV-2 in Ontario, Canada. Stored serum specimens from subjects aged 15 to 44 years, including men (n = 979), women not under prenatal care (n = 638), and women under prenatal care (n = 701) submitted for routine viral serology were randomly selected according to regional pop...

Journal: :Revista brasileira de ginecologia e obstetricia : revista da Federacao Brasileira das Sociedades de Ginecologia e Obstetricia 2012
Fabiano Djalma Figueirôa Paes Barreto Rivaldo Mendes de Albuquerque

PURPOSE To compare the filling out of the prenatal care card of pregnant women at a school-service and other services, as well as to verify the concordance between these records and verbal information provided by the puerperae. METHODS A two-stage epidemiological, cross-sectional study was performed with stratified sampling, proportional to number of births. In the first stage, the informatio...

Journal: :Cadernos de saude publica 2011
Juraci A Cesar Raúl A Mendoza-Sassi David A Gonzalez-Chica Patrícia S Mano Sirley M Goulart-Filha

This study aimed to compare prenatal and childbirth care received by teenagers and older mothers in Rio Grande, Rio Grande do Sul State, southern Brazil. From January 1st to December 31st 2007, all mothers were interviewed with a standardized questionnaire on the care they received. The chi-square test was used to compare proportions between adolescent and non-adolescent mothers. One-fourth (51...

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

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

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