Advertisement
Guest User

Untitled

a guest
Aug 30th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. <htmlform>
  2. <div id="divCheckbox" style="display: none;" >
  3. <section headerLabel="1. Encounter Details">
  4. <table class="baseline-aligned">
  5. <tr>
  6. <td>Date:</td>
  7. <td><encounterDate default="today"/></td>
  8. </tr>
  9. <tr>
  10. <td>Location:</td>
  11. <td><encounterLocation default="1"/></td>
  12. </tr>
  13. <tr>
  14. <td>Provider:</td>
  15. <td><encounterProviderAndRole encounterRole="1" default="1"/></td>
  16. </tr>
  17. <tr>
  18. <td>Status:</td>
  19. <td><obs conceptId="15" default="Under-Review" /></td>
  20. </tr>
  21. </table>
  22. </section>
  23. </div>
  24.  
  25. <br/><br/>
  26.  
  27. <section headerLabel="-- Demographics">
  28. <table class="baseline-aligned">
  29. <tr>
  30. <td>Name:</td>
  31. <td><obs conceptId="12" /></td>
  32. </tr>
  33. <tr>
  34. <td>Gender:</td>
  35. <td><obs conceptId="13" /></td>
  36. </tr>
  37. <tr>
  38. <td>Age:</td>
  39. <td><obs conceptId="8" /></td>
  40. </tr>
  41. <tr>
  42. <td>Hometown:</td>
  43. <td><obs conceptId="7" /></td>
  44. </tr>
  45. </table>
  46. </section>
  47.  
  48. <br/><br/>
  49.  
  50. <section headerLabel="-- Patient Narrative">
  51. <table class="baseline-aligned">
  52. <tr>
  53. <td>Subject:</td>
  54. <td><obs conceptId="16" /></td>
  55. </tr>
  56. <tr>
  57. <td>Narrative:</td>
  58. <td><obs conceptId="9" /></td>
  59. </tr>
  60. </table>
  61. </section>
  62.  
  63. <br/><br/>
  64.  
  65. <section headerLabel="-- Patient Contact details">
  66. <table class="baseline-aligned">
  67. <tr>
  68. <td>Email:</td>
  69. <td><obs conceptId="10" /></td>
  70. </tr>
  71. <tr>
  72. <td>Telephone:</td>
  73. <td><obs conceptId="11" /></td>
  74. </tr>
  75. </table>
  76. </section>
  77.  
  78. <br/>
  79.  
  80. </htmlform>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement