Documentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
Category: Documentation & Coding · Signals: Clinical note · Specialty rule-set · Severity qualifiers · Audit trail
Overview
The CDI Agent runs concurrent documentation review on every note — surfacing missing severity qualifiers, weak specificity, and gaps the coder will query for. Every suggestion is a clinical query, not a code change, and the clinician’s accept / reject decision is logged for audit.How this agent works
Configuration
This agent takes the following configuration from your practice settings:- Specialty CDI rule-set (BH, primary care, others)
- Practice documentation thresholds
- Audit retention and rationale requirements
- Sign-off enforcement (advisory vs. blocking)
Execution
At runtime, the agent executes the following steps:- Reads the note against the CDI rule-set for the specialty
- Surfaces missing specificity (uncomplicated → with severity)
- Suggests language clinicians can paste into the note
- Logs the rationale for every suggestion
- Records the clinician’s accept/reject decision
Composable experts
The Clinical Documentation Improvement Agent bundles the following experts from the registry:| Expert | Role |
|---|---|
| CDI Rule Expert | Specialty rule-set adherence |
| Specificity Expert | Highest defensible diagnosis specificity |
| Severity & Acuity Expert | Capture of clinically relevant qualifiers |
| Audit Trail Expert | Every suggestion logged with rationale |
Typical use cases
- Catch missing severity qualifiers before billing
- Strengthen documentation specificity without retraining
- Document the rationale behind every CDI query
- Run concurrent CDI on every note, not the audit sample
Compliance & safety guarantees
- CDI suggestions are surfaced as clinical queries, never code changes
- Every suggestion logs the rationale and the rule it tested
- Audit retention follows the practice policy by default
Tags
CDI · Specificity · Severity · Audit trail
Related
Agentic Framework Overview
Learn how agents compose with experts and the orchestrator.
Expert Registry
Browse the typed expert registry agents bundle.
Quickstart
Send your first message to an agent.
A2A Protocol
Learn how agents talk to each other.