Topic: Diabetes
Introduction – Overview of the pathophysiology of your selected disease – Overview of the effect of the disease on organ system #1 (select an organ system separate from the primary disease process – so if you’re using COPD, don’t discuss the respiratory system – this will be covered in the pathophysiology part above). – Overview of the effect of the disease on organ system #2 (again, select an organ system separate from the primary disease process). – Patient education – you will select a patient education handout from a reliable source – you do not need to create your own! So, for hypertension, you might go to the American Diabetes Association and find a good handout that relates to your topic – for Diabetes. You will review it for cultural and literacy appropriateness, based on the information you’ve learned in the class. You’ll need to include the SMOG score as well – you can use any online calculator/tool to get the SMOG score – there are dozens available just by typing “SMOG score” into any search engine. –
Criteria
Disease/pathophysiology – 3 paragraphs clearly and thoroughly describing the selected disease process.
Organ system #1: 3 paragraphs clearly and thoroughly identifying and describing the disease’s effect on the selected organ system.
Organ system #1: 3 paragraphs clearly and thoroughly identifying and describing the disease’s effect on the selected organ system
Patient education (cultural/health literacy ;
Clear and thorough overview of selected patient education handout. – Handout is from an appropriate (reliable) source. – SMOG score is included. – Health literacy appropriateness is discussed, including review of SMOG score, and recommendations for revisions are made as appropriate. – Cultural appropriateness is discussed, with multiple examples, and recommendations for improvement are made as appropriate.
ONE THE REFEENCES: American Diabetes Association website
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 });

