12 lines
404 B
Markdown
12 lines
404 B
Markdown
Extract consultation/visit records from this medical document. Return a JSON array or null.
|
|
|
|
Each entry:
|
|
- type: visit subtype ("visit", "referral", "follow_up", "letter")
|
|
- value: (empty)
|
|
- summary: provider + date, e.g. "Prof. Dr. Péraud, Aug 2022"
|
|
- timestamp: "YYYY-MM-DD" if date mentioned
|
|
- data: {"provider": "...", "specialty": "...", "location": "...", "reason": "..."}
|
|
|
|
Document:
|
|
{{MARKDOWN}}
|