Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 850 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 850 Bytes

SMART Health Links Demo

Server

  • Demo hosted at https://api.vaxx.link
  • Allows external consumer apps to create a SHL and add files to it
  • Allows SHL clients to connect and pull data from any active SHL

UI

  • Demo hosted at https://demo.vaxx.link
  • 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

  • Deployed viewer app hosted at https://demo.vaxx.link/viewer
  • Deployed library hosted at https://demo.vaxx.link/viewer/index.js
  • Generic library that supports
    • Inspecting a SHL with the .flags({shl: "shlink:/..."}) function
    • Connecting to a SHL with the .connect({shl: "shlink:/..."}) function
    • Pulling data from a SHL with the .pull(connection) function