For security, IT and legal review

The posture and the gap list, on one page

Your IT team can check it in one read. There is no PHI in the system, and onboarding is contract PDFs under an NDA.

The posture is below and the gap list is directly after it, on the same page on purpose. Your reviewers will find the gaps anyway, and finding them here, in writing, is faster for everyone than finding them three weeks in.

What is true today

Data

  • No PHI in the system today. Contracts, rates and provisions only. That statement has to be re-earned if a claims feed is ever added, and we will re-state it then.
  • The contract documents you send are the corpus. We do not acquire your rates from anywhere else, and we do not sell or pool them.
  • Percent of Medicare is computed from public CMS files. Your negotiated rates never leave your tenancy to produce it.

Application

  • Access is gated by Firebase Auth. The application is not public.
  • Firestore rules deny all client writes to contract data. The browser can read what a signed-in user is entitled to; it cannot alter the book.
  • The model API key is a server-side secret and never reaches the browser.
  • Roughly 35 independent checks gate every deploy, and every deploy is re-verified against the remote build.
  • The public web root is asserted to serve only what is explicitly intended to be public, and that assertion runs as a release check on every deploy.

What the product covers

Three questions come up in every review because the answer is a boundary of the product. They sit above the gap list, because a boundary is a design decision.

Deployment breadth

Four facilities

The reference deployment covers four facilities on a repeatable pipeline. We do not describe it as enterprise-wide.

External rate benchmarking

Out of scope

We do not take in payer or hospital machine-readable files, and we do not hold other organisations' negotiated rates. Comparing you to other health systems would need a transparency feed we do not have.

Claims-derived analysis

Out of scope

There is no claims feed, so nothing here is weighted by your actual volumes, and underpayment recovery is not something we measure. We detect quality-at-risk provisions in the contract text; we do not model the economics of value-based arrangements.

The part other vendors put in an appendix

The gap list

This is complete to the best of our knowledge on the questions an IT security review actually asks. If you find something missing from it, that is a defect in this page and we want to hear about it.

ControlStatus todayWhat we say about it
Third-party attestation Not held SOC 2 is not something we hold, and neither is HITRUST, so there is no certification and no report to send you. Readiness work is underway and we will not describe it as more than that.
Identity Not built Single sign-on is not built today. MFA is not built today. Authentication is Firebase Auth. If federated identity is a hard requirement for your environment, say so early, because it is a roadmap conversation.
Authorisation Not built Role-based access control is not implemented, so there is no per-role permission model within a tenancy today. Client writes to contract data are denied outright, which limits the blast radius and is a different control.
Reporting and integration Not built No scheduled reporting today, and no automated alerting. A warehouse connector is not built either. Data comes out of the interface and by export.
Why we publish this. A vendor who answers the attestation question smoothly has either done the work or learned the phrasing, and a security questionnaire cannot easily tell those apart. Our answer is the architecture and the gap list. We would suggest checking every other vendor's answer as carefully as you check ours.

What the review usually turns on

  • Data classification. Contracts and rates are confidential commercial information. Protected health information does not enter the system, and that usually reroutes the review entirely.
  • Onboarding path. Contract PDFs under an NDA. No system integration, no credentials into your environment, no agent on your network.
  • Ownership of the output. The contracts are yours and the extracted fields are yours. We do not sell them, pool them, or use them to serve another customer.
  • Business associate agreement. If your counsel wants one in place regardless of the data classification, that is a conversation and not a blocker.

Send this to the review before the meeting

We would rather your security team read this cold, in advance, than have it become the thing that stalls your managed care team three weeks in.

When the review clears, most systems start with one payer and one negotiation cycle.