Write an informal presentation (500-700 words) to educate nurses about how the practice of nursing is expected to grow and changes.Write an informal presentation (500-700 words) to educate nurses about how the practice of nursing is expected to grow and changes.

1. Write an informal presentation (500-700 words) to educate nurses about how the practice of nursing is expected to grow and changes. Include the concepts of continuity or continuum of care, accountable care organizations (ACO), medical homes, and nurse-managed health clinics. 2. Share your presentation with nurse colleagues on your unit or department and ask them to offer their impressions of the anticipated changes to health care delivery and the new role of nurses in hospital settings, communities, clinics and medical homes. 3. In 800-1,000 words summarize the responses shared by three nurse colleagues and discuss whether their impressions are consistent with what you have researched about health reform. 4. A minimum of three scholarly references are required for this assignment. While APA format is not required for the body of this assignment, solid academic writing is expected and in-text citations and references should be presented using APA documentation guidelines, which can be found in the APA Style Guide, located in the Student Success Center.

Outline and explain ethical theories and then apply that knowledge to how organizations would function were they to adopt those ethical principles.

Week One Journal Objective You will outline and explain ethical theories and then apply that knowledge to how organizations would function were they to adopt those ethical principles. In addition, you will also examine punishments for corporations and present your own ideas about the relationship between ethical demands on business entities vs. those on individuals in society. Instructions In this assignment you will reflect on the topics of Week One and apply them to an analysis of ethical paradigms. You will be asked to respond to two prompts below. The first asks you to explain three of the ethical philosophies you encountered in Chapter 1 of Introduction to Business Ethics, and then determine how companies that abide by these policies would act. In the second prompt, you will be asked to explain various punishments that can be given to corporations and the behaviors that are ethically dangerous to corporations. Please answer all questions in detail. Because this journal is worth 5% of your final grade, there is a high expectation for your participation. Grades for the journals are based on content, critical engagement, quality of reflection, and detail. Please submit the completed journal via the Assignment Basket found in the Week One Journal tab on the left navigation toolbar by Day 7. Organizations Select a Not-For Profit and a For Profit organization you would like to study. These will be the organizations that you will be focusing on throughout the course so be sure to choose organizations that you find interesting and that you think will be engaging as you learn about the ethical climates of these organizations. Place the Name of the Not-For-Profit Organization here: Place the name of the For-Profit Organization here: Reflection Prompts Please think about and answer the following prompts. These reflections will not be graded on grammar and syntax, but on the depth of critical reflection and the analysis that composes your answers. Utilize this space to gather information and notes that you think will aid in your analysis of business ethics. Reflection Prompt #1 Summarize three of the ethical theories that are explained in Chapter 1 of Introduction to Business Ethics. Explain how people running businesses would construct their companies if they utilized these ethical theories. For example, you might personally think that people should act to increase the overall happiness for the greatest number of people (utilitarianism). You would explain utilitarianism and then explain how a company based in utilitarian ethics would function. In other words:  How would they utilize their resources and profits were they to become successful?§ How would they manufacture their products? § How would they treat their employees? How would they treat their customers? § What products would they make? § Reflection Prompt #2 Analyze three of the punishments that corporations undergo when they have acted unethically (i.e., name them, define them, explain what they are). In addition, explain three threats to running an ethical corporation. Finally, from your own perspective, explain whether or not a corporation should have to function by the same codes of morality that individual people in society have to abide by or if they should be allowed to get away with certain actions that people in society cannot get away with.

What actions do you need to take to achieve your academic goals?

What actions do you need to take to achieve your academic goals? • When will you start? • How will you stay focused on your goals and plans? Identifying and Setting up a Support System • Who can help you identify your strengths and your areas for improvement? • Who can help hold you accountable? Setting Milestones • What time frame have you established for reaching each of the items on your action plan? • How often will you assess your progress? Please submit your assignment. Be sure that your reflection paper is written using Times New Roman, 12-point font, double spacing, and is created using Word.

Shipping Efficiency Query

Shipping Efficiency Query

