> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Clinical Overview

> Overview of the Clinical & EHR core in Encore OS — purpose, scope, and key responsibilities.

The Clinical & EHR core (CL) provides the electronic health record and clinical documentation capabilities for Encore OS — patient charts, clinical notes, assessments, medication-assisted treatment (MAT/MOUD), orders, consents, lab results, population health reporting, and discharge planning.

<Note>
  **Architecture:** CL is downstream — no other core may depend on it. It integrates with **Practice Management** through the encounter entity (`pm_encounters`) for charge capture and billing, and with **Platform Foundation** for jurisdiction-aware assessment requirements.
</Note>

## How clinical work flows

The patient chart is the hub: open it, document the encounter, route results and co-signs through the in-basket, then plan discharge — with the signed encounter flowing to **Practice Management** for billing.

```mermaid theme={null}
flowchart LR
  Chart["Patient chart"] --> Note["Progress note<br/>+ treatment plan"]
  Note --> Sign["Sign / co-sign<br/>(in-basket)"]
  Sign --> Encounter["pm_encounters"]
  Encounter --> Bill["Charge capture<br/>→ Practice Management"]
  Sign --> Discharge["Discharge &<br/>aftercare"]
  Chart -.-> Orders["Orders, labs<br/>& MAT/MOUD"]
  Orders -.-> Note
  CDS["Decision support<br/>(CDS / alerts)"] -.-> Note
```

<Frame caption="A patient's clinical chart — problems, allergies, medications, notes, and decision-support alerts.">
  <img src="https://mintcdn.com/encoreos/9uGfYOeeHogjmoRk/images/cl/patient-chart.png?fit=max&auto=format&n=9uGfYOeeHogjmoRk&q=85&s=4ab60cbbf4e531c82f7452d5371d3548" alt="Clinical patient chart with problem list, allergies, medications, and recent notes" width="1440" height="1691" data-path="images/cl/patient-chart.png" />
</Frame>

## Key surfaces

<CardGroup cols={2}>
  <Card title="Patient chart" icon="file-medical" href="/cl/patient-chart">
    The core clinical UI — problems, medications, allergies, encounters, and history.
  </Card>

  <Card title="Progress notes" icon="pen-to-square" href="/cl/progress-notes">
    Structured documentation with templates and co-sign workflows.
  </Card>

  <Card title="Treatment plans" icon="list-check" href="/cl/treatment-plans">
    Goal- and objective-driven care planning.
  </Card>

  <Card title="In-basket" icon="inbox" href="/cl/in-basket-user-guide">
    Provider messaging, results routing, and co-sign queues.
  </Card>

  <Card title="Decision support" icon="brain" href="/cl/cds-admin-guide">
    CDS rules, alerts, and quality-measure configuration.
  </Card>

  <Card title="Discharge & aftercare" icon="door-open" href="/cl/discharge-aftercare-admin-guide">
    Transition-of-care planning and post-discharge follow-up.
  </Card>
</CardGroup>

## Get oriented in CL

<Steps>
  <Step title="Open a patient chart">
    Start in the [patient chart](/cl/patient-charts) — the hub for problems, medications, encounters, and results.
  </Step>

  <Step title="Document the encounter">
    Write a [progress note](/cl/progress-notes) and update the [treatment plan](/cl/treatment-plans) as goals change.
  </Step>

  <Step title="Close the loop">
    Triage results and co-signs in the [in-basket](/cl/in-basket-user-guide), then plan transitions with [discharge & aftercare](/cl/discharge-aftercare-admin-guide).
  </Step>
</Steps>

## By role

<Tabs>
  <Tab title="Clinician">
    Daily charting, ordering, in-basket triage, and treatment planning. Start with the [patient chart](/cl/patient-charts) and [progress notes](/cl/progress-notes).
  </Tab>

  <Tab title="Administrator">
    Assessment templates, order sets, pathway management, and [CDS rule tuning](/cl/cds-admin-guide). Configure [patient-reported outcomes](/cl/patient-reported-outcomes-admin-guide).
  </Tab>

  <Tab title="Compliance">
    Consent audits, 42 CFR Part 2 segmentation, redisclosure tracking, and quality-measure attestation. See the [compliance tracker](/compliance/REGULATORY_COMPLIANCE_TRACKER).
  </Tab>
</Tabs>

## Scope at a glance

* **Charting & documentation** — patient chart, progress notes, treatment plans, encounter review and discharge, ambient review, C-CDA documents, multi-party encounters.
* **Orders, labs & medications** — order sets, MAT/MOUD enrollment, PDMP monitoring, lab results, controlled-substance inventory, reference ranges, e-prescribing.
* **Care coordination** — in-basket messaging, co-sign queues, panels, cohorts, pathway adherence and templates, follow-up dashboards.
* **Assessments & outcomes** — assessment templates, intake compliance, group and program outcomes, expiring assessments, patient-reported outcomes.
* **Decision support & quality** — CDS rules, concurrent review, utilization management, alert-fatigue dashboard, HEDIS / UDS / quality measures, population health.
* **Consent & compliance** — 42 CFR Part 2 consent management, electronic consent with redisclosure tracking, psychotherapy notes protection, DSI source attribution.

## Related

<CardGroup cols={3}>
  <Card title="PM integration" icon="link" href="/architecture/integrations/CL-PM-ENCOUNTER-TO-BILLING">
    How encounters flow from clinical documentation to billing.
  </Card>

  <Card title="Specs" icon="github" href="https://github.com/encore-os/encoreos/tree/main/specs/cl">
    Source specifications for the CL core.
  </Card>

  <Card title="Compliance tracker" icon="shield-halved" href="/compliance/REGULATORY_COMPLIANCE_TRACKER">
    Regulatory crosswalk and evidence.
  </Card>
</CardGroup>
