Ospia HMS · AI-native hospital management

An AI workforce for your hospital. A human signature on every action.

Ospia is the hospital management system built AI-native from the first line of code. Seventeen autonomous agents watch your wards, pharmacy, revenue and compliance around the clock — they draft, your people decide, and every step lands in a tamper-evident audit chain.

no black boxes · every proposal answers “why?” · propose → approve → execute

Product demonstration: Ospia’s agent approval console. An AI agent proposes an action, a named staff member approves it, and it executes with an audit-chain entry.

17
autonomous agents on duty, all propose-only
0
AI writes to clinical data without human approval
25+
modules on one record — OPD to blood bank
10
Indian languages in the interface
237
automated checks on every change (154 unit + 83 e2e)

The gap

Legacy HMS software records what happened. It never notices anything.

Every hospital already has a system of record. Almost none has a system that watches the record and acts on it.

After the OPD closes

Clinicians become typists

Notes, ICD codes and discharge summaries get written hours after the patient left — from memory, under fatigue, into a form with forty fields.

At the dispensing counter

Stockouts announce themselves

Reorder levels were set once, years ago. The first person to learn a drug ran out is the patient standing at pharmacy.

At month-end

Leakage is found, not prevented

Aging invoices, stalled TPA preauths, unsigned summaries blocking record release — discovered in audit, weeks after they could have been fixed.

The agent roster

Meet the staff who never sleep

Ospia ships with seventeen role-based agents — a leadership team in software. Each one watches its beat continuously and files proposals into the same approval queue your administrators already use.

Duty roster — all shifts on duty · 24×7
medical-superintendent
Unsigned discharge summaries, ward overstays, OT backlog, death & LAMA review
nursing-supervisor
Charting gaps; drafts shift assignments for uncovered occupied wards
pharmacy-watchdog
Expiry and FEFO breaks; restock drafts from live dispensing data
inventory-optimizer
Learns reorder levels from 60 days of real consumption — no hand-set thresholds
revenue-watchdog
Invoice aging, refund approval trail, collection follow-ups
infection-control
Blood-unit screening and expiry, long ICU stays flagged for review
quality-officer
Patient feedback, lab turnaround times, four-eyes verification backlog
compliance-officer
Telemedicine consent, AI-draft sign-off, the NMC 72-hour record-release clock
procurement-agent
Stuck purchase orders; consumable restock drafts ready to approve
ceo-briefing
Executive digest and capacity alerts on the morning dashboard
+7 more on shift: hr · it-support · biomedical · reliability · kpi-telemetry · operations · nmc-registrations

Every agent is propose-only by construction. None of them can touch a domain table. What they can do is notice — at 3 a.m., on a Sunday, during the festival rush — and have a fully-reasoned proposal waiting when your team arrives.

Native AI capabilities

Native AI, not a bolt-on chatbot

Most vendors added an assistant to a twenty-year-old system. Ospia was designed around the AI — with the guardrails a hospital actually requires.

During the consult

Ambient AI Scribe

Speak through the consultation. Walk out with a structured SOAP note, ICD-10 suggestions and a draft prescription — with red-flag symptoms surfaced as you talk. Nothing enters the record without clinician sign-off.

voice → SOAP + ICD-10 + Rx draft · red-flag detection · offline parser fallback
For leadership

Ask Ospia

“Which departments had the longest lab turnaround last month?” Ask in English; get a governed answer. Questions compile to read-only SQL behind a five-layer guard and run under the asker’s own permissions — pin any answer as a live dashboard.

english → guarded read-only SQL · re-checked against the viewer, every run
Before you decide

Digital twin & simulation

A real-time mirror of the hospital — ward heatmaps, OPD flow, theatres, fleet, duty coverage. Rehearse tomorrow before you live it: close a ward, add beds, absorb an OPD surge or a staff absence, and see the impact first.

what-if models over live data · read-only by construction · plain-English input
At prescribing time

Clinical decision support

Drug–drug interactions, allergy cross-reactivity, duplicate therapy, renal dosing and pregnancy checks — at the moment of ordering. Serious alerts block until the prescriber records an override reason, preserved for the medico-legal record.

blocking alerts · override reasons persisted · hospital-defined custom rules
For administrators

Configure it in a sentence

