Skip to content

Instantly share code, notes, and snippets.

@arpitr
Last active June 13, 2025 11:44
Show Gist options
  • Save arpitr/86e02a4869f6d9751d99b3cd9751b8b5 to your computer and use it in GitHub Desktop.
Save arpitr/86e02a4869f6d9751d99b3cd9751b8b5 to your computer and use it in GitHub Desktop.
Teams Roles Journey
Government - Build and maintain the entire secured digital infrastructure.
- Define regulations and compliance.
- Enforce Labs, Hospitals to integrate with centralized EHR system.
- Create an enabling ecosystem for health tech startups to innovate using open standards.
Users - Users are the owners of medical data. They will have full control on their data. They can extend access to labs, hospitals to create, read records on behalf of them and define access duration. They can revoke access whenever they want.
- Users can access historical records.
- Users can see the health patterns, alarming trends and predictions.
- Users can register via mobile or web, verifying identity through Aadhaar-based eKYC or DigiLocker authorization. Facial biometrics can be captured and matched with Aadhaar records for added validation.s.
- A Unique Health ID (UHID) is generated and linked to Aadhaar, if not already associated..
- Users can retrieve past health records, upload new ones, and view personalized health trends and predictive insights.
- From within the app, users can securely grant labs and hospitals access to their records, with fine-grained control over create, read, update, and delete (CRUD) permissions.
Labs - Labs will largely be uploading the medical records.
- Adhere to format and data sufficiency as regulated
- Labs can use the web platform or can integrate their systems with centralised EHR via REST interface.
- Labs can register themselves to get Lab ID.
- Lab can request access by UHID which can generate and send unique link to UHID owner, link can be used to access grants.
- Lab can upload records after access is granted
Hospitals - Hospitals will largely be uploading the medical records.
- Adhere to format and data sufficiency as regulated
- Labs can use the web platform or can integrate their systems with centralised EHR via REST interface.
- Labs can register themselves to get Lab ID.
- Lab can request access by UHID which can generate and send unique link to UHID owner, link can be used to access grants.
- Lab can upload records after access is granted
R&D Ecosystem - Healthcare startups.
- Health Research Institutes
- Access to anonymoized selective data set to conduct research in Healthcare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment