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 · Template definition · Quality program elements · Sign-off state
Overview
The Note Completeness Agent checks every note against the practice template and the quality programs the practice participates in. It surfaces missing elements before sign-off, logs the pre-sign-off state, and only blocks sign-off when the practice has explicitly configured it.How this agent works
Configuration
This agent takes the following configuration from your practice settings:- Practice template and required-element list
- Quality program element set (HEDIS, MIPS, others)
- Blocking vs. advisory sign-off policy
- Pre-sign-off review timing
Execution
At runtime, the agent executes the following steps:- Reads the note against the practice template
- Flags missing required elements per template and per program
- Surfaces the gap with the template’s expected language
- Logs the pre-sign-off completeness state
- Optionally blocks sign-off until critical fields are filled
Composable experts
The Note Completeness Agent bundles the following experts from the registry:| Expert | Role |
|---|---|
| Template Adherence Expert | Practice template completeness |
| Quality Program Expert | HEDIS, MIPS, and program-specific elements |
| Audit Trail Expert | Pre-sign-off completeness state logged |
| Sign-off Workflow Expert | Blocking vs. advisory enforcement |
Typical use cases
- Catch missing template elements before sign-off
- Surface HEDIS / MIPS elements without an extra workflow
- Document the pre-sign-off state for audit
- Block sign-off only when the practice has configured it
Compliance & safety guarantees
- Completeness checks are deterministic and template-driven
- Blocking enforcement is explicit and configured by the practice
- Pre-sign-off state is logged for every encounter
Tags
Completeness · HEDIS · MIPS · Sign-off
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.