complex.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. "items": [ "one", "two", "three" ],
  59. "labs": [
  60. {
  61. "name": "Arterial Blood Gas",
  62. "time": "Today",
  63. "location": "Main Hospital Lab"
  64. },
  65. {
  66. "name": "BMP",
  67. "time": "Today",
  68. "location": "Primary Care Clinic"
  69. },
  70. {
  71. "name": "BNP",
  72. "time": "3 Weeks",
  73. "location": "Primary Care Clinic"
  74. },
  75. {
  76. "name": "BUN",
  77. "time": "1 Year",
  78. "location": "Primary Care Clinic"
  79. },
  80. {
  81. "name": "Cardiac Enzymes",
  82. "time": "Today",
  83. "location": "Primary Care Clinic"
  84. },
  85. {
  86. "name": "CBC",
  87. "time": "1 Year",
  88. "location": "Primary Care Clinic"
  89. },
  90. {
  91. "name": "Creatinine",
  92. "time": "1 Year",
  93. "location": "Main Hospital Lab"
  94. },
  95. {
  96. "name": "Electrolyte Panel",
  97. "time": "1 Year",
  98. "location": "Primary Care Clinic"
  99. },
  100. {
  101. "name": "Glucose",
  102. "time": "1 Year",
  103. "location": "Main Hospital Lab"
  104. },
  105. {
  106. "name": "PT/INR",
  107. "time": "3 Weeks",
  108. "location": "Primary Care Clinic"
  109. },
  110. {
  111. "name": "PTT",
  112. "time": "3 Weeks",
  113. "location": "Coumadin Clinic"
  114. },
  115. {
  116. "name": "TSH",
  117. "time": "1 Year",
  118. "location": "Primary Care Clinic"
  119. }
  120. ],
  121. "imaging": [
  122. {
  123. "name": "Chest X-Ray",
  124. "time": "Today",
  125. "location": "Main Hospital Radiology",
  126. "imaging": "one"
  127. },
  128. {
  129. "name": "Chest X-Ray",
  130. "time": "Today",
  131. "location": "Main Hospital Radiology",
  132. "imaging": "two"
  133. },
  134. {
  135. "name": "Chest X-Ray",
  136. "time": "Today",
  137. "location": "Main Hospital Radiology",
  138. "imaging": "three"
  139. }
  140. ]
  141. }