[758] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
|
---|
| 3 | <!-- HTML Footer for CCR.XSL -->
|
---|
| 4 | <xsl:template name="footer">
|
---|
| 5 | <br/>
|
---|
| 6 | <hr/>
|
---|
| 7 | <table cellspacing="3" bgcolor="#006666">
|
---|
| 8 | <tbody>
|
---|
| 9 | <tr>
|
---|
| 10 | <th>
|
---|
| 11 | <font size="2" color="#FFFF99">
|
---|
| 12 | This stylesheet is provided by the American Academy of Family Physicians and the CCR Acceleration Task Force
|
---|
| 13 | </font>
|
---|
| 14 | </th>
|
---|
| 15 | </tr>
|
---|
| 16 | <tr>
|
---|
| 17 | <td/>
|
---|
| 18 | </tr>
|
---|
| 19 | <tr>
|
---|
| 20 | <td>
|
---|
| 21 | <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>
|
---|
| 22 | </td>
|
---|
| 23 | </tr>
|
---|
| 24 | <tr>
|
---|
| 25 | <td>
|
---|
| 26 | <table cellpadding="2" cellspacing="2" width="100%">
|
---|
| 27 | <tbody>
|
---|
| 28 | <tr>
|
---|
| 29 | <td><font size="2" color="#FFFF99">Advance Directives</font></td>
|
---|
| 30 | <td><font size="2" color="#FFFF99">Alerts / Allergies</font></td>
|
---|
| 31 | <td><font size="2" color="#FFFF99">Encounters</font></td>
|
---|
| 32 | <td><font size="2" color="#FFFF99">Family History</font></td>
|
---|
| 33 | <td><font size="2" color="#FFFF99">Functional Status</font></td>
|
---|
| 34 | </tr>
|
---|
| 35 | <tr>
|
---|
| 36 | <td><font size="2" color="#FFFF99">Health Care Providers</font></td>
|
---|
| 37 | <td><font size="2" color="#FFFF99">Immunizations</font></td>
|
---|
| 38 | <td><font size="2" color="#FFFF99">Insurance</font></td>
|
---|
| 39 | <td><font size="2" color="#FFFF99">Medical Equipment</font></td>
|
---|
| 40 | <td><font size="2" color="#FFFF99">Medications</font></td>
|
---|
| 41 | </tr>
|
---|
| 42 | <tr>
|
---|
| 43 | <td><font size="2" color="#FFFF99">Plan Of Care</font></td>
|
---|
| 44 | <td><font size="2" color="#FFFF99">Problems</font></td>
|
---|
| 45 | <td><font size="2" color="#FFFF99">Procedures</font></td>
|
---|
| 46 | <td><font size="2" color="#FFFF99">Results</font></td>
|
---|
| 47 | <td><font size="2" color="#FFFF99">Social History</font></td>
|
---|
| 48 | </tr>
|
---|
| 49 | <tr>
|
---|
| 50 | <td><font size="2" color="#FFFF99">Support Providers</font></td>
|
---|
| 51 | <td><font size="2" color="#FFFF99">Vital Signs</font></td>
|
---|
| 52 | </tr>
|
---|
| 53 | </tbody>
|
---|
| 54 | </table>
|
---|
| 55 |
|
---|
| 56 | </td>
|
---|
| 57 | </tr>
|
---|
| 58 | </tbody>
|
---|
| 59 | </table>
|
---|
| 60 | </xsl:template>
|
---|
| 61 | </xsl:stylesheet>
|
---|