22 lines
979 B
Markdown
22 lines
979 B
Markdown
Extract clinical assessments and examination findings from this medical document. Return a JSON array or null.
|
|
|
|
Each entry:
|
|
- type: "screening", "examination", "developmental"
|
|
- value: (empty)
|
|
- summary: assessment name or description
|
|
- timestamp: "YYYY-MM-DD" if date mentioned
|
|
- data: {"instrument": "...", "findings": "...", "score": 4}
|
|
|
|
An assessment is a clinical evaluation or scoring tool applied to the patient (e.g. neurological exam, developmental screening, APGAR score, Glasgow Coma Scale).
|
|
CRITICAL — Do NOT extract:
|
|
- Laboratory tests or procedures: urinalysis, blood tests, microscopy, dark-field microscopy, parasite screening, culture results — these are LABS, not assessments
|
|
- Diagnoses or conditions
|
|
- Imaging studies
|
|
If the document is primarily lab results, return null.
|
|
|
|
Every entry MUST come from text explicitly present in the document. Do NOT infer or assume.
|
|
Return null if no clinical assessments are explicitly described.
|
|
|
|
Document:
|
|
{{MARKDOWN}}
|