You will click to play Jan Klein, RN. Work your way through the brief videos, choosing the best response as the RN assisting in research.
https://ori.hhs.gov/TheResearchClinicVideo/
Upon completing the videos, you will submit a Word file that summarizes the essential elements of informed consent, special populations that require special legal and ethical research considerations, and the nurse’s role in advocating for the patient in research situations. Also, provide a summary of your personal thoughts on Jan’s actions during the activity.
Objectives
Understand the history behind the development of Human Subjects Protection guidelines
To identify and describe the three principles of ethical human subjects research identified in the Belmont Report
To identify risks associated with participation in research and appropriate protections against risks, vulnerable populations that need specific protections, and situations in which research involving humans is exempt from regulatory requirements
Identify the essential elements of an informed consent form
Describe the nurse’s role as patient advocate in research situations
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

