Last active
October 10, 2018 17:21
-
-
Save adamdehaven/9111b7c59d0345b21d0bcf8eb4bd724b to your computer and use it in GitHub Desktop.
PHP and XML Namespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// LOAD FROM FILE | |
$xml = simplexml_load_file('sample.xml'); | |
// ALTERNATE LOAD FROM STRING | |
// $xml = simplexml_load_string($xmlResponse); | |
foreach($xml->data as $data) { | |
$namespaces = $data->getNameSpaces(true); | |
$a = $data->children($namespaces['a']); | |
// var_dump($a); | |
echo $a->JobRequisition[0]->EEOCategory; | |
} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cornerstoneApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | |
<Validations i:nil="true"/> | |
<status>200</status> | |
<timeStamp>2018-10-10T14:11:36+0000</timeStamp> | |
<totalRecords>25966</totalRecords> | |
<data xmlns:a="www.CornerStoneOnDemand.com/Services/ATS"> | |
<a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>7</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>1/20/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>104</a:DaysOpen><a:DefaultEffectiveDate>1/20/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate>1/30/2015</a:DefaultExpirationDate><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=1</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Executive/Senior Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd>JOB.TITLE<BR>
 | |
<BR>
 | |
JOB.DESCRIPTION</a:ExternalAd><a:ExternalDescription>&nbsp;Test Description</a:ExternalDescription><a:Grade/><a:GradeId/><a:HiringManager><a:Id>10</a:Id><a:Name>DonADMIN Cassady</a:Name><a:Ref>dcassadyADMIN</a:Ref></a:HiringManager><a:Id>1</a:Id><a:IdealQualification/><a:InternalAd>JOB.TITLE<BR>
 | |
<BR>
 | |
JOB.DESCRIPTION</a:InternalAd><a:InternalDescription>&nbsp;Test Description</a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification>&nbsp;Test Qulification</a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>1/20/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>1</a:Openings><a:Position>A/P & A/R Asst</a:Position><a:PositionId>733500</a:PositionId><a:Priority>CriticalToFill</a:Priority><a:PriorityName>High</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req1</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate/><a:RequisitionTemplateID>0</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>1/20/2015</a:TargetHireDate><a:Title>Test Req (Test HireRight Integration)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>320 James Way Suite 240, Pismo Beach, CA 93449-2875 USA</a:Address><a:AddressDetails><a:City>Pismo Beach</a:City><a:Country>USA</a:Country><a:Line1>320 James Way Suite 240</a:Line1><a:Line2/><a:PostalCode>93449-2875</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/1/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>0</a:DaysOpen><a:DefaultEffectiveDate>2/1/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate>2/9/2015</a:DefaultExpirationDate><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=2</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Executive/Senior Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p class=""><strong><span style="color: rgb(0, 112, 192); font-size: 12pt; font-family: Arial, sans-serif;">ResCare</span></strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Title</span></strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p class=""><span style="font-size: 9pt; font-family: Arial, sans-serif;">JOB.TITLE</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Description</span></strong><span style="font-size: 9pt; font-family: Arial, sans-serif;"><br>
 | |
JOB.DESCRIPTION</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Responsibilities</span></strong></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;">&nbsp;<span style="font-family: Arial, sans-serif; text-align: justify;">As an Executive Director, you will be responsible for providing leadership and administration, ensuring effective operations in planning and overall day-to-day operations / program development, human resources and staff development, business development, and fiscal oversight. The ideal candidate for this role will also have the ability to demonstrate passion while setting the tone for service delivery with an emphasis on responsibility, accountability, community relationships, professional growth for staff and growth for the people we support.</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;">Additional responsibilities of the Executive&nbsp;Director include:<br>
 | |
<strong style="text-align: left;"><span style="font-size: 9pt;">JOB.RESPONSIBILITIES</span></strong></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Requirements</span></strong></p>
 | |
<p class=""><span style="font-size: 9pt; font-family: Arial, sans-serif;">JOB.MINIMUM.QUALIFICATIONS</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Benefits&nbsp;</span></strong></p>
 | |
<p class=""><span style="font-family: Arial, sans-serif; text-align: justify;">As</span><strong style="font-family: Arial, sans-serif; text-align: justify;"> </strong><span style="font-family: Arial, sans-serif; text-align: justify;">an Executive Director with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</span> </p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Health, dental, and vision coverage</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p class="" align="center" style="padding: 0in; border: none; text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Executive Director (Healthcare / Social Services / Human Services - Management / Administration / Operations)</span></strong></p>
 | |
<p class="" align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p class="" align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p class="" align="center" style="text-align: center;"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p class="">&nbsp;</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an Executive Director to provide overall leadership and administrative responsibility to help achieve the ResCare mission and vision. </p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you make a difference by helping people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>18</a:Grade><a:GradeId>18</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>2</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> Bachelors Degree</span> ; </a:IdealQualification><a:InternalAd><p class=""><strong><span style="color: rgb(0, 112, 192); font-size: 12pt; font-family: Arial, sans-serif;">ResCare</span></strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Title</span></strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p class=""><span style="font-size: 9pt; font-family: Arial, sans-serif;">JOB.TITLE</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Description</span></strong><span style="font-size: 9pt; font-family: Arial, sans-serif;"><br>
 | |
JOB.DESCRIPTION</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Responsibilities</span></strong></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;">&nbsp;<span style="font-family: Arial, sans-serif; text-align: justify;">As an Executive Director, you will be responsible for providing leadership and administration, ensuring effective operations in planning and overall day-to-day operations / program development, human resources and staff development, business development, and fiscal oversight. The ideal candidate for this role will also have the ability to demonstrate passion while setting the tone for service delivery with an emphasis on responsibility, accountability, community relationships, professional growth for staff and growth for the people we support.</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;">Additional responsibilities of the Executive&nbsp;Director include:<br>
 | |
<strong style="text-align: left;"><span style="font-size: 9pt;">JOB.RESPONSIBILITIES</span></strong></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Job Requirements</span></strong></p>
 | |
<p class=""><span style="font-size: 9pt; font-family: Arial, sans-serif;">JOB.MINIMUM.QUALIFICATIONS</span></p>
 | |
<p class=""><strong><span style="font-size: 9pt; font-family: Arial, sans-serif;">Benefits&nbsp;</span></strong></p>
 | |
<p class=""><span style="font-family: Arial, sans-serif; text-align: justify;">As</span><strong style="font-family: Arial, sans-serif; text-align: justify;"> </strong><span style="font-family: Arial, sans-serif; text-align: justify;">an Executive Director with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</span> </p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Health, dental, and vision coverage</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p class="" style="margin-bottom: 0.0001pt; text-align: justify;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p class="" align="center" style="padding: 0in; border: none; text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Executive Director (Healthcare / Social Services / Human Services - Management / Administration / Operations)</span></strong></p>
 | |
<p class="" align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p class="" align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p class="" align="center" style="text-align: center;"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p class="">&nbsp;</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an Executive Director to provide overall leadership and administrative responsibility to help achieve the ResCare mission and vision. </p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you make a difference by helping people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Overseeing the development, implementation, and evaluation of your operation’s strategic plan and program goals; policy and procedure development and maintenance; evaluation of the performance and impact of the organization and staff in meeting objectives and delivery of services; Quality Assurance and Quality Management</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Overseeing the direction, motivation, and development of staff to align with and promote the company’s mission, vision, values, and brand; fostering a motivational, collaborative, and innovative work environment; providing effective training and support; supervising staff performance; administering policies and procedures</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Being responsible for the ongoing development of new business and referral opportunities; achieving and maintaining a “book of business” that meets and/or exceeds program goals; developing and fostering relationships and referral sources to achieve and maintain the highest census levels possible</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Overseeing the overall budget, budget management, budget accountability, and fiscal management; ensuring proper practices regarding record keeping, control systems, and proper reporting; leading annual budget planning efforts</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>4/20/2015</a:LastModificationDate><a:Location>ARGR CORE OFFICE</a:Location><a:LocationId>74126</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Successful candidates for the Executive Director should have the proven ability to build business and/or increase sales to meet and exceed goals. Someone with experience in the areas of HCBS (Home and Community Based Services) Waiver or Traumatic Brain Injury programs would be a good fit for this dynamic role. </p>
 | |
<p>Additional requirements of the Executive Director include: </p>
 | |
<ul>
 | |
<li>Bachelor’s Degree in Human Services or a related field &nbsp;</li>
 | |
<li>3+ years of progressively responsible experience with the proven ability to effectively manage systems, processes, and people </li>
 | |
<li>2+ years of supervisory experience with at least 5 direct reports </li>
 | |
<li>Working knowledge of Federal, State, and local regulations concerning services to individuals with developmental disabilities, strongly preferred</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal/><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>10</a:Openings><a:Position>Executive Director</a:Position><a:PositionId>734001</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req2</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>(RES and ETS) Executive Director (Healthcare / Social Services Management)</a:RequisitionTemplate><a:RequisitionTemplateID>9</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/1/2015</a:TargetHireDate><a:Title>Executive Director (Healthcare / Social Services Management)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/3/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>0</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=3</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Director of Nursing, you will supervise the healthcare personnel and the delivery of nursing services. You will be responsible for directing and overseeing the delivery of and monitoring outcomes for skilled and non-skilled services originating from defined multiple sites.</p>
 | |
<p>Responsibilities of the Director of Nursing include:<br>
 | |
<ul>
 | |
<li>Assisting the operation in the implementation of medical quality assurance programs</li>
 | |
<li>Developing and implementing policy and procedure, providing feedback to Operations management with regard to necessary changes and revisions</li>
 | |
<li>Participating in the Interdisciplinary team (IDT) meetings</li>
 | |
<li>Chairing committees as appropriate (e.g., safety, infection control, incident/accident review, human rights, etc.)</li>
 | |
<li>Providing training services as needed to healthcare staff, including, but not limited to, medication administration, signs and symptoms of illness, etc.</li>
 | |
<li>Providing direct healthcare services as needed, including, but not limited to, passing medications and monitoring individual health status</li>
 | |
<li>Facilitating communication and serving as a liaison between and among nursing staff, direct healthcare staff, community medical providers, and professional consultants in cooperation with Operations management</li>
 | |
<li>Ensuring assigned staff are evaluated fairly and timely in accordance with ResCare performance evaluation procedures</li>
 | |
<li>Ensuring all assigned staff receive training and supervision as needed to meet performance expectations</li>
 | |
<li>Coordinating and overseeing all activities associated with medical contract providers</li>
 | |
<li>Overseeing/participating in the hiring process of all assigned positions in accordance with ResCare policy and local, state, and federal employment law</li>
 | |
<li>Assisting operations management team in fostering positive community relations with external customers as needed</li>
 | |
</ul>
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Director of Nursing</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:</p>
 | |
<ul>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ul>
 | |
<p style="text-align: center;"><strong>Director of Nursing (Residential Healthcare Management) / Registered Nurse (RN)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an experienced Director of Nursing to plan, direct, and coordinate healthcare services for assigned residential sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>17</a:Grade><a:GradeId>17</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>3</a:Id><a:IdealQualification/><a:InternalAd><p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Director of Nursing, you will supervise the healthcare personnel and the delivery of nursing services. You will be responsible for directing and overseeing the delivery of and monitoring outcomes for skilled and non-skilled services originating from defined multiple sites.</p>
 | |
<p>Responsibilities of the Director of Nursing include:<br>
 | |
<ul>
 | |
<li>Assisting the operation in the implementation of medical quality assurance programs</li>
 | |
<li>Developing and implementing policy and procedure, providing feedback to Operations management with regard to necessary changes and revisions</li>
 | |
<li>Participating in the Interdisciplinary team (IDT) meetings</li>
 | |
<li>Chairing committees as appropriate (e.g., safety, infection control, incident/accident review, human rights, etc.)</li>
 | |
<li>Providing training services as needed to healthcare staff, including, but not limited to, medication administration, signs and symptoms of illness, etc.</li>
 | |
<li>Providing direct healthcare services as needed, including, but not limited to, passing medications and monitoring individual health status</li>
 | |
<li>Facilitating communication and serving as a liaison between and among nursing staff, direct healthcare staff, community medical providers, and professional consultants in cooperation with Operations management</li>
 | |
<li>Ensuring assigned staff are evaluated fairly and timely in accordance with ResCare performance evaluation procedures</li>
 | |
<li>Ensuring all assigned staff receive training and supervision as needed to meet performance expectations</li>
 | |
<li>Coordinating and overseeing all activities associated with medical contract providers</li>
 | |
<li>Overseeing/participating in the hiring process of all assigned positions in accordance with ResCare policy and local, state, and federal employment law</li>
 | |
<li>Assisting operations management team in fostering positive community relations with external customers as needed</li>
 | |
</ul>
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Director of Nursing</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:</p>
 | |
<ul>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ul>
 | |
<p style="text-align: center;"><strong>Director of Nursing (Residential Healthcare Management) / Registered Nurse (RN)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an experienced Director of Nursing to plan, direct, and coordinate healthcare services for assigned residential sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>2/3/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Successful candidates for the Director of Nursing role must have healthcare management experience and residential care / hospital work experience with multiple age groups. Someone with working knowledge of local, state, and federal funding sources and other applicable regulations would be a good fit for this dynamic leadership role.</p>
 | |
<p>Additional requirements of the Director of Nursing include:<br>
 | |
<ul>
 | |
<li>Bachelor’s Degree in Nursing, Social Services, or related healthcare field of study</li>
 | |
<li>License as a Registered Nurse (RN) in the state where you will be working, current and in good standing</li>
 | |
<li>Graduate of an accredited school/college with current registration of practice as a Registered Professional Nurse</li>
 | |
<li>Excellent communicator with ability to handle concurrent tasks and responsibilities</li>
 | |
<li>Ability to travel within assigned area</li>
 | |
<li>Valid driver’s license and insurance</li>
 | |
</ul>
 | |
</p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal/><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>24</a:Openings><a:Position>Director, Nursing</a:Position><a:PositionId>535100</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req3</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate/><a:RequisitionTemplateID>0</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/3/2015</a:TargetHireDate><a:Title>Director of Nursing (Residential Healthcare Management)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>0</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=4</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Director of Nursing, you will supervise the healthcare personnel and the delivery of nursing services. You will be responsible for directing and overseeing the delivery of and monitoring outcomes for skilled and non-skilled services originating from defined multiple sites.</p>
 | |
<p>Responsibilities of the Director of Nursing include:<br>
 | |
<ui>
 | |
<li>Assisting the operation in the implementation of medical quality assurance programs</li>
 | |
<li>Developing and implementing policy and procedure, providing feedback to Operations management with regard to necessary changes and revisions</li>
 | |
<li>Participating in the Interdisciplinary team (IDT) meetings</li>
 | |
<li>Chairing committees as appropriate (e.g., safety, infection control, incident/accident review, human rights, etc.)</li>
 | |
<li>Providing training services as needed to healthcare staff, including, but not limited to, medication administration, signs and symptoms of illness, etc.</li>
 | |
<li>Providing direct healthcare services as needed, including, but not limited to, passing medications and monitoring individual health status</li>
 | |
<li>Facilitating communication and serving as a liaison between and among nursing staff, direct healthcare staff, community medical providers, and professional consultants in cooperation with Operations management</li>
 | |
<li>Ensuring assigned staff are evaluated fairly and timely in accordance with ResCare performance evaluation procedures</li>
 | |
<li>Ensuring all assigned staff receive training and supervision as needed to meet performance expectations</li>
 | |
<li>Coordinating and overseeing all activities associated with medical contract providers</li>
 | |
<li>Overseeing/participating in the hiring process of all assigned positions in accordance with ResCare policy and local, state, and federal employment law</li>
 | |
<li>Assisting operations management team in fostering positive community relations with external customers as needed</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Director of Nursing</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Director of Nursing (Residential Healthcare Management) / Registered Nurse (RN)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an experienced Director of Nursing to plan, direct, and coordinate healthcare services for assigned residential sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>17</a:Grade><a:GradeId>17</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>4</a:Id><a:IdealQualification/><a:InternalAd><p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Director of Nursing, you will supervise the healthcare personnel and the delivery of nursing services. You will be responsible for directing and overseeing the delivery of and monitoring outcomes for skilled and non-skilled services originating from defined multiple sites.</p>
 | |
<p>Responsibilities of the Director of Nursing include:<br>
 | |
<ui>
 | |
<li>Assisting the operation in the implementation of medical quality assurance programs</li>
 | |
<li>Developing and implementing policy and procedure, providing feedback to Operations management with regard to necessary changes and revisions</li>
 | |
<li>Participating in the Interdisciplinary team (IDT) meetings</li>
 | |
<li>Chairing committees as appropriate (e.g., safety, infection control, incident/accident review, human rights, etc.)</li>
 | |
<li>Providing training services as needed to healthcare staff, including, but not limited to, medication administration, signs and symptoms of illness, etc.</li>
 | |
<li>Providing direct healthcare services as needed, including, but not limited to, passing medications and monitoring individual health status</li>
 | |
<li>Facilitating communication and serving as a liaison between and among nursing staff, direct healthcare staff, community medical providers, and professional consultants in cooperation with Operations management</li>
 | |
<li>Ensuring assigned staff are evaluated fairly and timely in accordance with ResCare performance evaluation procedures</li>
 | |
<li>Ensuring all assigned staff receive training and supervision as needed to meet performance expectations</li>
 | |
<li>Coordinating and overseeing all activities associated with medical contract providers</li>
 | |
<li>Overseeing/participating in the hiring process of all assigned positions in accordance with ResCare policy and local, state, and federal employment law</li>
 | |
<li>Assisting operations management team in fostering positive community relations with external customers as needed</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Director of Nursing</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Director of Nursing (Residential Healthcare Management) / Registered Nurse (RN)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an experienced Director of Nursing to plan, direct, and coordinate healthcare services for assigned residential sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>6/27/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Successful candidates for the Director of Nursing role must have healthcare management experience and residential care / hospital work experience with multiple age groups. Someone with working knowledge of local, state, and federal funding sources and other applicable regulations would be a good fit for this dynamic leadership role.</p>
 | |
<p>Additional requirements of the Director of Nursing include:<br>
 | |
<ui>
 | |
<li>Bachelor’s Degree in Nursing, Social Services, or related healthcare field of study</li>
 | |
<li>License as a Registered Nurse (RN) in the state where you will be working, current and in good standing</li>
 | |
