Skip to main content

CommonGood Health Care, a community-based health care campus comprised of a health care clinic, hospital, skilled nursing facility, assisted living facility, Alzheimer’s House, and an inpatient chemical dependency facility

In this scenario, everyone in class works for CommonGood Health Care, a community-based health care campus comprised of a health care clinic, hospital, skilled nursing facility, assisted living facility, Alzheimer’s House, and an inpatient chemical dependency facility.
As you can imagine, the CEO receives numerous requests, oftentimes financial, from facility directors and department managers. Some of the most common requests include:
•The nursing department always wants the latest and greatest equipment
•The dietary department keeps asking money for new utensils •The maintenance department is always running out of tools
•The business office wants money to update the billing system
•The chemical dependency facility wants its own exercise facility
•The quality assurance department keeps asking money for training •The Alzheimer’s House keeps requesting money for games and activities
In this scenario, you are a facility director (Clinic Director, Hospital Administrator, Nursing Home Administrator, Assisted Living Executive Director, Alzheimer’s House Manager, or Licensed Alcohol and Dependency Counselor) or a department manager (Maintenance Director, Social Service Director, Activities Director, Nursing Director, etc.) asking for money from your CEO for a legitimate expense within your department.
You can either use one of the examples above or create one of your own. The request should be a legitimate expense for a proposed purchase or initiative that you believe will benefit the department and the organization.
In your initial reply, develop an email to the CEO of CommonGood Health Care asking for the funding you desire for your department/facility. Be sure to substantiate your expenses and the legitimate reasoning for the request. This is your opportunity to persuade your executive leader to support your initiative.
Responses to Others: 1.You are required to reply to one of your classmates as a fellow coworker and support their initiative (and their request for financial support).
2.Likewise, you are also required to reply to one of your classmates as a fellow coworker and politely refute their initiative (and their request for financial support).
In your responses, be sure to discuss areas identified, missed, and/or overlooked with your colleagues’ postings. Also, politely comment to others in response to their initial reply.

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...