Hello,
 
I have a landing screen were buttons guide the users to different screens.  However, not every user should be able to click every button.  For example: A nurse should not have access to a client's medical file (screen1) and a doctor's access to the medical inventory file (screen2) should be restricted.  Both screens are in the same capsule.  The nurse and the doctor have the same database access profile, so I want to handle the user's access within the capsule.
 
Does anyone have had a similar case or share best practice how to approach this?
 
Thank you in advance