Corrected Restyled Procedures - Part 2 (#1789)
[openemr.git] / Documentation / help_files / configure_orders_help.php
blob82be530385bb2a21b2d252851a6a10460d862485
1 <?php
2 /**
3 * Message Center Help.
5 * @package OpenEMR
6 * @link http://www.open-emr.org
7 * @author Ranganath Pathak <pathak@scrs1.org>
8 * @copyright Copyright (c) 2018 Ranganath Pathak <pathak@scrs1.org>
9 * @version 1.0.0
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13 use OpenEMR\Core\Header;
15 require_once("../../interface/globals.php");
17 <!DOCTYPE HTML>
18 <html>
19 <head>
20 <?php Header::setupHeader();?>
21 <title><?php echo xlt("Message Center Help");?></title>
22 </head>
23 <body>
24 <div class="container oe-help-container">
25 <div>
26 <center><h2><a name='entire_doc'><?php echo xlt("Configure Orders Help");?></a></h2></center>
27 </div>
28 <div class= "row">
29 <div class="col-sm-12">
30 <p><?php echo xlt("This page lets you configure the orders and results");?>.
32 <p><?php echo xlt("Read through this help file and its supporting documents before you start to configure the orders and results");?>.
34 <p><?php echo xlt("If you have not already done some pre-configuration, including adding providers, do so by going to Procedures > Providers");?>.
36 <p><?php echo xlt("Read the help file there to understand the initial pre-configuration steps");?>.
38 <p><?php echo xlt("Orders and Results are setup in an hierarchical manner, there are four tiers in this hierarchy");?>.
39 <ul>
40 <li><?php echo xlt("Group"); ?></li>
41 <li><?php echo xlt("Procedure Order"); ?></li>
42 <li><?php echo xlt("Discrete Result"); ?></li>
43 <li><?php echo xlt("Recommendation"); ?></li>
44 </ul>
46 <p><?php echo xlt("Ordering tests individually can be tedious and there are two ways of ordering multiple tests together");?>.
48 <ul>
49 <li><?php echo xlt("Ordering a recognized panel of tests"); ?></li>
50 <li><?php echo xlt("Creating a Custom Favorite Group to order frequently ordered tests together "); ?></li>
51 </ul>
53 <p><?php echo xlt("This help file is divided into the following sections");?>:
54 <ul>
55 <li><a href="#section1"><?php echo xlt("Create an Order for a Single Test");?></a></li>
56 <li><a href="#section2"><?php echo xlt("Create an Order for a Panel of Tests");?></a></li>
57 <li><a href="#section3"><?php echo xlt("Creating a Custom Group of Tests as Favorites");?> <i class="fa fa-exclamation-circle oe-text-orange" aria-hidden="true"></i></a>&nbsp;<strong><?php echo xlt("New in openEMR ver 5.0.2 "); ?></strong></li>
58 <li><a href="#section4"><?php echo xlt("Configuring Multiple Orders");?></a></li>
59 <li><a href="#section5"><?php echo xlt("Electronic orders");?></a></li>
60 </ul>
62 <p><?php echo xlt("The first four sections deal with creating procedure orders in a structured manner in order to facilitate easy ordering of tests and entering the returned results manually");?>.
64 <p><?php echo xlt("The last section deals with electronic orders");?>.
66 <p><?php echo xlt("It is essential that you read through the first four sections to understand the underlying principles");?>.
68 <p><?php echo xlt("It will help later in troubleshooting problems that may arise with your configuration of the Procedure Orders module");?>.
70 <p><?php echo xlt("We will start with the most basic unit of the Procedure Orders module, to set up a single lab test order and the ability to manually record the returned result");?>.
71 </div>
72 </div>
73 <div class= "row" id="section1">
74 <div class="col-sm-12">
75 <h4 class="oe-help-heading"><?php echo xlt("Create an Order for a Single Test"); ?><a href="#"><i class="fa fa-arrow-circle-up oe-pull-away oe-help-redirect" aria-hidden="true"></i></a></h4>
76 <p><?php echo xlt("We will go through the process of setting up the order for a single blood test - Serum Uric Acid");?>.
78 <p><i class="fa fa-lightbulb-o fa-lg oe-text-green" aria-hidden="true"></i>&nbsp <?php echo xlt("To use this help file as an instruction manual it is best to resize your browser to occupy half the screen, open another instance of the browser to fill the other half of the screen, login to openEMR and open the help file in this browser and resize it by clicking and dragging the bottom right corner so that it occupies the entire half screen");?>.
80 <p><strong><?php echo xlt("CREATE A TOP LEVEL ENTRY"); ?> :</strong>
82 <p><?php echo xlt("The first step would be to create a top level entry. Do so by clicking on Add Top Level button");?>.
83 <button type="button" class="btn btn-default btn-sm btn-add oe-no-float" ><?php echo xlt('Add Top Level');?></button>
85 <p><?php echo xlt("It will bring up the Enter Details pop-up form");?>.
87 <p><?php echo xlt("Various text fields and drop-down boxes will be displayed");?>.
89 <p><?php echo xlt("As this is an infrequently performed process additional help in provided by clicking on the help icon that is revealed when you hover over the label for each box");?>.
91 <p><?php echo xlt("Select Group in the drop-down box labeled Procedure Tier");?>.
93 <p><?php echo xlt("Give a Name to this group, in our case it will be called Serum Chemistry");?>.
95 <p><?php echo xlt("A short description of this group, Serum chemistry tests");?>.
97 <p><?php echo xlt("The sequence is the order in which this top order item will be displayed on the page, 1 to denote the first top level group");?>.
99 <p><?php echo xlt("If you leave it at the default of 0 then the top level entries that you make will be sorted alphabetically");?>.
101 <p><?php echo xlt("Click Save");?>.
102 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
104 <p><?php echo xlt("This item will be displayed on the page on a single line");?>.
106 <p><?php echo xlt("The first column is the name that you gave this entry, i.e. Serum Chemistry. A vertical bar will precede the actual name. That indicates that there are no descendants or children to this entry");?>.
108 <p><?php echo xlt("The second column is Category and should say Top Group to indicate its position as the top item in this particular hierarchical tree that we will be constructing");?>.
110 <p><?php echo xlt("The Code column will be empty as items listed as a Group are not used in the actual reporting of results and therefore do not have a distinct code number");?>.
112 <p><?php echo xlt("The Tier Column would be 1 indicating it is the Top Group");?>.
114 <p><?php echo xlt("The Description column displays the short description that was entered, Serum chemistry tests");?>.
116 <p><?php echo xlt("This is followed by the Edit and Add columns containing a pencil icon and a + icon");?>. &nbsp; <i class="fa fa-pencil" aria-hidden="true"></i> &nbsp; <i class="fa fa-plus" aria-hidden="true"></i>
118 <p><i class="fa fa-exclamation-circle oe-text-orange" aria-hidden="true"></i> <strong><?php echo xlt("It is important to understand the function of these two icons as all subsequent steps needed to properly set up the hierarchy will depend on the correct use of these two icons");?>.</strong>
120 <p><?php echo xlt("Clicking on the pencil icon will enter the Edit mode and will display the Enter Details pop-up window that was used to create the entry displayed on this line");?>. &nbsp; <i class="fa fa-pencil" aria-hidden="true"></i>
122 <p><?php echo xlt("Any changes that you need to make to this particular line item should be made here and saved");?>.
124 <p><?php echo xlt("The Add icon is used to setup a tier that will be a direct descendant of this tier");?>. &nbsp; <i class="fa fa-plus" aria-hidden="true"></i>
126 <p><strong><?php echo xlt("CREATE AN ORDER"); ?> :</strong>
128 <p><?php echo xlt("We are going to create the test that can be ordered called Serum Uric Acid");?>.
130 <p><?php echo xlt("Click on the Add icon at the far end of the Serum Chemistry line");?>. &nbsp; <i class="fa fa-plus" aria-hidden="true"></i>
132 <p><?php echo xlt("Select Procedure Order from Procedure Tier pop-up box");?>.
134 <p><?php echo xlt("Note that the pop-up form heading will now read Enter Details for Individual Procedures");?>.
136 <p><?php echo xlt("Several additional drop-down and text boxes will be visible");?>.
138 <p><?php echo xlt("Enter Serum Uric Acid in the Name box");?>.
140 <p><?php echo xlt("Enter Serum Uric Acid order in the Description box");?>.
142 <p><?php echo xlt("Enter 1 under sequence, more about sequence numbers later");?>.
144 <p><?php echo xlt("Select a lab from the Order From drop-down box");?>.
146 <p><?php echo xlt("In our case we will choose Local Lab that was setup previously");?>.
148 <p><?php echo xlt("If you see no entries in the Order From drop-down box it means that you have not set up a lab under Procedures > Providers");?>.
150 <p><?php echo xlt("You need to go back and and create a provider");?>.
152 <p><i class="fa fa-exclamation-circle oe-text-orange" aria-hidden="true"></i> <strong><?php echo xlt("The next two boxes denoting the Identifying Code and Standard Code are very important");?>.</strong>
154 <p><?php echo xlt("The Identifying Code is a vendor-specific code identifying this procedure or result. You can see examples of it in the paper lab slips that the labs use");?>.
156 <p><?php echo xlt("One such lab uses 905 for Uric Acid and in our example we will enter that number in the box");?>.
158 <p><?php echo xlt("If there is no vendor enter any arbitrary unique number, preferably a 5 digit zero-padded e.g. 00211");?>.
160 <p><?php echo xlt("The Identifying Code is essential for the proper display and tabulation of results");?>.
162 <p><?php echo xlt("The Standard Code is optional if using a local i.e. practice based lab but recommended when using an external lab");?>.
164 <p><?php echo xlt("Enter the Logical Observation Identifiers Names and Codes (LOINC) code for this procedure");?>.
166 <p><?php echo xlt("LOINC, rhymes with oink, is a database and universal standard for identifying medical laboratory observations");?>.
167 <a href="https://loinc.org/" target="_blank"><i class="fa fa-external-link text-primary" aria-hidden="true" data-original-title="" title=""></i></a>
169 <p><?php echo xlt("The LOINC code for serum uric acid is 3084-1, LOINC refers to it as Urate in Serum or Plasma");?>.
171 <p><?php echo xlt("Many of the LOINC codes can be used for both tests and their results");?>.
173 <p><?php echo xlt("You can download the Loinc Universal LabOrders ValueSet.csv file from here");?>.
174 <a href="https://lhncbc.nlm.nih.gov/project/top-loinc-codes-%E2%80%93-orders-and-observations" target="_blank"><i class="fa fa-external-link text-primary" aria-hidden="true" data-original-title="" title=""></i></a>
176 <p><?php echo xlt("Alternatively a CPT code can be used. It is 84550 for Serum Uric Acid");?>.
178 <p><?php echo xlt("It is not necessary for local lab, instead you can use any arbitrary unique number");?>.
180 <p><?php echo xlt("The next box is Body Site, not relevant for a blood test but may be more useful in say tracking injections or ordering X-rays");?>.
182 <p><?php echo xlt("The values in the drop-down box can be edited by following the steps outlined in the Procedures > Providers help file");?>.
184 <p><?php echo xlt("In our case we will leave it as Unassigned");?>.
186 <p><?php echo xlt("The Specimen Type will be Blood, this drop-down list can also be edited as needed");?>.
188 <p><?php echo xlt("Administer Via is not relevant in this context and can be left Unassigned");?>.
190 <p><?php echo xlt("Likewise Laterality is not relevant in this context and can be left Unassigned");?>.
192 <p><?php echo xlt("Click Save to save and close the pop-up");?>.
193 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
195 <p><?php echo xlt("Notice how the Top Group entry that was initially created called Serum Chemistry now has a blue + sign before its name indicating the presence of descendants or children to this entry");?>.
197 <p><?php echo xlt("Click on the blue + sign to see the Procedure Order that was saved");?>.
199 <p><?php echo xlt("If you have followed all the above steps correctly you should see Serum Uric Acid under Name, it will be preceded by a vertical bar indicating the absence of descendants or children to this entry");?>.
201 <p><?php echo xlt("The Category column will say Order indicating that it is an order");?>.
203 <p><?php echo xlt("Both Name and Category will be highlighted yellow to provide an additional visual clue that this is an order. A fact that will be appreciated when several orders are entered in the system along with their respective groups and results");?>.
205 <p><?php echo xlt("The Code column should have 905, the vendor specific Identifying code that was entered previously");?>.
207 <p><?php echo xlt("The Tier column will be 2, indicating this is a successor or child to the first line above it having a value of 1");?>.
209 <p><?php echo xlt("The Description column will reflect the description value that was entered previously");?>.
211 <p><strong><?php echo xlt("CREATE A LOCATION FOR RESULTS"); ?> :</strong>
213 <p><?php echo xlt("An order has now been successfully created, however a place to receive and document the returned result does not exist as yet and needs to be created");?>.
215 <p><?php echo xlt("For proper display of the order and results the entry indicating a result has to be the immediate successor or child of an order");?>.
217 <p><?php echo xlt("To do so click on the black + sign at the far end on the Serum Uric Acid order line to bring up the Enter Details pop-up");?>.&nbsp; <i class="fa fa-plus" aria-hidden="true"></i>
219 <p><?php echo xlt("Select Discrete Result from the Procedure Tier drop-down box");?>.
221 <p><?php echo xlt("Note that the pop-up form heading will now read Enter Details for Discrete Results");?>.
223 <p><?php echo xlt("Enter Serum Uric Acid under Name");?>.
225 <p><?php echo xlt("Enter Serum Uric Acid result under Description");?>.
227 <p><?php echo xlt("Enter a sequence 1");?>.
229 <p><?php echo xlt("The Identifying Code has to be unique in order for the results to display correctly, you could just use R905 as an example");?>.
231 <p><?php echo xlt("Select MG/DL as Default Units");?>.
233 <p><?php echo xlt("If you do not find a required value in the drop-down box you will need to add it via Administration > Lists > Procedure Units. Refer to the help file in Procedures > Providers");?>.
235 <p><?php echo xlt("Enter the values 3.4 - 7.2 - Men, 2.4–6.1 - Women");?>.
237 <p><?php echo xlt("Click to select services to perform if this result is abnormal. This is optional");?>.
239 <p><?php echo xlt("Click Save to close the pop-up window");?>.
240 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
242 <p><?php echo xlt("Click Refresh and click on the blue + mark that precedes the name Serum Chemistry");?>.
244 <p><?php echo xlt("If you have followed the above steps correctly the Serum Uric Acid Test should now have a + sign preceding the Name indicating the presence of successors or children");?>.
246 <p><?php echo xlt("Click on the + sign adjacent to the Serum Uric Acid test Name to reveal the newly created Result line");?>.
248 <p><?php echo xlt("The Result Line will begin with a Name Serum Uric Acid that will be preceded by a vertical bar indicating no successors or children");?>.
250 <p><?php echo xlt("The Category will be Result");?>.
252 <p><?php echo xlt("The Code will be R905, the Identifying Code value that was entered for the Discrete Result");?>.
254 <p><?php echo xlt("The Tier column value will be 3, indicating this is a successor or child to the first line above it having a value of 2");?>.
256 <p><?php echo xlt("The Description should say Serum Uric Acid result");?>.
258 <p><?php echo xlt("Click Save to close the pop-up");?>.
259 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
261 <p><?php echo xlt("The Recommendation Tier is optional");?>.
263 <p><?php echo xlt("You have now successfully completed an order for a single lab test");?>.
265 </div>
266 </div>
267 <div class= "row" id="section2">
268 <div class="col-sm-12">
269 <h4 class="oe-help-heading"><?php echo xlt("Create an Order for a Panel of Tests"); ?><a href="#"><i class="fa fa-arrow-circle-up oe-pull-away oe-help-redirect" aria-hidden="true"></i></a></h4>
270 <p><?php echo xlt("In the above example an order for a single test was created, i.e. Serum Uric Acid");?>.
272 <p><?php echo xlt("To recap, a Group called Serum Chemistry (Tier 1) was created, a direct descendant or child called Serum Uric Acid (Tier 2) was created beneath it as a Procedure Order which had a single direct descendant or child also called Serum Uric Acid (Tier 3) as a Discrete Result that will hold the result value");?>.
274 <p><?php echo xlt("Using a fruit tree as an easier to visualize analogy will explain the concept of this hierarchy better, the trunk of the tree is the Group (Serum Chemistry), the fruit bearing branch is the actual order, Procedure Order (Serum Uric acid) and the fruit is the result, Discrete Result, also called (Serum Uric Acid) that will hold the value of the returned result. Just as the fruit is not borne on the main trunk you should not place a Discrete Result as a direct descendant or child of a Top Group. Similarly the fruit bearing branch (Procedure Order) cannot be placed as a direct descendant or child of a fruit (Discrete Result)");?>.
276 <p><?php echo xlt("It is not uncommon to order several blood tests together, grouping them as a panel of tests facilitates this process");?>.
278 <p><?php echo xlt("The American Medical Association has defined 9 panels that can be ordered. Each panel contains several tests grouped together");?>.
280 <p><?php echo xlt("They are Electrolyte Panel, Basic Metabolic Panel, Comprehensive Metabolic Panel, Renal Function Panel, General Health Panel, Obstetric Panel, Acute Hepatitis panel , Hepatic Function Panel and Lipid Panel");?>.
282 <p><?php echo xlt("We will set up the order for the Electrolyte panel that consists of Serum Sodium, Potassium, Chloride and Carbon Dioxide");?>.
284 <p><?php echo xlt("Using this fruit tree analogy we can get a better understanding of the steps needed to create an order for a panel of tests");?>.
286 <p><?php echo xlt("We will be basing the Electrolyte panel off the main trunk or Group (Serum Chemistry)");?>.
288 <p><?php echo xlt("Start by clicking on the black plus sign at the end of the Serum Chemistry line to bring up the Enter Details pop-up");?>.
290 <p><?php echo xlt("Select Group under Procedure Tier, think of it as creating a large branch off the main tree trunk, and call it Organ/Disease Panel");?>.
292 <p><?php echo xlt("We will use this branch to hold all the 9 panels, here we will be just creating the order representing one panel, the Electrolyte Panel");?>.
294 <p><?php echo xlt("Fill in the details for the Organ/Disease Panel as before and click Save to close the pop-up");?>.
295 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
297 <p><?php echo xlt("If you Click the blue + sign on Serum Chemistry you will see a new line called Organ/Disease Panel with a Category of Sub Group");?>.
299 <p><?php echo xlt("It will have a value of 2 in the Tier column indicating it is a successor or child on the first line above having a Tier value of 1 which in this case is Serum Chemistry");?>.
301 <p><?php echo xlt("We will now create the order, or Procedure Order, called Electrolyte Panel that can be visualized as the fruit bearing branch in our hypothetical fruit tree");?>.
303 <p><?php echo xlt("Select Procedure Order in Procedure Tier");?>.
305 <p><?php echo xlt("Type in Electrolyte Panel as the Name");?>.
307 <p><?php echo xlt("Give it a sequence number of 3");?>.
309 <p><?php echo xlt("Select the Lab From lab name");?>.
311 <p><?php echo xlt("For Identifying Code use 34392 the code used by a major lab, if using an external lab this is a vendor specific code if not you can assign any unique value");?>.
313 <p><?php echo xlt("For the Standard Code use the LOINC code 24326-1");?>.
315 <p><?php echo xlt("Use Blood or Serum as Specimen Type");?>.
317 <p><?php echo xlt("Click Save and then Refresh");?>.
318 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
319 <button type="button" class="btn btn-default btn-sm btn-refresh oe-no-float" ><?php echo xlt('Refresh');?></button>
321 <p><?php echo xlt("If you drill down to the Electrolyte Panel line you should see it have a Category of Order and be highlighted in yellow indicating that it is a search-able and valid order and has a Tier value of 3");?>.
323 <p><?php echo xlt("The results, Discrete Result, will be the fruit on this branch and we will create one such Discrete Result for each of the component tests, Sodium, Potassium, Chloride and Carbon Dioxide");?>.
325 <p><?php echo xlt("Click on the black + sign on the Electrolyte Panel line to create a direct descendant or child");?>.&nbsp; <i class="fa fa-plus" aria-hidden="true"></i>
327 <p><?php echo xlt("Select Discrete Result under Procedure Tier in the Enter Details pop-up");?>.
329 <p><?php echo xlt("Type Sodium under Name and Sodium result under description");?>.
331 <p><?php echo xlt("The Identifying Code of R34392-1, an arbitrary number, in this case the Identifying Code preceded by R to indicate result and succeeded by 1 to indicate the first in the sequence, it could be anything unique you choose");?>.
333 <p><?php echo xlt("Default Units and Range as appropriate");?>.
335 <p><?php echo xlt("Leave the Followup Services blank and click Save");?>.
336 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
338 <p><?php echo xlt("If you drill down to the Electrolyte Panel line and click on the + sign in the Name column you should see Sodium listed underneath it with a Category value of Result with a Tier value of 4");?>.
340 <p><?php echo xlt("In a likewise fashion you will create a Discrete Result for Potassium, Chloride and Carbon Dioxide");?>.
342 <p><?php echo xlt("Take care and click on the black + sign on the Electrolyte Panel line to create these Discrete Results");?>.&nbsp; <i class="fa fa-plus" aria-hidden="true"></i>
344 <p><?php echo xlt("Remember these Discrete Results or fruit (Tier 4) will have to hang off the fruit bearing branch or Procedure Order namely Electrolyte Panel (Tier 3)");?>.
346 <p><?php echo xlt("If they have been configured correctly each result should have a Tier value of 4, indicating they are the successor or child to the first line above with a Tier value of 3, i.e Electrolyte Panel");?>.
348 <p><?php echo xlt("You should not make Discrete Result for Potassium be a descendant of a preceding Discrete Result i.e Sodium , i.e have a Tier value of 5");?>.
350 <p><?php echo xlt("Visualize this as not making a fruit hang off another fruit. Instead it should hang off the fruit bearing branch");?>.
352 <p><?php echo xlt("To create another panel of tests you will repeat this process but will start by creating a Procedure Order or fruit bearing branch Tier 3, for example - Acute Hepatitis panel under the main branch or Sub Group Organ/Disease Panel (Tier 2)");?>.
354 <p><?php echo xlt("An important point to remember is that the various individuals tests in each panel are listed as Results, the fruit, you cannot directly order these individual tests");?>.
356 <p><?php echo xlt("You can only place an order for Electrolyte Panel and have the entire panel tested and have their results returned");?>.
358 <p><?php echo xlt("If you have the need to order individual components of the panel you will have to create a separate Procedure Order for each individual component of the panel and store the returned result under a Discrete Result created in a fashion similar to that used earlier to create an order for Serum Uric Acid");?>.
360 <p><?php echo xlt("You can use the above method to create orders for the rest of the Organ/Disease Panels except for the General Health Panel that consists of CBC, Comprehensive Metabolic Panel and TSH and the Obstetric Panel that has CBC as one of its components");?>.
362 <p><?php echo xlt("In this case you will create a Procedure Order, the fruit bearing branch called General Health Panel (Tier 3)");?>.
364 <p><?php echo xlt("When such an order is placed the returned results will contains the values for all components of CBC, Comprehensive Metabolic Panel and TSH");?>.
366 <p><?php echo xlt("In order to record the values of the results returned you have to create a separate Discrete Result (Tier 4) for each of the panel's constituents, the fruit, as direct descendants of this (General Health Panel) branch (Tier 3). Examples of the results being CBC - Hemoglobin, CBC - Hematocrit, CMP - Sodium, CMP - Potassium, TSH etc. ");?>.
367 </div>
368 </div>
369 <div class= "row" id="section3">
370 <div class="col-sm-12">
371 <h4 class="oe-help-heading"><?php echo xlt("Creating a Custom Group of Tests as Favorites"); ?><a href="#"><i class="fa fa-arrow-circle-up oe-pull-away oe-help-redirect" aria-hidden="true"></i></a></h4>
372 <p><?php echo xlt("Before we proceed to create a Custom Group of Tests and save it as a Favorite a quick recap of the principles involved");?>.
374 <p><?php echo xlt("Thus far the tests that can be ordered were placed in the Procedure Order Tier, only one test at a time can be placed in this tier, when ordering a recognized panel of tests the entire panel of tests is grouped together as a single test e.g. Sodium, Potassium, Chloride and Carbon dioxide grouped as Electrolyte Panel. The results of the individual returned tests in the panel are recorded as Discrete Results");?>.
376 <p><?php echo xlt("The Discrete result Tier must be the direct descendant or child of a Procedure Order Tier for proper display of results");?>.
378 <p><?php echo xlt("A new feature helps to group frequently ordered tests so that they can be ordered together");?>.
380 <p><?php echo xlt("It has three tiers ");?>:
382 <ul>
383 <li><?php echo xlt("Custom Favorite Group - to group individual tests "); ?> <i class="fa fa-exclamation-circle oe-text-orange" aria-hidden="true"></i>&nbsp;<strong><?php echo xlt("New in openEMR ver 5.0.2 "); ?></strong></li>
384 <li><?php echo xlt("Custom Favorite Item - for individual orders or tests"); ?> <i class="fa fa-exclamation-circle oe-text-orange" aria-hidden="true"></i>&nbsp;<strong><?php echo xlt("New in openEMR ver 5.0.2 "); ?></strong></li>
385 <li><?php echo xlt("Discrete Results - for manual entry of returned result values"); ?></li>
386 </ul>
388 <p><?php echo xlt("We will be creating an order for three tests Blood Glucose, TSH and Vitamin D and group it in a custom group called Well Woman Tests and create a place to manually enter the returned results");?>.
390 <p><strong><?php echo xlt("CREATE A TOP LEVEL CUSTOM GROUP"); ?> :</strong>
392 <p><?php echo xlt("Start by clicking on Add Top Level to bring up the Enter Details pop-up box in the Add Mode");?>.
393 <button type="button" class="btn btn-default btn-sm btn-add oe-no-float" ><?php echo xlt('Add Top Level');?></button>
395 <p><?php echo xlt("Select Custom Favorite Group from the Procedure Tier drop-down box");?>.
397 <p><?php echo xlt("Note that the pop-up form heading will now read Enter Details for Custom Favorite Group");?>.
399 <p><?php echo xlt("Enter the details - Name - Well Woman Tests, Description - Well Woman Tests, an appropriate sequence number depending on the procedure orders already entered, Order From - Local Lab");?>.
401 <p><?php echo xlt("Unlike the regular Groups that were created earlier, each Custom Favorite Group has an Identifying Code that has to be unique. As this is our custom group and not a lab recognized panel we will give it our arbitrary unique Identifying Code - CFGWWT001");?>.
403 <p><?php echo xlt("Click Save to create a new line with a Name of Well Womans Tests preceded by a vertical line indicating that it has no descendants or children");?>.
404 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
406 <p><?php echo xlt("The Category column will be Custom Top Group and will be highlighted in pink");?>.
408 <p><?php echo xlt("Unlike the regular Top Groups created thus far the Code column will have a value CFGWWT001");?>.
410 <p><?php echo xlt("The Tier column value will be 1 indicating it is a top level item");?>.
412 <p><strong><?php echo xlt("CREATE THE CUSTOM ORDERS"); ?> :</strong>
414 <p><?php echo xlt("Click on the black + sign at the far end of the Well Woman Tests line to create a direct descendant or child to this Custom Top Group");?>.
416 <p><?php echo xlt("The Enter Details pop-up box will open in the Add Mode");?>.
418 <p><?php echo xlt("Select Custom Favorite Item in the Procedure Tier drop-down box");?>.
420 <p><?php echo xlt("The pop-up form heading will now read Enter Details for Individual Custom Favorite Item");?>.
422 <p><?php echo xlt("Enter the following: Name - Blood Glucose, Description - Fasting Blood Glucose, Sequence - 1, Order From - Local Lab");?>.
424 <p><?php echo xlt("The Identifying code has to be unique, if sending to an external lab the vendor supplied Identifying Code has to be entered. We will enter an arbitrary unique value - WWT01");?>.
426 <p><?php echo xlt("The Standard Code will be the LOINC code if sending to an external lab or can be any unique number. We will enter the LOINC code for Fasting Glucose 1558-6");?>.
428 <p><?php echo xlt("Unlike the regular Procedure Order a Diagnostic Codes box is present allowing you to enter one or more ICD10 Diagnosis Codes as default diagnoses for this order");?>.
430 <p><?php echo xlt("Click on the Diagnosis Codes box to open the Select Diagnosis Codes pop-up window");?>.
432 <p><?php echo xlt("If the displayed table says No matching record found it means that the ICD10 code set is not installed");?>.
434 <p><?php echo xlt("Install it by going to Administration > Other > External Data Loads > ICD10 > Staged Releases and click Install");?>.
436 <p><i class="fa fa-exclamation-triangle oe-text-red" aria-hidden="true"></i> <strong><?php echo xlt("You will need Administrator Privileges to install the ICD10 code set");?>.</strong>
438 <p><?php echo xlt("Now when you bring up the Select Diagnosis Codes pop-up you will see all the ICD10 codes listed");?>.
440 <p><?php echo xlt("You can search for and select the codes by clicking once on each line containing the code");?>.
442 <p><?php echo xlt("This will copy the selected code to the Diagnosis Codes box in the underlying Enter Details for Individual Custom Favorite Item pop-up form");?>.
444 <p><?php echo xlt("If you had selected multiple codes they will be separated by semi-colons");?>.
446 <p><?php echo xlt("To delete any or all the selected ICD10 codes click again on the Diagnosis Codes box to bring up the Select Diagnosis Codes pop-up window");?>.
448 <p><?php echo xlt("Click the Delete button to delete all selected codes or select individual codes to be deleted from the drop-down box adjacent to the delete button and then click the Delete button");?>.
450 <p><?php echo xlt("It is not necessary to fill default Diagnosis Codes as ICD10 codes can be entered at the time of the actual ordering of the test");?>.
452 <p><?php echo xlt("The Body Site, Administer Via and Laterality boxes can be left as Unassigned");?>.
454 <p><?php echo xlt("Select Blood in the Specimen Type drop-down box");?>.
456 <p><?php echo xlt("Click Save");?>.
457 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
459 <p><?php echo xlt("If configured correctly the Name column should say Blood Glucose with a vertical bar before it indicating no descendants or children, the Category column should say Custom Order and both Name and Category columns will be highlighted in pink indicating a custom grouped order");?>.
461 <p><?php echo xlt("In a likewise manner create a Custom Favorite Item each for TSH (Sequence 2, Identifying Code WWT02, Standard Code 30166-3) and Vitamin D (Sequence 3, Identifying Code WWT03, Standard Code 35365-6)");?>.
463 <p><i class="fa fa-exclamation-circle oe-text-orange" aria-hidden="true"></i> <strong><?php echo xlt("Be sure to branch it off the Well Woman Tests line (Tier 1), if properly branched both TSH and vitamin D should have a Tier value of 2");?>.</strong>
465 <p><strong><?php echo xlt("CREATE A LOCATION FOR RESULTS"); ?> :</strong>
467 <p><?php echo xlt("As we are creating a Custom Group for manual entry of returned results we need to create a place to enter these results");?>.
469 <p><?php echo xlt("We will use a Discrete Result for each test to hold the returned result values");?>.
471 <p><?php echo xlt("Click on the + sign at the far end of the Blood Glucose line to bring up the Enter Details pop-up in the Add Mode");?>.
473 <p><?php echo xlt("Select Discrete Result from the Procedure Tier");?>.
475 <p><?php echo xlt("Enter the details as follows Name - Blood Glucose, Description - Fasting Glucose result, Sequence - 1, Identifying Code - any unique value - WWT01R, Default Units - mg/dL, Default Range - 70-100, leave Followup Services blank and click Save");?>.
476 <button type="button" class="btn btn-default btn-sm btn-save oe-no-float" ><?php echo xlt('Save');?></button>
478 <p><?php echo xlt("If all the details were entered correctly you will see Blood Glucose in the Name column with a vertical bar before it indicating that it has no descendants or children, Result in the Category column, WWT01R in the Code column, the Tier column value should be 3 and the Description column should say Fasting Glucose result");?>.
480 <p><?php echo xlt("In a likewise manner create a Discrete Result each for TSH (Sequence - 2, Identifying Code - WWT02R, Default Units - mU/L, Default Range - 0.4-4, leave Followup Services blank) and Vitamin D (Sequence - 3, Identifying Code - WWT03R, Default Units - ng/mL, Default Range - 0-20, leave Followup Services blank)");?>.
482 <p><?php echo xlt("When you place an order you can search for Well Woman Tests under favorites and select it to automatically order Blood Glucose, TSH and Vitamin D with a single click");?>.
484 <p><?php echo xlt("Unlike ordering a recognized panel as a single test and thus have all the component tests performed these three tests will be presented as three individual tests");?>.
486 <p><?php echo xlt("This gives you the option to delete any unwanted individual test in the group");?>.
488 <p><?php echo xlt("The custom grouping will also let you group two recognized panel of tests into a custom group and thus order them together, e.g. a custom group of Preop Labs may contain two panels, CBC and Renal Panel");?>.
490 <p><?php echo xlt("In this case the Custom Favorite Group will be called Preop Labs and the two recognized panels will be direct descendants, each in a Custom Favorite Item Tier named CBC and Renal Panel respectively");?>.
492 <p><?php echo xlt("The Discrete Results for each panel will contain the names of the individual tests to hold the values of the returned results - WBC, Hemoglobin, Platelets, Sodium, Potassium etc");?>.
494 <p><i class="fa fa-exclamation-triangle oe-text-red" aria-hidden="true"></i> <strong><?php echo xlt("Remember the dictum that Identifying codes have to be unique, you should not set up a custom grouping of a panel of tests as well have the panels setup as individual recognized panel, i.e. have CBC and Renal panel grouped as a Custom Favorite and list CBC and Renal Panel separately as individually ordered panels");?>.</strong>
496 <p><?php echo xlt("If these tests are being sent to the same external lab they will have identical vendor specific Identifying Codes causing duplicate lines to appear when results are displayed");?>.
498 <p><?php echo xlt("To summarize");?>:
500 <ul>
501 <li><?php echo xlt("Individual tests or even individual recognized panel of tests can be grouped together as a Custom Favorite Group"); ?></li>
502 <li><?php echo xlt("Each test or panel in this group has to be in an individual Custom Favorite Item tier"); ?></li>
503 <li><?php echo xlt("The Custom Favorite Item Tier should be the direct descendant or child of the relevant Custom Favorite Group"); ?></li>
504 <li><?php echo xlt("If you need to manually enter the returned result each test (Custom Favorite Item) should have a Discrete Result as a direct descendant"); ?></li>
505 <li><?php echo xlt("For proper display of results the Identifying Codes for each test entered in the Procedure Orders module has to be unique"); ?></li>
506 <li><?php echo xlt("These custom groups are application specific and not user specific"); ?></li>
507 </ul>
508 </div>
509 </div>
510 <div class= "row" id="section4">
511 <div class="col-sm-12">
512 <h4 class="oe-help-heading"><?php echo xlt("Configuring multiple orders"); ?><a href="#"><i class="fa fa-arrow-circle-up oe-pull-away oe-help-redirect" aria-hidden="true"></i></a></h4>
514 <p><?php echo xlt("For the Procedure Module to be useful several tests have to be setup using the above methods");?>.
516 <p><?php echo xlt("Resist the temptation to start entering data in an unorganized manner");?>.
518 <p><?php echo xlt("Careful planning is essential before entering the tests to ensure subsequent ease of use and proper display of results");?>.
520 <p><?php echo xlt("A useful start would be to obtain a paper lab slip from a few labs and look at the way the tests are organized on the lab slip");?>.
522 <p><?php echo xlt("Based on the individual practice's need the tests can be organized into various groups");?>.
524 <p><i class="fa fa-exclamation-circle oe-text-orange" aria-hidden="true"></i> <strong><?php echo xlt("Remember grouping of tests is only for conveniently organizing the data in the Procedure Order module in openEMR, for this process to work, configuring the Procedure Orders (the tests themselves) and the Discrete Result (the place to enter and display the returned result) are critically important");?>.</strong>
526 <p><?php echo xlt("Using the main headings on the lab slip will help start this process - Organ/Disease Panels, Hematology, Individual Tests, Microbiology, Other");?>.
528 <p><?php echo xlt("Decide whether or not you will want to order individual tests which are a part of a panel of tests");?>.
530 <p><?php echo xlt("If so you will have to create individual Procedure Orders (the orders) for these tests along with Discrete Results (the place to enter and display the returned result)");?>.
532 <p><?php echo xlt("Decide on the Identifying Codes and Standard Codes, remember the Identifying code has to be unique to ensure proper display of results");?>.
534 <p><?php echo xlt("You can use the codes given on the paper lab slip of a local lab of major lab as the Identifying codes");?>.
536 <p><?php echo xlt("You can use LOINC codes for the Standard Codes");?>.
538 <p><?php echo xlt("You can download the Loinc Universal LabOrders ValueSet.csv file from here");?>.
539 <a href="https://lhncbc.nlm.nih.gov/project/top-loinc-codes-%E2%80%93-orders-and-observations" target="_blank"><i class="fa fa-external-link text-primary" aria-hidden="true" data-original-title="" title=""></i></a>
541 <p><?php echo xlt("Open a spreadsheet and type in the various groups, procedure orders and discrete results, arrange according to need");?>.
543 <p><?php echo xlt("Alternatively download a sample spreadsheet by clicking on the Download button"); ?>. &nbsp <a href="../../interface/orders/configure_orders_worksheet.ods" class= "btn btn-default btn-sm btn-download oe-no-float" download="Configure Orders Worksheet" target="_blank"> <?php echo xlt("Download"); ?></a>
545 <p><?php echo xlt("Ensure that Identifying Codes are unique");?>.
547 <p><?php echo xlt("Check the Sequence numbers");?>.
549 <p><?php echo xlt("Now is the time to check and adjust the settings in openEMR for default units, sites, etc., refer to the help file in Procedures > Providers");?>.
551 <p><?php echo xlt("Before you start entering data check the spreadsheet once again and make adjustments as needed");?>.
553 <p><?php echo xlt("It is far easier and intuitive to make major changes and reorganize the data on the spreadsheet before you start entering the data in openEMR");?>.
555 <p><?php echo xlt("It is useful to practice on a trial site to become familiar with the process before doing so on the production openEMR application");?>.
557 <p><?php echo xlt("Set aside some uninterrupted time for the data entry");?>.
559 <p><?php echo xlt("Start entering the data in an orderly manner, tier by tier, one top order group at a time");?>.
561 <p><?php echo xlt("This is the recommended method for a non-technical user, if executed carefully will reduce configuration errors");?>.&nbsp;<i class="fa fa-smile-o fa-lg" aria-hidden="true"></i>
562 </div>
563 </div>
564 <div class= "row" id="section5">
565 <div class="col-sm-12">
566 <h4 class="oe-help-heading"><?php echo xlt("Electronic orders"); ?><a href="#"><i class="fa fa-arrow-circle-up oe-pull-away oe-help-redirect" aria-hidden="true"></i></a></h4>
567 <p><?php echo xlt("The system is designed to both place orders electronically and receive the results electronically");?>.
569 <p><?php echo xlt("It can also just receive results electronically");?>.
571 <p><?php echo xlt("Before you try out electronic ordering you need to understand the issues involved");?>.
573 <p><?php echo xlt("What constitutes the order and what is its electronic format, how is it sent, how is the result received, if the system will only receive results or send orders and receive results, what labs you will be connecting to and what needs to happen at the other end, whether or not a third party will be involved in this transaction");?>.
575 <p><?php echo xlt("An electronic order and the returned result is in the form of a message called the HL7 message. HL7 stands for Health Level (Application Layer) 7. HL7’s prime objective is to simplify the implementation of interfaces between healthcare software applications and various vendors so as to reduce the pain and cost involved in custom interface programming");?>.
577 <p><?php echo xlt("HL7 is supported by more than 1,600 members from over 50 countries, making it a widely accepted standard");?>.
579 <p><?php echo xlt("There are several versions of HL7, versions 2.x and version 3");?>.
581 <p><?php echo xlt("The latest version is FHIR – Fast Healthcare Interoperability Resources – is a next generation standards framework created by HL7. This is gaining popularity but has not yet been widely implemented");?>.
583 <p><?php echo xlt("Version 2.x is widely used in the healthcare industry and openEMR uses HL7 version 2.3 ");?>.
585 <p><?php echo xlt("A HL7 v2.x message simply consists of several lines of text, each line is called a segment and is further divided into fields by using the pipe (|) character");?>.
587 <p><?php echo xlt("Each segment is identified by a unique three letter header that constitutes the first three letters on that line");?>.
589 <p><?php echo xlt("The first Segment in every HL7 Message is always the Message Header, a Segment that conveys the metadata of the message like who sent it and when. The Message header is indicated in the first three letters of the segment as MSH");?>.
591 <p><?php echo xlt("The other Segments contain additional information in a strictly structured fashion");?>.
593 <p><?php echo xlt("Using the details entered into the system openEMR will generate valid HL7 v2.3 messages in 3 formats, a text file that is automatically downloaded to the downloads folder of your browser, a HL7 message that is written to a folder or directory on the server running openEMR or use SFTP - Secure File Transfer Protocol, which is a network protocol that provides file access, file transfer, and file management over a secure connection and transfer this message to a lab");?>.
595 <p><?php echo xlt("To enable any other form of connectivity will require writing new code");?>.
597 <p><?php echo xlt("The system is also designed to parse incoming HL7 messages and place the results in the appropriate patient chart, failing which it will give you an opportunity to manually link it to a patient chart");?>.
599 <p><?php echo xlt("The most important issue that needs to be addressed is who you are trying to connect to and what needs to happen at their end. Most major labs will not deal with individuals practices, in such cases a third party vendor will act an an intermediary who will be responsible for setting up a connection between the practice and the lab through their (the intermediary's) interface");?>.
601 <p><?php echo xlt("Some smaller local labs may agree to deal directly with the practice");?>.
603 <p><?php echo xlt("In any case establishing a connection, ensuring HIPAA compliance, data security etc will require coding, the cost of which is generally borne by the lab. They however will only approve if the volume of business justifies their investment");?>.
605 <p><?php echo xlt("In short electronic orders can be done, it involves a significant amount of testing and customization to be certified by the lab, generally through a third party and can only happen if the lab agrees to give the green light to the project");?>.
606 </div>
607 </div>
608 </div><!--end of container div-->
609 <script>
610 $('#show_hide').click(function() {
611 var elementTitle = $('#show_hide').prop('title');
612 var hideTitle = '<?php echo xla('Click to Hide'); ?>';
613 var showTitle = '<?php echo xla('Click to Show'); ?>';
614 $('.hideaway').toggle('1000');
615 $(this).toggleClass('fa-eye-slash fa-eye');
616 if (elementTitle == hideTitle) {
617 elementTitle = showTitle;
618 } else if (elementTitle == showTitle) {
619 elementTitle = hideTitle;
621 $('#show_hide').prop('title', elementTitle);
623 </script>
624 </body>
625 </html>