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
@@ -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": ""}