18 lines
804 B
Markdown
18 lines
804 B
Markdown
Extract FERTILITY and REPRODUCTIVE HEALTH data from this medical document. Return a JSON array or null.
|
|
|
|
This is ONLY for: menstrual cycles, ovulation tracking, IVF/IUI treatments, sperm analysis, hormone levels related to reproduction, fertility medications, miscarriages, pregnancy complications.
|
|
Do NOT extract birth/delivery here — that belongs in birth category.
|
|
Do NOT extract general pregnancy mentions unless they involve fertility treatment or complications.
|
|
|
|
If the document does not mention any fertility or reproductive health data, return null.
|
|
|
|
Each entry:
|
|
- type: "cycle", "treatment", "observation"
|
|
- value: (empty)
|
|
- summary: description, e.g. "IVF cycle 2, Feb 2025"
|
|
- timestamp: "YYYY-MM-DD" if date mentioned
|
|
- data: {"description": "...", "details": "..."}
|
|
|
|
Document:
|
|
{{MARKDOWN}}
|