Added a provider filter to Procedures / Electronic Reports.
[openemr.git] / ccr / ccd / templates / footer.xsl
blob95d5ebc5248c6ebe2fb970aa6daa5cbd7338149b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Conversion of CCR to Level 3 CCD
5 Orginal Author: Ken Miller
6 Solventus LLC
7 ken.miller@solventus.coms
9 Contributors:
10 Richard Braman, EHR Doctors, Inc rbraman@ehrdoctors.com
11 George Lilly (WorldVistA glilly@glilly.net)
12 xxxx - Oroville Hospital
14 Date: 2010-05-5
15 Version: 0.1
17 License :
19 This program is free software: you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation, either version 3 of the License, or
22 (at your option) any later version.
24 This program is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
29 You should have received a copy of the GNU General Public License
30 along with this program. If not, see http://www.gnu.org/licenses.
32 -->
33 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
34 <!-- HTML Footer for CCR.XSL -->
35 <xsl:template name="footer">
36 <br/>
37 <hr/>
38 <table cellspacing="3" bgcolor="#006666">
39 <tbody>
40 <tr>
41 <th>
42 <font size="2" color="#FFFF99">
43 This stylesheet is provided by the American Academy of Family Physicians and the CCR Acceleration Task Force
44 </font>
45 </th>
46 </tr>
47 <tr>
48 <td/>
49 </tr>
50 <tr>
51 <td>
52 <font size="3" color="#FFFF99"><strong>Powered by the <a style="color:white;" href="http://www.astm.org/cgi-bin/SoftCart.exe/DATABASE.CART/REDLINE_PAGES/E2369.htm?E+mystore">ASTM E2369-05 Specification for the Continuity of Care Record (CCR)</a> which includes:</strong></font>
53 </td>
54 </tr>
55 <tr>
56 <td>
57 <table cellpadding="2" cellspacing="2" width="100%">
58 <tbody>
59 <tr>
60 <td><font size="2" color="#FFFF99">Advance Directives</font></td>
61 <td><font size="2" color="#FFFF99">Alerts / Allergies</font></td>
62 <td><font size="2" color="#FFFF99">Encounters</font></td>
63 <td><font size="2" color="#FFFF99">Family History</font></td>
64 <td><font size="2" color="#FFFF99">Functional Status</font></td>
65 </tr>
66 <tr>
67 <td><font size="2" color="#FFFF99">Health Care Providers</font></td>
68 <td><font size="2" color="#FFFF99">Immunizations</font></td>
69 <td><font size="2" color="#FFFF99">Insurance</font></td>
70 <td><font size="2" color="#FFFF99">Medical Equipment</font></td>
71 <td><font size="2" color="#FFFF99">Medications</font></td>
72 </tr>
73 <tr>
74 <td><font size="2" color="#FFFF99">Plan Of Care</font></td>
75 <td><font size="2" color="#FFFF99">Problems</font></td>
76 <td><font size="2" color="#FFFF99">Procedures</font></td>
77 <td><font size="2" color="#FFFF99">Results</font></td>
78 <td><font size="2" color="#FFFF99">Social History</font></td>
79 </tr>
80 <tr>
81 <td><font size="2" color="#FFFF99">Support Providers</font></td>
82 <td><font size="2" color="#FFFF99">Vital Signs</font></td>
83 </tr>
84 </tbody>
85 </table>
87 </td>
88 </tr>
89 </tbody>
90 </table>
91 </xsl:template>
92 </xsl:stylesheet>