Skip to content
MegAligna

Product

Clinical documentation software with signed, versioned notes

Clinical documentation software records what happened in a session and makes it defensible afterwards. MegAligna pins each note to the template version it was written on, enforces the draft, signed, co-signed and locked lifecycle in the database itself, and links every note to the treatment plan goal it addresses.

What clinicians and supervisors ask first

What happens to a note once it is signed?
Signing writes an immutable copy of the content to a versions table, then locks the note. After that the database itself refuses any change to the note content, and to the signature fields, regardless of which screen or account the change comes from. The only way to add anything is an addendum, which is a new record with its own author and timestamp.
What if the template changes after a note is signed?
Nothing changes about the signed note. Templates are immutable per version, and a note records the template version it was created on, so it renders forever with the fields, prompts and layout that were on screen when it was signed. Editing a template produces a new version that applies to new notes only.
Who can co-sign, and does co-signing change who delivered the service?
Co-signing requires the co-sign permission and a note that has already been signed by its author, so a supervisor cannot pre-sign work that has not been attested to. Co-signing does not change the rendering provider: who delivered the service and who attests to the documentation are separate facts, and merging them is a billing error.
Which note formats ship today?
The ABA pack: technician session note, caregiver guidance note, program and target definitions, progress report and supervision contact note. SOAP, DAP and BIRP formats belong to the behavioral-health pack, which is not in this release. Practices that need those formats today should wait for that pack before migrating.
Is there an AI scribe or AI note generation?
No. There is no drafting assistant, no dictation and no transcription. Typing is reduced instead by pre-fill: an ABA session note opens with the session times, the targets run and their totals already in it, taken from the data captured during the session, so the technician edits rather than authors. The distinction matters at audit: pre-filled fields come from the recorded session, so the note and the data cannot disagree.

How template versioning keeps a signed note reproducible

Clinical documentation is worth what it can withstand in a review two years later, and that durability comes from how the record is structured rather than from how it is written.

An organization enrolls in a template pack. Templates within a pack are immutable per version: a change publishes a new version and never rewrites the old one. A note pins its template version at creation. That single decision is what makes a signed note reproducible, because rendering a 2026 note through a 2028 template is how documentation quietly stops matching what the clinician actually saw and signed.

What the documentation module does

  • Included

    Template-driven notes, version-pinned

    The note records which template version it was created on, so a signed note renders as it was signed even after the template is revised.

  • Included

    Draft, signed, co-signed, locked

    One explicit lifecycle. Drafts autosave about a second and a half after you stop typing, with a version snapshot taken at roughly five-minute intervals, and signing writes the final snapshot.

  • Included

    Immutability enforced in the database

    A trigger rejects any content or signature change on a signed note. It is not a disabled button: an edit attempted by any route raises, and addenda are insert-only, with deletion revoked.

  • Included

    Addenda as the only later path

    A correction or an addition after signature is a separate record with its own author and time, and the note is marked as carrying an addendum rather than being rewritten.

  • Included

    Co-sign queue with the session beside it

    Supervisors work a queue filtered to their supervisees, with the captured session data shown next to the note, so the co-signature is a review rather than a formality.

  • Included

    Co-sign requirement from the template

    Whether a note needs a co-signature is derived from the template's own signature rule against the author's role. In the ABA pack, technician-authored session notes require one; a clinician's own note does not.

  • Included

    Treatment plans and phase events

    One hierarchy carries goal into objective and program into target, with phase events recording baseline, intervention, mastery, maintenance and regression as they happen.

  • Included

    Notes pre-filled from session data

    Session times, targets run and totals arrive in the note from what was captured during the session, so the note and the data cannot disagree.

  • Included

    Note, session and charge on one chain

    A signed session's encounter produces the charge line, so documentation and billing describe the same event rather than two reconstructions of it.

  • Roadmap · v1.x

    SOAP, DAP and BIRP note formats

    Arriving with the behavioral-health template pack, together with the plan-review and outcome-measure work that accompanies it. Not available in the current release.

  • Roadmap · v1.x

    Rendered progress reports and note PDFs

    The progress-report template exists as structured data and can be filled in, but nothing renders it to a document yet. Until it does, a re-authorization packet still leaves this system as data, not as a finished PDF.

  • Included

    Intake forms, e-signature and file attachments

    Consent packets, patient-signed documents and uploading a scanned report to a chart. These live in the portal and document modules rather than the documentation module, and they are available now.

  • Not included

    Drafting assistance, dictation, transcription

    Not included, and not on the roadmap. Typing is reduced instead by pre-filling the note from data captured during the session, which shortens documentation without generating clinical content.

Signing is enforced where it cannot be worked around

Most systems enforce a signed note in the interface: the fields go read-only and the save button disappears. That holds until something reaches the record by another route.

Here the rule lives in the database. Signing snapshots the content as an immutable version and sets the note locked in one transaction. From then on a trigger raises on any change to the note’s content or to its signature fields, and the error it returns says what to do instead: add an addendum. Addenda can be inserted and read; they cannot be deleted, and the permission to delete them is not granted to any application role. The practical test is simple, and worth running during a trial: sign a note, then try to change it.

What a co-signature is, and what it is not

A co-signature is an attestation by a supervisor that the documentation is acceptable. It requires the co-sign permission, and it requires the author’s signature to already exist, so the sequence cannot be inverted.

It deliberately does not change the rendering provider on the encounter. For technician-delivered services many payers want the claim under the supervising clinician’s NPI, and both providers are stored on the encounter so a payer rule decides which one prints. That is a billing decision made from configuration, not a side effect of who happened to click co-sign, and it is per payer because the rules differ per payer.

Whether a co-signature is required at all comes from the template, matched against the author’s role, rather than from a global setting. Supervision rules differ by state, board and payer, which is why the rule is configured in the template you use rather than encoded by us.

Documentation that traces back to a goal

Notes and treatment plans are linked, so a note can be read against the goal it was meant to serve. The plan hierarchy is one structure serving two vocabularies: goal into objective for behavioral health, program into target for behavior analysis. Phase events sit on the plan item, which is what makes a phase line on a graph the same fact as the phase change recorded in the plan.

For behavior-analytic practices this is the same chain the data collection surface feeds: targets run during the session arrive in the note, the note is signed and co-signed, and the charge line comes from the encounter that produced both. An audit that starts at any one of the three ends at the same session.

Why there is no AI scribe here

Most clinical documentation software now leads with AI note generation, and the omission here is deliberate rather than pending.

A generated note is a plausible account of a session, assembled from a transcript or a prompt. It then has to be read carefully against what actually happened, because the clinician signing it is attesting to its accuracy and carries that attestation into any audit. The time saved writing is partly spent checking, and the part that is not checked is the part that creates exposure.

Pre-fill solves the same problem from the other end. The session times, the targets run and their totals are already recorded as structured data during the session, so they are placed in the note as facts rather than predictions. Nothing is inferred, the note cannot disagree with the data behind it, and what remains for the clinician to write is the clinical reasoning — the part a person should be writing.

Practices that specifically want dictation or an AI scribe should weigh that against this trade-off honestly: those tools are genuinely faster for narrative-heavy documentation, and if a narrative note is most of your documentation burden, they will save you more time than pre-fill does.

Current limits of the documentation module

Only the ABA template pack ships today. This is template-driven documentation with an ABA pack rather than a general note-template library, so practices needing SOAP, DAP or BIRP formats should wait for the behavioral-health pack.

Nothing here renders a finished document yet. The progress-report template is structured data you can complete, not a PDF you can send, so a re-authorization packet still leaves the system as data. No part of the module drafts, dictates or transcribes clinical content.

See how note locking works

14 days, no card required. Use made-up patients while you evaluate — real patient information waits until a business associate agreement is in place.