Integrations
Brevity Care for NDIS providers: the integrations worth building
Quick answer: Brevity Care covers the core of NDIS provider operations — participant management, rostering, claim generation, payroll — well enough to be a viable single platform for many providers. The integration work that earns its place lives at the edges. Connecting Brevity to the accounting system your bookkeeper actually uses. Surfacing operational reports the leadership team can act on. Giving families and support coordinators visibility into what’s happening with their participants without anyone in the office cutting reports manually.
Brevity Care is one of the more capable platforms in the Australian NDIS provider space. It does most of what a registered provider needs — rostering through to NDIA claiming — in a single product. That’s a real strength: providers don’t need to wire five things together to get started. It also sets the integration question apart from clinical software like Best Practice, where the API is the obvious centre of gravity. With Brevity, the question is: what does the rest of the operation need that Brevity isn’t the right tool for?
The honest answer, for providers above ~30 participants, is usually three things — accounting, operational reporting, and family/coordinator visibility. Each becomes an integration project worth building.
Where Brevity ends and the rest of the operation begins
Brevity holds the source-of-truth data: which participants are funded for what supports, who’s rostered to deliver them, what was actually delivered, and what was claimed. That data is operationally complete — you can run an NDIS provider on what’s in Brevity.
What it doesn’t do, by design:
- Replace the accounting system. Xero (or MYOB) still owns the books, the BAS, the wage entries, the cash position.
- Generate the leadership-team reports. Brevity exposes data, but reports across funding utilisation, support delivery, plan reviews and provider performance need to be assembled.
- Provide a public-facing portal for families, support coordinators, or referrers. Brevity is internal-facing.
The integrations below address each of those gaps in turn.
Pattern 1 — Claims to Xero (or MYOB) without manual journals
The cleanest integration most Brevity providers benefit from is the claim → accounting flow. The shape:
- Daily extract of claims submitted to NDIA from Brevity, with claim status (submitted, accepted, partially paid, rejected) included
- Matching invoices created in Xero against each claim, with line items tied to the support category and provider
- Bank-feed matching when the NDIA payment arrives, so reconciliation isn’t a manual fortnightly job
- Variances surfaced when the claimed amount and the paid amount don’t agree, with enough detail to dispute the short-pay if it’s wrong
What the provider gets: confidence that revenue is in the books accurately the day it’s claimed, not a fortnight later when someone gets around to reconciling. It’s also the integration that surfaces the “we claimed X, got paid Y, no one knows why” problem — the most common cash-flow visibility gap in NDIS providers without proper instrumentation around their claims.
Pattern 2 — Operational reporting beyond Brevity’s native views
Brevity’s reports cover the operational basics. What growing providers need next is cross-cutting, multi-dimensional reporting that’s usually built outside Brevity from its data:
- Funding utilisation by participant. Are we burning through plans too fast, or under-delivering? Brevity has the data; what’s often missing is the “months remaining at current pace” projection that drives plan-review conversations.
- Support-worker utilisation. Hours rostered vs hours delivered vs hours billable, by worker, by week. This is the report that decides hiring, restructuring shifts, and noticing burnout before it becomes resignation.
- Plan-review risk. Participants approaching plan review with significant unused funding, or significant overrun, surfaced six weeks ahead.
- Service-mix drift. The categories of support being delivered shifting over a quarter — usually a signal that participant needs are changing or rostering is finding the path of least resistance.
The shape: pull from Brevity nightly into a small reporting store (a database, not a spreadsheet) and surface the views via a simple internal dashboard. The same reconciliation discipline applies that any two systems holding overlapping data need to stay coherent.
Pattern 3 — Family and support-coordinator visibility
Families and support coordinators ask the same questions repeatedly: when’s the next session, who’s coming, what’s left in the plan, what was delivered last fortnight. Answering those questions takes office time that doesn’t scale.
A portal that pulls from Brevity, scoped per-participant, removes most of that load:
- Upcoming and recent sessions, with assigned support worker
- Plan summary and remaining funding by category
- Session notes that the provider has chosen to make visible (clinical detail stays internal)
- A messaging path back to the provider for non-urgent questions
The integration is half read-from-Brevity, half message-routing. Authentication has to be more careful than a typical login because the data is sensitive — usually verified email plus a participant-specific code, not just a password. The build is closer to a small custom application than a pure integration, but the data plumbing is the same.
Pattern 4 — Rostering edges that Brevity can’t cover
Brevity’s rostering does most of what NDIS providers need. Where integrations come in are the edges:
- Two-way calendar sync with workers’ personal calendars (so they see Brevity shifts in Google Calendar / Outlook without having to log into Brevity)
- SMS confirmations and reschedule requests handled outside Brevity for workers who don’t reliably check the app
- External job-board posting for shifts that need to be filled urgently when internal staff aren’t available
- Skill-and-credential matching at rostering time, with credentials sourced from a separate HR system or a compliance platform
Smaller integrations individually, but they compound into rostering taking 15 minutes a day instead of 90. That kind of saving is what makes growth from 30 to 100 participants survivable without doubling office headcount.
Where custom doesn’t earn its place
Three cases where Brevity out-of-the-box is still the right answer:
- Small providers (under ~20 participants). The manual work is contained and the cost of integration outpaces the saving.
- Providers in the first year post-registration. Operational shape is still settling; building integrations against patterns that will change is wasted effort.
- Providers planning to switch platforms. Brevity isn’t the only NDIS-capable platform. If you’re weighing a move, build nothing until that decision is settled.
The threshold where integration work earns its place is roughly 30-50 participants, a leadership team that wants more visibility than Brevity’s native reports provide, and an operations manager already feeling the cost of the manual reconciliation work.
Our approach
A Brevity project starts with an audit of what’s being typed twice or reconciled manually, ranked by hours per week saved. The plan stages the claims-to-accounting flow first (highest cash-flow value), then operational reporting (highest leadership value), then family/coordinator visibility (highest experience value).
Running Brevity Care as a registered NDIS provider and recognising these patterns? The next move is usually a short conversation about which gap to close first.
What a Brevity Care integration typically costs
A first Brevity Care integration typically lands in the $15,000–$45,000 range (ex GST) for a V1 build, depending on how many of the patterns above are in scope and the depth of each. A claims-to-accounting flow or operational reporting store sits at the lighter end; a family and support-coordinator portal pulling scoped participant data sits at the heavier end. Build timelines are usually 6–16 weeks from engagement, with the security review and participant-data handling being one of the longer single workstreams given the sensitivity involved. Plan for an ongoing maintenance retainer — typically $500–$1,500/month — covering API change monitoring, hosting, security updates and light support, because an integration touching participant data needs someone watching it.
Common questions
Do we need to leave Brevity Care to do this? No. A custom integration works alongside Brevity Care, which stays the operational source of truth for participants, rostering and claims. The integration reads from and writes to Brevity; it doesn’t replace it.
How is participant data protected? Australian data residency, encryption in transit, least-privilege access scoped to only the data the integration needs, and audit logging. Portal access uses stronger verification than a typical login. It’s built to support the provider in meeting its own NDIS privacy and security obligations.
Will it break when Brevity Care releases an update? APIs change, so the maintenance retainer covers monitoring Brevity API changes and keeping the integration current. The build itself uses idempotent, well-tested patterns with reconciliation, so a transient error doesn’t corrupt data.
How soon do we see value? Most projects stage the highest-value item first — usually the claims-to-accounting flow for its cash-flow visibility — so the first piece is typically live within the first few weeks rather than waiting for the whole build.
What size provider does this make sense for? Roughly 30–50 participants or more, a leadership team wanting more visibility than Brevity’s native reports provide, and an operations manager already feeling the cost of manual reconciliation. Below that, the manual process is usually cheaper than the integration that would replace it.
About the author
Andrew Roper
Founder and technical director of Advantage Digital, an Adelaide-based technical studio. 22+ years of practice building production software for institutional, premium, and growth-stage businesses across Australia, the UK, Europe and South Africa. Writes from the studio’s direct integration, custom application, and AI automation work.
More reading
Automating Client Intake for Law Firms — Without Breaking Trust-Account Rules
What law firms can sensibly automate in client intake — enquiry capture, forms, conflict-check prompts, matter creation — and where a lawyer must stay in the loop.
Custom SoftwarePaying Workers Automatically: The Remittance Engine Most Trades Software Skips
Paying subcontractors from completed jobs is usually manual, error-prone and slow. Here is what an automated worker-remittance engine actually does for a growing trades business.
Custom SoftwareWhat a Certificate of Compliance Platform Actually Has to Do
A real look at the anatomy of a compliance platform for trades — roles, guided job submission, review, certificates, audit trail, and the commercial layer most tools skip.