<li>Graduate of an accredited school/college with current registration of practice as a Registered Professional Nurse</li>
 | |
<li>Excellent communicator with ability to handle concurrent tasks and responsibilities</li>
 | |
<li>Ability to travel within assigned area</li>
 | |
<li>Valid driver’s license and insurance</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal/><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>24</a:Openings><a:Position>Director, Nursing</a:Position><a:PositionId>535100</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req4</a:Ref><a:ReferalBonus>0.0000</a:ReferalBonus><a:RequisitionTemplate>Director of Nursing (Residential Healthcare Management)</a:RequisitionTemplate><a:RequisitionTemplateID>12</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Director of Nursing (Residential Healthcare Management)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>90</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=5</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Regional QA Director, you will work to improve the quality of services provided to people we serve. With overall oversight of and responsibility for a team of QA Managers (including RN’s), the Regional QA Director is responsible for:<br>
 | |
<ui>
 | |
<li>Implementation of the company's quality assurance and training programs</li>
 | |
<li>Reviewing the company's operations across business lines, providing recommendations for both situational and systems improvement</li>
 | |
<li>Insuring each operation has a quality improvement plan that aligns with company goals</li>
 | |
<li>Developing and deploying corrective action plans when necessary</li>
 | |
<li>Assuring all quality assurance and training programs are standardized</li>
 | |
<li>Obtaining certification in ResCare signature training programs</li>
 | |
<li>Participating in company quality assurance committees and leading quality initiatives</li>
 | |
<li>Analyzing data related to service quality then utilizing the results to drive quality within a planned process with clearly measurable outcomes</li>
 | |
<li>Developing operational definitions for the company's signature quality assurance programs such as Best In Class </li>
 | |
<li>Establishing valid and reliable performance measures, customer satisfaction surveys and other performance measures.</li>
 | |
<li>Setting priorities for regional quality team</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a Regional Quality Assurance Director with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Regional Quality Assurance Director (Human&nbsp;Services – QA – Audit – Compliance – Management)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services to people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement to people of all ages and skill levels. We are seeking a high-energy individual to serve as Regional Quality Assurance Director. As a key member of our Quality Assurance management team, you will provide leadership and support for the QA function within our organization.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>17</a:Grade><a:GradeId>17</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>5</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Regional QA Director, you will work to improve the quality of services provided to people we serve. With overall oversight of and responsibility for a team of QA Managers (including RN’s), the Regional QA Director is responsible for:<br>
 | |
<ui>
 | |
<li>Implementation of the company's quality assurance and training programs</li>
 | |
<li>Reviewing the company's operations across business lines, providing recommendations for both situational and systems improvement</li>
 | |
<li>Insuring each operation has a quality improvement plan that aligns with company goals</li>
 | |
<li>Developing and deploying corrective action plans when necessary</li>
 | |
<li>Assuring all quality assurance and training programs are standardized</li>
 | |
<li>Obtaining certification in ResCare signature training programs</li>
 | |
<li>Participating in company quality assurance committees and leading quality initiatives</li>
 | |
<li>Analyzing data related to service quality then utilizing the results to drive quality within a planned process with clearly measurable outcomes</li>
 | |
<li>Developing operational definitions for the company's signature quality assurance programs such as Best In Class </li>
 | |
<li>Establishing valid and reliable performance measures, customer satisfaction surveys and other performance measures.</li>
 | |
<li>Setting priorities for regional quality team</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a Regional Quality Assurance Director with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Regional Quality Assurance Director (Human&nbsp;Services – QA – Audit – Compliance – Management)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services to people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement to people of all ages and skill levels. We are seeking a high-energy individual to serve as Regional Quality Assurance Director. As a key member of our Quality Assurance management team, you will provide leadership and support for the QA function within our organization.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Strong verbal and written communication skills as well as effective relationship management abilities and experience are required for success in the role of Regional Quality Assurance Director. Applicants should be customer-focused with a strong sense of ethics and dedication to quality.</p>
 | |
<p>As a Regional Quality Assurance Director, you must have strong analytical capabilities with an attention to detail as well as thorough knowledge of QA principles and overarching values.</p>
 | |
<p>Additional requirements of the Regional Quality Assurance Director include:<br>
 | |
<ui></ui></p>
 | |
<li>Bachelor’s degree required; degree in Human Services, Education, Social Services or related field preferred</li>
 | |
<li>Master’s degree in related field preferred</li>
 | |
<li>Minimum 3 years of experience in the provision of services to the elderly and/or people with developmental and intellectual disabilities required</li>
 | |
<li>Minimum 2 years supervisory experience required</li>
 | |
<li>3 – 5 years experience related to training, quality assurance and program development</li>
 | |
<li>Requires extensive travel (50%+) and the proven ability to simultaneously and effectively manage multiple priorities</li>
 | |
<li>3+ years experience in quality management and project management</li>
 | |
<li>Experience in program evaluation, program quality reviews and quality audits preferred</li>
 | |
<li>Understanding of accreditation standards/processes (CARF, CQL, JCAHCO) preferred</li></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>3</a:Openings><a:Position>RD, Quality Service Delivery</a:Position><a:PositionId>545001</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req5</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Regional Quality Assurance Director (Human Services – QA)</a:RequisitionTemplate><a:RequisitionTemplateID>13</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Regional Quality Assurance Director (Human Services – QA)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>90</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=6</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As an HR Manager, you will advise team leaders and members on laws, regulations, and ResCare's policies relating to employment, benefits, and worker's compensation. This involves providing expertise and guidance on hiring, discipline, employment termination, training, compensation, benefits, leave, equal opportunity, and other human resources issues.</p>
 | |
<p>Responsibilities include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Assisting with recruiting initiatives and referring direct support employment candidates for assigned areas including developing and maintaining recruitment resources</li>
 | |
<li>Ensuring the application and compliance with federal, state, and local employment law for the assigned service sites</li>
 | |
<li>Developing and maintaining recruitment resources</li>
 | |
<li>Advising operations on new hire orientation, ensuring HRIS data is accurate, and generating/distributing HR related reports</li>
 | |
<li>Ensuring accurate records are maintained at the assigned service sites</li>
 | |
<li>Providing leadership in effective conflict resolution for all personnel</li>
 | |
<li>Serving as a resource for team leaders in handling employee issues and assisting them in counseling employees, conducting evaluations, staff training, problem-solving, and consensus building</li>
 | |
<li>Ensuring all staff have appropriate training records and receive appropriate training for the assigned service sites</li>
 | |
<li>Assisting with mergers and acquisitions, including due diligence and employee on-boarding activities</li>
 | |
<li>Ensuring compliance with FMLA and general LOA policy </li>
 | |
<li>Ensuring HR compliance by conducting internal audits for assigned service sites</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a <strong>Human Resources Manager</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Human Resources Manager (Operations Manager)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Human Resources Manager to coordinate the implementation of people-related services for multiple assigned service sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>14</a:Grade><a:GradeId>14</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>6</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As an HR Manager, you will advise team leaders and members on laws, regulations, and ResCare's policies relating to employment, benefits, and worker's compensation. This involves providing expertise and guidance on hiring, discipline, employment termination, training, compensation, benefits, leave, equal opportunity, and other human resources issues.</p>
 | |
<p>Responsibilities include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Assisting with recruiting initiatives and referring direct support employment candidates for assigned areas including developing and maintaining recruitment resources</li>
 | |
<li>Ensuring the application and compliance with federal, state, and local employment law for the assigned service sites</li>
 | |
<li>Developing and maintaining recruitment resources</li>
 | |
<li>Advising operations on new hire orientation, ensuring HRIS data is accurate, and generating/distributing HR related reports</li>
 | |
<li>Ensuring accurate records are maintained at the assigned service sites</li>
 | |
<li>Providing leadership in effective conflict resolution for all personnel</li>
 | |
<li>Serving as a resource for team leaders in handling employee issues and assisting them in counseling employees, conducting evaluations, staff training, problem-solving, and consensus building</li>
 | |
<li>Ensuring all staff have appropriate training records and receive appropriate training for the assigned service sites</li>
 | |
<li>Assisting with mergers and acquisitions, including due diligence and employee on-boarding activities</li>
 | |
<li>Ensuring compliance with FMLA and general LOA policy </li>
 | |
<li>Ensuring HR compliance by conducting internal audits for assigned service sites</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a <strong>Human Resources Manager</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Human Resources Manager (Operations Manager)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Human Resources Manager to coordinate the implementation of people-related services for multiple assigned service sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Don’t miss this opportunity to take your HR career to the next level! In this key management role, you will utilize your human resources experience, leadership skills, and problem solving abilities as you develop solutions to complex HR issues. If you have the necessary skills and experience to excel in this role, we want to hear from you!</p>
 | |
<p>Specific requirements:<br>
 | |
<ui></ui></p>
 | |
<li>Bachelor's Degree in Human Resources or related field of study</li>
 | |
<li>Experience in HR related activities</li>
 | |
<li>Demonstrated knowledge in the areas of federal, state, and local employment law, employee benefits, and fair labor standards</li>
 | |
<li>Proficient with computers and office equipment</li>
 | |
<li>Ability to travel (50%+)</li>
 | |
<li>PHR or SPHR certification, preferred</li></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>19</a:Openings><a:Position>Operations HR Mgr</a:Position><a:PositionId>104076</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req6</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Human Resources Manager (HR Operations Manager)</a:RequisitionTemplate><a:RequisitionTemplateID>14</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Human Resources Manager (HR Operations Manager)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>90</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=7</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Sales Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>In this customer facing role, you will have the opportunity to put your people skills to work greeting clients and managing activity flow in our busy reception area, including answering phones, typing letters, and handling other administrative duties including assisting clients with scheduling. Additional responsibilities include, but are not limited to:<br>
 | |
<ui>
 | |
<li>Sorting and distributing faxes; assisting with copying and scanning projects</li>
 | |
<li>Preparing outgoing mail, including UPS shipments, and sorting and distributing incoming mail.</li>
 | |
<li>Answering phones and directing callers to the appropriate staff within the office</li>
 | |
<li>Assembling informational materials and packets</li>
 | |
<li>Assisting with general reports, including data gathering via the computer system and printed reports </li>
 | |
<li>Providing front desk coverage for the receptionist covering for all breaks, lunches, and time off</li>
 | |
<li>Greeting clients and other visitors in a professional manner</li>
 | |
<li>Returning voicemail messages left after hours within 24 hours of receipt</li>
 | |
<li>Maintaining the client database – entering follow-up appointment into the database with 95% accuracy rate; routing and closing out cases in the database within 24 hours</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a <strong>Customer Service Representative</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Customer Service Representative (Administrative / Office / Administrative Assistant / Customer Service / Customer Service Rep)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:ExternalAd><a:ExternalDescription><p>ResCare is the nation’s largest private provider of services to people with disabilities, the largest one-stop workforce contractor, and the largest privately-owned home care company. Due to our continuous growth, we now have an immediate opening for a <strong>Customer Service Representative</strong>. If you’re a people person with strong communication and administrative skills, this position may be right for you.</p>
 | |
<p>ResCare employees say they love their jobs because they help transform peoples’ lives and their communities, so if you have a passion for helping others, join us, make a difference, and grow.</p></a:ExternalDescription><a:Grade>6</a:Grade><a:GradeId>6</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>7</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>In this customer facing role, you will have the opportunity to put your people skills to work greeting clients and managing activity flow in our busy reception area, including answering phones, typing letters, and handling other administrative duties including assisting clients with scheduling. Additional responsibilities include, but are not limited to:<br>
 | |
<ui>
 | |
<li>Sorting and distributing faxes; assisting with copying and scanning projects</li>
 | |
<li>Preparing outgoing mail, including UPS shipments, and sorting and distributing incoming mail.</li>
 | |
<li>Answering phones and directing callers to the appropriate staff within the office</li>
 | |
<li>Assembling informational materials and packets</li>
 | |
<li>Assisting with general reports, including data gathering via the computer system and printed reports </li>
 | |
<li>Providing front desk coverage for the receptionist covering for all breaks, lunches, and time off</li>
 | |
<li>Greeting clients and other visitors in a professional manner</li>
 | |
<li>Returning voicemail messages left after hours within 24 hours of receipt</li>
 | |
<li>Maintaining the client database – entering follow-up appointment into the database with 95% accuracy rate; routing and closing out cases in the database within 24 hours</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a <strong>Customer Service Representative</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Customer Service Representative (Administrative / Office / Administrative Assistant / Customer Service / Customer Service Rep)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:InternalAd><a:InternalDescription><p>ResCare is the nation’s largest private provider of services to people with disabilities, the largest one-stop workforce contractor, and the largest privately-owned home care company. Due to our continuous growth, we now have an immediate opening for a <strong>Customer Service Representative</strong>. If you’re a people person with strong communication and administrative skills, this position may be right for you.</p>
 | |
<p>ResCare employees say they love their jobs because they help transform peoples’ lives and their communities, so if you have a passion for helping others, join us, make a difference, and grow.</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a successful <strong>Customer Service Representative</strong>, you will be required to have a high school diploma or GED, as well as 1-2 years of clerical experience in an office setting. Additional education is not required but is desirable.</p>
 | |
<p>Additional requirements include:<br>
 | |
<ui></ui></p>
 | |
<li>Proficiency in the Microsoft Office suite</li>
 | |
<li>Good grammar, spelling, and typing skills</li>
 | |
<li>Strong interpersonal skills and the ability to communicate clearly and professionally</li>
 | |
<li>Ability to maintain confidentiality is a must</li>
 | |
<li>Open and positive attitude</li>
 | |
<li>Bilingual, a plus</li></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>9</a:Openings><a:Position>Customer Svc Rep</a:Position><a:PositionId>533700</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req7</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Customer Service Representative (Administrative / Office)</a:RequisitionTemplate><a:RequisitionTemplateID>15</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Customer Service Representative (Administrative / Office)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>90</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=8</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As a Physical Therapy Assistant, you will be responsible for the continuous improvement of total quality care as it relates to physical therapy care, under the direction of a physical therapist, which is rendered to the client.</p>
 | |
<p>Additional responsibilities of the Physical Therapy Assistant include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Ensuring that all clients receive the care per the physician’s plan of treatment and/or plan of healthcare</li>
 | |
<li>Ensuring that all client concerns and complaints are followed up with the appropriate supervisor within 24 hours and that they result in a satisfactory resolution</li>
 | |
<li>Ensuring that all clients consistently receive service as scheduled by arriving on time and notifying the appropriate supervisor and client of a delay in service</li>
 | |
<li>Reporting all pertinent client condition changes to the appropriate supervisor and/or caregivers</li>
 | |
<li>Assisting with coordination of client care with appropriate caregivers, through documentation, verbal communication, and/or case conferences</li>
 | |
<li>Following established client plan of treatment/care as it relates to physical therapy</li>
 | |
<li>Assisting in identifying the physical, emotional, and developmental needs of the client, and reporting them to the physical therapist for direction and follow-up</li>
 | |
<li>Maintaining a clean and safe working environment by following Universal Precautions and Infection and Safety Control Guidelines as established by ResCare, Inc.</li>
 | |
<li>Maintaining State/Federal Standards of Practice by ensuring PT Re-Evaluations on clients are completed at required intervals</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a Physical Therapy Assistant with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Physical Therapy Assistant (Healthcare PT / Physical Therapist / Human Services) </strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
REQUISITION.ADDRESS</strong></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Physical Therapy Assistant to assist with client physical therapy plans of treatment while providing the highest quality of care.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>15</a:Grade><a:GradeId>15</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>8</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As a Physical Therapy Assistant, you will be responsible for the continuous improvement of total quality care as it relates to physical therapy care, under the direction of a physical therapist, which is rendered to the client.</p>
 | |
<p>Additional responsibilities of the Physical Therapy Assistant include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Ensuring that all clients receive the care per the physician’s plan of treatment and/or plan of healthcare</li>
 | |
<li>Ensuring that all client concerns and complaints are followed up with the appropriate supervisor within 24 hours and that they result in a satisfactory resolution</li>
 | |
<li>Ensuring that all clients consistently receive service as scheduled by arriving on time and notifying the appropriate supervisor and client of a delay in service</li>
 | |
<li>Reporting all pertinent client condition changes to the appropriate supervisor and/or caregivers</li>
 | |
<li>Assisting with coordination of client care with appropriate caregivers, through documentation, verbal communication, and/or case conferences</li>
 | |
<li>Following established client plan of treatment/care as it relates to physical therapy</li>
 | |
<li>Assisting in identifying the physical, emotional, and developmental needs of the client, and reporting them to the physical therapist for direction and follow-up</li>
 | |
<li>Maintaining a clean and safe working environment by following Universal Precautions and Infection and Safety Control Guidelines as established by ResCare, Inc.</li>
 | |
<li>Maintaining State/Federal Standards of Practice by ensuring PT Re-Evaluations on clients are completed at required intervals</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits </strong></p>
 | |
<p>As a Physical Therapy Assistant with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Physical Therapy Assistant (Healthcare PT / Physical Therapist / Human Services) </strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
REQUISITION.ADDRESS</strong></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Physical Therapy Assistant to assist with client physical therapy plans of treatment while providing the highest quality of care.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Effective communication skills, strong interpersonal skills, and the ability to work with a diverse population are essential for success in this PT Assistant role. </p>
 | |
<p>Additional requirements of the Physical Therapy Assistant include: <br>
 | |
<ui></ui></p>
 | |
<li>Graduate from a two year college-level program approved by the American Physical Therapy Association</li>
 | |
<li>Minimum of 2 years of clinical experience assisting in the assessment and management of traumatic brain injury or related neurological conditions</li>
 | |
<li>Knowledge of complex neurologic injury and neuro-rehabilitation techniques</li>
 | |
<li>Licensed to practice in the state which employed</li>
 | |
<li>Evidence of an annual TP test, CPR certification, and other state required tests</li></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>22</a:Openings><a:Position>Physical Therapist Asst</a:Position><a:PositionId>539502</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req8</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Physical Therapy Assistant (Healthcare PT)</a:RequisitionTemplate><a:RequisitionTemplateID>16</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Physical Therapy Assistant (Healthcare PT)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>90</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=9</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As a Human Resources Consultant, you will be responsible for establishing and maintaining good business partnerships with local employers, soliciting job orders, and working with case management and/or job development staff to fill these job orders.</p>
 | |
