/smart.health.links

Fork of Josh Mandel's Smart Health Links demo

Primary LanguageTypeScript

SMART Health Links Demo

Server

UI

  • Demo hosted at https://smart-health-links-ui.cirg.washington.edu
  • Simulates a state immunization portal or consumer health wallet UX
    • Comes with a built-in set of immunizations (synthetic data for a school-age child)
  • Connects to server component for backend storage

Client

Docker

The server, UI and client containers are managed by docker compose.

From the project root, run

docker-compose build && docker-compose up -d