15 lines
522 B
Markdown
15 lines
522 B
Markdown
Extract supplements and vitamins from this medical document. Return a JSON array or null.
|
|
|
|
Each entry:
|
|
- type: "vitamin", "mineral", "herbal", "other"
|
|
- value: (empty)
|
|
- summary: supplement name + dosage, e.g. "Vitamin D3 2000 IU"
|
|
- timestamp: "YYYY-MM-DD" if start date mentioned
|
|
- data: {"supplement": "...", "dosage": "...", "frequency": "..."}
|
|
|
|
Every entry MUST come from text explicitly present in the document. Do NOT infer or assume.
|
|
Return null if nothing relevant is explicitly described.
|
|
|
|
Document:
|
|
{{MARKDOWN}}
|