canvas 0.3.0__py3-none-any.whl → 0.4.0__py3-none-any.whl

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 (108) hide show
  1. {canvas-0.3.0.dist-info → canvas-0.4.0.dist-info}/METADATA +2 -1
  2. canvas-0.4.0.dist-info/RECORD +218 -0
  3. canvas_cli/apps/emit/__init__.py +3 -0
  4. canvas_cli/apps/emit/emit.py +67 -0
  5. canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_CREATED.ndjson +1 -0
  6. canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_UPDATED.ndjson +1 -0
  7. canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CANCELED.ndjson +1 -0
  8. canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CHECKED_IN.ndjson +1 -0
  9. canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CREATED.ndjson +1 -0
  10. canvas_cli/apps/emit/event_fixtures/APPOINTMENT_NO_SHOWED.ndjson +1 -0
  11. canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESCHEDULED.ndjson +1 -0
  12. canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESTORED.ndjson +1 -0
  13. canvas_cli/apps/emit/event_fixtures/APPOINTMENT_UPDATED.ndjson +2 -0
  14. canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__CONDITION_SELECTED.ndjson +1 -0
  15. canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_COMMIT.ndjson +3 -0
  16. canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_ORIGINATE.ndjson +4 -0
  17. canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_UPDATE.ndjson +5 -0
  18. canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_COMMIT.ndjson +3 -0
  19. canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_ORIGINATE.ndjson +4 -0
  20. canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_UPDATE.ndjson +5 -0
  21. canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_CREATED.ndjson +3 -0
  22. canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_UPDATED.ndjson +2 -0
  23. canvas_cli/apps/emit/event_fixtures/CONDITION_ASSESSED.ndjson +2 -0
  24. canvas_cli/apps/emit/event_fixtures/CONDITION_CREATED.ndjson +4 -0
  25. canvas_cli/apps/emit/event_fixtures/CONDITION_UPDATED.ndjson +5 -0
  26. canvas_cli/apps/emit/event_fixtures/CRON.ndjson +3 -0
  27. canvas_cli/apps/emit/event_fixtures/ENCOUNTER_CREATED.ndjson +3 -0
  28. canvas_cli/apps/emit/event_fixtures/ENCOUNTER_UPDATED.ndjson +2 -0
  29. canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_CREATED.ndjson +1 -0
  30. canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_CREATED.ndjson +1 -0
  31. canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_UPDATED.ndjson +1 -0
  32. canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_UPDATED.ndjson +1 -0
  33. canvas_cli/apps/emit/event_fixtures/INTERVIEW_CREATED.ndjson +1 -0
  34. canvas_cli/apps/emit/event_fixtures/INTERVIEW_UPDATED.ndjson +1 -0
  35. canvas_cli/apps/emit/event_fixtures/LAB_ORDER_CREATED.ndjson +1 -0
  36. canvas_cli/apps/emit/event_fixtures/LAB_ORDER_UPDATED.ndjson +1 -0
  37. canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_CREATED.ndjson +1 -0
  38. canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_UPDATED.ndjson +1 -0
  39. canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_COMMIT.ndjson +1 -0
  40. canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_ORIGINATE.ndjson +1 -0
  41. canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_UPDATE.ndjson +2 -0
  42. canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_COMMIT.ndjson +1 -0
  43. canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_ORIGINATE.ndjson +1 -0
  44. canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_UPDATE.ndjson +2 -0
  45. canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT__MEDICATION__POST_SEARCH.ndjson +2 -0
  46. canvas_cli/apps/emit/event_fixtures/PATIENT_CREATED.ndjson +1 -0
  47. canvas_cli/apps/emit/event_fixtures/PATIENT_UPDATED.ndjson +1 -0
  48. canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__POST_ORIGINATE.ndjson +1 -0
  49. canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__PRE_ORIGINATE.ndjson +1 -0
  50. canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_COMMIT.ndjson +1 -0
  51. canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_ORIGINATE.ndjson +1 -0
  52. canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_UPDATE.ndjson +2 -0
  53. canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_COMMIT.ndjson +1 -0
  54. canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_ORIGINATE.ndjson +1 -0
  55. canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_UPDATE.ndjson +2 -0
  56. canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH.ndjson +4 -0
  57. canvas_cli/apps/emit/event_fixtures/TASK_COMMENT_CREATED.ndjson +1 -0
  58. canvas_cli/apps/emit/event_fixtures/TASK_CREATED.ndjson +1 -0
  59. canvas_cli/apps/emit/event_fixtures/TASK_UPDATED.ndjson +1 -0
  60. canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_CREATED.ndjson +14 -0
  61. canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_UPDATED.ndjson +364 -0
  62. canvas_cli/apps/logs/logs.py +6 -6
  63. canvas_cli/apps/plugin/plugin.py +11 -7
  64. canvas_cli/apps/run_plugins/__init__.py +3 -0
  65. canvas_cli/apps/run_plugins/run_plugins.py +16 -0
  66. canvas_cli/main.py +8 -38
  67. canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/README.md +0 -1
  68. canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/my_protocol.py +1 -1
  69. canvas_cli/tests.py +12 -5
  70. canvas_cli/utils/context/context.py +2 -2
  71. canvas_cli/utils/context/tests.py +5 -4
  72. canvas_cli/utils/print/print.py +1 -1
  73. canvas_cli/utils/print/tests.py +2 -3
  74. canvas_generated/messages/events_pb2.py +2 -2
  75. canvas_generated/messages/events_pb2.pyi +12 -0
  76. canvas_sdk/base.py +2 -1
  77. canvas_sdk/commands/base.py +25 -25
  78. canvas_sdk/commands/tests/protocol/tests.py +5 -3
  79. canvas_sdk/commands/tests/test_utils.py +8 -44
  80. canvas_sdk/commands/tests/unit/tests.py +3 -3
  81. canvas_sdk/data/client.py +1 -1
  82. canvas_sdk/effects/banner_alert/tests.py +12 -4
  83. canvas_sdk/effects/protocol_card/protocol_card.py +1 -1
  84. canvas_sdk/effects/protocol_card/tests.py +2 -2
  85. canvas_sdk/protocols/clinical_quality_measure.py +1 -0
  86. canvas_sdk/utils/http.py +2 -2
  87. canvas_sdk/v1/data/base.py +1 -1
  88. canvas_sdk/v1/data/command.py +27 -0
  89. canvas_sdk/v1/data/common.py +46 -0
  90. canvas_sdk/v1/data/device.py +44 -0
  91. canvas_sdk/v1/data/imaging.py +102 -0
  92. canvas_sdk/v1/data/lab.py +182 -10
  93. canvas_sdk/v1/data/observation.py +117 -0
  94. canvas_sdk/v1/data/patient.py +4 -1
  95. canvas_sdk/v1/data/questionnaire.py +4 -2
  96. canvas_sdk/value_set/tests/test_value_sets.py +9 -6
  97. canvas_sdk/value_set/v2022/intervention.py +0 -24
  98. canvas_sdk/value_set/value_set.py +24 -21
  99. plugin_runner/__init__.py +0 -0
  100. plugin_runner/authentication.py +48 -0
  101. plugin_runner/plugin_runner.py +389 -0
  102. plugin_runner/plugin_synchronizer.py +87 -0
  103. plugin_runner/sandbox.py +273 -0
  104. pubsub/__init__.py +0 -0
  105. pubsub/pubsub.py +38 -0
  106. canvas-0.3.0.dist-info/RECORD +0 -145
  107. {canvas-0.3.0.dist-info → canvas-0.4.0.dist-info}/WHEEL +0 -0
  108. {canvas-0.3.0.dist-info → canvas-0.4.0.dist-info}/entry_points.txt +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,218 @@
