14 lines
456 B
Markdown
14 lines
456 B
Markdown
Extract clinical notes and free-text observations from this medical document. Return a JSON array or null.
|
|
|
|
Each entry:
|
|
- type: "general", "progress", "clinical"
|
|
- value: (empty)
|
|
- summary: note title or first line, e.g. "Follow-up assessment"
|
|
- timestamp: "YYYY-MM-DD" if date mentioned
|
|
- data: {"text": "full note text..."}
|
|
|
|
Only extract distinct notes that don't fit other categories (not diagnoses, not procedures, not vitals).
|
|
|
|
Document:
|
|
{{MARKDOWN}}
|