Text Templates

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 01:12, 18 March 2010 by David.Burkhead (talk | contribs)
Jump to navigation Jump to search

Overview

Text Templates in v10 can prove to be an effective way to introduce flexibility when attempting to transition paper forms or office note templates into electronic format. Forms or situations that typically lend themselves very well to Text Templates are multiple choice scenarios, fill in the blanks, or even pre-defined sets of text that would not require any manual intervention. Text Templates accomplish this by combining the use of free text fields, multiple choice, optional text, and database merge fields into a defined syntax that TouchWorks acknowledges.

Syntax

  • [ ] = Free Text Field (if populated with text becomes a multiple choice or list option)
  • {{{ }}} = Optional Text Brackets
  • ~Fieldname~ = database merge field


Design and Build

Consider the following example. The following portion of an office visit must be converted and represented into text template format. Since text templates must be associated with a particular Note Section (such as ROS, Physical Exam, HPI) the first step is to define what sections of the visit will be approached with a Text Template.

In this example the Impression and Plan/Discussion sections would be acceptable candidates for Text Templates.

Note: In an ideal situation the Medications below are addressed in the Rx module and the Urine drug screen is addressed in the Orders module and both are cited into the Note as Orders. Discrete data entry is always recommended, but for illustration purposes they will be text templates in this example.


Here is one possible way to convert the Impression section into valid Text Template format:

{{{1. Goals Attained? [ Yes ][ No ]}}} {{{Working on [ ]}}}
{{{2. Progress? [ ] }}}


Here is one possible way to convert the Plan/Discussion section into valid Text Template format:

{{{1. Medication prescription provided? [ Yes ][ No ]}}}
{{{If yes, what drug and amount: [ ]}}}
{{{2. Urine drug screen ordered or due? [ Yes ][ No ]}}}
{{{If male, check testosterone periodically: [ Yes ][ No ]}}}
{{{3. Follow-up in: [ 1 ][ 2 ][ 3 ] months}}}