canvas 0.3.0__tar.gz → 0.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of canvas might be problematic. Click here for more details.

Files changed (219) hide show
  1. {canvas-0.3.0 → canvas-0.4.0}/PKG-INFO +2 -1
  2. canvas-0.4.0/canvas_cli/apps/emit/__init__.py +3 -0
  3. canvas-0.4.0/canvas_cli/apps/emit/emit.py +67 -0
  4. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_CREATED.ndjson +1 -0
  5. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_UPDATED.ndjson +1 -0
  6. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CANCELED.ndjson +1 -0
  7. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CHECKED_IN.ndjson +1 -0
  8. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CREATED.ndjson +1 -0
  9. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_NO_SHOWED.ndjson +1 -0
  10. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESCHEDULED.ndjson +1 -0
  11. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESTORED.ndjson +1 -0
  12. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_UPDATED.ndjson +2 -0
  13. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__CONDITION_SELECTED.ndjson +1 -0
  14. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_COMMIT.ndjson +3 -0
  15. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_ORIGINATE.ndjson +4 -0
  16. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_UPDATE.ndjson +5 -0
  17. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_COMMIT.ndjson +3 -0
  18. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_ORIGINATE.ndjson +4 -0
  19. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_UPDATE.ndjson +5 -0
  20. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_CREATED.ndjson +3 -0
  21. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_UPDATED.ndjson +2 -0
  22. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/CONDITION_ASSESSED.ndjson +2 -0
  23. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/CONDITION_CREATED.ndjson +4 -0
  24. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/CONDITION_UPDATED.ndjson +5 -0
  25. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/CRON.ndjson +3 -0
  26. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ENCOUNTER_CREATED.ndjson +3 -0
  27. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/ENCOUNTER_UPDATED.ndjson +2 -0
  28. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_CREATED.ndjson +1 -0
  29. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_CREATED.ndjson +1 -0
  30. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_UPDATED.ndjson +1 -0
  31. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_UPDATED.ndjson +1 -0
  32. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/INTERVIEW_CREATED.ndjson +1 -0
  33. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/INTERVIEW_UPDATED.ndjson +1 -0
  34. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/LAB_ORDER_CREATED.ndjson +1 -0
  35. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/LAB_ORDER_UPDATED.ndjson +1 -0
  36. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_CREATED.ndjson +1 -0
  37. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_UPDATED.ndjson +1 -0
  38. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_COMMIT.ndjson +1 -0
  39. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_ORIGINATE.ndjson +1 -0
  40. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_UPDATE.ndjson +2 -0
  41. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_COMMIT.ndjson +1 -0
  42. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_ORIGINATE.ndjson +1 -0
  43. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_UPDATE.ndjson +2 -0
  44. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT__MEDICATION__POST_SEARCH.ndjson +2 -0
  45. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/PATIENT_CREATED.ndjson +1 -0
  46. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/PATIENT_UPDATED.ndjson +1 -0
  47. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__POST_ORIGINATE.ndjson +1 -0
  48. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__PRE_ORIGINATE.ndjson +1 -0
  49. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_COMMIT.ndjson +1 -0
  50. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_ORIGINATE.ndjson +1 -0
  51. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_UPDATE.ndjson +2 -0
  52. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_COMMIT.ndjson +1 -0
  53. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_ORIGINATE.ndjson +1 -0
  54. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_UPDATE.ndjson +2 -0
  55. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH.ndjson +4 -0
  56. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/TASK_COMMENT_CREATED.ndjson +1 -0
  57. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/TASK_CREATED.ndjson +1 -0
  58. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/TASK_UPDATED.ndjson +1 -0
  59. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_CREATED.ndjson +14 -0
  60. canvas-0.4.0/canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_UPDATED.ndjson +364 -0
  61. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/logs/logs.py +6 -6
  62. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/plugin/plugin.py +11 -7
  63. canvas-0.4.0/canvas_cli/apps/run_plugins/__init__.py +3 -0
  64. canvas-0.4.0/canvas_cli/apps/run_plugins/run_plugins.py +16 -0
  65. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/main.py +8 -38
  66. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/README.md +0 -1
  67. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/my_protocol.py +1 -1
  68. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/tests.py +12 -5
  69. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/context/context.py +2 -2
  70. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/context/tests.py +5 -4
  71. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/print/print.py +1 -1
  72. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/print/tests.py +2 -3
  73. canvas-0.4.0/canvas_generated/messages/events_pb2.py +31 -0
  74. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/events_pb2.pyi +12 -0
  75. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/base.py +2 -1
  76. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/base.py +25 -25
  77. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/tests/protocol/tests.py +5 -3
  78. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/tests/test_utils.py +8 -44
  79. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/tests/unit/tests.py +3 -3
  80. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/data/client.py +1 -1
  81. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/banner_alert/tests.py +12 -4
  82. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/protocol_card/protocol_card.py +1 -1
  83. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/protocol_card/tests.py +2 -2
  84. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/protocols/clinical_quality_measure.py +1 -0
  85. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/utils/http.py +2 -2
  86. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/base.py +1 -1
  87. canvas-0.4.0/canvas_sdk/v1/data/command.py +27 -0
  88. canvas-0.4.0/canvas_sdk/v1/data/common.py +46 -0
  89. canvas-0.4.0/canvas_sdk/v1/data/device.py +44 -0
  90. canvas-0.4.0/canvas_sdk/v1/data/imaging.py +102 -0
  91. canvas-0.4.0/canvas_sdk/v1/data/lab.py +276 -0
  92. canvas-0.4.0/canvas_sdk/v1/data/observation.py +117 -0
  93. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/patient.py +4 -1
  94. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/questionnaire.py +4 -2
  95. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/tests/test_value_sets.py +9 -6
  96. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/intervention.py +0 -24
  97. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/value_set.py +24 -21
  98. canvas-0.4.0/plugin_runner/__init__.py +0 -0
  99. canvas-0.4.0/plugin_runner/authentication.py +48 -0
  100. canvas-0.4.0/plugin_runner/plugin_runner.py +389 -0
  101. canvas-0.4.0/plugin_runner/plugin_synchronizer.py +87 -0
  102. canvas-0.4.0/plugin_runner/sandbox.py +273 -0
  103. canvas-0.4.0/pubsub/__init__.py +0 -0
  104. canvas-0.4.0/pubsub/pubsub.py +38 -0
  105. {canvas-0.3.0 → canvas-0.4.0}/pyproject.toml +18 -4
  106. canvas-0.3.0/canvas_generated/messages/events_pb2.py +0 -31
  107. canvas-0.3.0/canvas_sdk/v1/data/lab.py +0 -104
  108. {canvas-0.3.0 → canvas-0.4.0}/README.md +0 -0
  109. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/__init__.py +0 -0
  110. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/__init__.py +0 -0
  111. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/auth/__init__.py +0 -0
  112. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/auth/tests.py +0 -0
  113. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/auth/utils.py +0 -0
  114. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/logs/__init__.py +0 -0
  115. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/plugin/__init__.py +0 -0
  116. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/apps/plugin/tests.py +0 -0
  117. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/conftest.py +0 -0
  118. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/templates/plugins/default/cookiecutter.json +0 -0
  119. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json +0 -0
  120. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/__init__.py +0 -0
  121. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/__init__.py +0 -0
  122. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/context/__init__.py +0 -0
  123. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/print/__init__.py +0 -0
  124. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/urls/__init__.py +0 -0
  125. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/urls/tests.py +0 -0
  126. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/urls/urls.py +0 -0
  127. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/validators/__init__.py +0 -0
  128. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/validators/manifest_schema.py +0 -0
  129. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/validators/tests.py +0 -0
  130. {canvas-0.3.0 → canvas-0.4.0}/canvas_cli/utils/validators/validators.py +0 -0
  131. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/effects_pb2.py +0 -0
  132. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/effects_pb2.pyi +0 -0
  133. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/effects_pb2_grpc.py +0 -0
  134. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/events_pb2_grpc.py +0 -0
  135. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/plugins_pb2.py +0 -0
  136. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/plugins_pb2.pyi +0 -0
  137. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/messages/plugins_pb2_grpc.py +0 -0
  138. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/services/plugin_runner_pb2.py +0 -0
  139. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/services/plugin_runner_pb2.pyi +0 -0
  140. {canvas-0.3.0 → canvas-0.4.0}/canvas_generated/services/plugin_runner_pb2_grpc.py +0 -0
  141. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/__init__.py +0 -0
  142. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/__init__.py +0 -0
  143. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/allergy.py +0 -0
  144. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/assess.py +0 -0
  145. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/close_goal.py +0 -0
  146. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/diagnose.py +0 -0
  147. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/family_history.py +0 -0
  148. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/goal.py +0 -0
  149. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/history_present_illness.py +0 -0
  150. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/instruct.py +0 -0
  151. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/lab_order.py +0 -0
  152. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/medical_history.py +0 -0
  153. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/medication_statement.py +0 -0
  154. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/past_surgical_history.py +0 -0
  155. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/perform.py +0 -0
  156. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/plan.py +0 -0
  157. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/prescribe.py +0 -0
  158. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/questionnaire.py +0 -0
  159. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/reason_for_visit.py +0 -0
  160. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/refill.py +0 -0
  161. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/remove_allergy.py +0 -0
  162. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/stop_medication.py +0 -0
  163. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/task.py +0 -0
  164. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/update_diagnosis.py +0 -0
  165. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/update_goal.py +0 -0
  166. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/commands/vitals.py +0 -0
  167. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/constants.py +0 -0
  168. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/tests/protocol/__init__.py +0 -0
  169. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/tests/schema/__init__.py +0 -0
  170. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/tests/schema/tests.py +0 -0
  171. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/commands/tests/unit/__init__.py +0 -0
  172. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/data/__init__.py +0 -0
  173. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/data/base.py +0 -0
  174. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/data/patient.py +0 -0
  175. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/data/staff.py +0 -0
  176. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/data/task.py +0 -0
  177. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/__init__.py +0 -0
  178. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/banner_alert/__init__.py +0 -0
  179. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/banner_alert/add_banner_alert.py +0 -0
  180. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/banner_alert/remove_banner_alert.py +0 -0
  181. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/base.py +0 -0
  182. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/patient_chart_summary_configuration.py +0 -0
  183. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/effects/protocol_card/__init__.py +0 -0
  184. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/events/__init__.py +0 -0
  185. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/handlers/__init__.py +0 -0
  186. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/handlers/base.py +0 -0
  187. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/handlers/cron_task.py +0 -0
  188. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/protocols/__init__.py +0 -0
  189. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/protocols/base.py +0 -0
  190. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/tests/__init__.py +0 -0
  191. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/utils/__init__.py +0 -0
  192. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/utils/db.py +0 -0
  193. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/utils/stats.py +0 -0
  194. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/utils/tests.py +0 -0
  195. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/__init__.py +0 -0
  196. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/__init__.py +0 -0
  197. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/allergy_intolerance.py +0 -0
  198. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/condition.py +0 -0
  199. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/medication.py +0 -0
  200. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/v1/data/user.py +0 -0
  201. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/adverse_event.py +0 -0
  202. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/allergy.py +0 -0
  203. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/assessment.py +0 -0
  204. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/communication.py +0 -0
  205. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/condition.py +0 -0
  206. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/device.py +0 -0
  207. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/diagnostic_study.py +0 -0
  208. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/encounter.py +0 -0
  209. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/immunization.py +0 -0
  210. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/individual_characteristic.py +0 -0
  211. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/laboratory_test.py +0 -0
  212. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/medication.py +0 -0
  213. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/physical_exam.py +0 -0
  214. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/procedure.py +0 -0
  215. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/value_set/v2022/symptom.py +0 -0
  216. {canvas-0.3.0 → canvas-0.4.0}/canvas_sdk/views/__init__.py +0 -0
  217. {canvas-0.3.0 → canvas-0.4.0}/logger/__init__.py +0 -0
  218. {canvas-0.3.0 → canvas-0.4.0}/logger/logger.py +0 -0
  219. {canvas-0.3.0 → canvas-0.4.0}/settings.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: canvas
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: SDK to customize event-driven actions in your Canvas instance
5
5
  License: MIT
