Skip to content

Changelog

What we've shipped.

Each release ships when it's used by real clinicians. No release notes for unreleased work.

v1.0May 2026

Public launch readiness.

  • Onboarding wizard with profession-specific defaults (10 disciplines).
  • POPIA right-to-erasure flow with 30-day grace and nightly anonymisation cron.
  • Patient data export (Section 23 portability) as JSON + zipped attachments.
  • Practice operations + practitioner dashboards.
  • Marketing surface, brand identity, legal pages.
v0.8April 2026

Clinical AI moat.

  • SOAP, referral, sick note, prescription, and what-was-missed generation.
  • Inline citation grammar, every clinical claim cites its source segment.
  • Drug-drug interaction + allergy cross-reactivity safety panel (curated catalogue, deterministic).
  • Longitudinal RAG context for patients with 20+ prior encounters (pgvector + text-embedding-3-small).
  • Per-tenant monthly cost cap and per-plan AI credit quotas.
v0.7March 2026

AI scribe.

  • Browser-side MediaRecorder capture with explicit per-recording consent.
  • Transcription with speaker diarisation via AssemblyAI.
  • Click-to-seek transcript viewer with segment-level editing.
  • Plan-based minute quotas (60 / 600 / 1800 per month).
v0.6February 2026

Telehealth.

  • Daily.co rooms provisioned per appointment, signed per-role join links.
  • Recording opt-in at tenant + per-appointment levels.
  • Webhook-driven recording state, files dropped into a private Supabase bucket.
v0.1 – v0.5October 2025, January 2026

Foundations.

  • Multi-tenant Postgres with row-level security per tenant.
  • Auth, tenant context resolution, RBAC with assertCan() on every mutation.
  • Append-only clinical records (encounters, conditions, observations, allergies, medications).
  • Bookings, calendar sync, SMS / email reminders.
  • Invoice generation with NHRPL tariff codes; EFT reconciliation tooling.