Is this sort of function possible?

Hi guys,

Hopefully this makes sense,
I’m curious if it’s possible to create a database of short videos (stretches/exercises) and then somehow allocate certain videos to certain members on ones site?
Basically we have a collection of short videos/instructional demos we’ve filmed, and often need to send specific videos to different patients for their rehab - if our patients created a members account on our Editor X site, would this sort of thing be possible?
Where all videos are kept uploaded for us via a database/content manager or something, but only certain patients are able to see certain videos based on what we choose for them to see?
We’re really struggling to find a straight-forward way for us to send these little videos to patients (without sending YouTube links etc, and it’s a tough one as every patient has different needs), would be amazing if it’s possible to somehow share only specific videos to patients just via our site.
Any thoughts or suggestions greatly appreciated!
Thanks!

yes, possible. If you have a collection that has say two fields to be simple and they are video and patientComplaint. You would have a video for hip problems and the patientComplaint would store the value of “HIP”. Then you just do a query. There are other ways as well. You could even customise emails with links to the videos. When a patient logs in all they see are HIP videos. This is a really basic approach, but just an example to show you it is possible.
Good luck!