Formatting Care Plans with HTML

Formatting Care Plans with HTML

Client Care Plans are found in Menu > Clients > Client Management > Client Managers > Care Plan.

Staff members may need to put a lot of information in the "Actions" section on the care plan which can cause the PDF generated Care Plan to compile the text into one single paragraph and create a large blank space on one page.

To eliminate this blank space and create a list format, HTML can be used. Please note that a Section Break in the example below is only needed when there is a long list of actions and they need to be separated to prevent large blank spaces on the bottom of one page.

Here is an example of the HTML format in a care plan for Meal Prep.

<ol>
<LI>Ensure that the client is given a well rounded meal. </LI> 
<LI>Ensure the client doesn't have access to unhealthy food. </LI>  
<LI>Ensure the client sticks to eating plan. </LI>
<LI>Use cook books for proper recipes. </LI>
<LI>Give client meals at the same time of the day. </LI>
<LI>Be aware of client food allergies </LI>
{SECTION_BREAK}
<LI>Keep kitchen area and dishes clean. </LI>
<LI>Check food expiration dates for client safety. </LI>
<LI>Cook food thoroughly. </LI>
<LI>Only allow dessert after dinner. </LI>
<LI>Assist client with cooking if they would like to take part in meal prep. </LI>
<LI>When shopping, pick fresh fruits and vegetables. </LI>
</ol>


As you can see in the image below, when we use HTML in our care plan and view the PDF, it will organize our text into a list format and we can see the section break is found between numbers 6 and 7 in the list.



    • Related Articles

    • Smartcare Form Descriptions

      Attached is a document that breaks down the stock forms that are provided with Smartcare including images and descriptions of each of them.
    • How to access the client portal

      How To Use The Client Portal Instructions on how Clients and Representatives can access the Aaniie Care information that pertains to them. Clients and Client Representatives have the ability to access Aaniie Care and see information and perform tasks ...
    • Client Portal Usage

      Please see the attached PDF or below for instructions on how Clients and Representatives can use the Client Portal. How To Use The Client Portal Instructions on how Clients and Representatives can access the Aaniie Care information that pertains to ...
    • Creating and Editing Tasks

      Creating/Editing Tasks When providing services to customers/clients, your caregivers may be required to perform tasks during the visit. Aaniie Care (formerly Smartcare) gives you the ability to easily assign specific tasks from a pre-formatted list. ...
    • How Clients Can Access Clients Files

      Here is some help on how to make Client Files accessible to clients and how clients can view these documents. Making Client Files Accessible to Clients When uploading a document to client Files, select 'Client' in the File Access field before ...