Reflective Journal Assignment
Write a paper addressing the following questions. APA-formatted references are required. Each question response should be a minimum of 175 words and free of grammatical errors.
For this assignment, you will need to access the Future of Nursing Report: https://www.ncbi.nlm.nih.gov/books/NBK573919/Links to an external site.
As you continue your nursing program, you are asked to discuss and reflect on the Future of Nursing Report and your nursing school journey.
According to the Committee for the Future of Nursing 2020-2030 report, the vision of the initiative is the achievement of health equity in the U.S. built on strengthened nursing capacity and expertise as outlined in the 10 nursing outcomes found in Box S-1 of the report. Identify one outcome and describe how you believe the nursing program and your clinical experience at Nightingale College will prepare you to contribute to that outcome.
Additionally, the Future of Nursing report categorizes social determinants of health (SDoH): Economic Stability, Education, Social and Community Context, Health, and Healthcare, and Neighborhood and Built Environment. Please review the information in the FON report for SDoH and discuss how you will be prepared, as a nurse, to address those healthcare needs. Describe how you will use your education and skills to promote the achievement of health equity.
Reflect on how your knowledge/views/opinions have changed or remained the same since starting your education at Nightingale College.
Think about your future nursing practice. How will you use nursing knowledge to champion health promotion, disease prevention, and chronic disease management?
Reflective Journal Assignment Rubric
Reflective Journal Assignment Rubric
Criteria Ratings Pts
This criterion is linked to a Learning OutcomeQuestion 1
20 pts
Exemplary
The learner’s response is a minimum of 175 words. The learner identifies one outcome and describes how the nursing program and their clinical experience at Nightingale College will prepare them to contribute to that outcome.
14 pts
Proficient
The learner’s response is a minimum of 125 words. The learner identifies one outcome and/or describes how the nursing program and their clinical experience at Nightingale College will prepare them to contribute to that outcome.
7 pts
Developing
The learner’s response is a minimum of 75 words. The learner identifies one outcome and/or describes how the nursing program and their clinical experience at Nightingale College will prepare them to contribute to that outcome.
0 pts
Does not meet expectations
The learner’s response less than 75 words or does not answer the question.
20 pts
This criterion is linked to a Learning OutcomeQuestion 2
20 pts
Exemplary
The learner’s response is a minimum of 175 words. The learner discusses how they will be prepared, as a nurse, to address those healthcare needs. The learner describes how they will use their education and skills to promote the achievement of health equity.
14 pts
Proficient
The learner’s response is a minimum of 125 words. The learner discusses how they will be prepared, as a nurse, to address those healthcare needs and/or the learner describes how they will use their education and skills to promote the achievement of health equity.
7 pts
Developing
The learner’s response is a minimum of 75 words. The learner discusses how they will be prepared, as a nurse, to address those healthcare needs and/or the learner describes how they will use their education and skills to promote the achievement of health equity.
0 pts
Does not meet expectations
The learner’s response less than 75 words or does not answer the question.
20 pts
This criterion is linked to a Learning OutcomeQuestion 3
20 pts
Exemplary
The learner’s response is a minimum of 175 words. The learner reflects on how their knowledge/views/opinions have changed or remained the same since starting their education at Nightingale College.
14 pts
Proficient
The learner’s response is a minimum of 125 words. The learner reflects on how their knowledge/views/opinions have changed or remained the same since starting their education at Nightingale College.
7 pts
Developing
The learner’s response is a minimum of 75 words. The learner reflects on how their knowledge/views/opinions have changed or remained the same since starting their education at Nightingale College.
0 pts
Does not meet expectations
The learner’s response less than 75 words or does not answer the question.
20 pts
This criterion is linked to a Learning OutcomeQuestion 4
20 pts
Exemplary
The learner’s response is a minimum of 175 words. The learner reflects on how they will use their nursing knowledge to champion health promotion, disease prevention, and chronic disease management.
14 pts
Proficient
The learner’s response is a minimum of 125 words. The learner reflects on how they will use their nursing knowledge to champion health promotion and/or disease prevention, and/or chronic disease management.
7 pts
Developing
The learner’s response is a minimum of 75 words. The learner reflects on how they will use their nursing knowledge to champion health promotion and/or disease prevention, and/or chronic disease management.
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 });