<p>Additional responsibilities of the Human Resources Consultant include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Building relationships with local employers and maintaining contact on a monthly basis to identify job openings, alternative work activities (OJT), and training initiatives</li>
 | |
<li>Attending Chamber of Commerce meetings and other community activities during the year</li>
 | |
<li>Developing and disseminating information about services, coordinating all outreach and marketing activities to the community, and participating in job fairs</li>
 | |
<li>Soliciting job orders and posting them daily in accordance with project requirements</li>
 | |
<li>Coordinating with case management and/or job development staff to fill openings to ensure job placement goals are met each month</li>
 | |
<li>Ensuring that the employer database is updated each week</li>
 | |
<li>Preparing a report of weekly activities to include progress toward achieving monthly goals and objectives</li>
 | |
<li>Developing informational materials on employer issues of interest, including tax incentives, labor laws, skills available in the local labor market, training opportunities for incumbent workers, entrepreneurial training, etc. </li>
 | |
<li>Enlisting cooperation of community leaders to help increase awareness of available workforce services in the community </li>
 | |
<li>Maintaining high standards of confidentiality, including information relating to customers, employees, and/or contacts of the Company</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an Human Resources Consultant with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Business Services Consultant (Career / Staffing Consultant)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a positive and motivated Human Resources Consultant to provide career guidance and counseling to our clients.</p>
 | |
<p>Are you passionate about helping others? Do have a business mindset and what to enhance your professional development in a corporate environment? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>10</a:Grade><a:GradeId>10</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>9</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As a Human Resources Consultant, you will be responsible for establishing and maintaining good business partnerships with local employers, soliciting job orders, and working with case management and/or job development staff to fill these job orders.</p>
 | |
<p>Additional responsibilities of the Human Resources Consultant include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Building relationships with local employers and maintaining contact on a monthly basis to identify job openings, alternative work activities (OJT), and training initiatives</li>
 | |
<li>Attending Chamber of Commerce meetings and other community activities during the year</li>
 | |
<li>Developing and disseminating information about services, coordinating all outreach and marketing activities to the community, and participating in job fairs</li>
 | |
<li>Soliciting job orders and posting them daily in accordance with project requirements</li>
 | |
<li>Coordinating with case management and/or job development staff to fill openings to ensure job placement goals are met each month</li>
 | |
<li>Ensuring that the employer database is updated each week</li>
 | |
<li>Preparing a report of weekly activities to include progress toward achieving monthly goals and objectives</li>
 | |
<li>Developing informational materials on employer issues of interest, including tax incentives, labor laws, skills available in the local labor market, training opportunities for incumbent workers, entrepreneurial training, etc. </li>
 | |
<li>Enlisting cooperation of community leaders to help increase awareness of available workforce services in the community </li>
 | |
<li>Maintaining high standards of confidentiality, including information relating to customers, employees, and/or contacts of the Company</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an Human Resources Consultant with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Business Services Consultant (Career / Staffing Consultant)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a positive and motivated Human Resources Consultant to provide career guidance and counseling to our clients.</p>
 | |
<p>Are you passionate about helping others? Do have a business mindset and what to enhance your professional development in a corporate environment? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Effective communication skills, strong interpersonal skills, and the ability to plan and organize workflow are essential for success in this role. It’s a great opportunity for a compassionate individual who is knowledgeable in effective marketing and community outreach techniques and strategies.</p>
 | |
<p>Additional Career Consultant requirements include:<br>
 | |
<ui>
 | |
<li>Bachelor’s Degree in a related field or equivalent related experience</li>
 | |
<li>2 years of experience in business or public administration</li>
 | |
<li>Knowledge of workforce board and partner programs and services; community and civic resources; interviewing techniques and principles; agency policy; computer applications</li>
 | |
<li>Ability to communicate effectively, orally and in writing, in both group or individual settings; conduct effective interviews and meetings</li>
 | |
<li>Staffing experience a plus</li>
 | |
<li>Knowledge of computer software such as Microsoft Word and Excel</li>
 | |
<li>Valid driver’s license and proof of current insurance</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>132</a:Openings><a:Position>Business Svcs Consultant</a:Position><a:PositionId>816320</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req9</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>HR Business Services Consultant (Career / Staffing Consultant)</a:RequisitionTemplate><a:RequisitionTemplateID>18</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Business Services Consultant (Career / Staffing Consultant)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>90</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=10</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As a Certified Occupational Therapist Assistant, you will work under the supervision of a licensed Occupational Therapist and provide occupational therapy services to a broad range of individuals.</p>
 | |
<p>Your duties in this occupational therapy assistant role will include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Assisting the Occupational Therapist in the implementation of vocational and educational activities designed to restore and reinforce individuals’ task performance and promote their overall health and self-sufficiency</li>
 | |
<li>Designing and adapting equipment for working and living environments, including fabricating assistive devices to improve participation in the program and/or community</li>
 | |
<li>Conducting community reintegration activities to assist individuals with their occupational therapy needs during physical activity</li>
 | |
<li>Providing training to individuals and any others involved in their rehabilitation, and documenting results of the training</li>
 | |
<li>Supporting individuals’ plan of treatment by documenting and reporting status changes to the rehabilitation specialist, clinical coordinator, attending physician, and other treatment team members as appropriate</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Certified Occupational Therapist Assistant with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Certified Occupational Therapist Assistant (Healthcare / Human Services)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Certified Occupational Therapist Assistant to provide occupational therapy treatments and training to individuals requiring these services.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>14</a:Grade><a:GradeId>14</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>10</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong><strong>Job Responsibilities</strong></strong></p>
 | |
<strong>
 | |
<p>As a Certified Occupational Therapist Assistant, you will work under the supervision of a licensed Occupational Therapist and provide occupational therapy services to a broad range of individuals.</p>
 | |
<p>Your duties in this occupational therapy assistant role will include:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Assisting the Occupational Therapist in the implementation of vocational and educational activities designed to restore and reinforce individuals’ task performance and promote their overall health and self-sufficiency</li>
 | |
<li>Designing and adapting equipment for working and living environments, including fabricating assistive devices to improve participation in the program and/or community</li>
 | |
<li>Conducting community reintegration activities to assist individuals with their occupational therapy needs during physical activity</li>
 | |
<li>Providing training to individuals and any others involved in their rehabilitation, and documenting results of the training</li>
 | |
<li>Supporting individuals’ plan of treatment by documenting and reporting status changes to the rehabilitation specialist, clinical coordinator, attending physician, and other treatment team members as appropriate</li>
 | |
<p><br />
 | |
</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Certified Occupational Therapist Assistant with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
</ui></p>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
<p><br />
 | |
</p>
 | |
<p style="text-align: center;"><strong>Certified Occupational Therapist Assistant (Healthcare / Human Services)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Certified Occupational Therapist Assistant to provide occupational therapy treatments and training to individuals requiring these services.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Certified Occupational Therapist Assistant, you will need to have strong communication skills and work well as part of a team. You must also perform your duties with minimal supervision.</p>
 | |
<p>Specific qualifications for the position include:<br>
 | |
<ui>
 | |
<li>Degree from a certified occupational therapy assistant training program</li>
 | |
<li>Current Occupational Therapist Assistant certification</li>
 | |
<li>Knowledge of complex neurologic injury and neuro-rehabilitation techniques</li>
 | |
<li>Minimum of 2 years of clinical experience assisting in the assessment and management of traumatic brain injury or related neurological conditions</li>
 | |
<li>Current CPR certification</li>
 | |
<li>Knowledge of complex neurologic injury and orthopedic rehabilitation techniques</li>
 | |
<li>Reliable transportation</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>14</a:Openings><a:Position>Occupational Therapist Asst</a:Position><a:PositionId>540002</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req10</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Certified Occupational Therapist Assistant (Human Services)</a:RequisitionTemplate><a:RequisitionTemplateID>21</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Certified Occupational Therapist Assistant (Human Services)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>90</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=11</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As an Occupational Therapist, you will coordinate with appropriate caregivers to provide clients with care that serves their specific needs while also following their physician’s established plan of treatment. Therapy will be provided to clients in their homes, their assisted living facilities, and any other location considered to be a home environment.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Ensuring that all client concerns and complaints are followed up with the appropriate supervisor within 24 hours, resulting in a satisfactory resolution</li>
 | |
<li>Ensuring that all clients consistently receive service as scheduled </li>
 | |
<li>Maintaining client confidentiality</li>
 | |
<li>Reporting all pertinent client condition changes to the appropriate supervisor and/or caregivers</li>
 | |
<li>Establishing and implementing the client plan of treatment as it relates to occupational therapy</li>
 | |
<li>Assisting in identifying clients’ physical, emotional, and developmental needs</li>
 | |
<li>Providing clients with appropriate health education and counseling</li>
 | |
<li>Evaluating client via the appropriate diagnostic and prognostic tests</li>
 | |
<li>Maintaining a clean and safe working environment by following universal precautions and infection and safety control guidelines as established by ResCare</li>
 | |
<li>Submitting completed documentation in a timely and accurate manner</li>
 | |
<li>Maintaining knowledge of all areas of services that ResCare can provide in order to fully meet the needs of the client</li>
 | |
<li>Performing other duties as assigned</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an Occupational Therapist with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Occupational Therapist – Occupational Therapy (Home Healthcare)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an Occupational Therapist to work with our clients in a variety of settings.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>16</a:Grade><a:GradeId>16</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>11</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As an Occupational Therapist, you will coordinate with appropriate caregivers to provide clients with care that serves their specific needs while also following their physician’s established plan of treatment. Therapy will be provided to clients in their homes, their assisted living facilities, and any other location considered to be a home environment.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Ensuring that all client concerns and complaints are followed up with the appropriate supervisor within 24 hours, resulting in a satisfactory resolution</li>
 | |
<li>Ensuring that all clients consistently receive service as scheduled </li>
 | |
<li>Maintaining client confidentiality</li>
 | |
<li>Reporting all pertinent client condition changes to the appropriate supervisor and/or caregivers</li>
 | |
<li>Establishing and implementing the client plan of treatment as it relates to occupational therapy</li>
 | |
<li>Assisting in identifying clients’ physical, emotional, and developmental needs</li>
 | |
<li>Providing clients with appropriate health education and counseling</li>
 | |
<li>Evaluating client via the appropriate diagnostic and prognostic tests</li>
 | |
<li>Maintaining a clean and safe working environment by following universal precautions and infection and safety control guidelines as established by ResCare</li>
 | |
<li>Submitting completed documentation in a timely and accurate manner</li>
 | |
<li>Maintaining knowledge of all areas of services that ResCare can provide in order to fully meet the needs of the client</li>
 | |
<li>Performing other duties as assigned</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an Occupational Therapist with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Occupational Therapist – Occupational Therapy (Home Healthcare)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an Occupational Therapist to work with our clients in a variety of settings.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As an Occupational Therapist, you must be outgoing, empathetic, and adaptable with the ability to connect and work with a wide range of different types of patients and personalities. It is also important that you have excellent verbal and written communication and interpersonal skills, as well as the ability to effectively interact with colleagues at all levels, both clinical and non-clinical.</p>
 | |
<p>Specific qualifications for the role include:<br>
 | |
<ui>
 | |
<li>Degree from an accredited occupational therapy program that meets the educational and field work requirements of the American Occupational Therapy Association</li>
 | |
<li>Successful completion of the national examination for OTR and state licensure, where applicable</li>
 | |
<li>Current and valid license to practice in the state of employment </li>
 | |
<li>Knowledge of complex neurologic injury and neuro-rehabilitation techniques</li>
 | |
<li>Minimum of 2 years of clinical experience in the assessment and management of traumatic brain injury or related neurological conditions</li>
 | |
<li>Evidence of an annual TB test and other state required tests</li>
 | |
<li>Evidence of current CPR certification</li>
 | |
<li>Working knowledge of the use and maintenance of equipment specific to occupational therapy</li>
 | |
<li>Strong prioritization skills and the ability to easily handle changing situations</li>
 | |
<li>Ability to visually and audibly observe and assess clients</li>
 | |
<li>Availability to travel locally from assignment to assignment</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>16</a:Openings><a:Position>Occupational Therapist</a:Position><a:PositionId>540000</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req11</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Occupational Therapist – Occupational Therapy (Home Healthcare)</a:RequisitionTemplate><a:RequisitionTemplateID>22</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Occupational Therapist – Occupational Therapy (Home Healthcare)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=12</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE</strong><br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Residential Youth Counselor, you will be responsible for maintaining structure within our program while assisting the at-risk youth within our residential facility with their daily schedule.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Serving as a mature and responsible role-model</li>
 | |
<li>Resolving conflicts using excellent judgment</li>
 | |
<li>Balancing respect, care, and discipline for our residents</li>
 | |
<li>Working effectively and cooperatively with other staff members</li>
 | |
<li>Assisting with physical and/or verbal intervention as necessary</li>
 | |
<li>Maintaining composure and professional demeanor throughout stressful situations</li>
 | |
<li>Generating reports and summaries using our prescribed format</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Residential Youth Counselor with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Residential Youth Counselor – Coach (Social Work)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Residential Youth Counselor to work with at-risk youth at one of our residential facilities.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>12</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE</strong><br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Residential Youth Counselor, you will be responsible for maintaining structure within our program while assisting the at-risk youth within our residential facility with their daily schedule.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Serving as a mature and responsible role-model</li>
 | |
<li>Resolving conflicts using excellent judgment</li>
 | |
<li>Balancing respect, care, and discipline for our residents</li>
 | |
<li>Working effectively and cooperatively with other staff members</li>
 | |
<li>Assisting with physical and/or verbal intervention as necessary</li>
 | |
<li>Maintaining composure and professional demeanor throughout stressful situations</li>
 | |
<li>Generating reports and summaries using our prescribed format</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Residential Youth Counselor with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Residential Youth Counselor – Coach (Social Work)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Residential Youth Counselor to work with at-risk youth at one of our residential facilities.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Residential Youth Counselor, you must be outgoing, empathetic, and adaptable, with the ability to connect and work with a wide range of different types of individuals and personalities. It is also important that you have excellent verbal and written communication and interpersonal skills, as well as the ability to effectively interact with all levels of personnel. Some physical and verbal intervention may be necessary due to the nature of our residents’ conditions, therefore the ability to move quickly, to remain calm during stressful situations, and to provide unconditional care is a must.</p>
 | |
<p>Specific qualifications for the role include:<br>
 | |
<ui>
 | |
<li>A degree in social work or related field and experience in providing casework services to children and families</li>
 | |
<li>Minimum 21 years of age</li>
 | |
<li>Ability to generate reports or summaries using prescribed format</li>
 | |
<li>Ability to understand written documents pertaining to our residents, including medical and academic reports</li>
 | |
<li>Willingness to work as a part of a team</li>
 | |
<li>Ability to work responsibly with highly confidential information </li>
 | |
<li>Valid driver’s license from state of residence with a satisfactory driving record as defined by ResCare’s vehicle policy and/or liability insurance carrier</li>
 | |
<li>Experience in providing services and support to youth, preferred</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>64</a:Openings><a:Position>Youth/Treatment Counselor</a:Position><a:PositionId>336270</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req12</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Residential Youth Counselor – Coach (Social Work)</a:RequisitionTemplate><a:RequisitionTemplateID>23</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Residential Youth Counselor – Coach (Social Work)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=13</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Quality Assurance Manager, you will work with local programs within your region to develop, coordinate, implement, and monitor quality assurance initiatives and training programs to ensure the delivery of high quality supports to the people and organizations we serve.</p>
 | |
<p>Responsibilities for the Regional Manager role will include:<br>
 | |
<ui>
 | |
<li>Overseeing the QA activities of the program and supervising any quality assurance analysts</li>
 | |
<li>Monitoring the development and implementation of the Quality Improvement System and assisting with the development of future refinement of the program’s standard operating procedures</li>
 | |
<li>Identifying strategies to improve program monitoring activities</li>
 | |
<li>Conducting quality assurance reviews then developing quality improvement plans based on the review results</li>
 | |
<li>Developing and delivering thorough and accurate data/reports </li>
 | |
<li>Assisting operations to develop and implement corrective action plans</li>
 | |
<li>Providing technical assistance to operations as part of a proactive approach to quality improvement and in response to reviews conducted by external entities such as funders, contractors or accreditation bodies </li>
 | |
<li>Identifying areas for improvement quickly and systematically</li>
 | |
<li>Reviewing and investigating critical incidents, identifying trends, then developing and deploying action plans</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Regional Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Quality Manager / Regional Manager (Quality Assurance)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services to people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement to people of all ages and skill levels. We are seeking a Regional Quality Assurance Manager to provide quality oversight in a multi-state territory.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>17</a:Grade><a:GradeId>17</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>13</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Quality Assurance Manager, you will work with local programs within your region to develop, coordinate, implement, and monitor quality assurance initiatives and training programs to ensure the delivery of high quality supports to the people and organizations we serve.</p>
 | |
<p>Responsibilities for the Regional Manager role will include:<br>
 | |
<ui>
 | |
<li>Overseeing the QA activities of the program and supervising any quality assurance analysts</li>
 | |
<li>Monitoring the development and implementation of the Quality Improvement System and assisting with the development of future refinement of the program’s standard operating procedures</li>
 | |
<li>Identifying strategies to improve program monitoring activities</li>
 | |
<li>Conducting quality assurance reviews then developing quality improvement plans based on the review results</li>
 | |
<li>Developing and delivering thorough and accurate data/reports </li>
 | |
<li>Assisting operations to develop and implement corrective action plans</li>
 | |
<li>Providing technical assistance to operations as part of a proactive approach to quality improvement and in response to reviews conducted by external entities such as funders, contractors or accreditation bodies </li>
 | |
<li>Identifying areas for improvement quickly and systematically</li>
 | |
<li>Reviewing and investigating critical incidents, identifying trends, then developing and deploying action plans</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Regional Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Quality Manager / Regional Manager (Quality Assurance)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services to people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement to people of all ages and skill levels. We are seeking a Regional Quality Assurance Manager to provide quality oversight in a multi-state territory.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>We are looking for a Quality Manager with comprehensive knowledge of the concepts of quality assurance, including methods and tools for implementing improvement activities. Exceptional analytical skills as well as the ability to plan, organize, and prioritize workload to meet strict requirements are essential for success in this position.</p>
 | |
<p>Specific requirements for the Regional Manager role include: <br>
 | |
