Select a disease that you find interesting and wish to know more about.Select a suitable Word template that will help you present the information to your patients in a well-organized and attractive way.TIP: Word templates are available when you first open Word or when you select New from the File menu. Search for “brochure” or “flyer” to find a suitable design for your pamphlet.Use a minimum of 2 credible sources* that describe the disease you have selected. Include a variety of resources, such as a scholarly journal article, a magazine or newspaper article, or a web resource. Your sources must be credible sources. You can utilize the Rasmussen Library.Cite these resources throughout the pamphlet and include a references section at the end of the pamphlet. Use proper APA formatting for citations and references. For help with formatting your references and citations, see the APA guide.Explain the disease as clearly as possible, using appropriate professional language, terminology, and level of detail for your audience. Be creative in your presentation and include pictures and diagrams to support your patients’ understanding.Include the following information:Standard informationDescription of the diseaseSigns and symptoms of the diseaseCommon causes of the disease (chronic, etc.)Answers to common patient questionsHow is it treated?What medications are used to treat it?Are any procedures associated with its treatment? If so, what preparation is involved for the procedure?
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 });