A Simple API for Patient-Controlled Health Data Aggregation, Sharing, and Monetization
A set of interoperable software libraries that can be used independently to create user-access controlled digital twins on the blockchain.
The libraries can be used independently, but will all be included in the HumanFS SDK.
There are 350k health apps containing various types of symptom and factor data. However, the isolated data's relatively useless in all these silos. In order to make clinical discoveries, all the factor data needs to be combined with the outcome data.
Web2 Problem
The web2 solution to combining all this data is a nightmare of
Web3 Solution
User auth/databases/key management/access control/3rd party OAuth tokens abstracted away by a single, easy-to-use API
i.e.
Pain Tracking App A:
db.collections.create('Arthritis Severity', timeSeriesData);
Diet-Tracking App B:
let timeSeriesData = db.collections.get('Arthritis Severity');
⇒ Making it possible for Diet-Tracking App B (and/or Pain Tracking App A) to easily analyze the relationship between dietary factors and Arthritis Severity using causal inference predictive model control recurrent neural networks.