You will create a query to calculate the number of days between the date an order was placed and the date the order was shipped for each order. The result of your work will be a list of orders that took more than 30 days to ship. The salespeople will be required to review the records and report the source of the delay for each order. The CEO feels there may be issues with one of the shipping companies, and would like data to back that up.

  • a.Create a query using Query Design. From the Customers table, include the fields CompanyName, ContactName, ContactTitle, and Phone. From the Orders table, include the fields OrderID, OrderDate, and ShippedDate.
  • b.Run the query and examine the records. Save the query as Shipping Efficiency.
  • c.Add a calculated field named DaysToShip to calculate the number of days taken to fill each order. (Hint: The expression will include the OrderDate and the ShippedDate; the results will not contain negative numbers.)
  • d.Run the query and examine the results. Does the data in the DaysToShip field look accurate? Save the query.
  • e.Add criteria to limit the query results to include only orders that took more than 30 days to ship.
  • f.Add the Quantity field from the Order Details table and the ProductName field from the Products table to the query. Sort the query by ascending OrderID. When the sales reps contact these customers, these two fields will provide useful information about the orders.
  • g.Add the caption Days to Ship to the DaysToShip field. Switch to Datasheet view to view the results. Adjust column widths as necessary.
  • h.Save and close the query.

Order Summary Query

The CEO is considering the financial impact of discounts. She asked for a query showing the employee name, number of orders they have taken, and the total discount amount they have given customers. She hopes to see if there is a correlation between the discount offered and the number of sales.

  • a.Create a query using Query Design and add the Orders, Order Details, Products, and Customers tables. Add the fields OrderID and OrderDate from the Orders table. Set both fields’ Total row to Group By.
  • b.Add a calculated field in the third column. Name the field ExtendedAmount. This field should multiply the quantity ordered (from the Order Details table) by the unit price for that item (from the Products table). This will calculate the total amount for each order. Format the calculated field as Currency and change the caption to Total Dollars. Change the Total row to Sum.
  • c.Add a calculated field in the fourth column. Name the field DiscountAmount. The field should multiply the quantity ordered, the unit price for that item, and the discount field (from the Customers table). This will calculate the total discount for each order. Format the calculated field as Currency and add a caption of Discount Amt. Change the Total row to Sum.
  • d.Run the query. Examine the results. Most customers should have a discount of 10% of the total dollars, but some customers will have no discount. Save the query as Order Summary. Return to Design view.
  • e.Add criteria to the OrderDate field so only orders made between 1/1/2016 and 12/31/2016 are displayed. Change the Total row to Where. This expression will display only orders that were placed in 2016.
  • f.Run the query and view the results. Adjust column widths as necessary. Save and close the query.

Order Financing Query

The CEO would like the salespeople to discuss financing with customers. In order to do so, she would like you to create a query showing the impact on price for prior orders. This way, the reps can give customers a comparison with an order they have already placed. For the moment, she is considering a 5% interest rate, paid over 12 months. She would like you to leave the results as negative numbers.

  • a.Create a copy of the Order Summary query named Order Financing.
  • b.Open the Order Financing query in Design view and remove the DiscountAmount field.
  • c.Add a new field using the Expression Builder named SamplePayment. Insert the Pmt function with the following parameters:
    • •Use .05/12 for the rate argument (5% interest, paid monthly).
    • •Use the number 12 for the num_periods argument (12 months).
    • •Use the calculated field [ExtendedAmount] for the present_value.
    • •Use the value 0 for both future_value and type.
  • d.Change the Total row to Expression for the SamplePayment field.
  • e.Change the Format for the SamplePayment field to Currency.
  • f.Run the query and examine the results. Adjust column widths as necessary. The results appear as negative numbers, as requested. Save and close the query.

Order Summary by Country Query

The company is planning on opening up some shipping centers internationally. The previous CEO had been considering Brazil, Denmark, and Germany as potential shipping center locations, but he was working from older data. You will provide a list of total shipment value by country for the year before the current CEO started to best inform her decision making.

  • a.Create a copy of the Order Summary query named Order Summary by Country.
  • b.Open the query in Design view. Replace the OrderID field with the Country field from the Customers table.
  • c.Run the query and examine the summary records; there should be 21 countries listed.
  • d.Switch to Design view and change the sort order so that the country with the highest ExtendedAmount is first and the country with the lowest ExtendedAmount is last.
  • e.Run the query and verify the results. Note the ExtendedAmount field has a caption of Total Dollars, so this is the field the query will be sorted by.
  • f.Save and close the query.