Flight Nurse Patient Nurse Advocacy

January 25, 2020

Patient advocacy has been around for many years. In the past, a patient advocate usually meant a member of the family, a good friend, or perhaps a clergyman or pastor. Family members, friends, and others can still fulfill this role. However, it long ago became a position held by people who, while not medically trained themselves, were familiar with the operation of the healthcare system.

//auto update year const currentYear = new Date().getFullYear(); const spanElement = document.getElementById("autoUpdateYear"); spanElement.textContent = currentYear;