jmandel / vaxx.link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 81.0%Language:HTML 10.7%Language:JavaScript 5.9%Language:CSS 1.6%Language:Shell 0.4%Language:Dockerfile 0.3%