Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.55 KB

DESIGN.md

File metadata and controls

27 lines (22 loc) · 1.55 KB

Implementation

There are three main parts of the Medical Colony:

  • Condition (a task in Colony)
  • Diagnoses (task solutions)
  • Medical professionals, researchers, etc. (task evaluators and workers)

Condition Enquiry

Contains a description, symptoms, and information about an unknown condition, possibly including images or what doctors theorized it could possibly be. Once an enquiry is submitted, it may be matched with an already existing condition based on supplied information. However, additional information can be requested if the matched condition / diagnoses does not fully match.

Task Details

  • Deliverable: Diagnoses, causes, additional information, alternative symptoms, etc.
  • Due date: Never? Few months?
  • Payout: Funded by condition holder / family or by community, research institute, etc.
  • Domain: Physical, psychological, etc.
  • Skills: Orthopedics, nervous system, etc.

Diagnosis Submission

Many different individuals or groups may collaborate together on figuring out what the condition is and what the causes may be. The network would also encourage collaboration and provide positions for different specialties, such as a neurosurgeon providing biological possibilities and data scientists / machine learning algorithms to provide statistical analyses.

Submitters:

  • Open the doors for anyone to contribute
  • Allow the evaluators to rate contributions
  • Provide integrations into existing solutions such as WebMD or Wikipedia

Workflow Overview

Overview