@Mike H5
Just to supplement what Sam says, because he is correct, here's how you debug this issue.
First note the Shared Asset "ExamLeanBeds"

The Number with the red dot around it indicates that there is a request pending on these beds; 5 wants a bed from this group, but can't get one because of the number represented by the green dot. This number means that there are 4 patients using this resource and the green lines lead you to the tokens that represent these patients in the 3D.
If you look at the properties for these patients:

You will see in their Locations label that they each have two beds acquired, one from ExamLean and one from ExamGen. So like Sam said, it doesn't matter that they aren't in that Bed, they own it because they haven't released that location yet. In your flow you don't have them reaching a release for ExamLean until it's time to leave, so you need to change where the release activity is reached.
In my opinion you also need to change whether or not all patients need to acquire the ExamLean beds because patients that go down the "Yes" path on the Decide activity "Before 10am?" never go to those locations anyway.