rejoin venturesLIMITED LIABILITY COMPANY

Admissions Workflow Demo

Keep the next update
easy to find.

A practical demonstration of organizing an admissions census and maintaining useful follow-up information.

The problem

Admissions work involves more than a list of names. Updates arrive over time, admission episodes need to stay distinct, and another person may need a readable handoff.

What I built

A workflow prototype for adding admissions, recording dated updates, tracking discharge information, and filtering an active census. This browser demonstration includes authored examples so visitors can explore the workflow immediately.

The original application also implements Excel coverage imports and a local desktop database. The public demo focuses on fictional record handling and an export preview.

Decisions that matter

  • Keep updates dated. Follow the record’s history without replacing earlier notes.
  • Preserve admission episodes. A later admission is a separate event.
  • Make handoffs readable. Inspect the census and its updates before exporting.

A practical testing example

Saving should match where the app runs.

The browser version initially showed a failure message after successfully saving locally, because it also tried to call desktop storage. The repair separates the browser path from the desktop path while keeping genuine storage failures visible.

Try it

Open a sample record, add a fictional update, choose a hospital filter, and inspect Export Preview. Use Reset demo to return to the original examples.

Open the admissions demo ↗

Use fictional information only. Changes stay in the open page and reset on reload. This demonstration has no EHR connection or shared clinical database, and is not intended for patient care.