1
My question is this: I have to design a system for a healthcare institution that has internal doctors. There are users, and each user has an internal doctor. Each user also has family doctor of the SNS.
A doctor can be an internal doctor and a family doctor, a user can have doctors of different types and in some situations the same doctor can be both types to the user.
I have drawn the following picture of the options I can think of. Which do you think is best to implement? Any suggestions other than those presented?
Thank you
But all structures seem to be totally different from each other, personally I would go on the first
n:m
(many for many). But you can’t be sure which goal, because they all seem to have different purposes (at least for me)– Guilherme Nascimento