infoderm / patients

:face_with_thermometer: Patients meteor app
GNU Affero General Public License v3.0
5 stars 2 forks source link

Allow to store family tree #51

Open make-github-pseudonymous-again opened 5 years ago

make-github-pseudonymous-again commented 5 years ago

Implement as commentable labels

make-github-pseudonymous-again commented 3 years ago

Commentable labels are a good idea for user input purposes. However, the information should not be stored that way. Should have a PatientsRelationships which stores {parent: PatientID, child: PatientId, relation: 'biological' | 'legal'}. User input should allow on-the-fly new patient creation. Should discuss this with user.