Skip to main content
The Intake Agent’s system prompt registers 4 function calls. The Medera Voice orchestrator invokes them and routes the function output back into the conversation. | Function | Parameters | Purpose | | :--- | :--- | :--- | | verify_identity | patient_id, verification_data | 2-of-3 ID confirmation (DOB, address, SSN last 4) | | document_symptom | symptom_description, severity_level, onset_date | Capture chief complaint | | flag_for_review | reason, urgency_level | Flag for clinical review queue | | escalate_urgent | escalation_reason, call_action | Hard escalation for emergencies (no agent gating) | These functions persist their effects via the backend /api/intake-calls/{id}/tasks endpoint.