coding_skip_check backend tool (see coding-skip-check.md); this page describes the rules it applies. Call the tool after each relevant EHR fetch step.
Agent Skip-Check Instructions
Run deterministic checks before the workflow spends API and LLM budget. Apply them twice:- After summary fetch, to reject encounters that are not ready or already coded.
- After patient-level signal fetch, to reject alert-driven self-pay/cash-pay/Buy-Bill/provider cases.
Inputs To Inspect
Required:ehr_type:athenaHealth,DrChrono, oramd.
summarydocumentationchart_alertdoctor_flagsallowed_appointment_typesblocked_department_idsforce_recode
Checks
The agent should check for:- existing procedure codes when
force_recode=false, - blocked department signals,
- DrChrono clinical note not locked,
- Athena multi-appointment same-day signals,
- chart-alert self-pay/cash-pay signals,
- DrChrono cash-pay flags.
Output Shape
Agent Instruction Guidance
Ifskip=true, stop the workflow and show the reason in the task feed. Do not fetch documentation or call LLM tools.