subscription-service / demo

Click around. It's a real running system.

The operator UI at subscription-service-ui.bzonfhir.com is the reference deployment. It's running the same Apache 2.0 code anyone can download from GitHub, behind a Cloudflare tunnel on a small home-lab box.

Create a free account on the demo Keycloak realm — email + password, no other details — and you'll land on the live dashboard. The instance is a public sandbox: data is wiped on every redeploy and the audit log is world-readable, so don't post real PHI.

"Create an account" opens Keycloak's hosted registration page in a new tab. After signup (and email confirmation, if enabled) you'll be redirected back to the operator UI signed in as your own user.


What you'll see once you're in

Real screenshots from the running operator UI, captured at 1440 × 900. Click any thumbnail to enlarge, or click the route name to open the live page in a new tab.

/dashboard Live throughput, error rate, DLQ depth.
/interfaces MLLP listener + every other ingest channel, with last-seen times.
/messages Every inbound message, searchable. Click into one to see raw v2 + the mapped FHIR Bundle.
/subscriptions Registered FHIR Subscriptions, channel types, last delivery.
/matchbox Inspect StructureMaps; test-run a mapping interactively.
/dlq Dead-letter queue with replay and annotate.
/audit FHIR AuditEvent log with vendor-aware enrichments.
/settings Tenants, OIDC, validation toggles.

Want it running locally instead?

Two docker compose commands. No license server. No signup. See the install snippet on the product home, or jump to the repo's quickstart.