Patient Name on header?

Does anyone know where I can find the code for the header where the patient name is display after selecting one from the patient finder? I have attached an image.
patient_name

interface/main/tabs/templates/patient_data_template.php

Careful as can be a little tricky and knockout is involved!

Thank you very much!!

So here’s the issue I’m having. I created a new screen which loads fine. In the demographics.php file I have a link that takes you to “/interface/forms/vitals/templates/vitals/vitals_table.php?pid=<?php echo $_GET['set_pid']; ?>" onclick="top.restoreSession()” however when I click on the Patient link within the header part it does not pass the patient ID like it usually does. I’m I missing a param and how can I make sure that the patient ID is being pass when I click on the Patient link within the header?