Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define domain model #1

Open
tshemsedinov opened this issue Sep 16, 2021 · 3 comments
Open

Define domain model #1

tshemsedinov opened this issue Sep 16, 2021 · 3 comments
Assignees

Comments

@tshemsedinov
Copy link
Member

Here is first version of ERD for domain model. Comments are welcome!

Health ERD

@tshemsedinov tshemsedinov self-assigned this Sep 16, 2021
@ghost
Copy link

ghost commented Oct 8, 2021

All good!

  1. Would introduce the Person model in the role of an individual. The patient may also be a medical professional. You can also link address information to a Person.
  2. One person can work in several organizations, we have it everywhere. The doctor works in a state structure + in a commercial company + still walks privately. We can say that one employee works only in one organization, but then, it would be good to bind employees who are one person to one Person model. By the way, one person can occupy a different set of specializations in different organizations.
  3. The theoretical issue of patient data security. Does the doctor have to see all the diagnoses of all the patients he has prescribed? (although the question is not about the scheme, but where to write is not clear yet).
  4. I did not find a model of the patient's consent to the actions of doctors
  5. The patient may be dependent, it would be nice to have a list of people on whom the decision on the doctor's actions depends.
  6. Well, quite cosmically to attach an electronic signature to various agreements.

google knows english better than me

@tshemsedinov
Copy link
Member Author

Thanks for you contribution but we use English for issues but any language is ok for discussions here: https://github.com/meta-edu/Metahealth/discussions Please translate this or move text to discussions and put here just a link. @dmitryfokin

@ivannomad
Copy link

ivannomad commented Oct 18, 2021

@tshemsedinov please, update ERD domain model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants