.health Confidential

← Exit founder view โ€” back to presentation mode

๐Ÿ”’ Founders: append ?admin=<your key> to this URL to view the reference โ€” it lists the admin key and the real-names switch, so it stays hidden by default.
๐ŸŽฏ Pitching? Use the Founder pitch cheat sheet โ†’ โ€” destination first, then the step-by-step talk-track (what to say, the decision, the why, and the rebuttal).

Portal URL parameters

Two query parameters unlock founder-only views of the REV.health investor portal. Append them to any portal URL.

1 ยท ?admin=rev-playground-2026 โ€” unlock the Playground

Reveals the interactive Playground (the editable model) and injects its nav link. Without it, the Playground link is hidden and any stray link is removed โ€” so investors never see it.

  • How: add ?admin=rev-playground-2026 to any page URL.
  • Persists for the rest of the browser session (sessionStorage) โ€” once you've used it on one page, you can navigate the whole portal with the Playground unlocked, no need to re-add it.
  • Rotate the password: change ADMIN_KEY in assets/admin.js (then redeploy).

Try it:

Open the Playground โ†’ Any page works (snapshot) โ†’

The gate is a soft, client-side convenience gate (it hides UI, it's not security). Don't rely on it to protect anything truly sensitive.

2 ยท ?realnames โ€” show real competitor names

By default the comparison pages anonymize every competitor (a boot-time pass runs before first paint). Adding ?realnames turns the anonymization OFF and shows the real vendor names and the real-name-gated source links (e.g., the DOJ / Healthcare IT News citations).

Anonymized (default)Real name (?realnames)
EMR + RCM #01athenahealth / athenaOne
EMR + RCM #02eClinicalWorks
EMR #03Elation
EMR + RCM #04NextGen
EMR #05Praxis
  • How: add ?realnames to a comparison page URL (e.g. emr-compare).
  • Per-URL โ€” it is not persisted; each page needs it, and it's easy to drop before showing an investor.
  • Where: the comparison/EMR-compare surfaces. The default (anonymized) is the safe investor view.

Try it:

emr-compare with real names โ†’ default (anonymized) โ†’

Mechanism lives in assets/emr-compare.js (maybeAnon) + the in-<head> boot pass; any JS-injected vendor string must go through it or it would leak.

Combine them

Stack both on one URL: ?admin=rev-playground-2026&realnames โ€” unlock the Playground and show real names at once.

emr-compare ยท admin + realnames โ†’

REV.health โ€” internal founder reference ยท 2026-06-24