<ui>
 | |
<li>Bachelor Degree in Education, Social Services, Psychology, or a related discipline, or a Registered Nurse</li>
 | |
<li>3-5 years of experience related to quality assurance, training, and development</li>
 | |
<li>2+ years of experience in Quality Management and project management experience</li>
 | |
<li>2 years of experience conducting QA and continuous improvement activities, including conducting audits and developing quality improvement and corrective action plans preferred</li>
 | |
<li>Prior experience developing/writing training curricula</li>
 | |
<li>Understanding of accreditation standards/processes (CARF, CQL, JCAHCO) preferred</li>
 | |
<li>Excellent computer skills, including Microsoft Word, Excel and PowerPoint</li>
 | |
<li>Extensive travel (50% +) and the proven ability to manage multiple priorities</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>10</a:Openings><a:Position>Regional QA Mgr</a:Position><a:PositionId>445100</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req13</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Regional QA Manager - Residential</a:RequisitionTemplate><a:RequisitionTemplateID>24</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Quality Manager / Regional Manager (Quality Assurance)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=14</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Residential Program Manager, you will oversee the operation of one or more of our residential care locations serving people with intellectual and developmental disabilities. This will include supervising direct care staff, providing budget management, coordinating with other agencies, and ensuring that our clients and their families receive high quality care and service.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Completing regular quality assurance reviews of individual charts, documentation, and MAR’s to ensure appropriate delivery of services</li>
 | |
<li>Meeting with referral sources</li>
 | |
<li>Ensuring the continued growth of the program</li>
 | |
<li>Facilitating and maintaining relationships with guardians and stakeholders</li>
 | |
<li>Ensuring consistent financial performance for all assigned service locations</li>
 | |
<li>Serving as a liaison between ResCare and client families, other agencies, and the community at large</li>
 | |
<li>Ensuring that all homes under your supervision are environmentally maintained in strict compliance with all state/federal guidelines and licensure requirements, and company policy</li>
 | |
<li>Coordinating investigations of critical incidents and alleged abuse allegations, and submitting appropriate reports to required agencies</li>
 | |
<li>Serving as on-call support to supervised homes as required</li>
 | |
<li>Coordinating Incident/Accident Review process, monitoring for patterns, and providing feedback for necessary actions to prevent future incidents</li>
 | |
<li>Completing timely employee performance reviews </li>
 | |
<li>Conducting and/or monitoring staff training in least restrictive techniques, behavior management, active treatment, client rights, prevention of abuse/neglect, documentation/data collection, emergency procedures, and other areas as needed</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Residential Program Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Residential Program Manager – Caregiver Management (Social Work) – Human Services</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Residential Program Manager to oversee the administration of residential services to our clients and their families.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>15</a:Grade><a:GradeId>15</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>14</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Residential Program Manager, you will oversee the operation of one or more of our residential care locations serving people with intellectual and developmental disabilities. This will include supervising direct care staff, providing budget management, coordinating with other agencies, and ensuring that our clients and their families receive high quality care and service.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Completing regular quality assurance reviews of individual charts, documentation, and MAR’s to ensure appropriate delivery of services</li>
 | |
<li>Meeting with referral sources</li>
 | |
<li>Ensuring the continued growth of the program</li>
 | |
<li>Facilitating and maintaining relationships with guardians and stakeholders</li>
 | |
<li>Ensuring consistent financial performance for all assigned service locations</li>
 | |
<li>Serving as a liaison between ResCare and client families, other agencies, and the community at large</li>
 | |
<li>Ensuring that all homes under your supervision are environmentally maintained in strict compliance with all state/federal guidelines and licensure requirements, and company policy</li>
 | |
<li>Coordinating investigations of critical incidents and alleged abuse allegations, and submitting appropriate reports to required agencies</li>
 | |
<li>Serving as on-call support to supervised homes as required</li>
 | |
<li>Coordinating Incident/Accident Review process, monitoring for patterns, and providing feedback for necessary actions to prevent future incidents</li>
 | |
<li>Completing timely employee performance reviews </li>
 | |
<li>Conducting and/or monitoring staff training in least restrictive techniques, behavior management, active treatment, client rights, prevention of abuse/neglect, documentation/data collection, emergency procedures, and other areas as needed</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Residential Program Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Residential Program Manager – Caregiver Management (Social Work) – Human Services</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Residential Program Manager to oversee the administration of residential services to our clients and their families.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Residential Program Manager, you must be highly organized and detail-oriented with solid business and advocacy skills, a passion for social work, and the ability to work with a culturally diverse population. You must also display excellent verbal and written communication and interpersonal skills, as well as the ability to interact effectively across all levels of management and staff.</p>
 | |
<p>Specific qualifications for the role include:<br>
 | |
<ui>
 | |
<li>Bachelor’s Degree in Business, Health Care Administration, or Human Services</li>
 | |
<li>A minimum of 7 years in the Human Services field with 4 years of progressively responsible management, desired</li>
 | |
<li>Appropriate business license as required by state law</li>
 | |
<li>Prior experience providing supports and services to individuals with intellectual and developmental disabilities</li>
 | |
<li>Working knowledge of Federal, State, and Local regulations concerning services to individuals with intellectual and developmental disabilities</li>
 | |
<li>Availability to travel to multiple service sites, staying overnight as necessary</li>
 | |
<li>Valid driver's license</li>
 | |
<li>Ability to work flexible hours</li>
 | |
<li>Computer proficiency, particularly with Excel, Word, etc.</li>
 | |
<li>Experience in residential services, preferred</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>23</a:Openings><a:Position>Program Mgr</a:Position><a:PositionId>336510</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req14</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Residential Program Manager – Caregiver Management (Social Work)</a:RequisitionTemplate><a:RequisitionTemplateID>25</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Residential Program Manager – Caregiver Management (Social Work)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=15</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Clinical Neuropsychologist, your primary responsibility will be to diagnose and evaluate our clients’ mental and emotional disorders, as well as develop and administer appropriate treatment programs designed to aid clients with needed adjustments to their lives. You will help medical and surgical patients to deal with their illnesses or injuries, assist in the treatment of rehabilitation patients, and treat individuals in times of personal crisis, such as a divorce or the death of a loved one.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Interviewing patients and studying medical and social case histories</li>
 | |
<li>Performing neuropsychological evaluations and conveying feedback to the clients and their families regarding test results</li>
 | |
<li>Conferring with the treatment team on the impact of brain-behavioral relationships on the client’s daily functioning </li>
 | |
<li>Educating treatment team members on brain-related behaviors and on the implications of neuropsychological deficit on daily functioning</li>
 | |
<li>Providing treatment progress and status documentation in accordance with the Plan of Treatment</li>
 | |
<li>Participating in the team process, providing input and effective treatment strategies, and attending case conferences and family educational meetings</li>
 | |
<li>Designing community reintegration activities for clients and helping them to understand their needs and limitations and how to manage them</li>
 | |
<li>Reporting progress and changes in condition to the clinical staff as well as to clients and their family members</li>
 | |
<li>Collecting and documenting items necessary for the organization to complete a thorough and effective program evaluation and program improvement</li>
 | |
<li>Attending, participating in, and/or conducting internal staff development programs, and obtaining continuing education in order to maintain and enhance clinical practice skills</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Clinical Neuropsychologist with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Clinical Neuropsychologist – Psychologist (Mental Health Care)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Clinical Neuropsychologist to provide our clients with treatment for mental and emotional disorders.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>22</a:Grade><a:GradeId>22</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>15</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Clinical Neuropsychologist, your primary responsibility will be to diagnose and evaluate our clients’ mental and emotional disorders, as well as develop and administer appropriate treatment programs designed to aid clients with needed adjustments to their lives. You will help medical and surgical patients to deal with their illnesses or injuries, assist in the treatment of rehabilitation patients, and treat individuals in times of personal crisis, such as a divorce or the death of a loved one.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Interviewing patients and studying medical and social case histories</li>
 | |
<li>Performing neuropsychological evaluations and conveying feedback to the clients and their families regarding test results</li>
 | |
<li>Conferring with the treatment team on the impact of brain-behavioral relationships on the client’s daily functioning </li>
 | |
<li>Educating treatment team members on brain-related behaviors and on the implications of neuropsychological deficit on daily functioning</li>
 | |
<li>Providing treatment progress and status documentation in accordance with the Plan of Treatment</li>
 | |
<li>Participating in the team process, providing input and effective treatment strategies, and attending case conferences and family educational meetings</li>
 | |
<li>Designing community reintegration activities for clients and helping them to understand their needs and limitations and how to manage them</li>
 | |
<li>Reporting progress and changes in condition to the clinical staff as well as to clients and their family members</li>
 | |
<li>Collecting and documenting items necessary for the organization to complete a thorough and effective program evaluation and program improvement</li>
 | |
<li>Attending, participating in, and/or conducting internal staff development programs, and obtaining continuing education in order to maintain and enhance clinical practice skills</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Clinical Neuropsychologist with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Clinical Neuropsychologist – Psychologist (Mental Health Care)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Clinical Neuropsychologist to provide our clients with treatment for mental and emotional disorders.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Clinical Neuropsychologist, you must be professional, empathetic, and adaptable with the ability to connect and work with a wide range of different personality types. It is also important that you have excellent verbal and written communication and interpersonal skills, as well as the ability to effectively interact with colleagues at all levels, and with clients and their families.</p>
 | |
<p>Specific qualifications for the role include:<br>
 | |
<ui>
 | |
<li>Ph.D. in Neuropsychology or in an accredited training program in Neuropsychology
 | |
</li>
 | |
<li>Current and valid professional license and/or certification as required by state of practice
 | |
</li>
 | |
<li>2 years of post-doctoral training in clinical Neuropsychology
 | |
</li>
 | |
<li>Minimum of 3 years of clinical experience in the assessment and management of traumatic brain injury or related neurological conditions
 | |
</li>
 | |
<li>Knowledge of complex neurologic injury and orthopedic rehabilitation techniques
 | |
</li>
 | |
<li>Bilingual English / Spanish, a plus</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>2</a:Openings><a:Position>Clinical Neuropsychologist</a:Position><a:PositionId>544010</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req15</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Clinical Neuropsychologist – Psychologist (Mental Health Care)</a:RequisitionTemplate><a:RequisitionTemplateID>26</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Clinical Neuropsychologist – Psychologist (Mental Health Care)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=16</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Executive/Senior Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities:</strong></p>
 | |
<p>As a Center Director / Program Director / Operations Manager, you will focus your efforts on the continued success of components of the program that as well as those that are deficient or in need of improvement. In this role, you will also maintain fiscal responsibility and personnel oversight while ensuring that center resources are effectively and appropriately distributed providing for the efficient and smooth operation of our Education / Training program.</p>
 | |
<p>Additional responsibilities include:<br>
 | |
<ui>
 | |
<li>Ensuring compliance with DOL, PRH, FAR, OSHA, the Federal Register, and other regulatory guidelines</li>
 | |
<li>Overseeing the communication and immediate application of all directives put forth by DOL/ResCare</li>
 | |
<li>Auditing existing center systems to ensure that all departments are in compliance with DOL/ResCare directives</li>
 | |
<li>Ensuring that fiscal expenditures are in line with ResCare, FAR and DOL guidelines</li>
 | |
<li>Monitoring and providing departmental guidance to areas of concern where oversight is needed</li>
 | |
<li>Overseeing center participation on WIA Boards and Youth Councils</li>
 | |
<li>Ensuring that an Industrial Advisory Committee is in place and assisting the center with recommendations on vocational offerings and training programs</li>
 | |
<li>Ensuring community involvement through community directed activities, work-based learning, and center participation in community events</li>
 | |
<li>Overseeing full implementation of CDSS</li>
 | |
<li>Working and coordinating efforts with other sub-contractors who may be providing support services on the center</li>
 | |
<li>Developing and training of staff leading to optimal student achievement</li>
 | |
<li>Performing other duties as assigned</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;">As a <strong>Center Director /</strong> <strong>Program Director / Operations Manager</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunites for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p align="center" style="padding: 0in; text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Center Director/Program Director/ Operations Manager (Education / Training)</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>&nbsp;</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Program Director / Operations Manager in our Education and Training department to provide program oversight and direct operations management and support for our Education / Training program. </p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people from reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>19</a:Grade><a:GradeId>19</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>16</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> Bachelors Degree</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities:</strong></p>
 | |
<p>As a Center Director / Program Director / Operations Manager, you will focus your efforts on the continued success of components of the program that as well as those that are deficient or in need of improvement. In this role, you will also maintain fiscal responsibility and personnel oversight while ensuring that center resources are effectively and appropriately distributed providing for the efficient and smooth operation of our Education / Training program.</p>
 | |
<p>Additional responsibilities include:<br>
 | |
<ui>
 | |
<li>Ensuring compliance with DOL, PRH, FAR, OSHA, the Federal Register, and other regulatory guidelines</li>
 | |
<li>Overseeing the communication and immediate application of all directives put forth by DOL/ResCare</li>
 | |
<li>Auditing existing center systems to ensure that all departments are in compliance with DOL/ResCare directives</li>
 | |
<li>Ensuring that fiscal expenditures are in line with ResCare, FAR and DOL guidelines</li>
 | |
<li>Monitoring and providing departmental guidance to areas of concern where oversight is needed</li>
 | |
<li>Overseeing center participation on WIA Boards and Youth Councils</li>
 | |
<li>Ensuring that an Industrial Advisory Committee is in place and assisting the center with recommendations on vocational offerings and training programs</li>
 | |
<li>Ensuring community involvement through community directed activities, work-based learning, and center participation in community events</li>
 | |
<li>Overseeing full implementation of CDSS</li>
 | |
<li>Working and coordinating efforts with other sub-contractors who may be providing support services on the center</li>
 | |
<li>Developing and training of staff leading to optimal student achievement</li>
 | |
<li>Performing other duties as assigned</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;">As a <strong>Center Director /</strong> <strong>Program Director / Operations Manager</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunites for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Symbol;">·<span style="font-size: 7pt; font-family: 'Times New Roman'; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="margin-bottom: 0pt; text-align: justify;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p align="center" style="padding: 0in; text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Center Director/Program Director/ Operations Manager (Education / Training)</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>&nbsp;</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Program Director / Operations Manager in our Education and Training department to provide program oversight and direct operations management and support for our Education / Training program. </p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people from reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Successful candidates for this position must have a marked degree of professionalism and strong management skills. Must possess skills necessary for dealing with disadvantaged youth and cultural diversity in an educational setting combined with excellent communication and interpersonal skills.</p>
 | |
<p>Center Director / Program Director / Operations Manager requirements: </p>
 | |
<ul>
 | |
<li>Bachelor’s degree plus 10 years of experience of which two were at a level equivalent to the next lower staff position</li>
 | |
<li>Culturally sensitive; ability to work with and relate to participants </li>
 | |
<li>Strong organizational / people management skills</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>13</a:Openings><a:Position>Center Director</a:Position><a:PositionId>201501</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req16</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Center Director/Program Director/ Operations Manager (Education / Training)</a:RequisitionTemplate><a:RequisitionTemplateID>8</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Center Director/Program Director/ Operations Manager (Education / Training)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=17</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As an Operations Manager, you will provide tactical support to our management team in addressing the day-to-day administrative and operational needs of the contract. This will include overseeing the activities of the center and functional areas, as well as providing staff management and supervision.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Assists the Project Director in oversight functions </li>
 | |
<li>Responsible for the overall performance and customer satisfaction in all offices </li>
 | |
<li>Maintains positive relationship with customers</li>
 | |
<li>Implements corrective action plans, when necessary, with the assistance of the director </li>
 | |
<li>Compiling and analyzing information from a variety of sources to assist in the preparation of reports</li>
 | |
<li>Comparing performance data to contract and/or state goals on a weekly basis</li>
 | |
<li>Facilitating staff training</li>
 | |
<li>Interacting with and responding to inquiries by Funding Source and/or ResCare as required </li>
 | |
<li>Conducting training and needs assessments</li>
 | |
<li>Providing leadership in developing and implementing solutions for various challenges</li>
 | |
<li>Ensuring timely submissions of required reports from all departments and timely submission of reports to Funding Source, ResCare, or immediate supervisor, as required</li>
 | |
<li>Conducting monthly meetings involving all staff, as required</li>
 | |
<li>Interpreting and applying regulations and policies and ensuring consistency and compliance with governing laws and regulations</li>
 | |
<li>Investigating, troubleshooting, and developing/recommending solutions to a variety of inquiries, challenges, and issues</li>
 | |
<li>Ensuring compliance with State, Federal, and company requirements related to Quality Improvement
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an Operations Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Operations Manager – Administration / Management (Social Work)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering education, vocational training, and job placement for people of all ages and skill levels; services for people with intellectual and developmental disabilities; and home care for seniors. We are seeking a positive and motivated Operations Manager to provide oversight for the day-to-day functions of one of our workforce operations.</p>
 | |
<p>Are you passionate about helping others? Do you have an entrepreneurial mindset with a ‘can do’ attitude? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>17</a:Grade><a:GradeId>17</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>17</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As an Operations Manager, you will provide tactical support to our management team in addressing the day-to-day administrative and operational needs of the contract. This will include overseeing the activities of the center and functional areas, as well as providing staff management and supervision.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Assists the Project Director in oversight functions </li>
 | |
<li>Responsible for the overall performance and customer satisfaction in all offices </li>
 | |
<li>Maintains positive relationship with customers</li>
 | |
<li>Implements corrective action plans, when necessary, with the assistance of the director </li>
 | |
<li>Compiling and analyzing information from a variety of sources to assist in the preparation of reports</li>
 | |
<li>Comparing performance data to contract and/or state goals on a weekly basis</li>
 | |
<li>Facilitating staff training</li>
 | |
<li>Interacting with and responding to inquiries by Funding Source and/or ResCare as required </li>
 | |
<li>Conducting training and needs assessments</li>
 | |
<li>Providing leadership in developing and implementing solutions for various challenges</li>
 | |
<li>Ensuring timely submissions of required reports from all departments and timely submission of reports to Funding Source, ResCare, or immediate supervisor, as required</li>
 | |
<li>Conducting monthly meetings involving all staff, as required</li>
 | |
<li>Interpreting and applying regulations and policies and ensuring consistency and compliance with governing laws and regulations</li>
 | |
