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

# Notes lifecycle

> Transition, approve, finalize, track changes

AI Services:

```text theme={"system"}

POST /api/therapy/notes/{note_id}/transition       # workflow state transition
POST /api/therapy/notes/{note_id}/approve          # provider signature
POST /api/therapy/notes/{note_id}/finalize         # finalize after approvals
POST /api/therapy/notes/{note_id}/track-change     # track section edits

```

Validate completeness:

```text theme={"system"}

POST /api/therapy/validate-note

```

Suggest codes:

```text theme={"system"}

POST /api/therapy/suggest-codes

```
