Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmandel/vaxx.link


https://github.com/jmandel/vaxx.link

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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