<li>Investigating, troubleshooting, and developing/recommending solutions to a variety of inquiries, challenges, and issues</li>
 | |
<li>Ensuring compliance with State, Federal, and company requirements related to Quality Improvement
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an Operations Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Operations Manager – Administration / Management (Social Work)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering education, vocational training, and job placement for people of all ages and skill levels; services for people with intellectual and developmental disabilities; and home care for seniors. We are seeking a positive and motivated Operations Manager to provide oversight for the day-to-day functions of one of our workforce operations.</p>
 | |
<p>Are you passionate about helping others? Do you have an entrepreneurial mindset with a ‘can do’ attitude? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As an Operations Manager, you must be highly organized and detail-oriented, with solid business and staff management skills, a passion for helping people, and the ability to work with a culturally diverse population. You must also display excellent verbal and written communication and interpersonal skills, as well as the ability to interact effectively across all levels of management and staff.</p>
 | |
<p>Specific requirements for this role include:<br>
 | |
<ui></ui></p>
 | |
<li>Bachelor’s Degree in Business, Management, or Human Services, or a related field from an accredited university or college, preferred</li>
 | |
<li><strong>OR</strong> equivalent work experience</li>
 | |
<li>5 years professional experience organizing, planning, and developing social programs and services at a management level </li>
 | |
<li>2 years upper level management experience </li>
 | |
<li><strong>OR</strong> equivalent combinations of both types of experience</li>
 | |
<li>Minimum 5 years of supervisory experience</li>
 | |
<li>Commitment to customer focused service delivery systems</li>
 | |
<li>Knowledge of workforce policies and procedures, preferred</li></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>106</a:Openings><a:Position>Operations Mgr</a:Position><a:PositionId>816050</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req17</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Operations Manager – Administration / Management (Social Work)</a:RequisitionTemplate><a:RequisitionTemplateID>27</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Operations Manager – Administration / Management (Social Work)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/4/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=18</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Senior Case Manager, you will oversee a team of professional case managers who serve job seekers in various programs designed to increase their employability. This will include managing staff who conduct individual assessments, determining program eligibility, and providing assistance with individual employment planning, job preparation, job search, job matching, placement and follow up.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Ensuring that case managers are completing and documenting activities in compliance with program specific laws, regulations and policies </li>
 | |
<li>Training staff to conduct workforce preparation activities in compliance with company and contractual standards, including use of technology to document and enhance the efficiency of workforce preparation activities</li>
 | |
<li>Training staff on company customer service standards and ensuring these standards are maintained through staff observations, evaluations and modeling</li>
 | |
<li>Managing staff to specific performance standards; </li>
 | |
<li>Using systems and other tools to track performance of the unit and of individual staff, monitoring performance and instituting corrective action and amended processes when needed to ensure that standards are met</li>
 | |
<li>Following company human resource policies in the management and supervision of staff, and maintaining detailed records related to staff evaluation and supervision</li>
 | |
<li>Serving as part of the individual workforce project's overall management team
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Senior Case Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Senior Case Manager – Social Services</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a qualified Senior Case Manager to ensure that clients receive quality services that are appropriately tailored to their individual needs.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>11</a:Grade><a:GradeId>11</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>18</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Senior Case Manager, you will oversee a team of professional case managers who serve job seekers in various programs designed to increase their employability. This will include managing staff who conduct individual assessments, determining program eligibility, and providing assistance with individual employment planning, job preparation, job search, job matching, placement and follow up.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Ensuring that case managers are completing and documenting activities in compliance with program specific laws, regulations and policies </li>
 | |
<li>Training staff to conduct workforce preparation activities in compliance with company and contractual standards, including use of technology to document and enhance the efficiency of workforce preparation activities</li>
 | |
<li>Training staff on company customer service standards and ensuring these standards are maintained through staff observations, evaluations and modeling</li>
 | |
<li>Managing staff to specific performance standards; </li>
 | |
<li>Using systems and other tools to track performance of the unit and of individual staff, monitoring performance and instituting corrective action and amended processes when needed to ensure that standards are met</li>
 | |
<li>Following company human resource policies in the management and supervision of staff, and maintaining detailed records related to staff evaluation and supervision</li>
 | |
<li>Serving as part of the individual workforce project's overall management team
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Senior Case Manager with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Senior Case Manager – Social Services</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a qualified Senior Case Manager to ensure that clients receive quality services that are appropriately tailored to their individual needs.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Senior Case Manager, you must be highly organized and detail-oriented with a passion for social work and the ability to work with a culturally diverse population. You must also display excellent verbal and written communication and interpersonal skills, as well as the ability to interact effectively across all levels of management and staff.</p>
 | |
<p>Specific qualifications for the role include:<br>
 | |
<ui></ui></p>
 | |
<li>Bachelor's degree in a related field from regionally accredited college or university or equivalent skills and experience</li>
 | |
<li>2 years relevant professional experience; 2-4 years of complex case file management experience, preferred</li>
 | |
<li>Demonstrated knowledge of social service management techniques</li>
 | |
<li>Excellent customer service skills</li>
 | |
<li>Familiarity with the communities being served, including knowledge and understanding of local needs and resources</li>
 | |
<li>Computer proficiency, particularly with word processing and spreadsheet programs</li>
 | |
<li>Reliable transportation to perform local travel</li>
 | |
<li>Valid driver's license and proof of auto insurance</li>
 | |
<li>Availability to work occasional evenings and weekends</li>
 | |
<li>Experience providing career guidance or counseling, preferred</li>
 | |
<li>Bilingual in English and Spanish, preferred</li></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/4/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>4</a:Openings><a:Position>Case Mgr</a:Position><a:PositionId>336370</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req18</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Senior Case Manager – Social Services</a:RequisitionTemplate><a:RequisitionTemplateID>28</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/4/2015</a:TargetHireDate><a:Title>Senior Case Manager – Social Services</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=19</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Laborers and Helpers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a key member of our healthcare team, the a Home Health Care Aide/ Home Care Aide and/or CNA is responsible for performing routine duties necessary to provide for the care, comfort, and safety of the individual.</p>
 | |
<p>Duties will include:<br>
 | |
<ui>
 | |
<li>Assisting individuals with personal care needs, such as bathing, dressing, grooming, toileting, and other personal hygiene activities</li>
 | |
<li>Assisting individuals with safe transfers, proper body positioning and use of other adaptive equipment</li>
 | |
<li>Assisting individuals with ambulating including the use of canes, walkers, wheelchairs, etc.</li>
 | |
<li>Caring for intact skin to prevent skin breakdown</li>
 | |
<li>Assisting with monitoring vital signs, weight, intake and output </li>
 | |
<li>Assisting with other care treatments, such as range of motion exercises, urinary catheter care, colostomy appliance changes, non-sterile dressing changes, mechanical lift transfers, etc. as required by policy and procedure, state licensure and with proper training</li>
 | |
<li>Providing nutritious meals following care plan including assisting with and preparing meals including set-up, use of assistive adaptive equipment, clean-up and, if needed, assist with feeding</li>
 | |
<li>Reminding/assisting individuals with self-administered medications (with proper training).</li>
 | |
<li>Maintaining a safe, secure, and healthy home environment</li>
 | |
<li>Encouraging self-help activities and safe independence</li>
 | |
<li>Responding to and reporting emergency situations to the supervisor</li>
 | |
<li>Performing cardiopulmonary resuscitation, if required to have CPR certification</li>
 | |
<li>Following the plan of care established and reporting to the supervisor requests for changes in the care plan, and/or changes in the individual’s condition. </li>
 | |
<li>Observing individual rights and maintaining confidentiality</li>
 | |
<li>Accompanying individual to scheduled appointments, transporting clients or running errands, as written in care plan</li>
 | |
<li>Performing home management functions, such as light housekeeping, personal laundry, bed making, changing linens, dusting, vacuuming, and cleaning kitchen / bathroom after use</li>
 | |
<li>Using universal precautions</li>
 | |
<li>Documenting duties/services provided daily on the time card flow sheets and other records, according to agency policies and procedures </li>
 | |
<li>Updating job knowledge by participating in educational opportunities to meet any certification hours required
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a CNA/ Home Health Aide/ Home Care Aide with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their healthcare careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>CNA Certified Nursing Assistant / Home Health Aide / Home Care Aide (Healthcare - Nursing Aide)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a qualified, compassionate Home Health Care Aide/ Home Care Aide. In some states a certification as a CNA may be required. </p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find healthcare career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>5</a:Grade><a:GradeId>5</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>19</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a key member of our healthcare team, the a Home Health Care Aide/ Home Care Aide and/or CNA is responsible for performing routine duties necessary to provide for the care, comfort, and safety of the individual.</p>
 | |
<p>Duties will include:<br>
 | |
<ui>
 | |
<li>Assisting individuals with personal care needs, such as bathing, dressing, grooming, toileting, and other personal hygiene activities</li>
 | |
<li>Assisting individuals with safe transfers, proper body positioning and use of other adaptive equipment</li>
 | |
<li>Assisting individuals with ambulating including the use of canes, walkers, wheelchairs, etc.</li>
 | |
<li>Caring for intact skin to prevent skin breakdown</li>
 | |
<li>Assisting with monitoring vital signs, weight, intake and output </li>
 | |
<li>Assisting with other care treatments, such as range of motion exercises, urinary catheter care, colostomy appliance changes, non-sterile dressing changes, mechanical lift transfers, etc. as required by policy and procedure, state licensure and with proper training</li>
 | |
<li>Providing nutritious meals following care plan including assisting with and preparing meals including set-up, use of assistive adaptive equipment, clean-up and, if needed, assist with feeding</li>
 | |
<li>Reminding/assisting individuals with self-administered medications (with proper training).</li>
 | |
<li>Maintaining a safe, secure, and healthy home environment</li>
 | |
<li>Encouraging self-help activities and safe independence</li>
 | |
<li>Responding to and reporting emergency situations to the supervisor</li>
 | |
<li>Performing cardiopulmonary resuscitation, if required to have CPR certification</li>
 | |
<li>Following the plan of care established and reporting to the supervisor requests for changes in the care plan, and/or changes in the individual’s condition. </li>
 | |
<li>Observing individual rights and maintaining confidentiality</li>
 | |
<li>Accompanying individual to scheduled appointments, transporting clients or running errands, as written in care plan</li>
 | |
<li>Performing home management functions, such as light housekeeping, personal laundry, bed making, changing linens, dusting, vacuuming, and cleaning kitchen / bathroom after use</li>
 | |
<li>Using universal precautions</li>
 | |
<li>Documenting duties/services provided daily on the time card flow sheets and other records, according to agency policies and procedures </li>
 | |
<li>Updating job knowledge by participating in educational opportunities to meet any certification hours required
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a CNA/ Home Health Aide/ Home Care Aide with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their healthcare careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>CNA Certified Nursing Assistant / Home Health Aide / Home Care Aide (Healthcare - Nursing Aide)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a qualified, compassionate Home Health Care Aide/ Home Care Aide. In some states a certification as a CNA may be required. </p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find healthcare career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Care, compassion, and a commitment to service excellence are required for success as a Home Health Care Aide/ Home Care Aide and/or CNA with ResCare. Qualified candidates must be solid communicators and caring listeners. We are searching for team-oriented healthcare professionals with a desire to exceed expectations while supporting the health, development, and well-being of those they serve. </p>
 | |
<p>Qualifications and Physical Demands include:<br>
 | |
<ui>
 | |
<li>Minimum age requirements is 18 years</li>
 | |
<li>Valid driver’s license, with satisfactory driving record, as defined by agency policy</li>
 | |
<li>Certification, if required by state licensure as a CNA or Home Health Care Aide in the state in which the aide is to provide care</li>
 | |
<li>Completion of a recognized home care aide training program or 6 months of recent experience as an aide</li>
 | |
<li>Ability to read, write, understand and communicate written instructions</li>
 | |
<li>Must be able to work independently as well as part of a team</li>
 | |
<li>Capable of working responsibly with highly confidential information</li>
 | |
<li>Must be able to utilize proper body mechanics while lifting and may be expected to lift up 75 lbs.; must be able to sit, stand, and walk for periods of time and bend, stoop, push, pull, and reach</li>
 | |
<li>Specific vision capabilities required by this job include close vision, distance vision and peripheral vision</li>
 | |
<li>Must possess sufficient eye/hand coordination to operate adaptive and household equipment</li>
 | |
<li>Ability to establish effective relationships with individuals, families, and team members</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>1999</a:Openings><a:Position>Certified Nursing Asst</a:Position><a:PositionId>535200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req19</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>CNA Certified Nursing Assistant / Home Health Aide/ Home Care Aide (Healthcare – Nursing Aide)</a:RequisitionTemplate><a:RequisitionTemplateID>29</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>CNA Certified Nursing Assistant / Home Health Aide/ Home Care Aide (Healthcare – Nursing Aide)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=20</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As an <strong>Employment Program Director / Operations Director</strong> you will provide leadership, budget/fiscal management oversight, supervision of assigned staff, and monitoring of performance management / performance review process. You will also ensure compliance to meet or exceed contractual expectations while responsibly achieving our mission and vision, ensuring efficiency and effectiveness of the operation.</p>
 | |
<p>Responsibilities include:<br>
 | |
<ui>
 | |
<li>Developing and maintaining effective relationships with our customers, including the funding agency and area employers</li>
 | |
<li>Ensuring compliance with contractual and program requirements</li>
 | |
<li>Developing and maintaining relationships with community resources to further program goals and enhance the success of job-seeking and employer customers </li>
 | |
<li>Ensuring a positive customer experience of each of our employers and job seekers</li>
 | |
<li>Evaluating the performance and impact of the organization and staff in meeting objectives and delivery of services; performing Quality Assurance and Quality Monitoring </li>
 | |
<li>Directing, motivating, and developing program managers, operations managers and other staff to align with and promote the ResCare mission, vision, values, and brand</li>
 | |
<li>Managing HR responsibilities while directing, motivating, and developing staff</li>
 | |
<li>Ensuring all requisite training is delivered appropriately</li>
 | |
<li>Ensuring proper practices regarding record keeping, control systems, and proper reporting</li>
 | |
<li>Fostering a motivational, collaborative, and innovative work environment</li>
 | |
<li>Providing effective training and support and supervising staff performance</li>
 | |
<li>Administering policies and procedures in accordance with ResCare standards
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an <strong>Employment Program Director / Operations Director</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as front line staff.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Employment Program Director / Operations Director</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind company offering education, vocational training and job placement for people of all ages and skill levels; services for people with intellectual and developmental disabilities; and home care for seniors. We are seeking an Employment Program Director / Operations Director in our Workforce Services business line to provide program oversight for career guidance and counseling to job seekers and visionary leadership to achieve maximum performance.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>18</a:Grade><a:GradeId>18</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>20</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As an <strong>Employment Program Director / Operations Director</strong> you will provide leadership, budget/fiscal management oversight, supervision of assigned staff, and monitoring of performance management / performance review process. You will also ensure compliance to meet or exceed contractual expectations while responsibly achieving our mission and vision, ensuring efficiency and effectiveness of the operation.</p>
 | |
<p>Responsibilities include:<br>
 | |
<ui>
 | |
<li>Developing and maintaining effective relationships with our customers, including the funding agency and area employers</li>
 | |
<li>Ensuring compliance with contractual and program requirements</li>
 | |
<li>Developing and maintaining relationships with community resources to further program goals and enhance the success of job-seeking and employer customers </li>
 | |
<li>Ensuring a positive customer experience of each of our employers and job seekers</li>
 | |
<li>Evaluating the performance and impact of the organization and staff in meeting objectives and delivery of services; performing Quality Assurance and Quality Monitoring </li>
 | |
<li>Directing, motivating, and developing program managers, operations managers and other staff to align with and promote the ResCare mission, vision, values, and brand</li>
 | |
<li>Managing HR responsibilities while directing, motivating, and developing staff</li>
 | |
<li>Ensuring all requisite training is delivered appropriately</li>
 | |
<li>Ensuring proper practices regarding record keeping, control systems, and proper reporting</li>
 | |
<li>Fostering a motivational, collaborative, and innovative work environment</li>
 | |
<li>Providing effective training and support and supervising staff performance</li>
 | |
<li>Administering policies and procedures in accordance with ResCare standards
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As an <strong>Employment Program Director / Operations Director</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as front line staff.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Employment Program Director / Operations Director</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind company offering education, vocational training and job placement for people of all ages and skill levels; services for people with intellectual and developmental disabilities; and home care for seniors. We are seeking an Employment Program Director / Operations Director in our Workforce Services business line to provide program oversight for career guidance and counseling to job seekers and visionary leadership to achieve maximum performance.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Successful candidates for this position should have excellent communication and interpersonal skills along with strong business development acumen and multi-tasking abilities to handle multiple and shifting priorities in this rewarding, yet critical role. Experience working in a performance-driven environment with contractually defined outcomes is a huge plus!</p>
 | |
<p>Requirements for an Employment Operations Director / Program Director include: <br>
 | |
<ui>
 | |
<li>BS/BA in Business Administration, Organizational Development, Project Management, or closely related field of study</li>
 | |
<li>Demonstrated responsibility in dealing with workforce programs using non-traditional delivery methods and a high level of communication skills</li>
 | |
<li>Operational leadership experience with a minimum of 5 years professional experience organizing, planning, and developing programs and services at a management level plus 2 years senior level management experience, including formal supervisory experience</li>
 | |
<li>At least 2 years of experience providing operational oversight in a staffing agency or a workforce services-related environment</li>
 | |
<li>Fiscal / financial management experience, operational oversight, and experience managing grants and/or contracts</li>
 | |
<li>Proven ability to build business and/or increase sales to meet and exceed goals and to effectively manage systems, processes, and people</li>
 | |
<li>Culturally sensitive; ability to work with and relate to diverse employers and job seekers</li>
 | |
<li>Strong organizational/people management skills</li>
 | |
<li>Valid driver’s license</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>58</a:Openings><a:Position>Project Director</a:Position><a:PositionId>816030</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req20</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Employment Program Director / Operations Director</a:RequisitionTemplate><a:RequisitionTemplateID>30</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Employment Program Director / Operations Director</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=21</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Residential Manager, you will be responsible for the overall operation of your assigned service site(s), including staff, budget, compliance with State/Federal regulations or standards of service, and general quality of service to individuals served in these programs.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Supervising the provision of assistance to clients to promote their physical, social, and psychological well-being which may include scheduling and assisting individuals to medical appointments</li>
 | |
