Write a research paper addressing the topic of What are the Infection Prevention and Control Policies and Procedures?To choose an appropriate topic for your Clinical Policy/Issue Paper, it would benefit students to carefully review the document “Course Progression and RN-BSN Capstone.” You will find this document under modules at the very bottom titled “RN-BSN Program.” The topic should represent process improvement problems in the clinical are where you have requested to complete your RN-BSN Capstone project. Note: students will not be allowed to have direct patient contact for these projects. Examples would include (but not limited to) topics that involve:
policies that are unclear and/or outdated and need to be revised
issues for which there is no current policy and a policy needs to be created and present to the facility practice committee
issues for which it has been determined that staff are inadequately trained and need an educational offering
issues for which training is outdated and staff need an educational offering as a refresher
issues for which there are adequate and current policies but those policies are not being followed and staff need educational offerings with evidence to support the need for following the policies.
Your Clinical Policy/Issue Paper should be completed according to the following guidelines. The paper should include a title page followed by the sections presented in the Healthcare Policy Written Assignment Grading Rubric (Introduction paragraph that includes a clear purpose statement, sub-headings: Setting, Identification/Definition of Policy/Issue Problem, Statement of Current Policy/Issue Guidelines, Scope of the Problem, Conclusion. A minimum of five, current, professional, peer-reviewed, research references are required.)
APA 7th Edition formatting must be followed. NO ABSTRACT is to be included in the paper.
Information about the A-State Online Writing Center is under the “Resources” module. They can set up appointments to review your paper and provide feedback.
The template provided below is an outline and explains what is needed in each section of the paper. Please ensure you are using the template in combination with the rubric to earn optimal points.
The policy I picked is infection control. If you find something with more information. We can change it. Arkansas is the state
5 nursing journals within the last 5 years
APA 7th edition format
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 });