971 B
971 B
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
- timestamp: "YYYY-MM-DD" if date mentioned
- data: {"text": "full note text..."}
A note is free-text clinical commentary (e.g. a doctor's narrative, progress notes) that does not fit any other category. Do NOT extract:
- Lab test names, procedures, or findings (urinalysis, microscopy, dark-field microscopy — those are labs)
- Diagnoses (those are diagnoses)
- Assessments or exam findings
- Anything already captured by other extraction categories CRITICAL: If the document is primarily lab results or test forms, return null. Do NOT create notes from lab procedure headings.
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}}