breech - ms obg final exam long answer -with viva questions
Create a quick-reference PDF for breech presentation
RCOG management breech presentation guideline external cephalic version vaginal breech delivery
breech presentation management
~/
https://www.rcog.org.uk/guidance/browse-all-guidance/green-t…
~/
mkdir -p "/tmp/workspace/breech-quick-reference/src" "/tmp/workspace/breech-quick-reference/output" && python - <<'PY' from reportlab.lib.pagesizes import A4 from reportlab.lib import colors from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle from reportlab.lib.enums import TA_CENTER from reportlab.lib.units import cm from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle, PageBreak, KeepTogether from reportlab.pdfbase.ttfonts import TTFont from reportlab.pdfbase import pdfmetrics from reportlab.lib.colors import HexColor from reportlab.pdfbase.pdfmetrics import stringWidth from reportlab.pdfgen.canvas import Canvas from reportlab.lib.pagesizes import A4 from reportlab.lib.units import mm from reportlab.pdfbase.pdfmetrics import registerFontFamily out='/tmp/workspace/breech-quick-reference/output/Breech_Presentation_Quick_Reference.pdf' W,H=A4 NAVY=HexColor('#12304A'); TEAL=HexColor('#007C83'); PALE=HexColor('#EAF4F4'); RED=HexColor('#A32638'); GOLD=HexColor('#F2C14E'); GREY=HexColor('#4A5560') styles=getSampleStyleSheet() styles.add(ParagraphStyle(name='TitleX', parent=styles['Title'], fontName='Helvetica-Bold', fontSize=21, leading=25, textColor=NAVY, alignment=TA_CENTER, spaceAfter=4)) styles.add(ParagraphStyle(name='Sub', parent=styles['Normal'], fontSize=9.5, leading=12, alignment=TA_CENTER, textColor=GREY, spaceAfter=10)) styles.add(ParagraphStyle(name='H', parent=styles['Heading2'], fontName='Helvetica-Bold', fontSize=12, leading=14, textColor=NAVY, spaceBefore=8, spaceAfter=5)) styles.add(ParagraphStyle(name='BodyX', parent=styles['BodyText'], fontSize=8.45, leading=11, spaceAfter=3)) styles.add(ParagraphStyle(name='Small', parent=styles['BodyText'], fontSize=7.5, leading=9.2, spaceAfter=2)) styles.add(ParagraphStyle(name='Q', parent=styles['BodyText'], fontSize=8.6, leading=10.8, leftIndent=0, spaceAfter=4)) def P(txt, sty='BodyX'): return Paragraph(txt, styles[sty]) def bullet(items): return [P('• '+x) for x in items] def section(title, content): return [P(title,'H')] + content def box(title, lines, color=TEAL): data=[[P('<b>'+title+'</b>','BodyX')],[P('<br/>'.join('• '+x for x in lines),'BodyX')]] t=Table(data, colWidths=[17.3*cm]) t.setStyle(TableStyle([('BACKGROUND',(0,0),(-1,0),color),('TEXTCOLOR',(0,0),(-1,0),colors.white),('BACKGROUND',(0,1),(-1,-1),PALE),('BOX',(0,0),(-1,-1),0.6,color),('LEFTPADDING',(0,0),(-1,-1),7),('RIGHTPADDING',(0,0),(-1,-1),7),('TOPPADDING',(0,0),(-1,-1),5),('BOTTOMPADDING',(0,0),(-1,-1),5)])) return t def footer(canvas, doc): canvas.saveState(); canvas.setStrokeColor(TEAL); canvas.setLineWidth(.5); canvas.line(18*mm,15*mm,W-18*mm,15*mm) canvas.setFont('Helvetica',7.5); canvas.setFillColor(GREY) canvas.drawString(18*mm,10.5*mm,'Breech presentation quick-reference | Educational use: follow local protocol and senior supervision') canvas.drawRightString(W-18*mm,10.5*mm,f'Page {doc.page}') canvas.restoreState() doc=SimpleDocTemplate(out,pagesize=A4,rightMargin=18*mm,leftMargin=18*mm,topMargin=14*mm,bottomMargin=20*mm,title='Breech Presentation Quick Reference') story=[] story += [P('BREECH PRESENTATION','TitleX'), P('MS Obstetrics & Gynaecology final exam | Quick-reference for theory, labour ward, and viva','Sub')] story.append(box('EXAM ONE-LINER',["Breech presentation is a longitudinal lie in which the fetal buttocks or lower limbs present at the pelvic inlet.","At term it occurs in about 3-4% of pregnancies. Confirm by ultrasound, offer ECV when appropriate, then individualise planned caesarean versus planned vaginal birth."])) story += section('1. Classification', bullet([ '<b>Frank breech:</b> hips flexed, knees extended; buttocks present.', '<b>Complete breech:</b> hips and knees flexed; buttocks and feet present.', '<b>Footling / incomplete breech:</b> one or both feet present below buttocks. High cord-prolapse risk.', '<b>Kneeling breech:</b> rare.' ])) story += section('2. Why breech occurs', bullet([ 'Prematurity; uterine anomaly or fibroids; placenta praevia/fundal placentation; polyhydramnios or oligohydramnios.', 'Multiple pregnancy; fetal anomaly or neuromuscular disorder; previous breech presentation. In many cases no cause is found.' ])) story += section('3. Diagnosis', bullet([ '<b>Abdominal examination:</b> hard, ballotable head in fundus; soft irregular breech in lower pole; fetal heart often heard above umbilicus.', '<b>Vaginal examination:</b> sacrum, ischial tuberosities, anus, genitalia or feet. Do not confuse a foot with a hand: heel and non-opposable toes help identify a foot.', '<b>Ultrasound:</b> confirm lie/type, placental site, estimated fetal weight, liquor, fetal anatomy and head attitude (flexion versus hyperextension).' ])) story.append(box('CORE RISKS', ['Cord prolapse, especially footling breech or after membrane rupture.','Fetal hypoxia due to cord compression.','Entrapment of the after-coming head, especially preterm birth or incomplete cervical dilatation.','Birth trauma, including arm injury, cervical spine injury and intracranial haemorrhage.'], RED)) story += section('4. Antenatal plan at term', bullet([ 'If breech persists at about <b>36-37 weeks</b>, confirm with ultrasound; discuss options, informed consent and local expertise.', '<b>Offer external cephalic version (ECV)</b> if no contraindication to vaginal birth. Perform where ultrasound, fetal monitoring, anti-D for eligible RhD-negative patients, and immediate caesarean capability are available.', 'If ECV is declined, contraindicated or unsuccessful: counsel on planned caesarean birth versus a planned vaginal breech birth in a suitably selected patient and experienced unit.', 'Planned caesarean is usually recommended for contraindications to vaginal birth, footling presentation, fetal compromise/anomaly, hyperextended head, suspected fetopelvic disproportion, or absent skilled team.' ])) story.append(PageBreak()) story += [P('VAGINAL BREECH DELIVERY: SAFE SYSTEM','TitleX'),P('Only in a selected patient, after counselling, with continuous intrapartum assessment and an immediately available skilled team. Criteria vary by guideline and institution.','Sub')] story += section('5. Reasonable selection features for planned vaginal breech birth', bullet([ 'Term singleton, frank or complete breech; clinically adequate pelvis; spontaneous labour with normal progress.', 'Estimated fetal weight commonly within a moderate range, often roughly <b>2.0-3.8 kg</b> in classic selection protocols. Use local policy rather than a single universal cut-off.', 'Flexed fetal head, no major fetal anomaly likely to impede vaginal birth, reassuring fetal status.', 'Experienced obstetrician present or immediately available; anaesthesia, neonatal team, theatre and caesarean capability ready.' ])) story += section('6. Intrapartum checklist', bullet([ 'Inform senior obstetrician, anaesthetist and neonatal team. Secure IV access, group-and-save/crossmatch as indicated; prepare warm neonatal resuscitaire and instruments including Piper forceps if used locally.', 'Continuous electronic fetal monitoring. Avoid unnecessary amniotomy: retain membranes until established labour where feasible to reduce cord prolapse risk.', 'Confirm full cervical dilatation before active traction. Avoid routine induction/augmentation unless a senior obstetric decision under local protocol.', 'Mother in lithotomy or all-fours according to clinical situation and team expertise. Episiotomy only if required for delivery or manoeuvres.' ])) story.append(box('PRINCIPLE: “HANDS OFF THE BREECH”',["Allow spontaneous descent to the umbilicus/scapulae. Premature traction can cause arm extension, head deflexion and entrapment.","When assistance is required, hold the bony pelvis, not the abdomen or soft tissues."],TEAL)) story += section('7. Mechanism and assisted delivery sequence', bullet([ '<b>Buttocks to umbilicus:</b> spontaneous delivery. If legs extended, gently flex at knee and sweep each leg down only when needed (Pinard manoeuvre).', '<b>Umbilicus to scapulae:</b> maintain the fetus with sacrum anterior; a loop of cord may be gently drawn down only enough to prevent traction.', '<b>Arms:</b> normally deliver by sweeping the humerus across the chest and out. If nuchal arms, use <b>Lovset manoeuvre</b>: rotate trunk 180° to bring posterior shoulder anterior, deliver arm; rotate opposite way and deliver other arm.', '<b>After-coming head:</b> keep head flexed. Options include <b>modified Mauriceau-Smellie-Veit manoeuvre</b>, <b>Burns-Marshall manoeuvre</b>, or <b>Piper forceps</b> by an experienced operator. Apply suprapubic pressure to aid flexion and descent.' ])) story += section('8. Emergency problems', bullet([ '<b>Cord prolapse:</b> call for help, elevate presenting part, avoid handling cord, maternal knee-chest/left lateral head-down position as appropriate, expedite birth, usually emergency caesarean if vaginal birth is not imminent.', '<b>Arms extended/nuchal:</b> Lovset manoeuvre. Do not pull on the fetus or arm.', '<b>After-coming head delayed:</b> ensure full dilatation, assistant gives suprapubic pressure, use a skilled head-delivery manoeuvre or Piper forceps. If cervix traps head, senior obstetric emergency management is required.', '<b>Fetal compromise or poor progress:</b> do not persist with a difficult vaginal breech birth. Expedite delivery according to station and circumstances.' ])) story.append(PageBreak()) story += [P('VIVA: HIGH-YIELD QUESTIONS','TitleX'),P('Give a definition first, then a safe, structured answer.','Sub')] qas=[ ('1. Define breech presentation.','A longitudinal lie in which the fetal buttocks or lower limbs present at the pelvic inlet.'), ('2. Name the types.','Frank, complete, footling/incomplete, and kneeling breech.'), ('3. What is the commonest type?','Frank breech.'), ('4. What is the incidence at term?','Approximately 3-4%; frequency falls as gestation advances.'), ('5. What causes breech presentation?','Prematurity, uterine/placental factors, abnormal liquor volume, multiple pregnancy, fetal anomaly or reduced fetal mobility, and prior breech. Often idiopathic.'), ('6. How do you confirm the diagnosis?','Abdominal examination plus ultrasound. Ultrasound determines type, head attitude, growth, liquor, placenta and anomalies.'), ('7. When do you offer ECV?','Usually at 36-37 weeks in a suitable singleton breech pregnancy, in a setting able to monitor the fetus and undertake urgent caesarean if required.'), ('8. What are broad contraindications to ECV?','Any contraindication to vaginal birth, such as placenta praevia or major antepartum bleeding, and situations where fetal or maternal safety makes manipulation unsuitable. Use local protocol.'), ('9. What is the greatest risk in footling breech?','Umbilical cord prolapse.'), ('10. Which factors favour planned vaginal breech birth?','Term singleton, frank/complete breech, flexed head, appropriate estimated fetal size, adequate pelvis, reassuring fetal status, spontaneous progressive labour, informed patient, and expert team.'), ('11. State the cardinal rule of assisted breech delivery.','Hands off until the breech delivers spontaneously to the umbilicus/scapulae, unless intervention is indicated.'), ('12. How are extended legs delivered?','Pinard manoeuvre: flex the knee by pressure in the popliteal fossa and sweep the foot down.'), ('13. How are nuchal arms delivered?','Lovset manoeuvre, with controlled rotation of the trunk to deliver each arm.'), ('14. How do you deliver the after-coming head?','Maintain flexion, use suprapubic pressure and a skilled manoeuvre such as modified Mauriceau-Smellie-Veit, Burns-Marshall, or Piper forceps where appropriate.'), ('15. What are the key fetal complications?','Cord prolapse/compression, asphyxia, head entrapment and birth trauma.'), ('16. Why should early traction be avoided?','It may extend the arms or deflex the head, making delivery difficult and traumatic.'), ('17. What must be available for planned vaginal breech birth?','Experienced obstetrician, continuous fetal monitoring, anaesthesia, neonatal resuscitation, theatre and immediate caesarean capability.'), ] for q,a in qas: story.append(P('<b>'+q+'</b><br/><font color="#4A5560">'+a+'</font>','Q')) story += section('Remember for the examiner', [P('<b>“Breech vaginal birth is not a routine delivery. It is a planned, team-based procedure requiring correct case selection, informed consent, continuous fetal assessment, skilled manoeuvres and readiness for immediate caesarean delivery.”</b>','BodyX')]) story += section('Sources and update note', [P('Core factual content: <i>Creasy & Resnik’s Maternal-Fetal Medicine: Principles and Practice</i>, Breech Presentation and Breech Vaginal Delivery, pp. 953-955. Current context: RCOG Green-top Guideline 20a (ECV) and 20b (Management of Breech Presentation), 2017. A 2024 systematic review (PMID 39154352) reports variation and ongoing controversy in national contraindications for vaginal breech delivery. This sheet supports revision, not bedside substitution for current local policy.','Small')]) doc.build(story,onFirstPage=footer,onLaterPages=footer) print(out) PY python - <<'PY' from pypdf import PdfReader p='/tmp/workspace/breech-quick-reference/output/Breech_Presentation_Quick_Reference.pdf' r=PdfReader(p) print('pages',len(r.pages),'bytes',__import__('os').path.getsize(p)) for i,page in enumerate(r.pages): text=page.extract_text() or '' print(i+1, len(text), text[:55].replace('\n',' | ')) PY
Breech Presentation Quick Reference
PDF Document · PDF
Complete exam answer
RCOG breech presentation guideline ECV vaginal breech delivery selection 2025
breech presentation vaginal delivery
https://www.rcog.org.uk/guidance/browse-all-guidance/green-t…
diagram of vaginal breech delivery mechanisms and assisted maneuvers
| Type | Description | Frequency / importance |
|---|---|---|
| Frank breech | Hips flexed, knees extended; buttocks present first | Commonest type |
| Complete breech | Hips and knees flexed; buttocks and feet present | Less common |
| Incomplete breech / footling | One or both hips not flexed; one or both feet present below buttocks | High risk of cord prolapse |
| Kneeling breech | Hips extended, knees flexed | Rare |
| Foot | Hand |
|---|---|
| Heel is palpable | No heel |
| Toes are in one plane | Thumb is opposable |
| Ankle movement is limited | Fingers are long and mobile |
Exam point: Planned vaginal breech birth is not routine. It is a specialised, team-based delivery requiring careful case selection and documented informed consent.