1 Password + AI for Health
Convert all your Blood Tests, MRI Scans, TK Scans, After Visit reports, Hospital Admission Reports to JSON, safely store in the cloud and discuss, annotate, translate it with AI.
Doctor Dok is a secure storage, digitization, sharing and AI discovery platform for all your family and/or folders health data.
All health history - digitalized - accesible anywhere from Mobile or Desktop. Using AI you may translate your health records to one of 50+ languages - making abroad health services more accesible.
Doctor Dok uses AI to OCR even a hardly readable photo of your healt documents. Then stores it in cloud with Zero Trust Security architecture (no body but You can decrypt the data).
Chat GPT, LLama 3.1 and other Ollama supported AI models available.
Doctor Dok is not intended for B2C/P use cases as, due to its AI features, it requires a proper Medical Device compliance and certification process. AI Chat in the app is secured on the prompt level (for not giving any harmful recommendations, including second opinions from different AI Models). However, AI might hallucinate, and to make it B2C-ready, this app will require someone to take care of this process from a medicine standpoint.
Therefore, we are super open to any person or company willing to develop their own product or service based on the Doctor Dok technology platform. It's business-friendly and MIT-licensed. Please contact us if you're interested in this scenario or require any support: https://doctordok.com/contact.
NEVER rely on the output of the language models supported in the application (ChatGPT, LLama 3) for making decisions in your healthcare! It's designed strictly for research purposes only and may contain errors or provide misleading information due to its nature as an AI-powered tool. Consult qualified medical professionals before taking any action based on the information provided herein.
Using AI Chat one might analyze years of medical history within seconds self-formulating second opinions, checking possible treatments, checking medicine co-inferences etc.
You can host Doctor Dok on your own because it's MIT Licensed Open Source. You might also want to give it a try in a hosted, fully secured, end2end encrypted environment by registering to beta tests on https://doctordok.com. You'll get AI tokens + free hosting for your health data.
WARNING: NEVER rely on the output of the language models supported in the application (ChatGPT, LLama 3) for making decisions in your healthcare! It's designed strictly for research purposes only and may contain errors or provide misleading information due to its nature as an AI-powered tool. Consult qualified medical professionals before taking any action based on the information provided herein.
- Digitalize all your health data - even poor scans, converts it to JSON structuralized data,
- Fully secured Data import and export (ZIP archives, created inside your Browser - end 2 end encryption)
- Interactive chat mode,
- Advanced filtering,
- Data timelining according to record contents (real examination dates etc)
- Support for advanced data processing - like conversion from/to FHIR,
- Chat with AI with selected or All your health records in the context,
- Translate your records to more 50+ languages,
- Chat GPT, LLama 3.1 and other Ollama supported AI models support,
- Tesseract OCR as an alternative OCR supported,
- PDF, PNG, JPG, TIFF, Text support,
- Standarized JSON data format storage,
- Multi page attachments support,
- Supports All types of medical records: Blood results, MRI Scans, RTG Scans, After-Visit reports ...
- Multi Folders support,
- PII (Personaly Identifiable Information) removal using AI or Blacklisting,
- End 2 End data encryption - read about the architecture
- Safe sharing within your family, with your physician etc - using Sharing Key feature,
- Access from Mobile or Desktop,
- Dark and Light themes supported,
- Full Rest API with JWT authorization for managing
folders
,patinet-records
,encrypted-attachments
, ai integrations and so on. - 100% TypeScript, Next JS, React + Shadcn-ui tech stack.
- End user - using Doctor Dok as health Vault + research tool for "AI in Health",
- Med provider - using Doctor Dok as secure framework - an EHR with per-patient secure folder sharing,
- Med tech - using Doctor Dok as a framework for product development, AI experiments etc.
Doctor Dok includes a powerfull Web API for building health-related apps including end 2 end encryption features. Read the docs here.
Doctor Dok uses standarized JSON format to which parses all input health records. By doing so it opens a way for all exciting new features like data summarization, diagraming, data compression, taking even years long health history into AI context. Things that previously were very difficult or even impossible for human beings.
All the health records (including file attachments) are encrypted in the browser before sending to the server. Your private key is never exchanged with the server. Therefore there's no way to access, take over or modify the data. The only exception is if you decide to use Chat GPT which is powering data-parsing, summary, context and conclusion making processes. Even if so, you're up to enter your own Chat GPT API key and the data is being sent directly from your browser to chatGPT subject to OpenAI privacy policies.
Virtually no external dependencies. This app uses SQLite to store per-user database of folders and health records. To start the app just run:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To use AI features make sure you set your chat GPT API Key in the settings.
Available ENV settings (overrides the UI settings):
export const ENV_PROVIDED_CONFIG = {
chatGptApiKey: process.env.NEXT_PUBLIC_CHAT_GPT_API_KEY,
displayAttachmentPreviews: process.env.NEXT_PUBLIC_DISPLAY_ATTACHMENT_PREVIEWS,
ocrProvider: process.env.NEXT_PUBLIC_OCR_PROVIDER,
ocrLanguage: process.env.NEXT_PUBLIC_OCR_LANGUAGE,
ollamaUrl: process.env.NEXT_PUBLIC_OLLAMA_URL,
ollamaModel: process.env.NEXT_PUBLIC_OLLAMA_MODEL,
llmProviderChat: process.env.NEXT_PUBLIC_LLM_PROVIDER_CHAT,
llmProviderParse: process.env.NEXT_PUBLIC_LLM_PROVIDER_PARSE,
llmProviderRemovePII: process.env.NEXT_PUBLIC_LLM_PROVIDER_REMOVE_PII,
piiGeneralData: process.env.NEXT_PUBLIC_PII_GENERAL_DATA
}
Extract key patient data points for comprehensive health timelines. Identify potential gaps in care or follow-up needs.
Capture and categorize clinician observations. Correlate subjective findings with objective data points.
Standardize diverse hematology reporting formats. Flag unusual cell populations or counts for specialist review.
Extract key findings from narrative reports. Organize biopsy results for easy review and comparison.
Standardize antibody test results across different assays. Monitor immune status changes over time.
Track electrolyte balance over multiple tests. Alert to rapid changes or consistent imbalances.
Calculate and track kidney function metrics over time. Highlight trends that may indicate declining renal function
Extract key findings from narrative radiology reports. Link report data with actual images for comprehensive review.
Organize culture results and antibiotic sensitivities. Track pathogen prevalence and antibiotic resistance patterns.
Convert unstructured lab reports into structured data. Flag abnormal values and suggest relevant follow-up tests
Track biomarker fluctuations across time. Alert to significant changes that may indicate need for intervention.
Quantify immune response markers. Track immunological changes in response to treatments or interventions.
Compile chronological health events from various documents. Identify potential risk factors based on historical data.
Normalize CBC data across different lab formats. Visualize trends in blood cell populations over time.
Monitor liver enzyme trends. Flag patterns indicative of potential liver stress or damage.
Integrate various metabolic markers for a holistic view. Suggest lifestyle or dietary changes based on metabolic trends.
Standardize urinalysis results from different lab formats. Track changes in urine composition over time.
Structure complex genetic data into interpretable formats. Identify potential genetic factors relevant to current health status.
Doctor Dok is released under MIT license.