6
6
  Author: Canvas Team
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.12
13
13
  Requires-Dist: cookiecutter
14
14
  Requires-Dist: cron-converter (>=1.2.1,<2.0.0)
15
15
  Requires-Dist: django (>=5.1.1,<6.0.0)
16
+ Requires-Dist: django-stubs[compatible-mypy] (>=5.1.1,<6.0.0)
16
17
  Requires-Dist: gql[all] (>=3.5.0,<4.0.0)
17
18
  Requires-Dist: grpcio (>=1.60.1,<2.0.0)
18
19
  Requires-Dist: ipython (>=8.21.0,<9.0.0)
@@ -0,0 +1,3 @@
1
+ from canvas_cli.apps.emit.emit import emit
2
+
3
+ __all__ = ("emit",)
@@ -0,0 +1,67 @@
1
+ import json
2
+ import random
3
+ from pathlib import Path
4
+ from typing import Annotated
5
+
6
+ import grpc
7
+ import typer
8
+
9
+ from canvas_generated.messages.events_pb2 import Event as PluginRunnerEvent
10
+ from canvas_generated.messages.events_pb2 import EventType as PluginRunnerEventType
11
+ from canvas_generated.services.plugin_runner_pb2_grpc import PluginRunnerStub
12
+
13
+
14
+ def emit(
15
+ event_fixture: str,
16
+ plugin_runner_port: Annotated[
17
+ str, typer.Option(help="Port of your locally running plugin runner")
18
+ ] = "50051",
19
+ ) -> None:
20
+ """
21
+ Send an event fixture to your locally running plugin-runner process, and print any resultant effects.
22
+
23
+ Valid fixture files are newline-delimited JSON, with each containing the keys `EventType`, `target`, and `context`. Some fixture files are included in the canvas-plugins repo.
24
+ """
25
+ # If an event fixture file exists at the specified path, use it.
26
+ # Otherwise, see if it represents an event that we have a Canvas-provided
27
+ # fixture for and use that.
28
+ event_fixture_path = Path(event_fixture)
29
+
30
+ if not event_fixture_path.exists():
31
+ candidate_built_in_fixture_path = (
32
+ Path(__file__).resolve().parent / "event_fixtures" / f"{event_fixture}.ndjson"
33
+ )
34
+ if candidate_built_in_fixture_path.exists():
35
+ event_fixture_path = candidate_built_in_fixture_path
36
+ else:
37
+ print(f"ERROR: No file found at location {event_fixture}.")
38
+ print(f"ERROR: No built-in fixture file found named {event_fixture}.ndjson.")
39
+ return
40
+
41
+ # Grab a random event from the fixture file ndjson
42
+ lines = event_fixture_path.read_text().splitlines()
43
+ myline = random.choice(lines)
44
+ event_data = json.loads(myline)
45
+ event = PluginRunnerEvent(
46
+ type=event_data["EventType"],
47
+ target=event_data["target"],
48
+ context=event_data["context"],
49
+ )
50
+ with grpc.insecure_channel(f"localhost:{plugin_runner_port}") as channel:
51
+ stub = PluginRunnerStub(channel)
52
+ responses = stub.HandleEvent(event)
53
+
54
+ at_least_one_effect = False
55
+ try:
56
+ for response in responses:
57
+ for effect in response.effects:
58
+ at_least_one_effect = True
59
+ print(effect)
60
+
61
+ if not at_least_one_effect:
62
+ print("SUCCESS: No effects returned.")
63
+ except grpc.RpcError as e:
64
+ if e.code() == grpc.StatusCode.UNAVAILABLE:
65
+ print(
66
+ f"ERROR: Couldn't make a connection to a plugin runner process at localhost:{plugin_runner_port}. Is it running?"
67
+ )
@@ -0,0 +1 @@
1
+ {"EventType": "ALLERGY_INTOLERANCE_CREATED", "target": "4bbdb87a-3f97-4374-81e6-1e8ce5d3c121", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "ALLERGY_INTOLERANCE_UPDATED", "target": "4bbdb87a-3f97-4374-81e6-1e8ce5d3c121", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "APPOINTMENT_CANCELED", "target": "dceb23ed-5ab2-4505-ad65-f6bec10c956f", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "APPOINTMENT_CHECKED_IN", "target": "dceb23ed-5ab2-4505-ad65-f6bec10c956f", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "APPOINTMENT_CREATED", "target": "2a660120-7284-45cf-9700-08c004cef781", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "APPOINTMENT_NO_SHOWED", "target": "dceb23ed-5ab2-4505-ad65-f6bec10c956f", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "APPOINTMENT_RESCHEDULED", "target": "dceb23ed-5ab2-4505-ad65-f6bec10c956f", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "APPOINTMENT_RESTORED", "target": "dceb23ed-5ab2-4505-ad65-f6bec10c956f", "context": ""}
@@ -0,0 +1,2 @@
1
+ {"EventType": "APPOINTMENT_UPDATED", "target": "2a660120-7284-45cf-9700-08c004cef781", "context": ""}
2
+ {"EventType": "APPOINTMENT_UPDATED", "target": "dceb23ed-5ab2-4505-ad65-f6bec10c956f", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "ASSESS_COMMAND__CONDITION_SELECTED", "target": "72943f6d-fa4b-49e7-b92b-64975b516d0a", "context": "{\"fields\": {\"condition\": {\"text\": \"Bitten by orca, initial encounter (W56.21XA)\", \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": null, \"value\": 25}, \"background\": \"\", \"status\": \"\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"0c81daca-cf89-4f9b-bc3d-6f1ae0644f27\"}, \"data\": {\"condition\": {\"codings\": [{\"code\": \"404684003\", \"system\": \"http://snomed.info/sct\", \"display\": \"Bitten by orca, initial encounter\"}, {\"code\": \"W5621XA\", \"system\": \"ICD-10\", \"display\": \"Bitten by orca, initial encounter\"}], \"id\": \"6dfcc4b4-1ede-4d6d-a89a-1c847fecb9f0\"}}}"}
@@ -0,0 +1,3 @@
1
+ {"EventType": "ASSESS_COMMAND__POST_COMMIT", "target": "c7f437b1-d216-4840-9db0-32cd6cec3a7d", "context": "{\"fields\": {\"condition\": {\"text\": \"Lyme disease, unspecified\", \"extra\": null, \"value\": 24, \"disabled\": false, \"annotations\": null, \"description\": null}, \"background\": \"possibly psychosomatic\", \"status\": \"improved\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
2
+ {"EventType": "ASSESS_COMMAND__POST_COMMIT", "target": "29a556cc-bd21-4615-b6dd-45ef4f381f76", "context": "{\"fields\": {\"condition\": {\"text\": \"Lyme disease, unspecified\", \"extra\": null, \"value\": 24, \"disabled\": false, \"annotations\": null, \"description\": null}, \"background\": \"possibly psychosomatic\", \"status\": \"\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
3
+ {"EventType": "ASSESS_COMMAND__POST_COMMIT", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"background\": \"orca jumped into the boat and CHOMP\", \"status\": \"stable\", \"narrative\": \"YIKES\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1,4 @@
1
+ {"EventType": "ASSESS_COMMAND__POST_ORIGINATE", "target": "c7f437b1-d216-4840-9db0-32cd6cec3a7d", "context": "{\"fields\": {\"condition\": {\"text\": \"Lyme disease, unspecified\", \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": null, \"value\": 24}, \"background\": \"possibly psychosomatic\", \"status\": \"\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
2
+ {"EventType": "ASSESS_COMMAND__POST_ORIGINATE", "target": "29a556cc-bd21-4615-b6dd-45ef4f381f76", "context": "{\"fields\": {\"condition\": {\"text\": \"Lyme disease, unspecified\", \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": null, \"value\": 24}, \"background\": \"possibly psychosomatic\", \"status\": \"\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
3
+ {"EventType": "ASSESS_COMMAND__POST_ORIGINATE", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": null, \"value\": 25}, \"background\": \"orca jumped into the boat and CHOMP\", \"status\": \"\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
4
+ {"EventType": "ASSESS_COMMAND__POST_ORIGINATE", "target": "72943f6d-fa4b-49e7-b92b-64975b516d0a", "context": "{\"fields\": {\"condition\": null, \"background\": \"\", \"status\": \"\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"0c81daca-cf89-4f9b-bc3d-6f1ae0644f27\"}}"}
@@ -0,0 +1,5 @@
1
+ {"EventType": "ASSESS_COMMAND__POST_UPDATE", "target": "c7f437b1-d216-4840-9db0-32cd6cec3a7d", "context": "{\"fields\": {\"condition\": {\"text\": \"Lyme disease, unspecified\", \"extra\": null, \"value\": 24, \"disabled\": false, \"annotations\": null, \"description\": null}, \"background\": \"possibly psychosomatic\", \"status\": \"improved\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
2
+ {"EventType": "ASSESS_COMMAND__POST_UPDATE", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"background\": \"orca jumped into the boat and CHOMP\", \"status\": \"stable\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
3
+ {"EventType": "ASSESS_COMMAND__POST_UPDATE", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"background\": \"orca jumped into the boat and CHOMP\", \"status\": \"stable\", \"narrative\": \"T\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
4
+ {"EventType": "ASSESS_COMMAND__POST_UPDATE", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"background\": \"orca jumped into the boat and CHOMP\", \"status\": \"stable\", \"narrative\": \"YIKES\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
5
+ {"EventType": "ASSESS_COMMAND__POST_UPDATE", "target": "72943f6d-fa4b-49e7-b92b-64975b516d0a", "context": "{\"fields\": {\"condition\": {\"text\": \"Bitten by orca, initial encounter (W56.21XA)\", \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": null, \"value\": 25}, \"background\": \"\", \"status\": \"\", \"narrative\": \"\"}, \"note\": {\"uuid\": \"0c81daca-cf89-4f9b-bc3d-6f1ae0644f27\"}}"}
@@ -0,0 +1,3 @@
1
+ {"EventType": "ASSESS_COMMAND__PRE_COMMIT", "target": "c7f437b1-d216-4840-9db0-32cd6cec3a7d", "context": "{\"fields\": {\"status\": \"improved\", \"condition\": {\"text\": \"Lyme disease, unspecified\", \"extra\": null, \"value\": 24, \"disabled\": false, \"annotations\": null, \"description\": null}, \"narrative\": \"\", \"background\": \"possibly psychosomatic\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
2
+ {"EventType": "ASSESS_COMMAND__PRE_COMMIT", "target": "29a556cc-bd21-4615-b6dd-45ef4f381f76", "context": "{\"fields\": {\"status\": \"\", \"condition\": {\"text\": \"Lyme disease, unspecified\", \"extra\": null, \"value\": 24, \"disabled\": false, \"annotations\": null, \"description\": null}, \"narrative\": \"\", \"background\": \"possibly psychosomatic\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
3
+ {"EventType": "ASSESS_COMMAND__PRE_COMMIT", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"status\": \"stable\", \"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"narrative\": \"YIKES\", \"background\": \"orca jumped into the boat and CHOMP\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1,4 @@
1
+ {"EventType": "ASSESS_COMMAND__PRE_ORIGINATE", "target": "3a8b0bad-a93a-4862-b6ef-482a4680bf52", "context": "{\"fields\": {\"patient\": 3, \"background\": \"possibly psychosomatic\", \"condition\": \"{\\\"text\\\":\\\"Lyme disease, unspecified\\\",\\\"disabled\\\":false,\\\"description\\\":null,\\\"annotations\\\":null,\\\"extra\\\":null,\\\"value\\\":24}\"}}"}
2
+ {"EventType": "ASSESS_COMMAND__PRE_ORIGINATE", "target": "dad98453-57b6-49e9-a17e-9fb2baf317eb", "context": "{\"fields\": {\"patient\": 3, \"background\": \"possibly psychosomatic\", \"condition\": \"{\\\"text\\\":\\\"Lyme disease, unspecified\\\",\\\"disabled\\\":false,\\\"description\\\":null,\\\"annotations\\\":null,\\\"extra\\\":null,\\\"value\\\":24}\"}}"}
3
+ {"EventType": "ASSESS_COMMAND__PRE_ORIGINATE", "target": "855793e6-0fe3-4c75-8f51-ca381c57e9b0", "context": "{\"fields\": {\"patient\": 4, \"background\": \"orca jumped into the boat and CHOMP\", \"condition\": \"{\\\"text\\\":\\\"Bitten by orca, initial encounter\\\",\\\"disabled\\\":false,\\\"description\\\":null,\\\"annotations\\\":null,\\\"extra\\\":null,\\\"value\\\":25}\"}}"}
4
+ {"EventType": "ASSESS_COMMAND__PRE_ORIGINATE", "target": "fc3a3b89-8e4a-4b08-9501-30378079e1fc", "context": "{\"fields\": {}}"}
@@ -0,0 +1,5 @@
1
+ {"EventType": "ASSESS_COMMAND__PRE_UPDATE", "target": "c7f437b1-d216-4840-9db0-32cd6cec3a7d", "context": "{\"fields\": {\"status\": \"\", \"condition\": {\"text\": \"Lyme disease, unspecified\", \"extra\": null, \"value\": 24, \"disabled\": false, \"annotations\": null, \"description\": null}, \"narrative\": \"\", \"background\": \"possibly psychosomatic\"}, \"note\": {\"uuid\": \"36eab35a-9484-459a-aa49-166caccbf9d8\"}}"}
2
+ {"EventType": "ASSESS_COMMAND__PRE_UPDATE", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"status\": \"\", \"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"narrative\": \"\", \"background\": \"orca jumped into the boat and CHOMP\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
3
+ {"EventType": "ASSESS_COMMAND__PRE_UPDATE", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"status\": \"stable\", \"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"narrative\": \"\", \"background\": \"orca jumped into the boat and CHOMP\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
4
+ {"EventType": "ASSESS_COMMAND__PRE_UPDATE", "target": "d5f111bf-ade2-4d94-b0c7-5d90f8a15adc", "context": "{\"fields\": {\"status\": \"stable\", \"condition\": {\"text\": \"Bitten by orca, initial encounter\", \"extra\": null, \"value\": 25, \"disabled\": false, \"annotations\": null, \"description\": null}, \"narrative\": \"T\", \"background\": \"orca jumped into the boat and CHOMP\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
5
+ {"EventType": "ASSESS_COMMAND__PRE_UPDATE", "target": "72943f6d-fa4b-49e7-b92b-64975b516d0a", "context": "{\"fields\": {\"status\": \"\", \"condition\": null, \"narrative\": \"\", \"background\": \"\"}, \"note\": {\"uuid\": \"0c81daca-cf89-4f9b-bc3d-6f1ae0644f27\"}}"}
@@ -0,0 +1,3 @@
1
+ {"EventType": "BILLING_LINE_ITEM_CREATED", "target": "f45eb4a7-911e-441c-8ccb-444646122f8c", "context": ""}
2
+ {"EventType": "BILLING_LINE_ITEM_CREATED", "target": "3fe32af0-d16e-4aff-8a46-b48a12add1bd", "context": ""}
3
+ {"EventType": "BILLING_LINE_ITEM_CREATED", "target": "a3ee0a47-bb58-483f-a9e6-aa4fbd949705", "context": ""}
@@ -0,0 +1,2 @@
1
+ {"EventType": "BILLING_LINE_ITEM_UPDATED", "target": "a3ee0a47-bb58-483f-a9e6-aa4fbd949705", "context": ""}
2
+ {"EventType": "BILLING_LINE_ITEM_UPDATED", "target": "3fe32af0-d16e-4aff-8a46-b48a12add1bd", "context": ""}
@@ -0,0 +1,2 @@
1
+ {"EventType": "CONDITION_ASSESSED", "target": "c17f6cda-9482-4e98-9b52-3f8690149d94", "context": ""}
2
+ {"EventType": "CONDITION_ASSESSED", "target": "6dfcc4b4-1ede-4d6d-a89a-1c847fecb9f0", "context": ""}
@@ -0,0 +1,4 @@
1
+ {"EventType": "CONDITION_CREATED", "target": "6dfcc4b4-1ede-4d6d-a89a-1c847fecb9f0", "context": ""}
2
+ {"EventType": "CONDITION_CREATED", "target": "1b0909c8-b27e-40ed-911b-a09a842af357", "context": ""}
3
+ {"EventType": "CONDITION_CREATED", "target": "46b7a314-216d-45dd-9084-f3e2b2a4e514", "context": ""}
4
+ {"EventType": "CONDITION_CREATED", "target": "2a384fec-5d21-4860-96b6-6a88c9b97a32", "context": ""}
@@ -0,0 +1,5 @@
1
+ {"EventType": "CONDITION_UPDATED", "target": "c17f6cda-9482-4e98-9b52-3f8690149d94", "context": ""}
2
+ {"EventType": "CONDITION_UPDATED", "target": "6dfcc4b4-1ede-4d6d-a89a-1c847fecb9f0", "context": ""}
3
+ {"EventType": "CONDITION_UPDATED", "target": "1b0909c8-b27e-40ed-911b-a09a842af357", "context": ""}
4
+ {"EventType": "CONDITION_UPDATED", "target": "46b7a314-216d-45dd-9084-f3e2b2a4e514", "context": ""}
5
+ {"EventType": "CONDITION_UPDATED", "target": "2a384fec-5d21-4860-96b6-6a88c9b97a32", "context": ""}
@@ -0,0 +1,3 @@
1
+ {"EventType": "CRON", "target": "2024-07-16T23:08:17+00:00", "context": ""}
2
+ {"EventType": "CRON", "target": "1923-12-12T07:45:02+00:00", "context": ""}
3
+ {"EventType": "CRON", "target": "2000-01-01T00:00:00+00:00", "context": ""}
@@ -0,0 +1,3 @@
1
+ {"EventType": "ENCOUNTER_CREATED", "target": "c0fb801b-9c3e-4652-bef9-6e27cafa4408", "context": ""}
2
+ {"EventType": "ENCOUNTER_CREATED", "target": "0003ecf0-7976-4477-98c1-e83ae6037b76", "context": ""}
3
+ {"EventType": "ENCOUNTER_CREATED", "target": "9dabf973-8563-4c32-a2eb-7d1baa9095e7", "context": ""}
@@ -0,0 +1,2 @@
1
+ {"EventType": "ENCOUNTER_UPDATED", "target": "c0fb801b-9c3e-4652-bef9-6e27cafa4408", "context": ""}
2
+ {"EventType": "ENCOUNTER_UPDATED", "target": "0003ecf0-7976-4477-98c1-e83ae6037b76", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "IMMUNIZATION_CREATED", "target": "daef72f4-746f-4513-97a1-10e3c41d4d54", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "IMMUNIZATION_STATEMENT_CREATED", "target": "ee55b27a-7b35-4e37-bd81-c6dde9dc58bb", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "IMMUNIZATION_STATEMENT_UPDATED", "target": "ee55b27a-7b35-4e37-bd81-c6dde9dc58bb", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "IMMUNIZATION_UPDATED", "target": "daef72f4-746f-4513-97a1-10e3c41d4d54", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "INTERVIEW_CREATED", "target": "14361270-5d7a-47b9-9b49-eeaaf27c4179", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "INTERVIEW_UPDATED", "target": "14361270-5d7a-47b9-9b49-eeaaf27c4179", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "LAB_ORDER_CREATED", "target": "495353d8-8b86-465c-92fc-2c71651a7d10", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "LAB_ORDER_UPDATED", "target": "495353d8-8b86-465c-92fc-2c71651a7d10", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "MEDICATION_LIST_ITEM_CREATED", "target": "80bdb886-bd67-49f3-ac85-4d0a0833b53a", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "MEDICATION_LIST_ITEM_UPDATED", "target": "80bdb886-bd67-49f3-ac85-4d0a0833b53a", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__POST_COMMIT", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"fields\": {\"medication\": {\"text\": \"Aller-Tec 10 mg tablet\", \"extra\": {\"coding\": [{\"code\": 554704, \"system\": \"http://www.fdbhealth.com/\", \"display\": \"Aller-Tec 10 mg tablet\"}, {\"code\": \"1014678\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\", \"display\": \"Aller-Tec 10 mg tablet\"}]}, \"value\": 554704, \"disabled\": false, \"annotations\": null, \"description\": null}, \"sig\": \"once a day\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__POST_ORIGINATE", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"fields\": {\"medication\": null, \"sig\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1,2 @@
1
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__POST_UPDATE", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"fields\": {\"medication\": {\"text\": \"Aller-Tec 10 mg tablet\", \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 554704, \"display\": \"Aller-Tec 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"Aller-Tec 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}, \"value\": 554704}, \"sig\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
2
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__POST_UPDATE", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"fields\": {\"medication\": {\"text\": \"Aller-Tec 10 mg tablet\", \"extra\": {\"coding\": [{\"code\": 554704, \"system\": \"http://www.fdbhealth.com/\", \"display\": \"Aller-Tec 10 mg tablet\"}, {\"code\": \"1014678\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\", \"display\": \"Aller-Tec 10 mg tablet\"}]}, \"value\": 554704, \"disabled\": false, \"annotations\": null, \"description\": null}, \"sig\": \"once a day\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__PRE_COMMIT", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"fields\": {\"sig\": \"once a day\", \"medication\": {\"text\": \"Aller-Tec 10 mg tablet\", \"extra\": {\"coding\": [{\"code\": 554704, \"system\": \"http://www.fdbhealth.com/\", \"display\": \"Aller-Tec 10 mg tablet\"}, {\"code\": \"1014678\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\", \"display\": \"Aller-Tec 10 mg tablet\"}]}, \"value\": 554704, \"disabled\": false, \"annotations\": null, \"description\": null}}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__PRE_ORIGINATE", "target": "6c6eca6f-2e92-436b-a78f-88f619bf0436", "context": "{\"fields\": {}}"}
@@ -0,0 +1,2 @@
1
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__PRE_UPDATE", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"fields\": {\"sig\": \"\", \"medication\": null}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
2
+ {"EventType": "MEDICATION_STATEMENT_COMMAND__PRE_UPDATE", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"fields\": {\"sig\": \"\", \"medication\": {\"text\": \"Aller-Tec 10 mg tablet\", \"extra\": {\"coding\": [{\"code\": 554704, \"system\": \"http://www.fdbhealth.com/\", \"display\": \"Aller-Tec 10 mg tablet\"}, {\"code\": \"1014678\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\", \"display\": \"Aller-Tec 10 mg tablet\"}]}, \"value\": 554704, \"disabled\": false, \"annotations\": null, \"description\": null}}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1,2 @@
1
+ {"EventType": "MEDICATION_STATEMENT__MEDICATION__POST_SEARCH", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"search_term\": \"\", \"results\": []}"}
2
+ {"EventType": "MEDICATION_STATEMENT__MEDICATION__POST_SEARCH", "target": "a2f51df6-860c-47d8-9ff3-f8eeb11661a9", "context": "{\"search_term\": \"zyr\", \"results\": [{\"text\": \"Zyrtec 10 mg tablet\", \"value\": 199378, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 199378, \"display\": \"Zyrtec 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"Zyrtec 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Zyrtec 10 mg capsule\", \"value\": 560604, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 560604, \"display\": \"Zyrtec 10 mg capsule\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014675\", \"display\": \"Zyrtec 10 mg capsule\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Aller-Tec 10 mg tablet\", \"value\": 554704, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 554704, \"display\": \"Aller-Tec 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"Aller-Tec 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 5 mg tablet\", \"value\": 172912, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 172912, \"display\": \"cetirizine 5 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014676\", \"display\": \"cetirizine 5 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 10 mg tablet\", \"value\": 170282, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 170282, \"display\": \"cetirizine 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"cetirizine 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 10 mg capsule\", \"value\": 560597, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 560597, \"display\": \"cetirizine 10 mg capsule\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014675\", \"display\": \"cetirizine 10 mg capsule\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"24Hour Allergy 10 mg tablet\", \"value\": 591062, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 591062, \"display\": \"24Hour Allergy 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"24Hour Allergy 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Zyrtec 10 mg chewable tablet\", \"value\": 467730, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 467730, \"display\": \"Zyrtec 10 mg chewable tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014674\", \"display\": \"Zyrtec 10 mg chewable tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 5 mg chewable tablet\", \"value\": 467722, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 467722, \"display\": \"cetirizine 5 mg chewable tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014643\", \"display\": \"cetirizine 5 mg chewable tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 10 mg chewable tablet\", \"value\": 467723, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 467723, \"display\": \"cetirizine 10 mg chewable tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014674\", \"display\": \"cetirizine 10 mg chewable tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 1 mg/mL oral solution\", \"value\": 554828, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 554828, \"display\": \"cetirizine 1 mg/mL oral solution\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014673\", \"display\": \"cetirizine 1 mg/mL oral solution\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Wal-Zyr (cetirizine) 10 mg tablet\", \"value\": 554341, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 554341, \"display\": \"Wal-Zyr (cetirizine) 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"Wal-Zyr (cetirizine) 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 5 mg/5 mL oral solution\", \"value\": 559488, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 559488, \"display\": \"cetirizine 5 mg/5 mL oral solution\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014673\", \"display\": \"cetirizine 5 mg/5 mL oral solution\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Wal-Zyr (cetirizine) 10 mg capsule\", \"value\": 582234, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 582234, \"display\": \"Wal-Zyr (cetirizine) 10 mg capsule\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014675\", \"display\": \"Wal-Zyr (cetirizine) 10 mg capsule\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Zyrtec 10 mg disintegrating tablet\", \"value\": 563140, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 563140, \"display\": \"Zyrtec 10 mg disintegrating tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1011482\", \"display\": \"Zyrtec 10 mg disintegrating tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"ketotifen 0.025 % (0.035 %) eye drops\", \"value\": 176726, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 176726, \"display\": \"ketotifen 0.025 % (0.035 %) eye drops\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"311237\", \"display\": \"ketotifen 0.025 % (0.035 %) eye drops\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 10 mg disintegrating tablet\", \"value\": 563097, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 563097, \"display\": \"cetirizine 10 mg disintegrating tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1011482\", \"display\": \"cetirizine 10 mg disintegrating tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Allergy Relief (cetirizine) 10 mg tablet\", \"value\": 554632, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 554632, \"display\": \"Allergy Relief (cetirizine) 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"Allergy Relief (cetirizine) 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Children's Wal-Zyr 10 mg chewable tablet\", \"value\": 561000, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 561000, \"display\": \"Children's Wal-Zyr 10 mg chewable tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014674\", \"display\": \"Children's Wal-Zyr 10 mg chewable tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Children's Wal-Zyr 1 mg/mL oral solution\", \"value\": 563721, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 563721, \"display\": \"Children's Wal-Zyr 1 mg/mL oral solution\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014673\", \"display\": \"Children's Wal-Zyr 1 mg/mL oral solution\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"All Day Allergy (cetirizine) 10 mg tablet\", \"value\": 554011, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 554011, \"display\": \"All Day Allergy (cetirizine) 10 mg tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014678\", \"display\": \"All Day Allergy (cetirizine) 10 mg tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Allergy Relief (cetirizine) 10 mg capsule\", \"value\": 577960, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 577960, \"display\": \"Allergy Relief (cetirizine) 10 mg capsule\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014675\", \"display\": \"Allergy Relief (cetirizine) 10 mg capsule\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"All Day Allergy (cetirizine) 10 mg capsule\", \"value\": 578983, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 578983, \"display\": \"All Day Allergy (cetirizine) 10 mg capsule\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014675\", \"display\": \"All Day Allergy (cetirizine) 10 mg capsule\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Wal-Zyr (cetirizine) 1 mg/mL oral solution\", \"value\": 556540, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 556540, \"display\": \"Wal-Zyr (cetirizine) 1 mg/mL oral solution\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014673\", \"display\": \"Wal-Zyr (cetirizine) 1 mg/mL oral solution\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Zyrtec-D 5 mg-120 mg tablet,extended release\", \"value\": 165435, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 165435, \"display\": \"Zyrtec-D 5 mg-120 mg tablet,extended release\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014571\", \"display\": \"Zyrtec-D 5 mg-120 mg tablet,extended release\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Wal-Zyr D 5 mg-120 mg tablet,extended release\", \"value\": 555098, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 555098, \"display\": \"Wal-Zyr D 5 mg-120 mg tablet,extended release\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014571\", \"display\": \"Wal-Zyr D 5 mg-120 mg tablet,extended release\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Children's Wal-Zyr 10 mg disintegrating tablet\", \"value\": 615465, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 615465, \"display\": \"Children's Wal-Zyr 10 mg disintegrating tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1011482\", \"display\": \"Children's Wal-Zyr 10 mg disintegrating tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Children's Zyrtec Allergy 1 mg/mL oral solution\", \"value\": 559019, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 559019, \"display\": \"Children's Zyrtec Allergy 1 mg/mL oral solution\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014673\", \"display\": \"Children's Zyrtec Allergy 1 mg/mL oral solution\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Wal-Zyr (ketotifen) 0.025 % (0.035 %) eye drops\", \"value\": 561662, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 561662, \"display\": \"Wal-Zyr (ketotifen) 0.025 % (0.035 %) eye drops\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"311237\", \"display\": \"Wal-Zyr (ketotifen) 0.025 % (0.035 %) eye drops\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Children's Zyrtec Allergy 2.5 mg chewable tablet\", \"value\": 614808, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 614808, \"display\": \"Children's Zyrtec Allergy 2.5 mg chewable tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"2558501\", \"display\": \"Children's Zyrtec Allergy 2.5 mg chewable tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"Children's Zyrtec Allergy 10 mg disintegrating tablet\", \"value\": 581238, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 581238, \"display\": \"Children's Zyrtec Allergy 10 mg disintegrating tablet\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1011482\", \"display\": \"Children's Zyrtec Allergy 10 mg disintegrating tablet\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}, {\"text\": \"cetirizine 5 mg-pseudoephedrine ER 120 mg tablet,extended release,12hr\", \"value\": 151114, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"coding\": [{\"code\": 151114, \"display\": \"cetirizine 5 mg-pseudoephedrine ER 120 mg tablet,extended release,12hr\", \"system\": \"http://www.fdbhealth.com/\"}, {\"code\": \"1014571\", \"display\": \"cetirizine 5 mg-pseudoephedrine ER 120 mg tablet,extended release,12hr\", \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\"}]}}]}"}
@@ -0,0 +1 @@
1
+ {"EventType": "PATIENT_CREATED", "target": "701fb70ab94047999e57769c52317006", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "PATIENT_UPDATED", "target": "701fb70ab94047999e57769c52317006", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "PLAN_COMMAND__POST_ORIGINATE", "target": "a0f9faee-d7b3-4faa-a3d7-e70c7ee9042c", "context": "{\"fields\": {\"narrative\": \"zebra\"}, \"note\": {\"uuid\": \"0c81daca-cf89-4f9b-bc3d-6f1ae0644f27\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "PLAN_COMMAND__PRE_ORIGINATE", "target": "a0f9faee-d7b3-4faa-a3d7-e70c7ee9042c", "context": "{\"fields\": {\"narrative\": \"zebra\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "QUESTIONNAIRE_COMMAND__POST_COMMIT", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"fields\": {\"questionnaire\": {\"text\": \"Tobacco\", \"extra\": {\"pk\": 3, \"name\": \"Tobacco\", \"prologue\": \"\", \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"type\": \"SING\", \"label\": \"Tobacco status\", \"coding\": {\"code\": \"39240-7\", \"system\": \"LOINC\"}, \"options\": [{\"pk\": 25, \"code\": \"266919005\", \"label\": \"Never user\", \"value\": \"0\"}, {\"pk\": 26, \"code\": \"8517006\", \"label\": \"Former user\", \"value\": \"1\"}, {\"pk\": 27, \"code\": \"449868002\", \"label\": \"Current every day user\", \"value\": \"3\"}, {\"pk\": 28, \"code\": \"428041000124106\", \"label\": \"Current some day user\", \"value\": \"2\"}, {\"pk\": 29, \"code\": \"428071000124103\", \"label\": \"Current Heavy tobacco user\", \"value\": \"5\"}, {\"pk\": 30, \"code\": \"428061000124105\", \"label\": \"Current Light tobacco user\", \"value\": \"3\"}, {\"pk\": 31, \"code\": \"77176002\", \"label\": \"Tobacco user, current status unknown\", \"value\": \"3\"}, {\"pk\": 32, \"code\": \"266927001\", \"label\": \"Unknown if ever used tobacco\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"type\": \"MULT\", \"label\": \"Tobacco type\", \"coding\": {\"code\": \"711013002\", \"system\": \"SNOMED\"}, \"options\": [{\"pk\": 33, \"code\": \"722496004\", \"label\": \"Cigarettes\", \"value\": \"\"}, {\"pk\": 34, \"code\": \"722498003\", \"label\": \"eCigarette\", \"value\": \"\"}, {\"pk\": 35, \"code\": \"713914004\", \"label\": \"Smokeless\", \"value\": \"\"}, {\"pk\": 36, \"code\": \"72249700\", \"label\": \"Cigar/Pipe\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"type\": \"TXT\", \"label\": \"Tobacco comment\", \"coding\": {\"code\": \"QUES_TOBACCO_Q3\", \"system\": \"INTERNAL\"}, \"options\": [{\"pk\": 37, \"code\": \"QUES_TOBACCO_A1\", \"label\": \"Tobacco comment\", \"value\": \"\"}]}], \"carry_forward_on_init\": false}, \"value\": 3, \"disabled\": false, \"annotations\": null, \"description\": null}, \"result\": \"\", \"question-9\": 25, \"question-10\": [{\"text\": \"Cigarettes\", \"value\": 33, \"comment\": \"\", \"selected\": false}, {\"text\": \"eCigarette\", \"value\": 34, \"comment\": \"\", \"selected\": false}, {\"text\": \"Smokeless\", \"value\": 35, \"comment\": \"\", \"selected\": false}, {\"text\": \"Cigar/Pipe\", \"value\": 36, \"comment\": \"\", \"selected\": false}], \"question-11\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "QUESTIONNAIRE_COMMAND__POST_ORIGINATE", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"fields\": {\"questionnaire\": null, \"result\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1,2 @@
1
+ {"EventType": "QUESTIONNAIRE_COMMAND__POST_UPDATE", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"fields\": {\"questionnaire\": {\"text\": \"Tobacco\", \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Tobacco\", \"prologue\": \"\", \"pk\": 3, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"label\": \"Tobacco status\", \"type\": \"SING\", \"coding\": {\"system\": \"LOINC\", \"code\": \"39240-7\"}, \"options\": [{\"pk\": 25, \"label\": \"Never user\", \"code\": \"266919005\", \"value\": \"0\"}, {\"pk\": 26, \"label\": \"Former user\", \"code\": \"8517006\", \"value\": \"1\"}, {\"pk\": 27, \"label\": \"Current every day user\", \"code\": \"449868002\", \"value\": \"3\"}, {\"pk\": 28, \"label\": \"Current some day user\", \"code\": \"428041000124106\", \"value\": \"2\"}, {\"pk\": 29, \"label\": \"Current Heavy tobacco user\", \"code\": \"428071000124103\", \"value\": \"5\"}, {\"pk\": 30, \"label\": \"Current Light tobacco user\", \"code\": \"428061000124105\", \"value\": \"3\"}, {\"pk\": 31, \"label\": \"Tobacco user, current status unknown\", \"code\": \"77176002\", \"value\": \"3\"}, {\"pk\": 32, \"label\": \"Unknown if ever used tobacco\", \"code\": \"266927001\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"label\": \"Tobacco type\", \"type\": \"MULT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"711013002\"}, \"options\": [{\"pk\": 33, \"label\": \"Cigarettes\", \"code\": \"722496004\", \"value\": \"\"}, {\"pk\": 34, \"label\": \"eCigarette\", \"code\": \"722498003\", \"value\": \"\"}, {\"pk\": 35, \"label\": \"Smokeless\", \"code\": \"713914004\", \"value\": \"\"}, {\"pk\": 36, \"label\": \"Cigar/Pipe\", \"code\": \"72249700\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"label\": \"Tobacco comment\", \"type\": \"TXT\", \"coding\": {\"system\": \"INTERNAL\", \"code\": \"QUES_TOBACCO_Q3\"}, \"options\": [{\"pk\": 37, \"label\": \"Tobacco comment\", \"code\": \"QUES_TOBACCO_A1\", \"value\": \"\"}]}]}, \"value\": 3}, \"result\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
2
+ {"EventType": "QUESTIONNAIRE_COMMAND__POST_UPDATE", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"fields\": {\"questionnaire\": {\"text\": \"Tobacco\", \"extra\": {\"pk\": 3, \"name\": \"Tobacco\", \"prologue\": \"\", \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"type\": \"SING\", \"label\": \"Tobacco status\", \"coding\": {\"code\": \"39240-7\", \"system\": \"LOINC\"}, \"options\": [{\"pk\": 25, \"code\": \"266919005\", \"label\": \"Never user\", \"value\": \"0\"}, {\"pk\": 26, \"code\": \"8517006\", \"label\": \"Former user\", \"value\": \"1\"}, {\"pk\": 27, \"code\": \"449868002\", \"label\": \"Current every day user\", \"value\": \"3\"}, {\"pk\": 28, \"code\": \"428041000124106\", \"label\": \"Current some day user\", \"value\": \"2\"}, {\"pk\": 29, \"code\": \"428071000124103\", \"label\": \"Current Heavy tobacco user\", \"value\": \"5\"}, {\"pk\": 30, \"code\": \"428061000124105\", \"label\": \"Current Light tobacco user\", \"value\": \"3\"}, {\"pk\": 31, \"code\": \"77176002\", \"label\": \"Tobacco user, current status unknown\", \"value\": \"3\"}, {\"pk\": 32, \"code\": \"266927001\", \"label\": \"Unknown if ever used tobacco\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"type\": \"MULT\", \"label\": \"Tobacco type\", \"coding\": {\"code\": \"711013002\", \"system\": \"SNOMED\"}, \"options\": [{\"pk\": 33, \"code\": \"722496004\", \"label\": \"Cigarettes\", \"value\": \"\"}, {\"pk\": 34, \"code\": \"722498003\", \"label\": \"eCigarette\", \"value\": \"\"}, {\"pk\": 35, \"code\": \"713914004\", \"label\": \"Smokeless\", \"value\": \"\"}, {\"pk\": 36, \"code\": \"72249700\", \"label\": \"Cigar/Pipe\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"type\": \"TXT\", \"label\": \"Tobacco comment\", \"coding\": {\"code\": \"QUES_TOBACCO_Q3\", \"system\": \"INTERNAL\"}, \"options\": [{\"pk\": 37, \"code\": \"QUES_TOBACCO_A1\", \"label\": \"Tobacco comment\", \"value\": \"\"}]}], \"carry_forward_on_init\": false}, \"value\": 3, \"disabled\": false, \"annotations\": null, \"description\": null}, \"result\": \"\", \"question-9\": 25, \"question-10\": [{\"text\": \"Cigarettes\", \"value\": 33, \"selected\": false, \"comment\": \"\"}, {\"text\": \"eCigarette\", \"value\": 34, \"selected\": false, \"comment\": \"\"}, {\"text\": \"Smokeless\", \"value\": 35, \"selected\": false, \"comment\": \"\"}, {\"text\": \"Cigar/Pipe\", \"value\": 36, \"selected\": false, \"comment\": \"\"}], \"question-11\": \"\"}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "QUESTIONNAIRE_COMMAND__PRE_COMMIT", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"fields\": {\"result\": \"\", \"question-9\": 25, \"question-10\": [{\"text\": \"Cigarettes\", \"value\": 33, \"comment\": \"\", \"selected\": false}, {\"text\": \"eCigarette\", \"value\": 34, \"comment\": \"\", \"selected\": false}, {\"text\": \"Smokeless\", \"value\": 35, \"comment\": \"\", \"selected\": false}, {\"text\": \"Cigar/Pipe\", \"value\": 36, \"comment\": \"\", \"selected\": false}], \"question-11\": \"\", \"questionnaire\": {\"text\": \"Tobacco\", \"extra\": {\"pk\": 3, \"name\": \"Tobacco\", \"prologue\": \"\", \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"type\": \"SING\", \"label\": \"Tobacco status\", \"coding\": {\"code\": \"39240-7\", \"system\": \"LOINC\"}, \"options\": [{\"pk\": 25, \"code\": \"266919005\", \"label\": \"Never user\", \"value\": \"0\"}, {\"pk\": 26, \"code\": \"8517006\", \"label\": \"Former user\", \"value\": \"1\"}, {\"pk\": 27, \"code\": \"449868002\", \"label\": \"Current every day user\", \"value\": \"3\"}, {\"pk\": 28, \"code\": \"428041000124106\", \"label\": \"Current some day user\", \"value\": \"2\"}, {\"pk\": 29, \"code\": \"428071000124103\", \"label\": \"Current Heavy tobacco user\", \"value\": \"5\"}, {\"pk\": 30, \"code\": \"428061000124105\", \"label\": \"Current Light tobacco user\", \"value\": \"3\"}, {\"pk\": 31, \"code\": \"77176002\", \"label\": \"Tobacco user, current status unknown\", \"value\": \"3\"}, {\"pk\": 32, \"code\": \"266927001\", \"label\": \"Unknown if ever used tobacco\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"type\": \"MULT\", \"label\": \"Tobacco type\", \"coding\": {\"code\": \"711013002\", \"system\": \"SNOMED\"}, \"options\": [{\"pk\": 33, \"code\": \"722496004\", \"label\": \"Cigarettes\", \"value\": \"\"}, {\"pk\": 34, \"code\": \"722498003\", \"label\": \"eCigarette\", \"value\": \"\"}, {\"pk\": 35, \"code\": \"713914004\", \"label\": \"Smokeless\", \"value\": \"\"}, {\"pk\": 36, \"code\": \"72249700\", \"label\": \"Cigar/Pipe\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"type\": \"TXT\", \"label\": \"Tobacco comment\", \"coding\": {\"code\": \"QUES_TOBACCO_Q3\", \"system\": \"INTERNAL\"}, \"options\": [{\"pk\": 37, \"code\": \"QUES_TOBACCO_A1\", \"label\": \"Tobacco comment\", \"value\": \"\"}]}], \"carry_forward_on_init\": false}, \"value\": 3, \"disabled\": false, \"annotations\": null, \"description\": null}}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1 @@
1
+ {"EventType": "QUESTIONNAIRE_COMMAND__PRE_ORIGINATE", "target": "5e2fde0f-099d-4f8e-a2b9-41dacc877bd3", "context": "{\"fields\": {}}"}
@@ -0,0 +1,2 @@
1
+ {"EventType": "QUESTIONNAIRE_COMMAND__PRE_UPDATE", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"fields\": {\"result\": \"\", \"questionnaire\": null}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
2
+ {"EventType": "QUESTIONNAIRE_COMMAND__PRE_UPDATE", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"fields\": {\"result\": \"\", \"questionnaire\": {\"text\": \"Tobacco\", \"extra\": {\"pk\": 3, \"name\": \"Tobacco\", \"prologue\": \"\", \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"type\": \"SING\", \"label\": \"Tobacco status\", \"coding\": {\"code\": \"39240-7\", \"system\": \"LOINC\"}, \"options\": [{\"pk\": 25, \"code\": \"266919005\", \"label\": \"Never user\", \"value\": \"0\"}, {\"pk\": 26, \"code\": \"8517006\", \"label\": \"Former user\", \"value\": \"1\"}, {\"pk\": 27, \"code\": \"449868002\", \"label\": \"Current every day user\", \"value\": \"3\"}, {\"pk\": 28, \"code\": \"428041000124106\", \"label\": \"Current some day user\", \"value\": \"2\"}, {\"pk\": 29, \"code\": \"428071000124103\", \"label\": \"Current Heavy tobacco user\", \"value\": \"5\"}, {\"pk\": 30, \"code\": \"428061000124105\", \"label\": \"Current Light tobacco user\", \"value\": \"3\"}, {\"pk\": 31, \"code\": \"77176002\", \"label\": \"Tobacco user, current status unknown\", \"value\": \"3\"}, {\"pk\": 32, \"code\": \"266927001\", \"label\": \"Unknown if ever used tobacco\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"type\": \"MULT\", \"label\": \"Tobacco type\", \"coding\": {\"code\": \"711013002\", \"system\": \"SNOMED\"}, \"options\": [{\"pk\": 33, \"code\": \"722496004\", \"label\": \"Cigarettes\", \"value\": \"\"}, {\"pk\": 34, \"code\": \"722498003\", \"label\": \"eCigarette\", \"value\": \"\"}, {\"pk\": 35, \"code\": \"713914004\", \"label\": \"Smokeless\", \"value\": \"\"}, {\"pk\": 36, \"code\": \"72249700\", \"label\": \"Cigar/Pipe\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"type\": \"TXT\", \"label\": \"Tobacco comment\", \"coding\": {\"code\": \"QUES_TOBACCO_Q3\", \"system\": \"INTERNAL\"}, \"options\": [{\"pk\": 37, \"code\": \"QUES_TOBACCO_A1\", \"label\": \"Tobacco comment\", \"value\": \"\"}]}], \"carry_forward_on_init\": false}, \"value\": 3, \"disabled\": false, \"annotations\": null, \"description\": null}}, \"note\": {\"uuid\": \"521454d8-3969-43bd-ac23-1325fc6950ea\"}}"}
@@ -0,0 +1,4 @@
1
+ {"EventType": "QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"search_term\": \"\", \"results\": [{\"text\": \"Care Plan\", \"value\": 8, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Care Plan\", \"prologue\": \"\", \"pk\": 8, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 29, \"name\": \"question-29\", \"label\": \"My health coach is\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689009\"}, \"options\": [{\"pk\": 70, \"label\": \"coach\", \"code\": \"91689009\", \"value\": \"\"}]}, {\"pk\": 30, \"name\": \"question-30\", \"label\": \"My top health concerns are\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689010\"}, \"options\": [{\"pk\": 71, \"label\": \"concerns\", \"code\": \"91689010\", \"value\": \"\"}]}, {\"pk\": 31, \"name\": \"question-31\", \"label\": \"The main things about my health I want to improve are\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689011\"}, \"options\": [{\"pk\": 72, \"label\": \"goals\", \"code\": \"91689011\", \"value\": \"\"}]}, {\"pk\": 32, \"name\": \"question-32\", \"label\": \"The main obstacles I face are\", \"type\": \"MULT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689012\"}, \"options\": [{\"pk\": 73, \"label\": \"Money is tough\", \"code\": \"91689012-1\", \"value\": \"\"}, {\"pk\": 74, \"label\": \"Time is short\", \"code\": \"91689012-2\", \"value\": \"\"}, {\"pk\": 75, \"label\": \"Transportation is difficult\", \"code\": \"91689012-3\", \"value\": \"\"}, {\"pk\": 76, \"label\": \"Support is hard to find\", \"code\": \"91689012-4\", \"value\": \"\"}, {\"pk\": 77, \"label\": \"Motivation is missing\", \"code\": \"91689012-5\", \"value\": \"\"}]}, {\"pk\": 33, \"name\": \"question-33\", \"label\": \"Other challenges I feel are\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689013\"}, \"options\": [{\"pk\": 78, \"label\": \"challenges\", \"code\": \"91689013\", \"value\": \"\"}]}]}}, {\"text\": \"Exercise\", \"value\": 6, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Exercise\", \"prologue\": \"\", \"pk\": 6, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 24, \"name\": \"question-24\", \"label\": \"Do you exercise on a regular basis?\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"228448000\"}, \"options\": [{\"pk\": 50, \"label\": \"Yes\", \"code\": \"LA33-6\", \"value\": \"\"}, {\"pk\": 51, \"label\": \"No\", \"code\": \"LA32-8\", \"value\": \"\"}]}, {\"pk\": 25, \"name\": \"question-25\", \"label\": \"In an average week, how many days do you exercise?\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"228449008\"}, \"options\": [{\"pk\": 52, \"label\": \"0\", \"code\": \"228449008-0\", \"value\": \"\"}, {\"pk\": 53, \"label\": \"1\", \"code\": \"38112003\", \"value\": \"\"}, {\"pk\": 54, \"label\": \"2\", \"code\": \"19338005\", \"value\": \"\"}, {\"pk\": 55, \"label\": \"3\", \"code\": \"79605009\", \"value\": \"\"}, {\"pk\": 56, \"label\": \"4\", \"code\": \"9362000\", \"value\": \"\"}, {\"pk\": 57, \"label\": \"5\", \"code\": \"34001005\", \"value\": \"\"}, {\"pk\": 58, \"label\": \"6\", \"code\": \"68244004\", \"value\": \"\"}, {\"pk\": 59, \"label\": \"7\", \"code\": \"65607009\", \"value\": \"\"}]}, {\"pk\": 26, \"name\": \"question-26\", \"label\": \"On the days when you exercised, for how long did you exercise?\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"255257008\"}, \"options\": [{\"pk\": 60, \"label\": \"10-20 min\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A1\", \"value\": \"\"}, {\"pk\": 61, \"label\": \"20-40 min\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A2\", \"value\": \"\"}, {\"pk\": 62, \"label\": \"40-60 min\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A3\", \"value\": \"\"}, {\"pk\": 63, \"label\": \"> 1 hr\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A4\", \"value\": \"\"}]}, {\"pk\": 27, \"name\": \"question-27\", \"label\": \"What type of exercise do you do?\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q4\"}, \"options\": [{\"pk\": 64, \"label\": \"What type of exercise do you do?\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q4_A1\", \"value\": \"\"}]}]}}, {\"text\": \"Medication Adherence\", \"value\": 1, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Medication Adherence\", \"prologue\": \"\", \"pk\": 1, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 1, \"name\": \"question-1\", \"label\": \"Status\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"456789\"}, \"options\": [{\"pk\": 1, \"label\": \"Good\", \"code\": \"xxxx\", \"value\": \"0\"}, {\"pk\": 2, \"label\": \"Bad\", \"code\": \"yyyy\", \"value\": \"1\"}, {\"pk\": 3, \"label\": \"Unknown\", \"code\": \"zzzz\", \"value\": \"3\"}]}]}}, {\"text\": \"Stress\", \"value\": 7, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Stress\", \"prologue\": \"\", \"pk\": 7, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 28, \"name\": \"question-28\", \"label\": \"Are you stressed?\", \"type\": \"SING\", \"coding\": {\"system\": \"LOINC\", \"code\": \"76542-0\"}, \"options\": [{\"pk\": 65, \"label\": \"Not at all\", \"code\": \"LA6568-5\", \"value\": \"4\"}, {\"pk\": 66, \"label\": \"Only a little\", \"code\": \"LA22687-0\", \"value\": \"3\"}, {\"pk\": 67, \"label\": \"To some extent\", \"code\": \"LA22686-2\", \"value\": \"2\"}, {\"pk\": 68, \"label\": \"Rather much\", \"code\": \"LA22685-4\", \"value\": \"2\"}, {\"pk\": 69, \"label\": \"Very much\", \"code\": \"LA13914-9\", \"value\": \"1\"}]}]}}, {\"text\": \"Tobacco\", \"value\": 3, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Tobacco\", \"prologue\": \"\", \"pk\": 3, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"label\": \"Tobacco status\", \"type\": \"SING\", \"coding\": {\"system\": \"LOINC\", \"code\": \"39240-7\"}, \"options\": [{\"pk\": 25, \"label\": \"Never user\", \"code\": \"266919005\", \"value\": \"0\"}, {\"pk\": 26, \"label\": \"Former user\", \"code\": \"8517006\", \"value\": \"1\"}, {\"pk\": 27, \"label\": \"Current every day user\", \"code\": \"449868002\", \"value\": \"3\"}, {\"pk\": 28, \"label\": \"Current some day user\", \"code\": \"428041000124106\", \"value\": \"2\"}, {\"pk\": 29, \"label\": \"Current Heavy tobacco user\", \"code\": \"428071000124103\", \"value\": \"5\"}, {\"pk\": 30, \"label\": \"Current Light tobacco user\", \"code\": \"428061000124105\", \"value\": \"3\"}, {\"pk\": 31, \"label\": \"Tobacco user, current status unknown\", \"code\": \"77176002\", \"value\": \"3\"}, {\"pk\": 32, \"label\": \"Unknown if ever used tobacco\", \"code\": \"266927001\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"label\": \"Tobacco type\", \"type\": \"MULT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"711013002\"}, \"options\": [{\"pk\": 33, \"label\": \"Cigarettes\", \"code\": \"722496004\", \"value\": \"\"}, {\"pk\": 34, \"label\": \"eCigarette\", \"code\": \"722498003\", \"value\": \"\"}, {\"pk\": 35, \"label\": \"Smokeless\", \"code\": \"713914004\", \"value\": \"\"}, {\"pk\": 36, \"label\": \"Cigar/Pipe\", \"code\": \"72249700\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"label\": \"Tobacco comment\", \"type\": \"TXT\", \"coding\": {\"system\": \"INTERNAL\", \"code\": \"QUES_TOBACCO_Q3\"}, \"options\": [{\"pk\": 37, \"label\": \"Tobacco comment\", \"code\": \"QUES_TOBACCO_A1\", \"value\": \"\"}]}]}}]}"}
2
+ {"EventType": "QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"search_term\": \"to\", \"results\": [{\"text\": \"Tobacco\", \"value\": 3, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Tobacco\", \"prologue\": \"\", \"pk\": 3, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"label\": \"Tobacco status\", \"type\": \"SING\", \"coding\": {\"system\": \"LOINC\", \"code\": \"39240-7\"}, \"options\": [{\"pk\": 25, \"label\": \"Never user\", \"code\": \"266919005\", \"value\": \"0\"}, {\"pk\": 26, \"label\": \"Former user\", \"code\": \"8517006\", \"value\": \"1\"}, {\"pk\": 27, \"label\": \"Current every day user\", \"code\": \"449868002\", \"value\": \"3\"}, {\"pk\": 28, \"label\": \"Current some day user\", \"code\": \"428041000124106\", \"value\": \"2\"}, {\"pk\": 29, \"label\": \"Current Heavy tobacco user\", \"code\": \"428071000124103\", \"value\": \"5\"}, {\"pk\": 30, \"label\": \"Current Light tobacco user\", \"code\": \"428061000124105\", \"value\": \"3\"}, {\"pk\": 31, \"label\": \"Tobacco user, current status unknown\", \"code\": \"77176002\", \"value\": \"3\"}, {\"pk\": 32, \"label\": \"Unknown if ever used tobacco\", \"code\": \"266927001\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"label\": \"Tobacco type\", \"type\": \"MULT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"711013002\"}, \"options\": [{\"pk\": 33, \"label\": \"Cigarettes\", \"code\": \"722496004\", \"value\": \"\"}, {\"pk\": 34, \"label\": \"eCigarette\", \"code\": \"722498003\", \"value\": \"\"}, {\"pk\": 35, \"label\": \"Smokeless\", \"code\": \"713914004\", \"value\": \"\"}, {\"pk\": 36, \"label\": \"Cigar/Pipe\", \"code\": \"72249700\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"label\": \"Tobacco comment\", \"type\": \"TXT\", \"coding\": {\"system\": \"INTERNAL\", \"code\": \"QUES_TOBACCO_Q3\"}, \"options\": [{\"pk\": 37, \"label\": \"Tobacco comment\", \"code\": \"QUES_TOBACCO_A1\", \"value\": \"\"}]}]}}]}"}
3
+ {"EventType": "QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"search_term\": \"tob\", \"results\": [{\"text\": \"Tobacco\", \"value\": 3, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Tobacco\", \"prologue\": \"\", \"pk\": 3, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"label\": \"Tobacco status\", \"type\": \"SING\", \"coding\": {\"system\": \"LOINC\", \"code\": \"39240-7\"}, \"options\": [{\"pk\": 25, \"label\": \"Never user\", \"code\": \"266919005\", \"value\": \"0\"}, {\"pk\": 26, \"label\": \"Former user\", \"code\": \"8517006\", \"value\": \"1\"}, {\"pk\": 27, \"label\": \"Current every day user\", \"code\": \"449868002\", \"value\": \"3\"}, {\"pk\": 28, \"label\": \"Current some day user\", \"code\": \"428041000124106\", \"value\": \"2\"}, {\"pk\": 29, \"label\": \"Current Heavy tobacco user\", \"code\": \"428071000124103\", \"value\": \"5\"}, {\"pk\": 30, \"label\": \"Current Light tobacco user\", \"code\": \"428061000124105\", \"value\": \"3\"}, {\"pk\": 31, \"label\": \"Tobacco user, current status unknown\", \"code\": \"77176002\", \"value\": \"3\"}, {\"pk\": 32, \"label\": \"Unknown if ever used tobacco\", \"code\": \"266927001\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"label\": \"Tobacco type\", \"type\": \"MULT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"711013002\"}, \"options\": [{\"pk\": 33, \"label\": \"Cigarettes\", \"code\": \"722496004\", \"value\": \"\"}, {\"pk\": 34, \"label\": \"eCigarette\", \"code\": \"722498003\", \"value\": \"\"}, {\"pk\": 35, \"label\": \"Smokeless\", \"code\": \"713914004\", \"value\": \"\"}, {\"pk\": 36, \"label\": \"Cigar/Pipe\", \"code\": \"72249700\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"label\": \"Tobacco comment\", \"type\": \"TXT\", \"coding\": {\"system\": \"INTERNAL\", \"code\": \"QUES_TOBACCO_Q3\"}, \"options\": [{\"pk\": 37, \"label\": \"Tobacco comment\", \"code\": \"QUES_TOBACCO_A1\", \"value\": \"\"}]}]}}]}"}
4
+ {"EventType": "QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH", "target": "6f3dfeda-7c9a-466e-9f8a-dc5fe062b446", "context": "{\"search_term\": \"\", \"results\": [{\"text\": \"Care Plan\", \"value\": 8, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Care Plan\", \"prologue\": \"\", \"pk\": 8, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 29, \"name\": \"question-29\", \"label\": \"My health coach is\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689009\"}, \"options\": [{\"pk\": 70, \"label\": \"coach\", \"code\": \"91689009\", \"value\": \"\"}]}, {\"pk\": 30, \"name\": \"question-30\", \"label\": \"My top health concerns are\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689010\"}, \"options\": [{\"pk\": 71, \"label\": \"concerns\", \"code\": \"91689010\", \"value\": \"\"}]}, {\"pk\": 31, \"name\": \"question-31\", \"label\": \"The main things about my health I want to improve are\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689011\"}, \"options\": [{\"pk\": 72, \"label\": \"goals\", \"code\": \"91689011\", \"value\": \"\"}]}, {\"pk\": 32, \"name\": \"question-32\", \"label\": \"The main obstacles I face are\", \"type\": \"MULT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689012\"}, \"options\": [{\"pk\": 73, \"label\": \"Money is tough\", \"code\": \"91689012-1\", \"value\": \"\"}, {\"pk\": 74, \"label\": \"Time is short\", \"code\": \"91689012-2\", \"value\": \"\"}, {\"pk\": 75, \"label\": \"Transportation is difficult\", \"code\": \"91689012-3\", \"value\": \"\"}, {\"pk\": 76, \"label\": \"Support is hard to find\", \"code\": \"91689012-4\", \"value\": \"\"}, {\"pk\": 77, \"label\": \"Motivation is missing\", \"code\": \"91689012-5\", \"value\": \"\"}]}, {\"pk\": 33, \"name\": \"question-33\", \"label\": \"Other challenges I feel are\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"91689013\"}, \"options\": [{\"pk\": 78, \"label\": \"challenges\", \"code\": \"91689013\", \"value\": \"\"}]}]}}, {\"text\": \"Exercise\", \"value\": 6, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Exercise\", \"prologue\": \"\", \"pk\": 6, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 24, \"name\": \"question-24\", \"label\": \"Do you exercise on a regular basis?\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"228448000\"}, \"options\": [{\"pk\": 50, \"label\": \"Yes\", \"code\": \"LA33-6\", \"value\": \"\"}, {\"pk\": 51, \"label\": \"No\", \"code\": \"LA32-8\", \"value\": \"\"}]}, {\"pk\": 25, \"name\": \"question-25\", \"label\": \"In an average week, how many days do you exercise?\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"228449008\"}, \"options\": [{\"pk\": 52, \"label\": \"0\", \"code\": \"228449008-0\", \"value\": \"\"}, {\"pk\": 53, \"label\": \"1\", \"code\": \"38112003\", \"value\": \"\"}, {\"pk\": 54, \"label\": \"2\", \"code\": \"19338005\", \"value\": \"\"}, {\"pk\": 55, \"label\": \"3\", \"code\": \"79605009\", \"value\": \"\"}, {\"pk\": 56, \"label\": \"4\", \"code\": \"9362000\", \"value\": \"\"}, {\"pk\": 57, \"label\": \"5\", \"code\": \"34001005\", \"value\": \"\"}, {\"pk\": 58, \"label\": \"6\", \"code\": \"68244004\", \"value\": \"\"}, {\"pk\": 59, \"label\": \"7\", \"code\": \"65607009\", \"value\": \"\"}]}, {\"pk\": 26, \"name\": \"question-26\", \"label\": \"On the days when you exercised, for how long did you exercise?\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"255257008\"}, \"options\": [{\"pk\": 60, \"label\": \"10-20 min\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A1\", \"value\": \"\"}, {\"pk\": 61, \"label\": \"20-40 min\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A2\", \"value\": \"\"}, {\"pk\": 62, \"label\": \"40-60 min\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A3\", \"value\": \"\"}, {\"pk\": 63, \"label\": \"> 1 hr\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q3_A4\", \"value\": \"\"}]}, {\"pk\": 27, \"name\": \"question-27\", \"label\": \"What type of exercise do you do?\", \"type\": \"TXT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q4\"}, \"options\": [{\"pk\": 64, \"label\": \"What type of exercise do you do?\", \"code\": \"QUES_FINACIAL_STRESS_CODE_Q4_A1\", \"value\": \"\"}]}]}}, {\"text\": \"Medication Adherence\", \"value\": 1, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Medication Adherence\", \"prologue\": \"\", \"pk\": 1, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 1, \"name\": \"question-1\", \"label\": \"Status\", \"type\": \"SING\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"456789\"}, \"options\": [{\"pk\": 1, \"label\": \"Good\", \"code\": \"xxxx\", \"value\": \"0\"}, {\"pk\": 2, \"label\": \"Bad\", \"code\": \"yyyy\", \"value\": \"1\"}, {\"pk\": 3, \"label\": \"Unknown\", \"code\": \"zzzz\", \"value\": \"3\"}]}]}}, {\"text\": \"Stress\", \"value\": 7, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Stress\", \"prologue\": \"\", \"pk\": 7, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 28, \"name\": \"question-28\", \"label\": \"Are you stressed?\", \"type\": \"SING\", \"coding\": {\"system\": \"LOINC\", \"code\": \"76542-0\"}, \"options\": [{\"pk\": 65, \"label\": \"Not at all\", \"code\": \"LA6568-5\", \"value\": \"4\"}, {\"pk\": 66, \"label\": \"Only a little\", \"code\": \"LA22687-0\", \"value\": \"3\"}, {\"pk\": 67, \"label\": \"To some extent\", \"code\": \"LA22686-2\", \"value\": \"2\"}, {\"pk\": 68, \"label\": \"Rather much\", \"code\": \"LA22685-4\", \"value\": \"2\"}, {\"pk\": 69, \"label\": \"Very much\", \"code\": \"LA13914-9\", \"value\": \"1\"}]}]}}, {\"text\": \"Tobacco\", \"value\": 3, \"disabled\": false, \"description\": null, \"annotations\": null, \"extra\": {\"name\": \"Tobacco\", \"prologue\": \"\", \"pk\": 3, \"carry_forward_on_init\": false, \"questions\": [{\"pk\": 9, \"name\": \"question-9\", \"label\": \"Tobacco status\", \"type\": \"SING\", \"coding\": {\"system\": \"LOINC\", \"code\": \"39240-7\"}, \"options\": [{\"pk\": 25, \"label\": \"Never user\", \"code\": \"266919005\", \"value\": \"0\"}, {\"pk\": 26, \"label\": \"Former user\", \"code\": \"8517006\", \"value\": \"1\"}, {\"pk\": 27, \"label\": \"Current every day user\", \"code\": \"449868002\", \"value\": \"3\"}, {\"pk\": 28, \"label\": \"Current some day user\", \"code\": \"428041000124106\", \"value\": \"2\"}, {\"pk\": 29, \"label\": \"Current Heavy tobacco user\", \"code\": \"428071000124103\", \"value\": \"5\"}, {\"pk\": 30, \"label\": \"Current Light tobacco user\", \"code\": \"428061000124105\", \"value\": \"3\"}, {\"pk\": 31, \"label\": \"Tobacco user, current status unknown\", \"code\": \"77176002\", \"value\": \"3\"}, {\"pk\": 32, \"label\": \"Unknown if ever used tobacco\", \"code\": \"266927001\", \"value\": \"0\"}]}, {\"pk\": 10, \"name\": \"question-10\", \"label\": \"Tobacco type\", \"type\": \"MULT\", \"coding\": {\"system\": \"SNOMED\", \"code\": \"711013002\"}, \"options\": [{\"pk\": 33, \"label\": \"Cigarettes\", \"code\": \"722496004\", \"value\": \"\"}, {\"pk\": 34, \"label\": \"eCigarette\", \"code\": \"722498003\", \"value\": \"\"}, {\"pk\": 35, \"label\": \"Smokeless\", \"code\": \"713914004\", \"value\": \"\"}, {\"pk\": 36, \"label\": \"Cigar/Pipe\", \"code\": \"72249700\", \"value\": \"\"}]}, {\"pk\": 11, \"name\": \"question-11\", \"label\": \"Tobacco comment\", \"type\": \"TXT\", \"coding\": {\"system\": \"INTERNAL\", \"code\": \"QUES_TOBACCO_Q3\"}, \"options\": [{\"pk\": 37, \"label\": \"Tobacco comment\", \"code\": \"QUES_TOBACCO_A1\", \"value\": \"\"}]}]}}]}"}
@@ -0,0 +1 @@
1
+ {"EventType": "TASK_COMMENT_CREATED", "target": "9dfa818f-c614-4f0d-b6c7-b87e443c9d5b", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "TASK_CREATED", "target": "fb257792-b5fa-4e48-886c-1568208a7930", "context": ""}
@@ -0,0 +1 @@
1
+ {"EventType": "TASK_UPDATED", "target": "fb257792-b5fa-4e48-886c-1568208a7930", "context": ""}
@@ -0,0 +1,14 @@
1
+ {"EventType": "VITAL_SIGN_CREATED", "target": "e3cc27d5-5c31-48ae-bf7e-9900d940eaf9", "context": ""}
2
+ {"EventType": "VITAL_SIGN_CREATED", "target": "c8c94d04-b2b1-45da-8698-a40d08a195b8", "context": ""}
3
+ {"EventType": "VITAL_SIGN_CREATED", "target": "912f9dfa-c425-41e5-a2b0-1d0542dd0985", "context": ""}
4
+ {"EventType": "VITAL_SIGN_CREATED", "target": "1993fc07-84a9-4a2d-b515-b5c0bd7af1a8", "context": ""}
5
+ {"EventType": "VITAL_SIGN_CREATED", "target": "1a0de53d-8d2a-4dfb-ac2e-52460ed4b0bb", "context": ""}
6
+ {"EventType": "VITAL_SIGN_CREATED", "target": "2bab9a19-ff18-421f-b92c-0e42e823c224", "context": ""}
7
+ {"EventType": "VITAL_SIGN_CREATED", "target": "0b82bcde-5e75-495e-9e34-d4d37f392232", "context": ""}
8
+ {"EventType": "VITAL_SIGN_CREATED", "target": "0d6b8c85-19b6-441b-8428-753955b06594", "context": ""}
9
+ {"EventType": "VITAL_SIGN_CREATED", "target": "9fe4ef32-c5e0-4e26-bc83-cfd766275228", "context": ""}
10
+ {"EventType": "VITAL_SIGN_CREATED", "target": "9465a04c-471f-48bc-8ec5-628b220b894e", "context": ""}
11
+ {"EventType": "VITAL_SIGN_CREATED", "target": "6c4c2368-8583-4201-ac88-68e1e9116086", "context": ""}
12
+ {"EventType": "VITAL_SIGN_CREATED", "target": "2509160d-e54a-4bdc-b53d-0f53e019252b", "context": ""}
13
+ {"EventType": "VITAL_SIGN_CREATED", "target": "b96d3e07-ad94-4516-8aa1-0c237b947e11", "context": ""}
14
+ {"EventType": "VITAL_SIGN_CREATED", "target": "a7e53569-80c9-4dc0-a6d7-13341600f337", "context": ""}