It is possible to have many different pages for the same object. You could do something like, from the base page, check the user role and then redirect to some version of the page for that role. However, that could get messy and would likely be easier to just have tabs for each role that show/hide as needed.
It's also possible to create pages based on database views, so in theory you could have entire sections of the same data tailored to different roles as well, but that sounds like an unnecessary amount of work, especially since you'd have to update the views every time a new field was added to the object.
If it's based on a field such as a "Type" it can all happen in the same way that it did for classic pages - that is implemented in Freedom UI.