1
+ canvas_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ canvas_cli/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ canvas_cli/apps/auth/__init__.py,sha256=gIwJ2qWvRlLqbiRkudrGqTKV-orlb8OTkG487qoRda4,105
4
+ canvas_cli/apps/auth/tests.py,sha256=WK7hSLTK95gEweMRaj3RdPC-qSwjnuulxMUg6D0bY_k,4528
5
+ canvas_cli/apps/auth/utils.py,sha256=IH5oZB3pdlb4_FRfCZKkNTncx_kdKagpiBqlhtM8h2U,5434
6
+ canvas_cli/apps/emit/__init__.py,sha256=Fvv6SIbeGV2S5NkigQtamcRwJXIT1n7UcM-wrQoYsRQ,64
7
+ canvas_cli/apps/emit/emit.py,sha256=Dj6k9uzL9fF1CbZ_4UYj_bIqCJn_hPBh9iWj2GG2fho,2623
8
+ canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_CREATED.ndjson,sha256=C0mKBU_zP19WAn3EVRArQ7Pl3FBCyHXOmE9x7ZIKTss,110
9
+ canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_UPDATED.ndjson,sha256=P2TpFVC13fgg9fFPjfY-NX-hYdXLN-jOE0fmwDY9aMk,110
10
+ canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CANCELED.ndjson,sha256=5E0JNrfdJfVlW24xkwanHkxUvbMukcdmYpv4OvLqRkI,103
11
+ canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CHECKED_IN.ndjson,sha256=S4Ve-Kl57V5Qu1K36iPvS0DfyGMZTLFT99nRhZ4ffss,105
12
+ canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CREATED.ndjson,sha256=GzsW7iteoD3wzNHZpqn6j_I7t7Z7Yf9yDbNJ7A1aurY,102
13
+ canvas_cli/apps/emit/event_fixtures/APPOINTMENT_NO_SHOWED.ndjson,sha256=6vqCPU-SBeq1kj1pUbDgrv902PbFyf2HyBmj8zXR--Y,104
14
+ canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESCHEDULED.ndjson,sha256=zJ0eb7cJB2Z7IyhkJ5Imk-IauM5T3ULa-uOvWP0bHy0,106
15
+ canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESTORED.ndjson,sha256=g7zk3pgYeVFfD0f3yCSnmnKlZkMc0LgWDA1yN5S8Evw,103
16
+ canvas_cli/apps/emit/event_fixtures/APPOINTMENT_UPDATED.ndjson,sha256=oXXVRGy1HCHLjqPrGZCzhPR8IDBhMxE10f90EMSrFZo,204
17
+ canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__CONDITION_SELECTED.ndjson,sha256=Qh0h65WSNMcceZoMjjN8mJLr4JIJFQJyPzuerr3HZ8c,746
18
+ canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_COMMIT.ndjson,sha256=-Xf4n0wTX9JxtQD20eNOIzP3L7vrUEqdr6W_5qIMCo0,1324
19
+ canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_ORIGINATE.ndjson,sha256=6p5Ma5fkghfF8daFu-bi9-j0Shn10K_emzMnZoW6Q9Y,1587
20
+ canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_UPDATE.ndjson,sha256=Zb6IJzwp_JQinLuR02_dsi9wirkcFBJdiRJFW85bFv8,2232
21
+ canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_COMMIT.ndjson,sha256=kj85pDsY-BUxTFlDg0RguNcZyIPVq7IjQKi4gUYnd_o,1321
22
+ canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_ORIGINATE.ndjson,sha256=l2Q4ADORAv77Ei0DjueDSgtqeCCX13uNSJ7YsiLbQ24,1241
23
+ canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_UPDATE.ndjson,sha256=yzYIZHrPM73HJBJPxNvrZFxV1iS6SvbX-TR9Au33Io8,2053
24
+ canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_CREATED.ndjson,sha256=7Qa82dT1sow7EDjvlZdqvUuIvJJJ3v-i6blvT34NUY0,324
25
+ canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_UPDATED.ndjson,sha256=B-4HZ5sz40p4G8qkqtkPfa2rIGsIOJm05XfUyURaZcw,216
26
+ canvas_cli/apps/emit/event_fixtures/CONDITION_ASSESSED.ndjson,sha256=Q7VYb0Vet4bwNRf3mLivkRC6kYcoWvz6uT1n5AFio2M,202
27
+ canvas_cli/apps/emit/event_fixtures/CONDITION_CREATED.ndjson,sha256=z4jm1LDjOLKwkB-FeWjMWKwEwgow2L3--b7wVd_9DtQ,400
28
+ canvas_cli/apps/emit/event_fixtures/CONDITION_UPDATED.ndjson,sha256=ODdKV8ZRUu0045Y4BvBybEsVIYb7xWUqWU5RV8GRT_Y,500
29
+ canvas_cli/apps/emit/event_fixtures/CRON.ndjson,sha256=5YyAR47FuV87cOH_fQMJYXMa-bo-3TQEcsfTExs6Kck,228
30
+ canvas_cli/apps/emit/event_fixtures/ENCOUNTER_CREATED.ndjson,sha256=xdBOBs9v9up8uP8bpAOBAiiMJzRBXsDMKo6U261hDsM,300
31
+ canvas_cli/apps/emit/event_fixtures/ENCOUNTER_UPDATED.ndjson,sha256=UMsXuALbsOXxmtg23rtdiJu9zlKRaD-iakn2drRwGMU,200
32
+ canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_CREATED.ndjson,sha256=aGbB9aKAe9Sq6mISc1UFFt29yyugek5qm_rkB7C8YoE,103
33
+ canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_CREATED.ndjson,sha256=8tskLYvbTsFHlN-npTPDB_MXwMM5pjWR5pRicpa6BEM,113
34
+ canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_UPDATED.ndjson,sha256=zvg2rObIqH9gaai7McFxVDbB7uh902ZX_ns7rjS5ot0,113
35
+ canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_UPDATED.ndjson,sha256=r0YKj80DVfW4i3UZbf_xnLWhVQNVzOjMQmviT0MWjSg,103
36
+ canvas_cli/apps/emit/event_fixtures/INTERVIEW_CREATED.ndjson,sha256=u3p96MPCbWnr1_HewGBSJe1k1i8zNH2AM3dWSzeDWag,100
37
+ canvas_cli/apps/emit/event_fixtures/INTERVIEW_UPDATED.ndjson,sha256=J9EIEiABOLTEWvuTpolFHy8R8Dhq1NgoBpySgI6DXM4,100
38
+ canvas_cli/apps/emit/event_fixtures/LAB_ORDER_CREATED.ndjson,sha256=EwGre_GdzTzLIONjnAE3et3DlXfPjfLYGFONOQkP5Hs,100
39
+ canvas_cli/apps/emit/event_fixtures/LAB_ORDER_UPDATED.ndjson,sha256=cC8F23tegjZRJqGIiLxus2cPCBjC6oPCwUCy7MNM8GM,100
40
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_CREATED.ndjson,sha256=hg9UIHLu1USD5RFwdqG-ZnJDX4yLAjNFj39oA3vEYHA,111
41
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_UPDATED.ndjson,sha256=zigB2pHaAe4t45iVu2LVW6f6Y0Kk7XDq0I7yRNZRqUk,111
42
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_COMMIT.ndjson,sha256=E42RFdzWdfBkOI9g8ATtQSFA6fBHZ4_2CrQJwCILico,627
43
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_ORIGINATE.ndjson,sha256=k8-TaZwu8rJLmQcPsYPC2vwyCqSfCyFc_tRqBksRSOE,242
44
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_UPDATE.ndjson,sha256=J_v2AEoNhf5vZaF90KSeBvMMOJj8-rMNhCfrAtXa2s8,1244
45
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_COMMIT.ndjson,sha256=RD6XyElQ-xkpBGi101FQLE2s0liwIDM7lgXG42fZFIE,626
46
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_ORIGINATE.ndjson,sha256=XaVcd-NWYJlJL8rifogFSPTtzcXpySx6UAPVAzU2QCI,142
47
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_UPDATE.ndjson,sha256=pJ9_PflSWjTtYmq3ARP8KWxbFNUWhXvGbP-SxpESc0E,854
48
+ canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT__MEDICATION__POST_SEARCH.ndjson,sha256=-ZASLNhp6niQlZtgIgj9TsDp_bUOGG8cwgIVrAO42K8,14039
49
+ canvas_cli/apps/emit/event_fixtures/PATIENT_CREATED.ndjson,sha256=Mml8ypqKItKjEljqwwyttEz4Oy6Zh093qCQhnfYUO5Q,94
50
+ canvas_cli/apps/emit/event_fixtures/PATIENT_UPDATED.ndjson,sha256=SV3lFeXzBa5twRRPDyQoUvC755-HdlSMOcrM97BiedQ,94
51
+ canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__POST_ORIGINATE.ndjson,sha256=XX1WO5yBfPhH8brS92-s2DTDR6xDPAUhjOEyqWnyjDI,215
52
+ canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__PRE_ORIGINATE.ndjson,sha256=hqI1Aeg4KNmd8xs1TRtifC2ZsaB2_E3DzjfC4xg3z5g,150
53
+ canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_COMMIT.ndjson,sha256=s7AOup-1OictTS9zcWlPfiXGDBjYazhubwCdP-Y5mKQ,2571
54
+ canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_ORIGINATE.ndjson,sha256=VPNA-4yY6AnrpJ1SiBPf2_KBnl_dVMrG3CoDdtTrPBI,241
55
+ canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_UPDATE.ndjson,sha256=yGkMIrpGZTgELXU1p0j4MN4BYK4dj6E5IojKYTpA5NU,4749
56
+ canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_COMMIT.ndjson,sha256=0TShGPx2KGjDfXgduJ-8hzjaBLBG4kiSZiE7T1mku_A,2570
57
+ canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_ORIGINATE.ndjson,sha256=4oOBZ173NZZopuNxDh1JPF9rGqdwXx6yy5fJwuGXgoo,135
58
+ canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_UPDATE.ndjson,sha256=g3utbEETwp_RkkFy33WH1MRc7ghj8yQ2WkY9fCsZPGY,2414
59
+ canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH.ndjson,sha256=dcMBEin9oHukNV8CTG0M8NCxyclZgo6jmuFkuJ8xYmo,19831
60
+ canvas_cli/apps/emit/event_fixtures/TASK_COMMENT_CREATED.ndjson,sha256=LezbPEkB_vFy4slmdDfPARV_HJDXAo_zMg65m8DcPDc,103
61
+ canvas_cli/apps/emit/event_fixtures/TASK_CREATED.ndjson,sha256=ZcbWwjjKay5pDgH4UolRzaHkWX0oy54OMjzl4lOQHAk,95
62
+ canvas_cli/apps/emit/event_fixtures/TASK_UPDATED.ndjson,sha256=5K0x5fjO7fwDVvvppLZHtlF0L0MLTGlDWVmn7h4SlOE,95
63
+ canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_CREATED.ndjson,sha256=p5XQozktqGA9-C6HDXJ3cxDmrYe4p705WdrWE-2R9Dk,1414
64
+ canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_UPDATED.ndjson,sha256=Er0aUWIYkqbL9JdCaiNBuzizuHiOmFQr5Q2uYTtWj8I,36764
65
+ canvas_cli/apps/logs/__init__.py,sha256=ehY9SRb6nBw81xZF50yyBlUZJtNR2VeVSNI5sFuWJ7o,64
66
+ canvas_cli/apps/logs/logs.py,sha256=ISKRGtphc-fXlLwwsti48rJNs-R9GFjosihao_B29g4,1974
67
+ canvas_cli/apps/plugin/__init__.py,sha256=G_nLsu6cdko5OjatnbqUyEboGcNlGGLwpZmCBxMKdfo,236
68
+ canvas_cli/apps/plugin/plugin.py,sha256=srH8hUQ_i5TFTQnvNw2-Btkvg7UvTjVZSMRB0LlgkLA,14352
69
+ canvas_cli/apps/plugin/tests.py,sha256=nH-LunSfkpFIvcONVeJxr8JQ-z5vZmuZFaZJanB2m2s,2661
70
+ canvas_cli/apps/run_plugins/__init__.py,sha256=iAMgX_6D3CdjQodGx_azwhSjouaxquOm8Z8QVXnlTFE,117
71
+ canvas_cli/apps/run_plugins/run_plugins.py,sha256=qsf6-UhFAZpIL-1C50fzSoIwXMsZISxg2fxzM46UHTA,384
72
+ canvas_cli/conftest.py,sha256=pGvVS6VT0Zll_Lp3ezLh2jykOk-2HTBVH8RP5FwLUVw,930
73
+ canvas_cli/main.py,sha256=X-ziOQzEEd58asH9PZatQJ79SaLuNAGV_sf9e6lw5sM,2759
74
+ canvas_cli/templates/plugins/default/cookiecutter.json,sha256=dWEB3wJ8U4bko8jX26PgLLg_jgWlafLTNqsGnY1PUcg,124
75
+ canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json,sha256=9N0u5hN0GqjPvUh_B3YHtvyntEvxUGbInbQeprU0TS0,787
76
+ canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/README.md,sha256=3QKoJQq3YmdplGnDOBMsLCJ3Ya1_aKjoz-QiWc4QfjA,291
77
+ canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
+ canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/my_protocol.py,sha256=OiOejZOSr8-8_ygYV3V5NIVg1jhf7FyUjkH1fTNFz9A,2268
79
+ canvas_cli/tests.py,sha256=2TlU3a6JOdZ-IZ3pO2JLiG2NL8MxGL8kpaSeySoozIg,6162
80
+ canvas_cli/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
81
+ canvas_cli/utils/context/__init__.py,sha256=HhYvI-hydP0mV18nJiU7uo5gk0yN7EYNgouxieoGDOE,102
82
+ canvas_cli/utils/context/context.py,sha256=RIDGCQPLLtelzhXperboouSwYXSNBjLDtq18kH4nr1c,5153
83
+ canvas_cli/utils/context/tests.py,sha256=fbnNm_4ZpzFdBGZtzR90mjHa5tMosEE6VLHrwcfl4-k,4266
84
+ canvas_cli/utils/print/__init__.py,sha256=zkRiQCUhPIB3wNGeJ1Hwfd12zJyvbRRiWqequJORvdE,88
85
+ canvas_cli/utils/print/print.py,sha256=p3Z47LphrV1-lI3RbU_0P8dtUgs9EJjZLDwv-hbwLG8,1401
86
+ canvas_cli/utils/print/tests.py,sha256=rJnMlpMOMVkPHiFE2mJ_KNbpLKDK5qA8ZdwUvYxaIAU,2367
87
+ canvas_cli/utils/urls/__init__.py,sha256=08hlrQhQ1pKBjlIRaC0j53IkgK723jfK8-j3djvR0ko,81
88
+ canvas_cli/utils/urls/tests.py,sha256=opXDF2i3lXTdsKJ7ywIRzWDDzZ5KAO0JbGIR3hbJdoE,407
89
+ canvas_cli/utils/urls/urls.py,sha256=KwWTh5ERrEsZEvdBrZpZB71xtyWkDuglpXUbycWmBOo,798
90
+ canvas_cli/utils/validators/__init__.py,sha256=rBvSR2O1hWkNAnUBdcr-zUkmqT796_A61b9pnvEhwrM,113
91
+ canvas_cli/utils/validators/manifest_schema.py,sha256=_WCqFat9AGnOdYWQh20hfWJL-_4d3gDY5PpNQt2AHIE,3165
92
+ canvas_cli/utils/validators/tests.py,sha256=cZHLSx7oteOfLOoU1tXGvw88n6itcvUT2B3ZBg-bmEY,1206
93
+ canvas_cli/utils/validators/validators.py,sha256=lrUBQ0sF7seTe_pNGsNgASdr2BGp6g-Qui58V4H9qfQ,1598
94
+ canvas_generated/messages/effects_pb2.py,sha256=2ie5j_MhD4boYsIZiDIWE30xSCXl4nunXcuQcMUkzTY,7800
95
+ canvas_generated/messages/effects_pb2.pyi,sha256=ecDvQX8UYu0rb-4g6QVSgNWMT9v2WOJwiBdJ0JpU-IU,13349
96
+ canvas_generated/messages/effects_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
97
+ canvas_generated/messages/events_pb2.py,sha256=eeek-zg-Cs0hBR-sRVf_R52fBJIHnjjWnSA6six02GU,33468
98
+ canvas_generated/messages/events_pb2.pyi,sha256=hEjw94J_ngLMxoXTOkZIhIe6lA8ErsR3nP008PhcatI,59430
99
+ canvas_generated/messages/events_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
100
+ canvas_generated/messages/plugins_pb2.py,sha256=j2yt9uoSlVMtWg-cAoOmxiT-XWbBrqqCBZXOxEz7z4g,1271
101
+ canvas_generated/messages/plugins_pb2.pyi,sha256=G1seqytP8GlJJh-AL2CJ0VyUNlReEvK61C-Oh8QuGiE,501
102
+ canvas_generated/messages/plugins_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
103
+ canvas_generated/services/plugin_runner_pb2.py,sha256=RfAo_imYoSuoexq-1IHhMhXZgQpzq91pqugxsigL8NU,1557
104
+ canvas_generated/services/plugin_runner_pb2.pyi,sha256=1w-Pa4k7HtlmQAr7B6sgV64zdZplBKQKHN-S8bjwO3w,265
105
+ canvas_generated/services/plugin_runner_pb2_grpc.py,sha256=EzJJVkP_AZ3dwBA7OxUito0NSalRmjjg8q9TZ_P18ww,4549
106
+ canvas_sdk/__init__.py,sha256=d7V1Qsp4hSqp8opmvqp-0J33uibArUjwENMfzSDAdZg,102
107
+ canvas_sdk/base.py,sha256=tcmP3zxp24kAoplT-jqrIlSpiYsJ6qRMNY-HiuJYFGc,1834
108
+ canvas_sdk/commands/__init__.py,sha256=ApJy2i8IRCL2YFUumk1q-YihLL2YcmLYKKiWFK04evY,2365
109
+ canvas_sdk/commands/base.py,sha256=lc6OizuXTB5mDzGVpYGx9nz_OrJUKBaffmmCPxs2B0s,5155
110
+ canvas_sdk/commands/commands/allergy.py,sha256=_S0tY43sErRlTeUGCC6Thb8gMSD_JiOmRSFdLaDlr48,1296
111
+ canvas_sdk/commands/commands/assess.py,sha256=IjsvkhzKinRaykMRzbnk6G4JAkzDhyqGG6ZvjDhNAuE,1723
112
+ canvas_sdk/commands/commands/close_goal.py,sha256=RTmi8fGPEEag8YSrlsPn7sy9Y-WymVuU8IWpXRKgNjg,792
113
+ canvas_sdk/commands/commands/diagnose.py,sha256=eM-hGfwoFgRWHDvpSBxni5uxQDxJHDrMFBz0N0nOcsA,1007
114
+ canvas_sdk/commands/commands/family_history.py,sha256=uXUQ0xHE2Ye2uJecAim96gID_WCZtwXvTC9nCnuLWcE,590
115
+ canvas_sdk/commands/commands/goal.py,sha256=VTRJp_w6bEM3CG8nHCL1FqbhrQqtAYT3YCiLM22fE-w,1599
116
+ canvas_sdk/commands/commands/history_present_illness.py,sha256=AcF1835FkqBqgXyeSMkXnGrOqg7jvNXkfP7-JV60ii4,428
117
+ canvas_sdk/commands/commands/instruct.py,sha256=M8YxdzolIbOkMw-ZrXKCX4jDKyBlkSrtfkCCJboSjcQ,507
118
+ canvas_sdk/commands/commands/lab_order.py,sha256=hkPeVBm8Gv1q9i_6mPCG7G4Xnamqkg8l7H4ZGljE9tQ,1046
119
+ canvas_sdk/commands/commands/medical_history.py,sha256=NZiiQFY4mV6IlWPAKhqI6Xl7oGS-m_-xsxGtFGGrpqw,1190
120
+ canvas_sdk/commands/commands/medication_statement.py,sha256=qnX--dtB5wV9Jz6smhq_9coStXlZNwMrN4YnETApuPY,1020
121
+ canvas_sdk/commands/commands/past_surgical_history.py,sha256=mbY1G8MG8jFmyBNL633EL3z3hQDOJfl0tCgBlpQ0M8s,887
122
+ canvas_sdk/commands/commands/perform.py,sha256=FpumHzPJp5pzb4F0CBW2QbSWdR_5mpib1PTOK5amvZc,470
123
+ canvas_sdk/commands/commands/plan.py,sha256=uxjXmdNcG32R4S0CJ7fqDaaXTMiJJH9RuvwlWuztlZ0,403
124
+ canvas_sdk/commands/commands/prescribe.py,sha256=crgL2FnS8FaLu-C9GWQeMe9W7_gnvO5OH_ku_sVr8OA,2223
125
+ canvas_sdk/commands/commands/questionnaire.py,sha256=Giu4stTzpddO8fH3iVyxm2lUeDwe7AmhfuIfb_0WUj4,644
126
+ canvas_sdk/commands/commands/reason_for_visit.py,sha256=20i2A8V4of_Q-Kqb37k-fUJ-JaHVGsrMtoIGZAYhPNw,1480
127
+ canvas_sdk/commands/commands/refill.py,sha256=HC9Nl3_BkGn3HRZ-4YNT9lqIywFVom6PyJChK3_0Zyc,458
128
+ canvas_sdk/commands/commands/remove_allergy.py,sha256=6CXo3s63z7oqMlROExPWudQBZeSvD3x0SC_efQSb0Lw,748
129
+ canvas_sdk/commands/commands/stop_medication.py,sha256=h-I95y2P7EgOsKMarHDp8C_MVdpB90e-fzqDWv8-haM,715
130
+ canvas_sdk/commands/commands/task.py,sha256=5oQRIocOUKr6O__XMFFr-2DjZv-q1zA0Erbj4_hkruw,1330
131
+ canvas_sdk/commands/commands/update_diagnosis.py,sha256=fqPcKBaiRemo8Qa4H4g6ZvKM2YczVlj9FxpBGjs8J9Q,824
132
+ canvas_sdk/commands/commands/update_goal.py,sha256=ddvxlDnoTm5k-G5aJ-pW2fMIC-s5K8jYia9tISXsxAk,1580
133
+ canvas_sdk/commands/commands/vitals.py,sha256=ZmAok_oMy5Txv52cEmwnLWi0ET9BLmRIMgpbjtMTa4c,3155
134
+ canvas_sdk/commands/constants.py,sha256=eYzVI3wKBQUfRbfDm8CoGaKWmkBOwtDeeL91znK6a5A,341
135
+ canvas_sdk/commands/tests/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
136
+ canvas_sdk/commands/tests/protocol/tests.py,sha256=AZrN5vk082ZfZzoJtY-ckezC4acofKL5CJZ_EXg3l9s,1506
137
+ canvas_sdk/commands/tests/schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
+ canvas_sdk/commands/tests/schema/tests.py,sha256=ggegssIRQK1ACn7oFp31tCsq19reUfsAvM9OL7mh67s,3505
139
+ canvas_sdk/commands/tests/test_utils.py,sha256=0ulIUaIx-srwA_Pbuyx8--XW85Enc9oPlqchutt56UU,9622
140
+ canvas_sdk/commands/tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
141
+ canvas_sdk/commands/tests/unit/tests.py,sha256=SAgB_gaO3ah69RKgMjp4XzO6WnQjeNR9awOE8BR7IkA,9697
142
+ canvas_sdk/data/__init__.py,sha256=dmqlcw11-0DCbH2lOebwBCq6njSQ6BDhxygmncUgZRs,28
143
+ canvas_sdk/data/base.py,sha256=XgVAOoT_sOZtavJn0Q5WxRmeZWborvpAuSP2ZbV9cbI,868
144
+ canvas_sdk/data/client.py,sha256=bsmBBORvbFzdwRtzhd7zxKPZo3VJn4Fsnw2isCPivP0,2094
145
+ canvas_sdk/data/patient.py,sha256=dkfv59VIOyDfHr2tdFcwFikPDDGjrIm1XrVtEh82XyQ,167
146
+ canvas_sdk/data/staff.py,sha256=Po-NH2UdGTTP4LnUzfItfzriJKdul-2Cd31oq9uFHQE,210
147
+ canvas_sdk/data/task.py,sha256=UpjWjB1QqClR83zeqFcM7b7gg2w0NjfzNKsWrgShN_s,1995
148
+ canvas_sdk/effects/__init__.py,sha256=oChQi5y_8mK2zDiNMwWYp6CaQX1_zbmwXILPF7iSt-4,69
149
+ canvas_sdk/effects/banner_alert/__init__.py,sha256=8z5l9rwonKEcRkvD5q4DWvHPYhKJzwyGuUYoUNKYwX4,158
150
+ canvas_sdk/effects/banner_alert/add_banner_alert.py,sha256=RhMEIc62T5rLO_FltGvOq0XVU_wXIdCcBpxfaQeqCJY,1497
151
+ canvas_sdk/effects/banner_alert/remove_banner_alert.py,sha256=9oLetlX_22B3iRwVZqB4IpA9e9YqZ_1cmWV4vJRNDmE,559
152
+ canvas_sdk/effects/banner_alert/tests.py,sha256=idaXkAAUm_pnquXn1ZbWAPmoTf16MsbXrnM6cpaJZDQ,7712
153
+ canvas_sdk/effects/base.py,sha256=cyTEQ4p3IxZ3mPu6Ancr4Y7RcrVirWBbNUs9V6g7Odc,674
154
+ canvas_sdk/effects/patient_chart_summary_configuration.py,sha256=VdrQgfTJpfqM1ll0nLJisVRQ5HZ-D9F70lHfZOOSeCI,1148
155
+ canvas_sdk/effects/protocol_card/__init__.py,sha256=ESzUYajBBmcTAad2PIwHuV3SgGj4B9JHtf9uop_V4YA,88
156
+ canvas_sdk/effects/protocol_card/protocol_card.py,sha256=gn-ArEiYWoSG4IDE-at2oaPCbSIrNxz_wpucYaMNC5M,2427
157
+ canvas_sdk/effects/protocol_card/tests.py,sha256=fdFPkORW7e_0FpSlxBQWUPQwF6-JQeBG1g3R7MKj9Jc,6419
158
+ canvas_sdk/events/__init__.py,sha256=JGZ-3uf0Luzr4kg5UqduupD4w6B2WVEgQ9WlcoMaPwE,81
159
+ canvas_sdk/handlers/__init__.py,sha256=VVz2_Xyb9720R2MZmSbGPG0T8u2a5u6zSDkWlwiJZv4,49
160
+ canvas_sdk/handlers/base.py,sha256=7kw95-nYOsphP2_dVoJxBvi2RsuUpwBo5RcKvo924Yw,599
161
+ canvas_sdk/handlers/cron_task.py,sha256=Q4_D3bDKE5hyEpCf0JnGSgZlnLh_g9RSP3oEfIuLJ9Y,945
162
+ canvas_sdk/protocols/__init__.py,sha256=t9PD9lCQbWPT1tW6s8w8J5nK-Hb4i5MLCSKnX2Q3eow,132
163
+ canvas_sdk/protocols/base.py,sha256=Tn2PrQrP-idp8qGx6HAVhaal0FEKcf7x31zDPpBAl1s,571
164
+ canvas_sdk/protocols/clinical_quality_measure.py,sha256=--X78dgGKrHz29GZlFypKYa2vwykHLg6kAwBpQgpJoE,1219
165
+ canvas_sdk/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
+ canvas_sdk/utils/__init__.py,sha256=sFuhqcWvXb2-33FOuXZgWuUeC5jZL2MDoqjGoQZGwd8,60
167
+ canvas_sdk/utils/db.py,sha256=0AO5bhu-k9OsAHpXe1RHzyDZnBGHUEzrv8-vYtTIoeA,592
168
+ canvas_sdk/utils/http.py,sha256=6t2h2ULHcX3eHCpUuHl7rqjLvHg794O6ubDxgzd_2Yg,2240
169
+ canvas_sdk/utils/stats.py,sha256=sJhIW_IssUVefQN6rrUAt1P0KvVIUIYcnpZlMHLibNA,732
170
+ canvas_sdk/utils/tests.py,sha256=t3MScbIfzXkQttMIvj0dRzJlFVS8LFU8WgWRrChM-H0,1931
171
+ canvas_sdk/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
172
+ canvas_sdk/v1/data/__init__.py,sha256=LWAcICOx4fWea_lp_yNt0UIuhgjZMoNOaWx-7ZuM-dg,132
173
+ canvas_sdk/v1/data/allergy_intolerance.py,sha256=KJg7UR8BJMuASWL5zXZ57JTmC0TQT7FAnODPvdq2mFg,2093
174
+ canvas_sdk/v1/data/base.py,sha256=6JgLZsl9NRRS6s9-jjJM8Opxk_SI_sGkyokKIGPCoWI,3504
175
+ canvas_sdk/v1/data/command.py,sha256=z9LHw95Vq8efZE5y9r-Ei-Yzt8qj-o-BE3x9BBb4yPQ,945
176
+ canvas_sdk/v1/data/common.py,sha256=9PiJ6oCPsvCvKBHtShIg0cW5Sr8CrnM9te-m2DYJB-g,1590
177
+ canvas_sdk/v1/data/condition.py,sha256=hJ3APJvRh-dKYwujujdo5kugnc6YXBES7YpUIKUTjhI,1525
178
+ canvas_sdk/v1/data/device.py,sha256=uxeQRT8ljzBmDwsARFDB9MZKAVAKOA-pu4nAa6fcHeU,1655
179
+ canvas_sdk/v1/data/imaging.py,sha256=z6CtVcBYv8EL7fxzT0pWPUuh1mt5XFPlRDNNbOjvLng,4303
180
+ canvas_sdk/v1/data/lab.py,sha256=nGV2FGDtnj7NcO8WS5LRXv5JUiLjuWMtm0i-PUNsKLk,10313
181
+ canvas_sdk/v1/data/medication.py,sha256=XbV_iYgt40n8Q1IcVPtsinW2v-VJEms4T13cFNquBRE,1798
182
+ canvas_sdk/v1/data/observation.py,sha256=BftaK7tOZaTlfUKoTH_A-X23J4DUFRVWpvZhkBJ1DJg,3710
183
+ canvas_sdk/v1/data/patient.py,sha256=YGlp13cSNQHDtUJYTU37zisF94ZEKNYAlc2TJAmhdB8,1930
184
+ canvas_sdk/v1/data/questionnaire.py,sha256=wZNj8wg5aEThrHvA6-Oq5USnViyoeYGlcD5cjNmiULM,6899
185
+ canvas_sdk/v1/data/user.py,sha256=DmA8fNNGwiNOmuR-RYxQw1NpxN5yYhgwtRtRBRJ_22g,309
186
+ canvas_sdk/value_set/tests/test_value_sets.py,sha256=by9_pOl-8cvwBt_y1HSqf6sP8RBsh9XjRkLMVz7caWo,2804
187
+ canvas_sdk/value_set/v2022/adverse_event.py,sha256=8zsNFBsLDRY0mrPomzogD-W15xyo2CFFkiEcT2ruGCg,1032
188
+ canvas_sdk/value_set/v2022/allergy.py,sha256=n_P8Aqso5M6spTsatp4K4hzlbwaC3rjUBZs2bZsFVVg,11132
189
+ canvas_sdk/value_set/v2022/assessment.py,sha256=a9hoSxz_VLhfWJp-QrvIUmzSf_cK7x5Da7JsNapg17U,8342
190
+ canvas_sdk/value_set/v2022/communication.py,sha256=FlWMUDx_CKxEVw7JktTzSBykFEHRz2QA6aVVGowwUAc,18036
191
+ canvas_sdk/value_set/v2022/condition.py,sha256=S6gsxSPDF0CupZTi0rH7nqb_8mBynyPr6487vHzhdcM,3390031
192
+ canvas_sdk/value_set/v2022/device.py,sha256=TvEXAzC_nnzmHEY2cWZqfLr_niFyXsJ5YqUetiQI-bU,12983
193
+ canvas_sdk/value_set/v2022/diagnostic_study.py,sha256=wo4AQu2p5X51HZ3RsbU5NhUpgv8Fg2mPKs2YexWCMjA,301934
194
+ canvas_sdk/value_set/v2022/encounter.py,sha256=PxOkkob8ggpDxKfKG9EtmQQ2teGWCTOeX7_5IJqLiZI,370965
195
+ canvas_sdk/value_set/v2022/immunization.py,sha256=dYPWL2Un1HTUrjKZTh_MBPVmU2ImtMXVaMqVRKP_7MA,13189
196
+ canvas_sdk/value_set/v2022/individual_characteristic.py,sha256=1NZI2r4-9x2qTbYTkjUOAU9PgvMOBB3cpddHFr7msaU,13198
197
+ canvas_sdk/value_set/v2022/intervention.py,sha256=1N0I6pE-RoBgqtQtlBWwTiVYk2ztobUK1TTl1EpKgH4,78653
198
+ canvas_sdk/value_set/v2022/laboratory_test.py,sha256=x-o7SAjYw5sS9x8tGPcYUg03L_mKxxDu0b6LJsnjmQc,77876
199
+ canvas_sdk/value_set/v2022/medication.py,sha256=L1yNzrwD2nUox8F6x8RSKhmFsn9VcFbFEy1nM7AHRis,316430
200
+ canvas_sdk/value_set/v2022/physical_exam.py,sha256=C5PfLR4YB6pB_0wIy6Wfocyso5a9wuwGoKj84k_jR-U,7645
201
+ canvas_sdk/value_set/v2022/procedure.py,sha256=MA1yBHJskzGyp0nypzTwrR6u4pxZTo20Iv25W4FOIjM,367721
202
+ canvas_sdk/value_set/v2022/symptom.py,sha256=4-ouetYI8soAAZy9Gq8AXBiqTfJjdgfZgWZPhBE-Ing,9384
203
+ canvas_sdk/value_set/value_set.py,sha256=t5KqpDCZoHFT9UDqQ6uolZLQlOPHVPldbTwYyNcBiHQ,3788
204
+ canvas_sdk/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
205
+ logger/__init__.py,sha256=9o2iRCjzFEhfULgXvrrECRFK-4IslWJTqKKjTCEUbq8,61
206
+ logger/logger.py,sha256=axf7UffBJtETjwDCtmi1IaaJKsvcFj8zaLfouGsq68A,1847
207
+ plugin_runner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
208
+ plugin_runner/authentication.py,sha256=_lChLl8XMqDME6NlnXm6S6-9LUac4poE5XU1YTJWldg,1236
209
+ plugin_runner/plugin_runner.py,sha256=10TD5aVGo8WmvtxheTfmbBQ9fgVabWNpUgvbTzS3PmI,12543
210
+ plugin_runner/plugin_synchronizer.py,sha256=t3zzfDw-bDK_hvUDQ434qaQuKLGgBGndzaCRAnSpuTU,2554
211
+ plugin_runner/sandbox.py,sha256=emZgWm_opeUiCRSLMwvsrY3UorVclMld3Cg3x14lcls,8984
212
+ pubsub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
+ pubsub/pubsub.py,sha256=pyTW0JU8mtaqiAV6g6xjZwel1CVy2EonPMU-_vkmhUM,1044
214
+ settings.py,sha256=aKySQIXYBQLu06zJKiGSln12w3th3mbB_11VFMGDsm8,1480
215
+ canvas-0.4.0.dist-info/METADATA,sha256=wqI-s6z65g97fIys_TLADHcoAD--qWguwvwRpx56lzQ,4562
216
+ canvas-0.4.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
217
+ canvas-0.4.0.dist-info/entry_points.txt,sha256=VSmSo1IZ3aEfL7enmLmlWSraS_IIkoXNVeyXzgRxFiY,46
218
+ canvas-0.4.0.dist-info/RECORD,,
@@ -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": ""}