16 lines
548 B
Markdown
16 lines
548 B
Markdown
Extract laboratory test results from this medical document. Return a JSON array or null.
|
|
|
|
Each entry:
|
|
- type: "result"
|
|
- value: numeric value as string, e.g. "14.2"
|
|
- summary: name: value unit, e.g. "Hemoglobin: 14.2 g/dL"
|
|
- search_key: test name lowercase, e.g. "hemoglobin"
|
|
- timestamp: "YYYY-MM-DD" if collection date mentioned
|
|
- data: {"test_name": "...", "numeric_value": 14.2, "unit": "g/dL"}
|
|
|
|
Do NOT include reference ranges, flags (H/L), or interpretations.
|
|
Extract every individual test result as a separate entry.
|
|
|
|
Document:
|
|
{{MARKDOWN}}
|