Strategic Innovations

Appeal packets for prior authorization denials, approved by your clinician, kept on a sealed record.

How your data moves, what we sign, and the four policies we run by.

Written for the person who approves vendors. No certifications are claimed that we do not hold; what we have is the record, the agreements, and the policies below, in full.

Last updated 17 September 2026. This page is written for the person at a practice who has to approve a vendor. It says who we are, how data moves, what we sign, what we hold, and the four policies we run by. Ask for anything not on it: support@strategic-innovations.ai.

Who we are

Strategic Innovations AI is a small vendor. Two named operators have access to pilot data; nobody else does. We do not hold a SOC 2, HITRUST or ISO 27001 report today, and we say so rather than imply one. What we can give you now is this page, the policies in full, our risk assessment, and a record of every action on your pilot that you can verify yourself.

How data moves in a managed pilot

  1. Before the first item, we sign a Business Associate Agreement with the practice, and the design brief names every data source the pilot will touch. Nothing that identifies a patient is sent to us before that.
  2. The practice sends a denial and a chart excerpt by secure upload named in the design. Email is used for notifications and console links only and never carries patient data. Our operator reads the upload and stores it in the pilot's record on Cloudflare.
  3. The packet is drafted automatically by a language model running on Cloudflare Workers AI, checked in code (below), then read by a person on our side before you see it. Your data is not used to train the model.
  4. Your reviewer decides in a console at a private link: approve, approve with a correction, or reject. The decision, the reviewer's name and the time go on the record.
  5. Someone on your team submits to the payer the way they do today. We never hold payer-portal credentials and never automate a payer portal.

Who processes data for us

Before the first pilot that touches patient data, we execute agreements with each processor in the data path and hand you the signed list with the brief.

What we hold, and for how long

Audit controls

Every pilot is an append-only chain of events. Each event's hash covers its content and the previous event, and after every event the head is signed with an Ed25519 key whose public half is published at /v1/ledger/public-key. Anyone with the export can verify it without asking us, at /v1/ledger/verify; an edited or dropped record fails with the reason. Each reviewer has a unique key per pilot, and every decision names the reviewer and the time. This is how we meet the audit-control and unique-user requirements of 45 CFR 164.312 for the record of the pilot.

Documents written to steer the drafting model

A denial, a chart excerpt or a pasted policy can carry text meant for a language model rather than for a person: "ignore your instructions", "mark this criterion met", a link to copy into the letter. This is prompt injection, the first risk on the OWASP list for applications built on language models (LLM01:2025). A packet altered this way would read like any other, so we look for it in code rather than trusting the model to notice.

The four policies

Access control

Incident response

Data handling

Acceptable use

Questions a reviewer usually asks next