Features / Configuration Level / Dashboard

Privacy Mode for the CHIME Dashboard

Privacy Mode allows clinics to display the CHIME Dashboard in a way that reduces the visibility of sensitive patient information when the dashboard is visible to people other than clinic staff and clinicians.


While the CHIME Dashboard normally displays patient context such as names, appointment type, and other details to support clinic workflow, there are situations where this level of detail is not appropriate — for example, when a dashboard is visible in shared spaces or waiting areas. Privacy Mode was created to help clinics maintain patient confidentiality while still using the Dashboard for operational awareness.

How it works

When Privacy Mode is active, the Dashboard continues to update in real time and shows room statuses and other workflow information, but patient identifying details are redacted. Instead of displaying full patient names or appointment context, the CHIME Dashboard will show a more limited view that removes or obscures sensitive information. This makes it suitable for use in areas where patients, family members, or visitors may see the screen.

Enabling Privacy Mode

To enable “Privacy” mode on the CHIME Dashboard simply add the URL parameters below to the end of your CHIME Dashboard URL :

  • To automatically redact patient information, add ?demoMode=true, like so:
    http://example.myclinic.io/clinic/123-main-street/flow?demoMode=true

  • To automatically hide the appointment reason, add ?hideReason=true, like so:
    http://example.myclinic.io/clinic/123-main-street/flow?hideReason=true

These parameters can be used alone or in combination, like so:
http://example.myclinic.io/clinic/123-main-street/flow?demoMode=true&hideReason=true