<li>Responsible for household shopping and ensuring that all dietary needs are taken into account according to each individual plan</li>
 | |
<li>Participate in meetings both annually and as needed regarding individuals’ plans / needs </li>
 | |
<li>Work collaboratively with team members to include, but not limited to: external case managers, guardians, behavior analysts, psychologists, therapists and natural supports (family and friends) to ensure overall health, safety and welfare of the individuals we support</li>
 | |
<li>Monitoring and ensuring that staff follow agency procedures to promote optimal health care and behavior supports, as well as optimal safety practices</li>
 | |
<li>Ensuring that staff completes all required documentation in a timely manner</li>
 | |
<li>Supervising staff interactions with individuals and supporting staff to promote the rights of the individuals to achieve enhanced quality of life</li>
 | |
<li>Ensuring that MSDS (material data safety sheets) are present for all supplies/chemicals as applicable for assigned service site(s) and ensuring that staff is properly trained on MSDS</li>
 | |
<li>Maintaining a work environment that supports dignity and fair treatment of staff</li>
 | |
<li>Promoting the individuality of people we support by ensuring that common living areas and bedrooms are individualized to reflect the personality of the person(s) living there</li>
 | |
<li>Overseeing implementation of and compliance with audit systems</li>
 | |
<li>Responding to emergencies </li>
 | |
<li>Participating as needed with investigations involving individuals and employees at assigned service site(s)</li>
 | |
<li>Monitoring labor hours and ensuring that assigned service site(s) are operating within budgetary guidelines
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Residential Manager</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Residential Manager – Caregiver Management (Social Work)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a qualified Residential Manager to oversee operations of our residential services for people with intellectual and developmental disabilities. </p>
 | |
<p>If you are looking for a progressive employer offering great work/life balance, and you are passionate about helping others – don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>7</a:Grade><a:GradeId>7</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>21</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Residential Manager, you will be responsible for the overall operation of your assigned service site(s), including staff, budget, compliance with State/Federal regulations or standards of service, and general quality of service to individuals served in these programs.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Supervising the provision of assistance to clients to promote their physical, social, and psychological well-being which may include scheduling and assisting individuals to medical appointments</li>
 | |
<li>Responsible for household shopping and ensuring that all dietary needs are taken into account according to each individual plan</li>
 | |
<li>Participate in meetings both annually and as needed regarding individuals’ plans / needs </li>
 | |
<li>Work collaboratively with team members to include, but not limited to: external case managers, guardians, behavior analysts, psychologists, therapists and natural supports (family and friends) to ensure overall health, safety and welfare of the individuals we support</li>
 | |
<li>Monitoring and ensuring that staff follow agency procedures to promote optimal health care and behavior supports, as well as optimal safety practices</li>
 | |
<li>Ensuring that staff completes all required documentation in a timely manner</li>
 | |
<li>Supervising staff interactions with individuals and supporting staff to promote the rights of the individuals to achieve enhanced quality of life</li>
 | |
<li>Ensuring that MSDS (material data safety sheets) are present for all supplies/chemicals as applicable for assigned service site(s) and ensuring that staff is properly trained on MSDS</li>
 | |
<li>Maintaining a work environment that supports dignity and fair treatment of staff</li>
 | |
<li>Promoting the individuality of people we support by ensuring that common living areas and bedrooms are individualized to reflect the personality of the person(s) living there</li>
 | |
<li>Overseeing implementation of and compliance with audit systems</li>
 | |
<li>Responding to emergencies </li>
 | |
<li>Participating as needed with investigations involving individuals and employees at assigned service site(s)</li>
 | |
<li>Monitoring labor hours and ensuring that assigned service site(s) are operating within budgetary guidelines
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Residential Manager</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Residential Manager – Caregiver Management (Social Work)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a qualified Residential Manager to oversee operations of our residential services for people with intellectual and developmental disabilities. </p>
 | |
<p>If you are looking for a progressive employer offering great work/life balance, and you are passionate about helping others – don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Residential Manager, you must be highly organized and detail-oriented with solid business and advocacy skills, a passion for social work, and the ability to work with a culturally diverse population. You must also display excellent verbal and written communication and interpersonal skills, as well as the ability to interact effectively across all levels of management and staff.</p>
 | |
<p>Specific qualifications for the role include:<br>
 | |
<ui>
 | |
<li>BA/BS in Business, Health Care Administration, or a Social Science </li>
 | |
<li><strong>OR</strong> High school diploma/GED and equivalent job experience of 3 years </li>
 | |
<li>One year of supervisory experience, required; previous experience providing services and supports to individuals with developmental disabilities and/or other related disorders, preferred</li>
 | |
<li>Experience in managing systems, processes, and people</li>
 | |
<li>Working knowledge of Federal, State, and Local regulations concerning services to individuals with developmental disabilities</li>
 | |
<li>Valid driver’s license</li>
 | |
<li>Ability to travel, staying overnight as necessary</li>
 | |
<li>Ability to work flexible hours and locations and cover direct care shifts as necessary</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>25</a:Openings><a:Position>Residential Mgr</a:Position><a:PositionId>336140</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req21</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Residential Manager – Caregiver Management (Social Work)</a:RequisitionTemplate><a:RequisitionTemplateID>31</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Residential Manager – Caregiver Management (Social Work)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=22</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Director of Nursing, you will supervise the delivery of nursing services and nursing personnel. You will be responsible for directing and overseeing the delivery of and monitoring outcomes for skilled and non-skilled services in clients’ homes.</p>
 | |
<p>Responsibilities of the Director of Nursing include:<br>
 | |
<ui>
 | |
<li>Planning, coordinating, delivering, and overseeing the delivery and outcomes of required healthcare-related services/training programs on a routine basis in cooperation with Operations management; monitoring both skilled and non-skilled healthcare services</li>
 | |
<li>Providing clinical teaching and conducting performance monitoring, identifying and reducing risks</li>
 | |
<li>Participating in the Interdisciplinary team (IDT) meetings</li>
 | |
<li>Demonstrating fiscal accountability by monitoring operations to ensure compliance with ResCare policies and procedures, state licensure and regulations, Medicaid and Medicare standards, as well as state reimbursement regulations</li>
 | |
<li>Leading case conferences and other client-related meetings</li>
 | |
<li>Chairing committees as appropriate, e.g., safety, infection control, incident review, and human rights committees</li>
 | |
<li>Facilitating communication and serving as a liaison between and among nursing and direct care staff, family and/or guardians, and community medical providers and professional consultants in cooperation with operations management</li>
 | |
<li>Directly overseeing initial start of healthcare, assessment, and first home visit (or comparable) of all new contracts with clinical component</li>
 | |
<li>Directly supervising the implementation, coordination, maintenance, evaluation, and termination of care plan and services, analyses outcomes, OASIS and ICD9/10, medical records, and physician orders</li>
 | |
<li>Marketing of services in service area</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Director of Nursing</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Director of Nursing (Home Healthcare Management) / Registered Nurse (RN)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an experienced Director of Nursing to plan, direct, and coordinate healthcare services for assigned residential sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>17</a:Grade><a:GradeId>17</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>22</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Director of Nursing, you will supervise the delivery of nursing services and nursing personnel. You will be responsible for directing and overseeing the delivery of and monitoring outcomes for skilled and non-skilled services in clients’ homes.</p>
 | |
<p>Responsibilities of the Director of Nursing include:<br>
 | |
<ui>
 | |
<li>Planning, coordinating, delivering, and overseeing the delivery and outcomes of required healthcare-related services/training programs on a routine basis in cooperation with Operations management; monitoring both skilled and non-skilled healthcare services</li>
 | |
<li>Providing clinical teaching and conducting performance monitoring, identifying and reducing risks</li>
 | |
<li>Participating in the Interdisciplinary team (IDT) meetings</li>
 | |
<li>Demonstrating fiscal accountability by monitoring operations to ensure compliance with ResCare policies and procedures, state licensure and regulations, Medicaid and Medicare standards, as well as state reimbursement regulations</li>
 | |
<li>Leading case conferences and other client-related meetings</li>
 | |
<li>Chairing committees as appropriate, e.g., safety, infection control, incident review, and human rights committees</li>
 | |
<li>Facilitating communication and serving as a liaison between and among nursing and direct care staff, family and/or guardians, and community medical providers and professional consultants in cooperation with operations management</li>
 | |
<li>Directly overseeing initial start of healthcare, assessment, and first home visit (or comparable) of all new contracts with clinical component</li>
 | |
<li>Directly supervising the implementation, coordination, maintenance, evaluation, and termination of care plan and services, analyses outcomes, OASIS and ICD9/10, medical records, and physician orders</li>
 | |
<li>Marketing of services in service area</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a <strong>Director of Nursing</strong> with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers. </p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>Employee discount program</li>
 | |
<li>PTO</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Director of Nursing (Home Healthcare Management) / Registered Nurse (RN)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p>
 | |
</strong></p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking an experienced Director of Nursing to plan, direct, and coordinate healthcare services for assigned residential sites.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Successful candidates for the Director of&nbsp;Nursing role must have healthcare management experience and home healthcare / home&nbsp;care / hospital work experience with multiple age groups.&nbsp;Someone with working knowledge of local, state, and federal funding sources and other applicable regulations would be a good fit for this dynamic leadership role.</p>
 | |
<p>Additional requirements of the Director of Nursing include:<br>
 | |
<ui>
 | |
<li>Bachelor’s Degree in Nursing, Social Services, or related healthcare field of study</li>
 | |
<li>Graduate of an accredited school/college with current registration of practice as a Registered Professional Nurse</li>
 | |
<li>Excellent communicator with ability to handle concurrent tasks and responsibilities</li>
 | |
<li>Ability to travel within assigned area</li>
 | |
<li>Valid driver’s license and insurance</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>24</a:Openings><a:Position>Director, Nursing</a:Position><a:PositionId>535100</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req22</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Director of Nursing (Home Healthcare Management)</a:RequisitionTemplate><a:RequisitionTemplateID>17</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Director of Nursing (Home Healthcare Management)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=23</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Speech Language Pathologist, you will coordinate with appropriate caregivers to provide clients with care that serves their specific needs while also following their physician’s established plan of treatment. Therapy will be provided to clients in their homes, their assisted living facilities, and any other location considered to be a home environment.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Ensuring that all clients consistently receive service as scheduled </li>
 | |
<li>Maintaining client confidentiality</li>
 | |
<li>Reporting all pertinent client condition changes to the appropriate supervisor and/or caregivers</li>
 | |
<li>Assisting in the coordination of client care with appropriate caregivers through documentation, verbal communication, and/or case conferences</li>
 | |
<li>Establishing and implementing the client plan of treatment as it relates to occupational therapy</li>
 | |
<li>Assisting in identifying clients’ physical, emotional, and developmental needs</li>
 | |
<li>Providing clients with appropriate health education and counseling</li>
 | |
<li>Submitting completed documentation in a timely and accurate manner</li>
 | |
<li>Evaluating client via the appropriate diagnostic and prognostic tests</li>
 | |
<li>Ensuring that all client concerns and complaints are followed up with the appropriate supervisor within 24 hours, resulting in a satisfactory resolution</li>
 | |
<li>Maintaining a clean and safe working environment by following universal precautions as well as infection and safety control guidelines as established by ResCare</li>
 | |
<li>Maintaining knowledge of all areas of services that ResCare can provide in order to fully meet the needs of the client</li>
 | |
<li>Educating the community and referral sources about ResCare through regular contacts</li>
 | |
<li>Responding to requests for clinical and educational services in a timely manner</li>
 | |
<li>Performing other duties as assigned
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Speech Language Pathologist with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Speech Language Pathologist – Speech Therapist (Healthcare)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Speech Language Pathologist to work with our clients in a variety of settings.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>23</a:Grade><a:GradeId>23</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>23</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Speech Language Pathologist, you will coordinate with appropriate caregivers to provide clients with care that serves their specific needs while also following their physician’s established plan of treatment. Therapy will be provided to clients in their homes, their assisted living facilities, and any other location considered to be a home environment.</p>
 | |
<p>Your specific duties in this role will include:<br>
 | |
<ui>
 | |
<li>Ensuring that all clients consistently receive service as scheduled </li>
 | |
<li>Maintaining client confidentiality</li>
 | |
<li>Reporting all pertinent client condition changes to the appropriate supervisor and/or caregivers</li>
 | |
<li>Assisting in the coordination of client care with appropriate caregivers through documentation, verbal communication, and/or case conferences</li>
 | |
<li>Establishing and implementing the client plan of treatment as it relates to occupational therapy</li>
 | |
<li>Assisting in identifying clients’ physical, emotional, and developmental needs</li>
 | |
<li>Providing clients with appropriate health education and counseling</li>
 | |
<li>Submitting completed documentation in a timely and accurate manner</li>
 | |
<li>Evaluating client via the appropriate diagnostic and prognostic tests</li>
 | |
<li>Ensuring that all client concerns and complaints are followed up with the appropriate supervisor within 24 hours, resulting in a satisfactory resolution</li>
 | |
<li>Maintaining a clean and safe working environment by following universal precautions as well as infection and safety control guidelines as established by ResCare</li>
 | |
<li>Maintaining knowledge of all areas of services that ResCare can provide in order to fully meet the needs of the client</li>
 | |
<li>Educating the community and referral sources about ResCare through regular contacts</li>
 | |
<li>Responding to requests for clinical and educational services in a timely manner</li>
 | |
<li>Performing other duties as assigned
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Speech Language Pathologist with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Speech Language Pathologist – Speech Therapist (Healthcare)</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Speech Language Pathologist to work with our clients in a variety of settings.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Speech Language Pathologist, you must be outgoing, empathetic, and adaptable with the ability to connect and work with a wide range of different types of patients and personalities. It is also important that you have excellent verbal and written communication and interpersonal skills as well as the ability to effectively interact with colleagues at all levels, both clinical and non-clinical.</p>
 | |
<p>Specific qualifications for the role include:<br>
 | |
<ui>
 | |
<li>Minimum of 2 years of clinical experience in the assessment and management of traumatic brain injury or related neurological conditions</li>
 | |
<li>Knowledge of complex neurologic injury and neuro-rehabilitation techniques</li>
 | |
<li>Master’s prepared graduate with a degree in Speech Pathology / Audiology from a university approved by the American Speech-Language Hearing Association. </li>
 | |
<li>Current and valid license to practice in the state of employment, where applicable </li>
 | |
<li>Teaching certificate for practice in a public school, as required</li>
 | |
<li>Working knowledge of the use and maintenance of equipment specific to speech therapy</li>
 | |
<li>Strong prioritization skills and the ability to easily handle changing situations</li>
 | |
<li>Ability to visually and audibly observe and assess clients</li>
 | |
<li>Evidence of current CPR certification</li>
 | |
<li>Evidence of an annual TB test and other state required tests</li>
 | |
<li>Availability to travel locally from assignment to assignment</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>23</a:Openings><a:Position>Speech Language Pathologist</a:Position><a:PositionId>541502</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req23</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Speech Language Pathologist – Speech Therapist (Healthcare)</a:RequisitionTemplate><a:RequisitionTemplateID>32</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Speech Language Pathologist – Speech Therapist (Healthcare)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Salary</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=24</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>First/Mid-Level Officials and Managers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Career Coach / Counselor, you will provide career guidance and counseling. This involves conducting thorough individual assessments as well as providing case management with a focus on helping the people we serve prepare for employment that leads to self-sufficiency.</p>
 | |
<p>Responsibilities include:<br>
 | |
<ui>
 | |
<li>Meeting with the people we serve to identify barriers to employment and develop strategies to manage these issues</li>
 | |
<li>Helping the people we serve maintain eligibility for ResCare services by attendance, job search, and workshop activities</li>
 | |
<li>Identifying outside resources, programs, and other services for clients</li>
 | |
<li>Working in conjunction with the Job Recruiters / Business Services /Career Specialists to assist people in securing employment </li>
 | |
<li>Authorizing and coordinating supportive services such as child care, transportation, etc., and tracking obligations of funds</li>
 | |
<li>Serving as an advocate for the client</li>
 | |
<li>Maintaining existing relationships with community resources and developing new ones to further the goals of the program and the success of people in their job search</li>
 | |
<li>Maintaining complete, accurate, and timely case notes and related records in manual and/or electronic systems</li>
 | |
<li>Conducting follow-up with individuals to ensure their continued participation or employment after they are placed in a job
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Career Coach / Counselor with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Career Specialist (Career Coach / Counselor) – Human Services</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Career Coach / Counselor to provide career guidance and counseling to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people from every walk of life reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>11</a:Grade><a:GradeId>11</a:GradeId><a:HiringManager><a:Id>106168</a:Id><a:Name>SHELLY MORGAN</a:Name><a:Ref>0184099</a:Ref></a:HiringManager><a:Id>24</a:Id><a:IdealQualification/><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>JOB.TITLE<br>
 | |
</strong></p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>As a Career Coach / Counselor, you will provide career guidance and counseling. This involves conducting thorough individual assessments as well as providing case management with a focus on helping the people we serve prepare for employment that leads to self-sufficiency.</p>
 | |
<p>Responsibilities include:<br>
 | |
<ui>
 | |
<li>Meeting with the people we serve to identify barriers to employment and develop strategies to manage these issues</li>
 | |
<li>Helping the people we serve maintain eligibility for ResCare services by attendance, job search, and workshop activities</li>
 | |
<li>Identifying outside resources, programs, and other services for clients</li>
 | |
<li>Working in conjunction with the Job Recruiters / Business Services /Career Specialists to assist people in securing employment </li>
 | |
<li>Authorizing and coordinating supportive services such as child care, transportation, etc., and tracking obligations of funds</li>
 | |
<li>Serving as an advocate for the client</li>
 | |
<li>Maintaining existing relationships with community resources and developing new ones to further the goals of the program and the success of people in their job search</li>
 | |
<li>Maintaining complete, accurate, and timely case notes and related records in manual and/or electronic systems</li>
 | |
<li>Conducting follow-up with individuals to ensure their continued participation or employment after they are placed in a job
 | |
</li>
 | |
</ui></p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>CUSTOM.ADDITIONAL.INFORMATION</p>
 | |
<p><strong>Benefits</strong></p>
 | |
