biologio / biolog

The main Meteor app for biolog.io
MIT License
3 stars 0 forks source link

Patient management system #18

Closed dpdonohue closed 9 years ago

dpdonohue commented 9 years ago

Display the name of the current patient in top center of header bar Tapping it allows the user to select a different patient, or create a new one. Store the patient as a Session variable : "biolog.patient"

Default patient is added upon creation of account, for the self.

We will want to collect some key info for each patient: Biological Gender Date of Birth location of residence - City and Province and Country

We need a new schema: Patients Use Orion to create this. Needs a field: data which is black box, allowing for various health facts to be added.

dpdonohue commented 9 years ago

Moving this to Dipak. I changed my mind about new schema for patients. We will keep patients in the Entities schema.

dpdonohue commented 9 years ago

The new workflow is more like Facebook: 1 user has 1 account. The current selected patient is for now always the current user. We will later think about doctors/providers/parents switching between the health record of different patients.