parse_clinical_document
Extract structured data from clinical documents like lab reports, treatment plans, and prior auth forms using Nemotron Parse for FHIR integration.
Instructions
Parse a clinical document using Nemotron Parse (NVIDIA NIM).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Why you are parsing this document (audited). | |
| source | Yes | File path, public URL, or base64-encoded document bytes. For PHI documents, use a self-hosted NIM endpoint (set NEMOTRON_PARSE_BASE_URL) so content stays on-prem. | |
| document_type | No | One of 'clinical', 'prior_auth', 'eob', 'treatment_plan', 'lab_report'. Guides the parser. | clinical |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||