<p>As a Career Coach / Counselor with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will have plenty of opportunity for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p>Your hard work and professional dedication will be rewarded with competitive compensation and a full benefits package, including:<br>
 | |
<ui>
 | |
<li>Health, dental, and vision coverage</li>
 | |
<li>Life insurance</li>
 | |
<li>Disability coverage</li>
 | |
<li>401(k) w/ company match</li>
 | |
<li>PTO</li>
 | |
<li>Employee discount program</li>
 | |
<li>Plus more!</li>
 | |
</ui></p>
 | |
<p style="text-align: center;"><strong>Career Specialist (Career Coach / Counselor) – Human Services</strong></p>
 | |
<p style="text-align: center;"><strong>ResCare</strong></p>
 | |
<p style="text-align: center;"><strong>Where Care Meets Career</strong></p>
 | |
<p style="text-align: center;"><strong>Apply Now!</strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Career Coach / Counselor to provide career guidance and counseling to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people from every walk of life reach their highest level of independence! Apply today!</p></a:InternalDescription><a:JobResponsibilities/><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>United States</a:Location><a:LocationId>US</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Effective communication skills, professionalism, and customer focus are essential for success in this role. It’s a great opportunity for a compassionate individual who is familiar / knowledgeable about the community and has excellent interpersonal skills.</p>
 | |
<p>Career Coach / Counselor requirements: <br>
 | |
<ui>
 | |
<li>Bachelor’s Degree in Human Services or a related field and 2+ years of work experience in related field, OR a satisfactory equivalent of education and experience</li>
 | |
<li>Experience providing career guidance or counseling, preferred</li>
 | |
<li>Knowledgeable about community resources, labor market, and training resources</li>
 | |
<li>Culturally sensitive; ability to work with and relate to people we serve</li>
 | |
<li>Strong organizational skills</li>
 | |
<li>Computer literate with MS Word and Excel skills, and ability to learn specialized databases and software systems</li>
 | |
<li>Bilingual English / Spanish, a plus</li>
 | |
</ui></p></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>4</a:Openings><a:Position>Case Mgr</a:Position><a:PositionId>336370</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req24</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Career Specialist (Career Coach / Counselor)</a:RequisitionTemplate><a:RequisitionTemplateID>33</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Career Specialist (Career Coach / Counselor)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>3409 Airport Way, Fairbanks, AK 99709 USA</a:Address><a:AddressDetails><a:City>Fairbanks</a:City><a:Country>USA</a:Country><a:Line1>3409 Airport Way</a:Line1><a:Line2/><a:PostalCode>99709</a:PostalCode><a:State>AK</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate>2/5/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=25</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>25</a:Id><a:IdealQualification>Attribute:Certification
 | |
<span class='FieldName'>Certification </span> <span class='FieldValue'><i>Equals</i> Certified Nursing Assistant </span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Providing for and assisting with personal care needs, such as bathing, shaving, shampooing hair, dressing and grooming, oral hygiene, perinea care, and skin care</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with ambulating (including the use of canes, walkers, and wheelchairs), client transfers, and proper body positioning </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe living environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring proper medication/therapies or other services are provided according to the individual’s care plan </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Supporting individuals with day-to-day living activities (e.g., laundry, meal preparation, bed making, cleaning)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Coordinating transportation to appointments and errands </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Communicating pertinent information to families, supervisors, co-workers and others</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Adhering to client’s rights </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided on the appropriate time card flow sheet, according to agency policies and procedures, and reporting any changes or variations from the care plan </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Other duties as assigned</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AK - FAIRBANKS STATE FUNDED (PPC)</a:Location><a:LocationId>50010</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Care Professional</a:Position><a:PositionId>536200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req25</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>3</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>240 E 1ST AVE STE 222, HIALEAH, FL 33010-4922 USA</a:Address><a:AddressDetails><a:City>HIALEAH</a:City><a:Country>USA</a:Country><a:Line1>240 E 1ST AVE STE 222</a:Line1><a:Line2/><a:PostalCode>33010-4922</a:PostalCode><a:State>FL</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate>2/5/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate>2/12/2015</a:DefaultExpirationDate><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=26</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Laborers and Helpers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><P><SPAN style="COLOR: rgb(0,112,192)"><STRONG><FONT size=3>ResCare</FONT></STRONG></SPAN>&nbsp;</P>
 | |
<P><STRONG><EM>JOB.TITLE</EM></STRONG></P>
 | |
<P><STRONG>Job Description</STRONG><BR>JOB.DESCRIPTION</P>
 | |
<P><STRONG>Job Responsibilities</STRONG></P>
 | |
<P>JOB.RESPONSIBILITIES</P>
 | |
<P><STRONG>Job Requirements</STRONG></P>
 | |
<P>JOB.MINIMUM.QUALIFICATIONS<BR><STRONG></STRONG></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">Benefits</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Arial, sans-serif"><BR>Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN>Health, dental, and vision coverage</P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Life insurance</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Disability coverage</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">401(k) w/ company match</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">PTO</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Employee discount program</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Plus more!</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Arial, sans-serif">&nbsp;</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Arial, sans-serif">&nbsp;</SPAN></P>
 | |
<P style="TEXT-ALIGN: center; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; PADDING-TOP: 0in" align=center><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">Direct Support Professional / Home Health Aide (Caregiver)</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: center" align=center><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">ResCare</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: center" align=center><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">Where Care Meets Career</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: center" align=center><STRONG><EM><SPAN style="FONT-FAMILY: Arial, sans-serif">Apply Now!</SPAN></EM></STRONG></P>
 | |
<P><STRONG><BR></STRONG></P>
 | |
<P>&nbsp;</P></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>26</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><P><SPAN style="COLOR: rgb(0,112,192)"><STRONG><FONT size=3>ResCare</FONT></STRONG></SPAN>&nbsp;</P>
 | |
<P><STRONG><EM>JOB.TITLE</EM></STRONG></P>
 | |
<P><STRONG>Job Description</STRONG><BR>JOB.DESCRIPTION</P>
 | |
<P><STRONG>Job Responsibilities</STRONG></P>
 | |
<P>JOB.RESPONSIBILITIES</P>
 | |
<P><STRONG>Job Requirements</STRONG></P>
 | |
<P>JOB.MINIMUM.QUALIFICATIONS<BR><STRONG></STRONG></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">Benefits</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Arial, sans-serif"><BR>Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN>Health, dental, and vision coverage</P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Life insurance</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Disability coverage</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">401(k) w/ company match</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">PTO</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Employee discount program</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Symbol">·<SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 7pt; font-stretch: normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN><SPAN style="FONT-FAMILY: Arial, sans-serif">Plus more!</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Arial, sans-serif">&nbsp;</SPAN></P>
 | |
<P style="TEXT-ALIGN: justify; MARGIN-BOTTOM: 0pt"><SPAN style="FONT-FAMILY: Arial, sans-serif">&nbsp;</SPAN></P>
 | |
<P style="TEXT-ALIGN: center; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; PADDING-TOP: 0in" align=center><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">Direct Support Professional / Home Health Aide (Caregiver)</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: center" align=center><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">ResCare</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: center" align=center><STRONG><SPAN style="FONT-FAMILY: Arial, sans-serif">Where Care Meets Career</SPAN></STRONG></P>
 | |
<P style="TEXT-ALIGN: center" align=center><STRONG><EM><SPAN style="FONT-FAMILY: Arial, sans-serif">Apply Now!</SPAN></EM></STRONG></P>
 | |
<P><STRONG><BR></STRONG></P>
 | |
<P>&nbsp;</P></a:InternalAd><a:InternalDescription><P><STRONG>Join us in transforming peoples' lives and their communities!</STRONG> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential. </P>
 | |
<P>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today! ResCare. Where Care Meets Career.</P></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RWS FL HIALEAH CITY ONE STOP 1ST AVE</a:Location><a:LocationId>35486</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><P>Bring your passion for making a difference to our dynamic team! While experience in providing services and support to individuals with intellectual, cognitive, and developmental disabilities is helpful, it is not required; we will provide training. Don’t miss this opportunity to start a rewarding and fulfilling career!</P>
 | |
<P>Specific requirements: </P>
 | |
<UL>
 | |
<LI>18 years of age or older
 | |
<LI>High school degree/GED
 | |
<LI>Valid driver's license (in most cases)
 | |
<LI>Ability to work in home-like settings &nbsp;
 | |
<LI>Ability to communicate (verbally and written) with all levels of personnel, internal and external to the company
 | |
<LI>Ability to handle physical aspects of job, including bending, stooping, lifting, pushing, pulling, reaching, and walking for periods of time </LI>
 | |
</UL></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>1</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req26</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Direct Support Professional / Home Health Aide (Caregiver)</a:RequisitionTemplate><a:RequisitionTemplateID>2</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Direct Support Professional / Home Health Aide (Caregiver)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone>3521111111</a:ContactPhone><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate>2/5/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=27</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Laborers and Helpers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>27</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today! ResCare. Where Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>Adel</a:Location><a:LocationId>GA0001</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Bring your passion for making a difference to our dynamic team! While experience in providing services and support to individuals with intellectual, cognitive, and developmental disabilities is helpful, it is not required; we will provide training. Don’t miss this opportunity to start a rewarding and fulfilling career!</p>
 | |
<p> Specific requirements: </p>
 | |
<ul>
 | |
<li>18 years of age or older </li>
 | |
<li>High school degree/GED </li>
 | |
<li>Valid driver's license (in most cases) </li>
 | |
<li>Ability to work in home-like settings &nbsp;</li>
 | |
<li>Ability to communicate (verbally and written) with all levels of personnel, internal and external to the company </li>
 | |
<li>Ability to handle physical aspects of job, including bending, stooping, lifting, pushing, pulling, reaching, and walking for periods of time</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>1</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>CriticalToFill</a:Priority><a:PriorityName>High</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req27</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Direct Support Professional / Home Health Aide (Caregiver)</a:RequisitionTemplate><a:RequisitionTemplateID>2</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Direct Support Professional / Home Health Aide (Caregiver)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>USA</a:Address><a:AddressDetails><a:City/><a:Country>USA</a:Country><a:Line1/><a:Line2/><a:PostalCode/><a:State/></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone>xxxxxxxxxx</a:ContactPhone><a:CreateDateLocal>2/5/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>89</a:DaysOpen><a:DefaultEffectiveDate/><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=28</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Laborers and Helpers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p align="center" style="padding: 0in; border: currentColor; border-image: none; text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>28</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p align="center" style="padding: 0in; border: currentColor; border-image: none; text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p align="center" style="text-align: center;"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today! ResCare. Where Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>Alabama</a:Location><a:LocationId>AL</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Bring your passion for making a difference to our dynamic team! While experience in providing services and support to individuals with intellectual, cognitive, and developmental disabilities is helpful, it is not required; we will provide training. Don’t miss this opportunity to start a rewarding and fulfilling career!</p>
 | |
<p> Specific requirements: </p>
 | |
<ul>
 | |
<li>18 years of age or older </li>
 | |
<li>High school degree/GED </li>
 | |
<li>Valid driver's license (in most cases) </li>
 | |
<li>Ability to work in home-like settings &nbsp;</li>
 | |
<li>Ability to communicate (verbally and written) with all levels of personnel, internal and external to the company </li>
 | |
<li>Ability to handle physical aspects of job, including bending, stooping, lifting, pushing, pulling, reaching, and walking for periods of time</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>false</a:Ongoing><a:OpenDateLocal>2/5/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>1</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req28</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Direct Support Professional / Home Health Aide (Caregiver)</a:RequisitionTemplate><a:RequisitionTemplateID>2</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/5/2015</a:TargetHireDate><a:Title>Direct Support Professional / Home Health Aide (Caregiver)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>3409 Airport Way, Fairbanks, AK 99709 USA</a:Address><a:AddressDetails><a:City>Fairbanks</a:City><a:Country>USA</a:Country><a:Line1>3409 Airport Way</a:Line1><a:Line2/><a:PostalCode>99709</a:PostalCode><a:State>AK</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=29</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>29</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AK - FAIRBANKS STATE FUNDED (PPC)</a:Location><a:LocationId>50010</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req29</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>610 East 5th Avenue, Anchorage, AK 99501-2731 USA</a:Address><a:AddressDetails><a:City>Anchorage</a:City><a:Country>USA</a:Country><a:Line1>610 East 5th Avenue</a:Line1><a:Line2/><a:PostalCode>99501-2731</a:PostalCode><a:State>AK</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=30</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>30</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AK ANCHORAGE SERVICE SITE (RC)</a:Location><a:LocationId>50014</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req30</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>542 4th Avenue Suite 234, Fairbanks, AK 99701-4707 USA</a:Address><a:AddressDetails><a:City>Fairbanks</a:City><a:Country>USA</a:Country><a:Line1>542 4th Avenue Suite 234</a:Line1><a:Line2/><a:PostalCode>99701-4707</a:PostalCode><a:State>AK</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=31</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>31</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AK FAIRBANKS SERVICE SITE (RC)</a:Location><a:LocationId>50016</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req31</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>6221 Shallowford Road Suite 103, Chattanooga, TN 37421 USA</a:Address><a:AddressDetails><a:City>Chattanooga</a:City><a:Country>USA</a:Country><a:Line1>6221 Shallowford Road Suite 103</a:Line1><a:Line2/><a:PostalCode>37421</a:PostalCode><a:State>TN</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=32</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Laborers and Helpers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>32</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today! ResCare. Where Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CHATTANOOGA TN BRANCH</a:Location><a:LocationId>71412</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Bring your passion for making a difference to our dynamic team! While experience in providing services and support to individuals with intellectual, cognitive, and developmental disabilities is helpful, it is not required; we will provide training. Don’t miss this opportunity to start a rewarding and fulfilling career!</p>
 | |
<p> Specific requirements: </p>
 | |
<ul>
 | |
<li>18 years of age or older </li>
 | |
<li>High school degree/GED </li>
 | |
<li>Valid driver's license (in most cases) </li>
 | |
<li>Ability to work in home-like settings &nbsp;</li>
 | |
<li>Ability to communicate (verbally and written) with all levels of personnel, internal and external to the company </li>
 | |
<li>Ability to handle physical aspects of job, including bending, stooping, lifting, pushing, pulling, reaching, and walking for periods of time</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req32</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Direct Support Professional / Home Health Aide (Caregiver)</a:RequisitionTemplate><a:RequisitionTemplateID>2</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Direct Support Professional / Home Health Aide (Caregiver)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>892 E USA Circle, Wasilla, AK 99654 USA</a:Address><a:AddressDetails><a:City>Wasilla</a:City><a:Country>USA</a:Country><a:Line1>892 E USA Circle</a:Line1><a:Line2/><a:PostalCode>99654</a:PostalCode><a:State>AK</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=33</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>33</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AK WASILLA SERVICE SITE (RC)</a:Location><a:LocationId>50020</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req33</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>332 East Pioneer Avenue Suite 2, Homer, AK 99603-7571 USA</a:Address><a:AddressDetails><a:City>Homer</a:City><a:Country>USA</a:Country><a:Line1>332 East Pioneer Avenue Suite 2</a:Line1><a:Line2/><a:PostalCode>99603-7571</a:PostalCode><a:State>AK</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=34</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>34</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AK HOMER SERVICE SITE (RC)</a:Location><a:LocationId>50018</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req34</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>5401 Kingston Pike Suite 130, Knoxville, TN 37919-5028 USA</a:Address><a:AddressDetails><a:City>Knoxville</a:City><a:Country>USA</a:Country><a:Line1>5401 Kingston Pike Suite 130</a:Line1><a:Line2/><a:PostalCode>37919-5028</a:PostalCode><a:State>TN</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=35</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Laborers and Helpers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>35</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today! ResCare. Where Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC KNOXVILLE TN SERVICE SITE</a:Location><a:LocationId>71415</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Bring your passion for making a difference to our dynamic team! While experience in providing services and support to individuals with intellectual, cognitive, and developmental disabilities is helpful, it is not required; we will provide training. Don’t miss this opportunity to start a rewarding and fulfilling career!</p>
 | |
<p> Specific requirements: </p>
 | |
<ul>
 | |
<li>18 years of age or older </li>
 | |
<li>High school degree/GED </li>
 | |
<li>Valid driver's license (in most cases) </li>
 | |
<li>Ability to work in home-like settings &nbsp;</li>
 | |
<li>Ability to communicate (verbally and written) with all levels of personnel, internal and external to the company </li>
 | |
<li>Ability to handle physical aspects of job, including bending, stooping, lifting, pushing, pulling, reaching, and walking for periods of time</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req35</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Direct Support Professional / Home Health Aide (Caregiver)</a:RequisitionTemplate><a:RequisitionTemplateID>2</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Direct Support Professional / Home Health Aide (Caregiver)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>2421 Presidents Drive Suite B10 & B16, Montgomery, AL 36116-1612 USA</a:Address><a:AddressDetails><a:City>Montgomery</a:City><a:Country>USA</a:Country><a:Line1>2421 Presidents Drive Suite B10 & B16</a:Line1><a:Line2/><a:PostalCode>36116-1612</a:PostalCode><a:State>AL</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=36</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>36</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC MONTGOMERY AL SERVICE SITE</a:Location><a:LocationId>71325</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req36</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>500 Southland Drive Suite 210, Hoover, AL 35226-3710 USA</a:Address><a:AddressDetails><a:City>Hoover</a:City><a:Country>USA</a:Country><a:Line1>500 Southland Drive Suite 210</a:Line1><a:Line2/><a:PostalCode>35226-3710</a:PostalCode><a:State>AL</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=37</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>37</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AL BIRMINGHAM SERVICE SITE</a:Location><a:LocationId>71556</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req37</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>1451 Elm Hill Pike Suite 209, Nashville, TN 37210-4568 USA</a:Address><a:AddressDetails><a:City>Nashville</a:City><a:Country>USA</a:Country><a:Line1>1451 Elm Hill Pike Suite 209</a:Line1><a:Line2/><a:PostalCode>37210-4568</a:PostalCode><a:State>TN</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=38</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Laborers and Helpers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today!</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>38</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><span style="color: rgb(0, 112, 192);"><strong><font size="3">ResCare</font></strong></span>&nbsp;</p>
 | |
<p><strong><em>JOB.TITLE</em></strong></p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS<br>
 | |
<strong></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Direct Support Professional with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Life insurance</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">401(k) w/ company match</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">PTO</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">·<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Direct Support Professional / Home Health Aide (Caregiver)</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p><strong><br>
 | |
