> ## 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.

# Clinical Guidelines Agent

> Evaluate care against current clinical guidelines.

<div style={{ display: "inline-flex", alignItems: "center", justifyContent: "center", width: 76, height: 76, border: "1px solid rgba(20,20,19,0.08)", background: "#ffffff", marginBottom: 16 }}>
  <svg width="42" height="42" viewBox="0 0 16 16" shapeRendering="crispEdges" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
    <rect x="7" y="1" width="2" height="2" fill="#76a1fc" />

    <rect x="7" y="3" width="2" height="1" fill="#141413" />

    <rect x="3" y="4" width="4" height="1" fill="#141413" />

    <rect x="9" y="4" width="4" height="1" fill="#141413" />

    <rect x="3" y="5" width="1" height="2" fill="#141413" />

    <rect x="12" y="5" width="1" height="2" fill="#141413" />

    <rect x="1" y="7" width="2" height="1" fill="#141413" />

    <rect x="4" y="7" width="2" height="1" fill="#141413" />

    <rect x="10" y="7" width="2" height="1" fill="#141413" />

    <rect x="13" y="7" width="2" height="1" fill="#141413" />

    <rect x="1" y="8" width="2" height="2" fill="#141413" />

    <rect x="5" y="8" width="2" height="2" fill="#141413" />

    <rect x="10" y="8" width="2" height="2" fill="#141413" />

    <rect x="14" y="8" width="2" height="2" fill="#141413" />

    <rect x="1" y="11" width="2" height="1" fill="#141413" />

    <rect x="5" y="11" width="2" height="1" fill="#141413" />

    <rect x="10" y="11" width="2" height="1" fill="#141413" />

    <rect x="14" y="11" width="2" height="1" fill="#141413" />

    <rect x="1" y="12" width="2" height="2" fill="#141413" />

    <rect x="5" y="12" width="2" height="2" fill="#141413" />

    <rect x="10" y="12" width="2" height="2" fill="#141413" />

    <rect x="14" y="12" width="2" height="2" fill="#141413" />
  </svg>
</div>

<Info>
  **Category:** Evidence & Safety  ·  **Signals:** Chart facts · Active guidelines · Patient demographics · Documentation completeness
</Info>

Check the chart against APA, NICE, USPSTF, VA/DOD, and program-specific guidance.

## Configuration

| Field           | Description                              |
| :-------------- | :--------------------------------------- |
| `library`       | Active guideline library                 |
| `scope`         | Specialty scope                          |
| `enforcement`   | Surfacing policy (advisory vs. blocking) |
| `documentation` | Documentation requirements               |

## Execution

1. Reads the chart against the active guideline library
2. Identifies care steps required by guidelines
3. Surfaces gaps to the clinician with citations
4. Documents the guideline check for audit
5. Tracks guideline adherence over time

## Composable experts

| Expert                       | Role                              |
| :--------------------------- | :-------------------------------- |
| **APA Guideline Expert**     | American Psychiatric Association  |
| **NICE Guideline Expert**    | UK NICE                           |
| **USPSTF Guideline Expert**  | US Preventive Services Task Force |
| **Program Guideline Expert** | Specialty program guidance        |

## Compliance guarantees

<Warning>
  * Guideline citations are explicit and current

  * Gaps are surfaced as suggestions, not auto-applied

  * Adherence is tracked longitudinally
</Warning>

## Endpoints

AI

Services: hybrid retrieval over indexed guideline corpora.

***

## Related

<CardGroup cols={2}>
  <Card title="Agentic Overview" icon="https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/layers.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=b19e6f39887a8a61762fcb53957d2271" href="/agentic/overview" width="40" height="40" data-path="icons/ui/layers.svg">
    Framework + 24 agents.
  </Card>

  <Card title="Expert Registry" icon="https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/puzzle.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=eba447b2f1e34fad34c796c184970d9d" href="/agentic/experts/overview" width="40" height="40" data-path="icons/ui/puzzle.svg">
    Typed expert registry.
  </Card>

  <Card title="Canvas" icon="https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/layout-dashboard.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=924f63310a2c475420e62629953c3d1c" href="/agentic/canvas/overview" width="40" height="40" data-path="icons/ui/layout-dashboard.svg">
    Compose your own workflow.
  </Card>

  <Card title="API Reference" icon="https://mintcdn.com/medera-357fd587/n1mgcc3nR2sq_PoL/icons/ui/terminal.svg?fit=max&auto=format&n=n1mgcc3nR2sq_PoL&q=85&s=a54c23f663622840fa7b900ec04462a5" href="/api-reference/welcome" width="40" height="40" data-path="icons/ui/terminal.svg">
    REST surface.
  </Card>
</CardGroup>
