complex.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "medications": {
  3. "aceInhibitors": {
  4. "name": "lisinopril",
  5. "strength": "10 mg Tab",
  6. "dose": "1 tab",
  7. "route": "PO",
  8. "sig": "daily",
  9. "pillCount": "#90",
  10. "refills": "Refill 3"
  11. },
  12. "antianginal": {
  13. "name": "nitroglycerin",
  14. "strength": "0.4 mg Sublingual Tab",
  15. "dose": "1 tab",
  16. "route": "SL",
  17. "sig": "q15min PRN",
  18. "pillCount": "#30",
  19. "refills": "Refill 1"
  20. },
  21. "anticoagulants": {
  22. "name": "warfarin sodium",
  23. "strength": "3 mg Tab",
  24. "dose": "1 tab",
  25. "route": "PO",
  26. "sig": "daily",
  27. "pillCount": "#90",
  28. "refills": "Refill 3"
  29. },
  30. "betaBlocker": {
  31. "name": "metoprolol tartrate",
  32. "strength": "25 mg Tab",
  33. "dose": "1 tab",
  34. "route": "PO",
  35. "sig": "daily",
  36. "pillCount": "#90",
  37. "refills": "Refill 3"
  38. },
  39. "diuretic": {
  40. "name": "furosemide",
  41. "strength": "40 mg Tab",
  42. "dose": "1 tab",
  43. "route": "PO",
  44. "sig": "daily",
  45. "pillCount": "#90",
  46. "refills": "Refill 3"
  47. },
  48. "mineral": {
  49. "name": "potassium chloride ER",
  50. "strength": "10 mEq Tab",
  51. "dose": "1 tab",
  52. "route": "PO",
  53. "sig": "daily",
  54. "pillCount": "#90",
  55. "refills": "Refill 3"
  56. }
  57. },
  58. "labs": [
  59. {
  60. "name": "Arterial Blood Gas",
  61. "time": "Today",
  62. "location": "Main Hospital Lab"
  63. },
  64. {
  65. "name": "BMP",
  66. "time": "Today",
  67. "location": "Primary Care Clinic"
  68. },
  69. {
  70. "name": "BNP",
  71. "time": "3 Weeks",
  72. "location": "Primary Care Clinic"
  73. },
  74. {
  75. "name": "BUN",
  76. "time": "1 Year",
  77. "location": "Primary Care Clinic"
  78. },
  79. {
  80. "name": "Cardiac Enzymes",
  81. "time": "Today",
  82. "location": "Primary Care Clinic"
  83. },
  84. {
  85. "name": "CBC",
  86. "time": "1 Year",
  87. "location": "Primary Care Clinic"
  88. },
  89. {
  90. "name": "Creatinine",
  91. "time": "1 Year",
  92. "location": "Main Hospital Lab"
  93. },
  94. {
  95. "name": "Electrolyte Panel",
  96. "time": "1 Year",
  97. "location": "Primary Care Clinic"
  98. },
  99. {
  100. "name": "Glucose",
  101. "time": "1 Year",
  102. "location": "Main Hospital Lab"
  103. },
  104. {
  105. "name": "PT/INR",
  106. "time": "3 Weeks",
  107. "location": "Primary Care Clinic"
  108. },
  109. {
  110. "name": "PTT",
  111. "time": "3 Weeks",
  112. "location": "Coumadin Clinic"
  113. },
  114. {
  115. "name": "TSH",
  116. "time": "1 Year",
  117. "location": "Primary Care Clinic"
  118. }
  119. ],
  120. "imaging": [
  121. {
  122. "name": "Chest X-Ray",
  123. "time": "Today",
  124. "location": "Main Hospital Radiology"
  125. },
  126. {
  127. "name": "Chest X-Ray",
  128. "time": "Today",
  129. "location": "Main Hospital Radiology"
  130. },
  131. {
  132. "name": "Chest X-Ray",
  133. "time": "Today",
  134. "location": "Main Hospital Radiology"
  135. }
  136. ]
  137. }