“Any invoice over ₹50,000 needs CFO sign-off.” One English sentence becomes a validated workflow, approval chain, intake form — or a whole department with wards, beds and services, set up in a single approved transaction.

english → workflows · forms · approval chains · department setup · human-approved
Ahead of the day

Predictions that explain themselves

No-show risk on every booking, bed-demand forecasts, self-tuning reorder levels — each prediction ships with its named factors, so the front desk and the stores team can see exactly why before they act on it.

no-show risk · bed-demand forecast · reorder learning · named factors, always

Paper meets its match

Scan to register

Photograph the paper registration form; AI transcribes and normalizes it for reception to verify. Aadhaar is reduced to last-4 at parse time and the image is never stored.

Outside documents

Referral letters, old discharge summaries and lab reports are classified and parsed into the chart — diagnoses, medications, test values — for the clinician to confirm.

Vitals from a photo

Snap the BP machine or pulse-ox; readings are extracted, unit-converted and range-checked, then queued for nurse review. No new hardware required.

Open by default

Diagnostic AI, day one

Qure.ai-class vendors push chest X-ray, ECG and stroke findings over per-vendor HMAC-signed URLs — CDSCO-aligned provenance (model, version, confidence) on every result, and a mandatory clinician review queue in front of the chart.

FHIR R4 · HL7 ADT

A FHIR R4 read/search API — Patient, Encounter, Condition, Observation, MedicationRequest — plus an outbound HL7 ADT feed, so your LIS, PACS and public-health reporting connect natively.

Signed webhooks & API clients

HMAC-signed webhooks fire on domain events with a full delivery log, and an OAuth-style client registry issues scoped tokens — integrations get exactly the access you grant, nothing more.

The safety model

Autonomy your board can sign off on

Three invariants govern every AI capability in Ospia. They are enforced in the architecture, not the policy manual.

1 · Propose

Agents can only propose

No agent can write to a domain table. Proposals are deduplicated, carry a risk class, and answer “who, why, what, with which inputs” before anyone decides.

2 · Approve

A named human decides

Execution requires a staff member holding approval rights. Hospitals may opt in to auto-approval for low-risk actions only — and that policy is itself an approved, audited setting.

3 · Execute

Whitelisted executors only

Approved actions run through a fixed catalog of typed executors, re-validated against their schema at execution time, inside the caller’s tenancy — and captured by the audit trail.

audit chain  #91be…#4a1f…#c77d…#0e2a…#f581…  each entry chains the last — edit one and the whole chain fails verification

Tamper-evident audit

Every mutation hash-chained; the chain re-verifiable end to end.

Row-level security

Postgres RLS scopes every query to hospital and user context.

Field-level encryption

AES-256-GCM on personal data, separate keys for audit and PII.

Isolated patient portal

Patients live on a separate identity plane — portal tokens are cryptographically useless on staff APIs.

One database per hospital

Physical tenant isolation: your data never shares a database with anyone.

Built for India

Compliant down to the IRN

Not localized after the fact — Indian statute is in the data model. DPDP, ABDM, NMC and GST behaviors are enforced by the system, and watched by the agents.

ABDM · DPDP Act 2023

ABHA-ready registration with a consent ledger

Patient onboarding is ABHA-ready, and every use of personal data traces to recorded DPDP consent — in registration, the portal, and telemedicine.

NMC Regs 1.3.2 / 1.4.2 / 1.5

NMC compliance with an agent on the clock

Generic-name prescribing in capitals, prescriber statutory identity on every document, serialized certificates — and the 72-hour record-release clock escalated automatically before it lapses.

GST · e-Invoice (IRP)

GST-native billing

HSN/SAC on every line, CGST/SGST vs IGST split by place of supply, e-invoice payloads with deterministic IRN, and a TDS/TCS ledger — statutory accounting, not an export.

Telemedicine Practice Guidelines 2020

Teleconsults with no per-minute fees

Built-in WebRTC video — media never touches the server. Consent is gated before the call, Schedule-X drugs are hard-blocked in-call, and patients join via a WhatsApp code.

10 languages · WhatsApp-first

Made for your patients, not just your staff

Interface in ten Indian languages, appointment and report notices over WhatsApp/SMS, a PII-free waiting-room token board, voice-first booking for low-literacy patients, and prescriptions explained in plain Hindi or English.

TPA · Insurance

Claims that move themselves along

Policies, preauthorization and a full claim state machine — with the revenue agent chasing stalled preauths and aging invoices before month-end finds them.

NABH

NABH-ready quality & infection control

CAPA tracking, a live risk register, HAI surveillance and antimicrobial stewardship — the evidence trail assessors ask for, produced as a by-product of daily work, not a pre-audit scramble.

HR · Indian payroll

Rosters, payroll and credentialing

Attendance and duty rosters, Indian payroll structures, recruitment and medical-staff credentialing — with watchdogs that flag registration renewals before they lapse.

One record, whole hospital

Every department. One system. No integration project.

Patient registrationOPD & token queueEMR & e-prescriptions IPD · wards & bedsOperation theatreLaboratory RadiologyPharmacy · FEFO & schedulesInventory & procurement Billing & GSTInsurance / TPAHR · roster & payroll Blood bankAmbulance dispatchTelemedicine Patient portalAnalytics & BIQuality & infection control Terminology · ICD-10 / SNOMED / LOINCHL7 ADT feedFHIR R4 API HMAC-signed webhooksDiagnostic-AI vendor ingest AI scribeAsk OspiaDigital twin 17 autonomous agentsEnglish-built workflows

Packaging

Priced by scale, never by features held back

Every plan ships all 25+ modules, all 17 agents and the full safety model. Tiers differ in deployment and scale — not in which capabilities you're allowed to have.

Single facility

Hospital

  • One facility, everything switched on
  • Self-hosted (Docker) or managed cloud
  • Your own physical database
  • Migration from your current HMS
Get a quote
Multi-facility

Hospital group

  • A subdomain per hospital
  • Physically isolated databases per facility
  • Group-wide policy templates & rollout
  • Consolidated executive reporting
Get a quote
Enterprise

Managed & integrated

  • Managed cloud with SLAs
  • LIS / PACS integration over FHIR & HL7
  • On-site training and onboarding
  • Priority support
Talk to sales

No per-video-minute fees, no per-message AI charges. Teleconsults run peer-to-peer, and deterministic fallbacks keep the whole system working even with no AI model configured.

Straight answers

What hospital committees ask us

Who owns our data?

You do, in the plainest sense: each hospital runs on its own physical database, self-hosted if you prefer. Everything is exportable, and the FHIR R4 API means you're never locked in — leaving is as open as arriving.

What can the AI never do?

Write to clinical data on its own. Agents can only file proposals; execution happens through a fixed catalog of typed, re-validated executors after a named human approves. Auto-approval exists only if you opt in, and only for low-risk actions. Nothing the AI drafts enters a patient record without clinician sign-off.

How is this different from an HMS with a chatbot added?

The AI here isn't a feature on the side — the propose-only agents, the whitelisted executors and the hash-chained audit trail are the architecture. A bolt-on assistant can answer questions; it can't watch your wards at 3 a.m. and have a reasoned, auditable proposal waiting at handover.

What happens if the internet — or the AI model — is down?

The hospital keeps running. Ospia is a complete HMS without any external AI: the scribe falls back to a deterministic clinical parser, patient-facing explanations use a template engine, and every core workflow is plain software. AI adds speed; it is never a dependency.

How does compliance actually work — not just “we're compliant”?

By mechanism, not policy document: generic-name prescribing and prescriber identity are enforced at write time, the NMC 72-hour record-release clock is escalated by an agent, DPDP consent is a ledger consulted before use, Aadhaar is reduced to last-4 at capture, and every mutation lands in a hash-chained audit log you can re-verify end to end.

Can we try it before committing?

Yes — we seed a full demo hospital with synthetic clinical data (patients, admissions, pharmacy stock, invoices) and put the agents on duty. Your team explores real workflows with zero real patient data.

Next step

See it run your numbers

A walkthrough takes forty-five minutes: we seed a full demo hospital, put the agents on duty, and let your team ask Ospia the questions they ask their MIS today. Bring your hardest month-end.

Get demo access Book a walkthrough

demo seeded with synthetic data · zero real patients · self-hosted or managed cloud · one database per hospital · 237 automated checks on every release