</strong></p>
 | |
<p>&nbsp;</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. Right now, we have an exciting opportunity for you to join our team as a Direct Support Professional / Home Health Aide. In this position, you will play a vital and positive role in helping our clients with intellectual, cognitive, or developmental disabilities achieve their fullest potential.
 | |
</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people reach their highest level of independence! Apply today! ResCare. Where Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC NASHVILLE TN SERVICE SITE</a:Location><a:LocationId>71417</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>Bring your passion for making a difference to our dynamic team! While experience in providing services and support to individuals with intellectual, cognitive, and developmental disabilities is helpful, it is not required; we will provide training. Don’t miss this opportunity to start a rewarding and fulfilling career!</p>
 | |
<p> Specific requirements: </p>
 | |
<ul>
 | |
<li>18 years of age or older </li>
 | |
<li>High school degree/GED </li>
 | |
<li>Valid driver's license (in most cases) </li>
 | |
<li>Ability to work in home-like settings &nbsp;</li>
 | |
<li>Ability to communicate (verbally and written) with all levels of personnel, internal and external to the company </li>
 | |
<li>Ability to handle physical aspects of job, including bending, stooping, lifting, pushing, pulling, reaching, and walking for periods of time</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req38</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Direct Support Professional / Home Health Aide (Caregiver)</a:RequisitionTemplate><a:RequisitionTemplateID>2</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Direct Support Professional / Home Health Aide (Caregiver)</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>1008 6th Avenue SE, Decatur, AL 35601-3922 USA</a:Address><a:AddressDetails><a:City>Decatur</a:City><a:Country>USA</a:Country><a:Line1>1008 6th Avenue SE</a:Line1><a:Line2/><a:PostalCode>35601-3922</a:PostalCode><a:State>AL</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=39</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>39</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AL DECATUR SERVICE SITE</a:Location><a:LocationId>71327</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req39</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>256 Honeysuckle RdSuite 9, Dothan, AL 36305 USA</a:Address><a:AddressDetails><a:City>Dothan</a:City><a:Country>USA</a:Country><a:Line1>256 Honeysuckle RdSuite 9</a:Line1><a:Line2/><a:PostalCode>36305</a:PostalCode><a:State>AL</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=40</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>40</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AL DOTHAN SERVICE SITE</a:Location><a:LocationId>71574</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req40</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>2208 Executive Park Drive, Opelika, AL 36801 USA</a:Address><a:AddressDetails><a:City>Opelika</a:City><a:Country>USA</a:Country><a:Line1>2208 Executive Park Drive</a:Line1><a:Line2/><a:PostalCode>36801</a:PostalCode><a:State>AL</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=41</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>41</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AL OPELIKA SERVICE SITE</a:Location><a:LocationId>71576</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req41</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>1930 S. Alma School Road@ Suite A118, Mesa, AZ 85210 USA</a:Address><a:AddressDetails><a:City>Mesa</a:City><a:Country>USA</a:Country><a:Line1>1930 S. Alma School Road@ Suite A118</a:Line1><a:Line2/><a:PostalCode>85210</a:PostalCode><a:State>AZ</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=42</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>42</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC MESA AZ BRANCH</a:Location><a:LocationId>72006</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req42</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>2400 W. Dunlap AvenueSuite 115 and 124, Phoenix, AZ 85021 USA</a:Address><a:AddressDetails><a:City>Phoenix</a:City><a:Country>USA</a:Country><a:Line1>2400 W. Dunlap AvenueSuite 115 and 124</a:Line1><a:Line2/><a:PostalCode>85021</a:PostalCode><a:State>AZ</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=43</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>43</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC PHOENIX AZ BRANCH</a:Location><a:LocationId>72005</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req43</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>10451 W Palmeras Dr Ste 103W, Sun City, AZ 85373-2082 USA</a:Address><a:AddressDetails><a:City>Sun City</a:City><a:Country>USA</a:Country><a:Line1>10451 W Palmeras Dr Ste 103W</a:Line1><a:Line2/><a:PostalCode>85373-2082</a:PostalCode><a:State>AZ</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=44</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>44</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC SCOTTSDALE AZ BRANCH</a:Location><a:LocationId>71272</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req44</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>10451 W Palmeras Dr Ste 103W, Sun City, AZ 85373-2082 USA</a:Address><a:AddressDetails><a:City>Sun City</a:City><a:Country>USA</a:Country><a:Line1>10451 W Palmeras Dr Ste 103W</a:Line1><a:Line2/><a:PostalCode>85373-2082</a:PostalCode><a:State>AZ</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=45</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>45</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC SUN CITY AZ BRANCH</a:Location><a:LocationId>72102</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req45</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>4750 North Oracle Road Ste 115, Tucson, AZ 85705-1676 USA</a:Address><a:AddressDetails><a:City>Tucson</a:City><a:Country>USA</a:Country><a:Line1>4750 North Oracle Road Ste 115</a:Line1><a:Line2/><a:PostalCode>85705-1676</a:PostalCode><a:State>AZ</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=46</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>46</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC AZ TUCSON OFFICE</a:Location><a:LocationId>72004</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req46</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>Country Club Gate Shopping Ctr Space 11, Pacific Grove, CA 93950 USA</a:Address><a:AddressDetails><a:City>Pacific Grove</a:City><a:Country>USA</a:Country><a:Line1>Country Club Gate Shopping Ctr Space 11</a:Line1><a:Line2/><a:PostalCode>93950</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=47</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>47</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC MONTEREY CA BRANCH</a:Location><a:LocationId>52180</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req47</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>900 Fulton Avenue Suite 220, Sacramento, CA 95825-4517 USA</a:Address><a:AddressDetails><a:City>Sacramento</a:City><a:Country>USA</a:Country><a:Line1>900 Fulton Avenue Suite 220</a:Line1><a:Line2/><a:PostalCode>95825-4517</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=48</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>48</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC SACRAMENTO CA BRANCH</a:Location><a:LocationId>71290</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req48</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>3220 South Higuera Street@ Suite 307, San Luis Obispo, CA 93401-6999 USA</a:Address><a:AddressDetails><a:City>San Luis Obispo</a:City><a:Country>USA</a:Country><a:Line1>3220 South Higuera Street@ Suite 307</a:Line1><a:Line2/><a:PostalCode>93401-6999</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=49</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>49</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC SAN LUIS OBISPO CA BRANCH</a:Location><a:LocationId>52160</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req49</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>5250 Claremont Avenue Suite 250, Stockton, CA 95207-5700 USA</a:Address><a:AddressDetails><a:City>Stockton</a:City><a:Country>USA</a:Country><a:Line1>5250 Claremont Avenue Suite 250</a:Line1><a:Line2/><a:PostalCode>95207-5700</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=50</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>50</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC STOCKTON CA BRANCH</a:Location><a:LocationId>71294</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req50</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>195 East Hillcrest Drive Ste 115, Thousand Oaks, CA 91360-5826 USA</a:Address><a:AddressDetails><a:City>Thousand Oaks</a:City><a:Country>USA</a:Country><a:Line1>195 East Hillcrest Drive Ste 115</a:Line1><a:Line2/><a:PostalCode>91360-5826</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=51</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>51</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC THOUSAND OAKS CA BRANCH</a:Location><a:LocationId>52167</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req51</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>1600 Chicago Avenue Ste R-3, Riverside, CA 92507 USA</a:Address><a:AddressDetails><a:City>Riverside</a:City><a:Country>USA</a:Country><a:Line1>1600 Chicago Avenue Ste R-3</a:Line1><a:Line2/><a:PostalCode>92507</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=52</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>52</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA INLAND EMPIRE SVC SITE</a:Location><a:LocationId>52153</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req52</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>3413 MT DIABLO BLVD STE A, LAFAYETTE, CA 94549-7117 USA</a:Address><a:AddressDetails><a:City>LAFAYETTE</a:City><a:Country>USA</a:Country><a:Line1>3413 MT DIABLO BLVD STE A</a:Line1><a:Line2/><a:PostalCode>94549-7117</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=53</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>53</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA LAFAYETTE SERVICE SITE</a:Location><a:LocationId>52184</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req53</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>1101 Sylvan Ave.Suite C-106, Modesto, CA 95350 USA</a:Address><a:AddressDetails><a:City>Modesto</a:City><a:Country>USA</a:Country><a:Line1>1101 Sylvan Ave.Suite C-106</a:Line1><a:Line2/><a:PostalCode>95350</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=54</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>54</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA MODESTO SVC SITE</a:Location><a:LocationId>71285</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req54</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>1521 Contra Costa Boulevard, Pleasant Hill, CA 94523-3054 USA</a:Address><a:AddressDetails><a:City>Pleasant Hill</a:City><a:Country>USA</a:Country><a:Line1>1521 Contra Costa Boulevard</a:Line1><a:Line2/><a:PostalCode>94523-3054</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=55</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>55</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA NIGHTINGALE CONTRA COSTA PRIVATE PAY SERVICE SITE</a:Location><a:LocationId>52556</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req55</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>1800 Madison Street, Oakland, CA 94612 USA</a:Address><a:AddressDetails><a:City>Oakland</a:City><a:Country>USA</a:Country><a:Line1>1800 Madison Street</a:Line1><a:Line2/><a:PostalCode>94612</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=56</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>56</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA PIEDMONT SERVICE SITE</a:Location><a:LocationId>52559</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req56</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>510 State Street Ste 255, Santa Barbara, CA 93101 USA</a:Address><a:AddressDetails><a:City>Santa Barbara</a:City><a:Country>USA</a:Country><a:Line1>510 State Street Ste 255</a:Line1><a:Line2/><a:PostalCode>93101</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=57</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>57</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA SANTA BARBARA OFFICE SITE</a:Location><a:LocationId>52564</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req57</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>5250 Claremont Avenue Suite 250, Stockton, CA 95207-5700 USA</a:Address><a:AddressDetails><a:City>Stockton</a:City><a:Country>USA</a:Country><a:Line1>5250 Claremont Avenue Suite 250</a:Line1><a:Line2/><a:PostalCode>95207-5700</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=58</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>58</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA STOCKTON SVC SITE</a:Location><a:LocationId>71295</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req58</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>55 South Highway 26 Suite 3, Valley Springs, CA 95252-8422 USA</a:Address><a:AddressDetails><a:City>Valley Springs</a:City><a:Country>USA</a:Country><a:Line1>55 South Highway 26 Suite 3</a:Line1><a:Line2/><a:PostalCode>95252-8422</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=59</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:ExternalAd><a:ExternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:ExternalDescription><a:Grade>3</a:Grade><a:GradeId>3</a:GradeId><a:HiringManager i:nil="true"/><a:Id>59</a:Id><a:IdealQualification>Attribute:Education
 | |
<span class='FieldName'>Degree </span> <span class='FieldValue'><i>Equals</i> GED</span> ; </a:IdealQualification><a:InternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve. Not only will you see the positive results of your work each and every day, but you will also have opportunities for professional development and advancement to positions of greater responsibility. Our senior leadership team has been with us, on average, for a decade or more, and several of them began their careers with us as direct caregivers.</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;"><br>
 | |
Your hard work and professional dedication will be rewarded with competitive compensation and the opportunity to participate in company benefit programs including:</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Health, dental, and vision coverage</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Disability coverage</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Employee discount program</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Symbol;">•<span style='font-family: "Times New Roman"; font-size: 7pt; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-family: Arial, sans-serif;">Plus more!</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><span style="font-family: Arial, sans-serif;">&nbsp;</span></p>
 | |
<p style="padding: 0in; border: currentColor; text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Healthcare Assistant / Home Health Aide</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">ResCare</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><span style="font-family: Arial, sans-serif;">Where Care Meets Career</span></strong></p>
 | |
<p style="text-align: center;" align="center"><strong><em><span style="font-family: Arial, sans-serif;">Apply Now!</span></em></strong></p>
 | |
<p>REQUISITION.ADDRESS</p></a:InternalAd><a:InternalDescription><p><strong>Join us in transforming peoples' lives and their communities!</strong> ResCare is a one-of-a-kind human services company offering services for people with intellectual and developmental disabilities, home care for seniors, as well as education, vocational training, and job placement for people of all ages and skill levels. We are seeking a Healthcare Assistant / Home Health Aide to provide care to our clients.</p>
 | |
<p>Are you passionate about helping others? Don’t miss this opportunity to find career success and fulfillment while you help people to reach their highest level of independence! Apply today!&nbsp;ResCare.&nbsp;Where&nbsp;Care Meets Career.</p></a:InternalDescription><a:JobResponsibilities><a:JobResponsibility><a:Responsibility>Performing personal care tasks, including assistance with basic personal hygiene and grooming, feeding and ambulation, medical monitoring, and health care related tasks</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Fostering positive relationships between individuals served and their housemates</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Ensuring client safety and maintaining a safe environment</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Assisting with toileting, including bedpans, urinals, and commode chairs</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reminding/assisting client with self-administration of medications (with proper training)</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Encouraging self-help activities</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Reporting changes in client’s condition or family situation to the office</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Documenting services provided </a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Performing home management functions such as light housekeeping, laundry, bed making, and cleaning</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Planning meals, shopping for groceries, preparing and serving food/meals, feeding, and clean-up</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Accompanying client to scheduled appointments</a:Responsibility></a:JobResponsibility><a:JobResponsibility><a:Responsibility>Transporting clients or running errands for client</a:Responsibility></a:JobResponsibility></a:JobResponsibilities><a:Keywords/><a:LastModificationDate>5/5/2015</a:LastModificationDate><a:Location>RCHC CA VALLEY SPRINGS BRANCH OFFICE</a:Location><a:LocationId>71540</a:LocationId><a:MetaPageDesc/><a:MetaPageTitle/><a:MinimumQualification><p>As a Healthcare Assistant / Home Health Aide, you will play a vital role in the lives of our clients by assisting them with day-to-day living activities, serving as a source of companionship, and helping to make each and every day just a little bit better and a whole lot brighter! Effective communication skills, professionalism, and customer focus are essential for success in this role.</p>
 | |
<p> Requirements for the Healthcare Assistant / Home Health Aide position include: &nbsp;</p>
 | |
<ul>
 | |
<li>Six months experience in home health management &nbsp;</li>
 | |
<li>Current certification in cardiopulmonary resuscitation (CPR) </li>
 | |
<li>Excellent communication skills (written and oral) </li>
 | |
<li>Compliance with other state-specific requirements under licensure or other programs </li>
 | |
<li>Valid driver’s license, with a satisfactory driving record, as defined by ResCare’s vehicle policy </li>
 | |
<li>Capable of working responsibly with highly confidential information </li>
 | |
<li>CNA a plus</li>
 | |
</ul></a:MinimumQualification><a:MobileAd>JOB.DESCRIPTION</a:MobileAd><a:NewSubmissionCount>0</a:NewSubmissionCount><a:Ongoing>true</a:Ongoing><a:OpenDateLocal>2/6/2015</a:OpenDateLocal><a:OpenPostingCount>0</a:OpenPostingCount><a:Openings>0</a:Openings><a:Position>Direct Support Professional</a:Position><a:PositionId>736200</a:PositionId><a:Priority>Normal</a:Priority><a:PriorityName>Medium</a:PriorityName><a:RangeHigh>0</a:RangeHigh><a:RangeLow>0</a:RangeLow><a:Ref>req59</a:Ref><a:ReferalBonus>0</a:ReferalBonus><a:RequisitionTemplate>Healthcare Assistant – Home Health Aide</a:RequisitionTemplate><a:RequisitionTemplateID>34</a:RequisitionTemplateID><a:Status>Cancelled</a:Status><a:SuggestedReferralCount>0</a:SuggestedReferralCount><a:TargetHireDate>2/6/2015</a:TargetHireDate><a:Title>Healthcare Assistant – Home Health Aide</a:Title></a:JobRequisition><a:JobRequisition><a:AdditionalLocations/><a:Address>55 South Highway 26 Suite 3, Valley Springs, CA 95252-8422 USA</a:Address><a:AddressDetails><a:City>Valley Springs</a:City><a:Country>USA</a:Country><a:Line1>55 South Highway 26 Suite 3</a:Line1><a:Line2/><a:PostalCode>95252-8422</a:PostalCode><a:State>CA</a:State></a:AddressDetails><a:ApplicantCount>0</a:ApplicantCount><a:CanAppy>true</a:CanAppy><a:CareerSites/><a:Compensation>Hourly</a:Compensation><a:ContactPhone/><a:CreateDateLocal>2/6/2015</a:CreateDateLocal><a:Currency>United States Dollar</a:Currency><a:CurrencySymbol>$</a:CurrencySymbol><a:DaysOpen>88</a:DaysOpen><a:DefaultEffectiveDate>2/6/2015</a:DefaultEffectiveDate><a:DefaultExpirationDate/><a:DefaultLanguage>en-US</a:DefaultLanguage><a:DefaultName>ResCare Career Site</a:DefaultName><a:DefaultURL>https://rescare-pilot.csod.com/ats/careersite/jobdetails.aspx?site=1&c=rescare&id=60</a:DefaultURL><a:Division>ResCare, Inc.</a:Division><a:DivisionId>RCI</a:DivisionId><a:EEOCategory>Service Workers</a:EEOCategory><a:EmploymentStatus>Full Time</a:EmploymentStatus><a:EmploymentType>Regular</a:EmploymentType><a:ExternalAd><p><strong style="color: rgb(0, 112, 192);"><font size="3">ResCare</font></strong>&nbsp;</p>
 | |
<p><strong>Job Title</strong>&nbsp;</p>
 | |
<p>JOB.TITLE</p>
 | |
<p><strong>Job Description</strong><br>
 | |
JOB.DESCRIPTION</p>
 | |
<p><strong>Job Responsibilities</strong></p>
 | |
<p>JOB.RESPONSIBILITIES</p>
 | |
<p><strong>Job Requirements</strong></p>
 | |
<p>JOB.MINIMUM.QUALIFICATIONS</p>
 | |
<p>&nbsp;</p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;"><strong><span style="font-family: Arial, sans-serif;">Benefits</span></strong></p>
 | |
<p style="text-align: justify; margin-bottom: 0pt;">As a Healthcare Assistant / Home Health Aide<strong> </strong>with ResCare, you will be part of an established and highly regarded organization with a proud 40-year tradition of making a vital difference in the lives of the people we serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment