JupyterHealth Exchange is a Django web application that facilitates the sharing of user-consented medical data with authorized consumers through a web UI, REST, and FHIR APIs.
In the context of JupyterHealth, data producers are typically study participants (FHIR Patients) using the CommonHealth Android App linked to personal devices (e.g., Glucose Monitors), and data consumers are typically researchers (FHIR Practitioners).

Features¶
- OAuth 2.0, OIDC, and SMART on FHIR Identity Provision using django
-oauth -toolkit - FHIR R5 schema validation using fhir.resources
- REST APIs using Django Rest Framework
- Built-in, lightweight Vanilla JS SPA UI (npm not required) using oidc-client-ts, handlebars, and bootstrap
Status¶
This project is currently in a Proof of Concept stage. You can monitor progress in our GitHub Project.