Skip to content

A Simple API for Patient-Controlled Health Data Aggregation, Sharing, and Monetization

License

HumanFS/human-file-system-sdk

Repository files navigation

The Human File System SDK

A Simple API for Patient-Controlled Health Data Aggregation, Sharing, and Monetization

The Human File System Collective Superteam DAO is a collective of separate HackFS teams cooperating to accelerating clinical discovery and reduce suffering.

Together, we are creating a set of interoperable software libraries that can be used independently to create user-accesss controlled digital twins on the blockchain.

The libaries can be used independently, but will all be included in the HumanFS SDK.

❓ Why in the hell are you doing this?

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

  1. creating thousands of OAuth2 data connectors
  2. running a bunch of importer cron jobs on AWS.

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.

🌈 Get Involved

Are you or your team working on some aspect of this? Then join us on Discord so we can coordinate and avoid duplication of effort.

👨‍🏫 You can also contribute to a task on DeWork

👩‍💻 Useful resources

📚 Libraries Used

Data Storage, Authorization and Sharing - Lit Programmable Key Pairs (PKPs) for access control over protected health information (PHI) with data storage on Ceramic. XMTP (Extensible Message Transport Protocol) is an open protocol and network for secure, private messaging between patients and physicians.

Libraries TODO

  • Zero Knowledge Unique Patient Identifier Key in a Soul Bound NFT - For patients, owning an NFT of their medical data would be like creating a sentry to guard that personal information. The NFT would act as a gatekeeper, tracking who requested access, who was granted access, and when—and record all those actions publicly.
  • Federated Learning - Fluence to perform decentralized analysis of human generated data from applications and backends on peer-to-peer networks
  • Proof of Humanity - The Proof of Attendance Protocol for Sybil Resistant data collection, ensuring that robots aren't selling fake health data.
  • Reward open-source health innovation - Valist to reward public good open-source health technology innovations using Software License NFTs and proof of open-source contribution.
  • Querying specific health data - Tableland for querying the HumanFS for specific data types and time periods.
  • NFT Health Data Marketplace - NFTPort for minting data sets that can be sold to pharmaceutical companies in a health data marketplace.
  • On-Chain Analytics - Covalent for Health Data NFT marketplaces, On-Chain Analytics / Dashboards, Health Data Wallets, Health Data Asset tracking, and ROI for NFT generation and sales.

About

A Simple API for Patient-Controlled Health Data Aggregation, Sharing, and Monetization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published