Setting Up AI Governance for Hospital Finance
Finance teams are already using ChatGPT, Copilot, Claude. It may not have been approved. It may not even be known about.
A Wolters Kluwer survey found that nearly 20% of healthcare workers admit to using unauthorized AI tools at work. Two in five said they had encountered such tools being used by colleagues. When asked why, about half said they needed a faster workflow. One in three said there were no approved alternatives.
This is shadow AI. It means patient data, financial data, and PHI are potentially flowing to external tools with zero visibility, zero cost tracking, and zero documentation. For hospital finance leadership, that is a governance problem.
What governance actually means
Not a 40-page policy document that nobody reads. Practical controls that work at the point of use:
Sensitive data protection. Every request to an AI tool gets scanned for patient identifiers, Social Security numbers, and other personal information before it leaves the network. It catches the obvious stuff automatically, before it reaches an external service. The alternative is trusting that every employee will remember to redact PHI manually every time. They will not.
Cost tracking. Per-request cost recording shows exactly where AI spend is going, broken down by team, project, and tool — in real time, not a monthly invoice reconciled after the fact. When a finance committee asks what AI is costing the organization, the answer should be more specific than "there is a subscription somewhere."
Spending limits. Daily limits per organization, per team, per project. A misconfigured tool running in a loop can burn through thousands of dollars overnight. A $50 daily limit turns that into a $50 lesson instead of a $5,000 surprise.
Controls over which AI tools are approved. Decide which AI models handle sensitive data. It may be acceptable to send de-identified financial summaries to one tool, but diagnosis codes should not go to a model without the right agreements in place. These controls enforce that automatically, per team.
Complete record of every interaction. Every request logged — what was sent, which tool processed it, what it cost, when it happened. When an auditor asks how a specific output was generated, it is documented. When CMS asks about AI controls, the documentation is not a slide deck.
How it works in practice
Setup requires one configuration change. Your IT team can connect it in about five minutes — no changes to any existing tools or workflows:
What your developer sees (one line):
# Before — AI requests go directly to the provider:
OPENAI_BASE_URL=https://api.openai.com/v1
# After — requests flow through governance first:
OPENAI_BASE_URL=https://api.curate-me.ai/v1/openai
Every request that previously went directly to an AI provider now flows through a governance layer first. Sensitive data scan, cost recording, usage limit check, approved tools check — then forwarded to the provider. The response comes back through the same path. Existing tools do not change. Nothing breaks.
What the dashboard shows
A management console with:
- Per-request costs broken down by AI model, team, and project
- Sensitive data flags showing what was caught and when
- Usage status per team and project
- Daily and monthly spend tracking against budgets
- Full request log with timestamps and details
This is visibility. Most hospital finance teams running AI experiments today have none of it. They know they are paying for a subscription. They do not know which team is spending what, whether PHI was included in any requests, or what the monthly trajectory looks like.
What this does not solve
To be clear about scope. A governance layer does not:
- Replace an accounting system or generate variance reports
- Write appeal letters or manage denials
- Produce financial forecasts or board presentations
- Make clinical decisions or interpret medical records
It is the control layer. It gives visibility and guardrails so teams can safely experiment with AI tools that do those things. The governance layer does not do the work — it makes sure the work gets done safely, within budget, with a complete record of every interaction.
Starting with visibility
The experiments on this site started with governance, not the use case. Route AI traffic through it. See what is actually being sent to AI tools and what it costs. Set spending limits so nothing surprises anyone. Turn on sensitive data scanning so the compliance team has coverage.
Once there is visibility, informed decisions follow about which use cases to pursue, which tools to approve, and how much to budget. Everything else follows from there.
Know what is being sent to AI tools. Know what it costs. That is step one.
This post was researched and written with AI assistance through the Curate-Me platform. Total cost: tracked and auditable.
More from Margin Mandy