canvas 0.8.1__tar.gz → 0.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of canvas might be problematic. Click here for more details.
- {canvas-0.8.1 → canvas-0.9.0}/PKG-INFO +1 -1
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/plugin/plugin.py +1 -1
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/protocols/clinical_quality_measure.py +54 -22
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/lab.py +22 -1
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/patient.py +14 -1
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/custom.py +83 -0
- {canvas-0.8.1 → canvas-0.9.0}/pyproject.toml +1 -1
- {canvas-0.8.1 → canvas-0.9.0}/README.md +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/auth/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/auth/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/auth/utils.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/emit.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CANCELED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CHECKED_IN.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_NO_SHOWED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESCHEDULED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESTORED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__CONDITION_SELECTED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_COMMIT.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_UPDATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_COMMIT.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_UPDATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/CONDITION_ASSESSED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/CONDITION_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/CONDITION_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/CRON.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ENCOUNTER_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ENCOUNTER_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_STATEMENT_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/INTERVIEW_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/INTERVIEW_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/LAB_ORDER_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/LAB_ORDER_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_LIST_ITEM_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_COMMIT.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__POST_UPDATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_COMMIT.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT_COMMAND__PRE_UPDATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/MEDICATION_STATEMENT__MEDICATION__POST_SEARCH.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/PATIENT_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/PATIENT_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__POST_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__PRE_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_COMMIT.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__POST_UPDATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_COMMIT.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_ORIGINATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE_COMMAND__PRE_UPDATE.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/QUESTIONNAIRE__QUESTIONNAIRE__POST_SEARCH.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/TASK_COMMENT_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/TASK_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/TASK_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_CREATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/VITAL_SIGN_UPDATED.ndjson +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/logs/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/logs/logs.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/plugin/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/plugin/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/run_plugins/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/run_plugins/run_plugins.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/conftest.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/main.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/templates/plugins/default/cookiecutter.json +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/README.md +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/my_protocol.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/context/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/context/context.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/context/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/print/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/print/print.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/print/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/urls/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/urls/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/urls/urls.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/validators/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/validators/manifest_schema.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/validators/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_cli/utils/validators/validators.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/effects_pb2.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/effects_pb2.pyi +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/effects_pb2_grpc.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/events_pb2.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/events_pb2.pyi +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/events_pb2_grpc.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/plugins_pb2.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/plugins_pb2.pyi +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/messages/plugins_pb2_grpc.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/services/plugin_runner_pb2.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/services/plugin_runner_pb2.pyi +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_generated/services/plugin_runner_pb2_grpc.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/allergy.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/assess.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/close_goal.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/diagnose.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/family_history.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/goal.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/history_present_illness.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/instruct.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/lab_order.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/medical_history.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/medication_statement.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/past_surgical_history.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/perform.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/plan.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/prescribe.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/questionnaire.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/reason_for_visit.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/refill.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/remove_allergy.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/stop_medication.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/task.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/update_diagnosis.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/update_goal.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/commands/vitals.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/constants.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/tests/protocol/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/tests/protocol/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/tests/schema/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/tests/schema/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/tests/test_utils.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/tests/unit/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/commands/tests/unit/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/banner_alert/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/banner_alert/add_banner_alert.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/banner_alert/remove_banner_alert.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/banner_alert/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/patient_chart_summary_configuration.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/protocol_card/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/protocol_card/protocol_card.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/protocol_card/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/effects/task/task.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/events/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/handlers/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/handlers/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/handlers/cron_task.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/protocols/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/protocols/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/protocols/timeframe.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/tests/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/utils/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/utils/db.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/utils/http.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/utils/stats.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/utils/tests.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/allergy_intolerance.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/billing.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/command.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/common.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/condition.py +3 -3
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/detected_issue.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/device.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/imaging.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/medication.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/note.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/observation.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/protocol_override.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/questionnaire.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/staff.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/task.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/v1/data/user.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/tests/test_value_sets.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/adverse_event.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/allergy.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/assessment.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/communication.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/condition.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/device.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/diagnostic_study.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/encounter.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/immunization.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/individual_characteristic.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/intervention.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/laboratory_test.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/medication.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/physical_exam.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/procedure.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/v2022/symptom.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/value_set/value_set.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/canvas_sdk/views/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/logger/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/logger/logger.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/authentication.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/plugin_runner.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/plugin_synchronizer.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/sandbox.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/data/plugins/.gitkeep +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/example_plugin/CANVAS_MANIFEST.json +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/example_plugin/README.md +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/example_plugin/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/example_plugin/protocols/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/example_plugin/protocols/my_protocol.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v1/CANVAS_MANIFEST.json +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v1/README.md +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v1/other_module/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v1/other_module/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v1/protocols/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v1/protocols/my_protocol.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v2/CANVAS_MANIFEST.json +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v2/README.md +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v2/other_module/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v2/other_module/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v2/protocols/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v2/protocols/my_protocol.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v3/CANVAS_MANIFEST.json +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v3/README.md +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v3/other_module/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v3/other_module/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v3/protocols/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_outside_plugin_v3/protocols/my_protocol.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_plugin/CANVAS_MANIFEST.json +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_plugin/README.md +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_plugin/other_module/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_plugin/other_module/base.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_plugin/protocols/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/fixtures/plugins/test_module_imports_plugin/protocols/my_protocol.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/test_plugin_runner.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/plugin_runner/tests/test_sandbox.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/pubsub/__init__.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/pubsub/pubsub.py +0 -0
- {canvas-0.8.1 → canvas-0.9.0}/settings.py +0 -0
|
@@ -54,7 +54,7 @@ def _build_package(package: Path) -> Path:
|
|
|
54
54
|
def _get_name_from_metadata(host: str, token: str, package: Path) -> str | None:
|
|
55
55
|
"""Extract metadata from a provided package and return the package name if it exists in the metadata."""
|
|
56
56
|
try:
|
|
57
|
-
with open(package) as package_file:
|
|
57
|
+
with open(package, "rb") as package_file:
|
|
58
58
|
metadata_response = requests.post(
|
|
59
59
|
plugin_url(host, "extract-metadata"),
|
|
60
60
|
headers={"Authorization": f"Bearer {token}"},
|
|
@@ -1,13 +1,18 @@
|
|
|
1
|
-
from typing import Any, cast
|
|
1
|
+
from typing import TYPE_CHECKING, Any, cast
|
|
2
2
|
|
|
3
3
|
import arrow
|
|
4
|
-
from django.db.models import Model
|
|
5
4
|
|
|
6
5
|
from canvas_sdk.events import EventType
|
|
7
6
|
from canvas_sdk.protocols.base import BaseProtocol
|
|
8
7
|
from canvas_sdk.protocols.timeframe import Timeframe
|
|
8
|
+
from canvas_sdk.v1.data import Patient
|
|
9
9
|
from canvas_sdk.v1.data.condition import Condition
|
|
10
|
+
from canvas_sdk.v1.data.lab import LabOrder, LabReport
|
|
10
11
|
from canvas_sdk.v1.data.medication import Medication
|
|
12
|
+
from canvas_sdk.v1.data.protocol_override import ProtocolOverride
|
|
13
|
+
|
|
14
|
+
if TYPE_CHECKING:
|
|
15
|
+
from django.db.models import Model
|
|
11
16
|
|
|
12
17
|
|
|
13
18
|
class ClinicalQualityMeasure(BaseProtocol):
|
|
@@ -54,6 +59,19 @@ class ClinicalQualityMeasure(BaseProtocol):
|
|
|
54
59
|
"""
|
|
55
60
|
return cls.__name__
|
|
56
61
|
|
|
62
|
+
@staticmethod
|
|
63
|
+
def relative_float(value: str) -> float:
|
|
64
|
+
"""Relative float method (better explanation needed here)."""
|
|
65
|
+
try:
|
|
66
|
+
sigma = 0.0
|
|
67
|
+
if value[0] == "<" and value[1] != "=":
|
|
68
|
+
sigma = -1e-6
|
|
69
|
+
elif value[0] == ">" and value[1] != "=":
|
|
70
|
+
sigma = +1e-6
|
|
71
|
+
return float(value.strip("<≤=≥>")) + sigma
|
|
72
|
+
except (ValueError, IndexError):
|
|
73
|
+
return 0
|
|
74
|
+
|
|
57
75
|
@property
|
|
58
76
|
def timeframe(self) -> Timeframe:
|
|
59
77
|
"""The default Timeframe (self.timeframe) for all protocols.
|
|
@@ -74,27 +92,41 @@ class ClinicalQualityMeasure(BaseProtocol):
|
|
|
74
92
|
incurring more SQL queries.
|
|
75
93
|
"""
|
|
76
94
|
|
|
77
|
-
def patient_id(model: type[Model]) -> str:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
95
|
+
def patient_id(model: "type[Model]") -> str:
|
|
96
|
+
if model == Patient:
|
|
97
|
+
return self.target
|
|
98
|
+
else:
|
|
99
|
+
return cast(
|
|
100
|
+
str,
|
|
101
|
+
model._default_manager.select_related("patient")
|
|
102
|
+
.values_list("patient__id")
|
|
103
|
+
.get(id=self.event.target)[0],
|
|
104
|
+
)
|
|
105
|
+
|
|
106
|
+
models = {
|
|
107
|
+
EventType.CONDITION_ASSESSED: Condition,
|
|
108
|
+
EventType.CONDITION_CREATED: Condition,
|
|
109
|
+
EventType.CONDITION_RESOLVED: Condition,
|
|
110
|
+
EventType.CONDITION_UPDATED: Condition,
|
|
111
|
+
EventType.LAB_ORDER_CREATED: LabOrder,
|
|
112
|
+
EventType.LAB_ORDER_UPDATED: LabOrder,
|
|
113
|
+
EventType.LAB_REPORT_CREATED: LabReport,
|
|
114
|
+
EventType.LAB_REPORT_UPDATED: LabReport,
|
|
115
|
+
EventType.MEDICATION_LIST_ITEM_CREATED: Medication,
|
|
116
|
+
EventType.MEDICATION_LIST_ITEM_UPDATED: Medication,
|
|
117
|
+
EventType.PATIENT_CREATED: Patient,
|
|
118
|
+
EventType.PATIENT_UPDATED: Patient,
|
|
119
|
+
EventType.PROTOCOL_OVERRIDE_CREATED: ProtocolOverride,
|
|
120
|
+
EventType.PROTOCOL_OVERRIDE_DELETED: ProtocolOverride,
|
|
121
|
+
EventType.PROTOCOL_OVERRIDE_UPDATED: ProtocolOverride,
|
|
122
|
+
}
|
|
84
123
|
|
|
85
124
|
if not self._patient_id:
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
| EventType.MEDICATION_LIST_ITEM_UPDATED
|
|
93
|
-
):
|
|
94
|
-
self._patient_id = patient_id(Medication)
|
|
95
|
-
case _:
|
|
96
|
-
raise AssertionError(
|
|
97
|
-
f"Event type {self.event.type} not supported by 'patient_id_from_event'"
|
|
98
|
-
)
|
|
125
|
+
try:
|
|
126
|
+
self._patient_id = patient_id(models[self.event.type])
|
|
127
|
+
except KeyError as error:
|
|
128
|
+
raise ValueError(
|
|
129
|
+
f"Event type {self.event.type} not supported by 'patient_id_from_event'"
|
|
130
|
+
) from error
|
|
99
131
|
|
|
100
132
|
return self._patient_id
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
from django.db import models
|
|
2
2
|
|
|
3
|
-
from canvas_sdk.v1.data.base import
|
|
3
|
+
from canvas_sdk.v1.data.base import (
|
|
4
|
+
CommittableModelManager,
|
|
5
|
+
TimeframeLookupQuerySetMixin,
|
|
6
|
+
ValueSetLookupQuerySet,
|
|
7
|
+
)
|
|
4
8
|
from canvas_sdk.v1.data.condition import Condition
|
|
5
9
|
from canvas_sdk.v1.data.patient import Patient
|
|
6
10
|
|
|
@@ -79,6 +83,21 @@ class LabReview(models.Model):
|
|
|
79
83
|
patient_communication_method = models.CharField()
|
|
80
84
|
|
|
81
85
|
|
|
86
|
+
class LabValueTimeframeLookupQuerySetMixin(TimeframeLookupQuerySetMixin):
|
|
87
|
+
"""A class that adds queryset functionality to filter using timeframes."""
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
def timeframe_filter_field(self) -> str:
|
|
91
|
+
"""Returns the field that should be filtered on. Can be overridden for different models."""
|
|
92
|
+
return "report__original_date"
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
class LabValueQuerySet(ValueSetLookupQuerySet, LabValueTimeframeLookupQuerySetMixin):
|
|
96
|
+
"""LabValueQuerySet."""
|
|
97
|
+
|
|
98
|
+
pass
|
|
99
|
+
|
|
100
|
+
|
|
82
101
|
class LabValue(models.Model):
|
|
83
102
|
"""A class representing a lab value."""
|
|
84
103
|
|
|
@@ -87,6 +106,8 @@ class LabValue(models.Model):
|
|
|
87
106
|
app_label = "canvas_sdk"
|
|
88
107
|
db_table = "canvas_sdk_data_api_labvalue_001"
|
|
89
108
|
|
|
109
|
+
objects = LabValueQuerySet.as_manager()
|
|
110
|
+
|
|
90
111
|
id = models.UUIDField()
|
|
91
112
|
dbid = models.BigIntegerField(primary_key=True)
|
|
92
113
|
created = models.DateTimeField()
|
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
from typing import Self
|
|
2
2
|
|
|
3
3
|
import arrow
|
|
4
|
+
from django.contrib.postgres.fields import ArrayField
|
|
4
5
|
from django.db import models
|
|
6
|
+
from django.db.models import TextChoices
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class SexAtBirth(TextChoices):
|
|
10
|
+
"""SexAtBirth."""
|
|
11
|
+
|
|
12
|
+
FEMALE = "F", "female"
|
|
13
|
+
MALE = "M", "male"
|
|
14
|
+
OTHER = "O", "other"
|
|
15
|
+
UNKNOWN = "UNK", "unknown"
|
|
16
|
+
BLANK = "", ""
|
|
5
17
|
|
|
6
18
|
|
|
7
19
|
class Patient(models.Model):
|
|
@@ -17,7 +29,7 @@ class Patient(models.Model):
|
|
|
17
29
|
first_name = models.CharField()
|
|
18
30
|
last_name = models.CharField()
|
|
19
31
|
birth_date = models.DateField()
|
|
20
|
-
sex_at_birth = models.CharField()
|
|
32
|
+
sex_at_birth = models.CharField(choices=SexAtBirth.choices)
|
|
21
33
|
created = models.DateTimeField()
|
|
22
34
|
modified = models.DateTimeField()
|
|
23
35
|
prefix = models.CharField()
|
|
@@ -30,6 +42,7 @@ class Patient(models.Model):
|
|
|
30
42
|
gender_identity_term = models.CharField()
|
|
31
43
|
gender_identity_code = models.CharField()
|
|
32
44
|
preferred_pronouns = models.CharField()
|
|
45
|
+
biological_race_codes = ArrayField(models.CharField())
|
|
33
46
|
last_known_timezone = models.CharField()
|
|
34
47
|
mrn = models.CharField()
|
|
35
48
|
active = models.BooleanField()
|
|
@@ -181,6 +181,89 @@ class Antiarrhythmics(ValueSet):
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
|
|
184
|
+
class LabReportCreatinine(ValueSet):
|
|
185
|
+
"""LabReportCreatinine."""
|
|
186
|
+
|
|
187
|
+
VALUE_SET_NAME = "Lab Report Creatinine"
|
|
188
|
+
EXPANSION_VERSION = "CanvasHCC Update 2018-10-04"
|
|
189
|
+
|
|
190
|
+
LOINC = {
|
|
191
|
+
"2160-0",
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
class HypertensiveChronicKidneyDisease(ValueSet):
|
|
196
|
+
"""
|
|
197
|
+
**Clinical Focus:** This value set contains concepts that represent hypertensive kidney disease.
|
|
198
|
+
|
|
199
|
+
**Data Element Scope:** This value set may use the Quality Data Model (QDM) category related to Diagnosis.
|
|
200
|
+
|
|
201
|
+
**Inclusion Criteria:** Includes only relevant concepts associated with hypertensive kidney disease.
|
|
202
|
+
|
|
203
|
+
**Exclusion Criteria:** No exclusions.
|
|
204
|
+
"""
|
|
205
|
+
|
|
206
|
+
OID = "2.16.840.1.113883.3.464.1003.109.12.1017"
|
|
207
|
+
VALUE_SET_NAME = "Hypertensive Chronic Kidney Disease"
|
|
208
|
+
EXPANSION_VERSION = "eCQM Update 2020-05-07"
|
|
209
|
+
|
|
210
|
+
ICD10CM = {"I120", "I129", "I130", "I1310", "I1311", "I132", "I150", "I151"}
|
|
211
|
+
|
|
212
|
+
ICD9CM = {
|
|
213
|
+
"40301",
|
|
214
|
+
"40310",
|
|
215
|
+
"40311",
|
|
216
|
+
"40390",
|
|
217
|
+
"40391",
|
|
218
|
+
"40400",
|
|
219
|
+
"40401",
|
|
220
|
+
"40402",
|
|
221
|
+
"40403",
|
|
222
|
+
"40410",
|
|
223
|
+
"40411",
|
|
224
|
+
"40412",
|
|
225
|
+
"40413",
|
|
226
|
+
"40490",
|
|
227
|
+
"40491",
|
|
228
|
+
"40492",
|
|
229
|
+
"40493",
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
SNOMEDCT = {
|
|
233
|
+
"111438007",
|
|
234
|
+
"123799005",
|
|
235
|
+
"123800009",
|
|
236
|
+
"14973001",
|
|
237
|
+
"193003",
|
|
238
|
+
"194774006",
|
|
239
|
+
"194783001",
|
|
240
|
+
"19769006",
|
|
241
|
+
"23130000",
|
|
242
|
+
"28119000",
|
|
243
|
+
"285831000119108",
|
|
244
|
+
"285841000119104",
|
|
245
|
+
"286371000119107",
|
|
246
|
+
"32916005",
|
|
247
|
+
"38481006",
|
|
248
|
+
"39018007",
|
|
249
|
+
"397748008",
|
|
250
|
+
"427889009",
|
|
251
|
+
"428575007",
|
|
252
|
+
"473392002",
|
|
253
|
+
"49220004",
|
|
254
|
+
"57684003",
|
|
255
|
+
"62240004",
|
|
256
|
+
"65443008",
|
|
257
|
+
"66052004",
|
|
258
|
+
"66610008",
|
|
259
|
+
"73410007",
|
|
260
|
+
"78544004",
|
|
261
|
+
"81363003",
|
|
262
|
+
"86234004",
|
|
263
|
+
"90493000",
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
|
|
184
267
|
class DiabetesWithoutComplication(ValueSet):
|
|
185
268
|
"""Diabetes Without Complication."""
|
|
186
269
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_CREATED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ALLERGY_INTOLERANCE_UPDATED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CANCELED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CHECKED_IN.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_CREATED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_NO_SHOWED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESCHEDULED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_RESTORED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/APPOINTMENT_UPDATED.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_COMMIT.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__POST_UPDATE.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_COMMIT.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/ASSESS_COMMAND__PRE_UPDATE.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_CREATED.ndjson
RENAMED
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/BILLING_LINE_ITEM_UPDATED.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_CREATED.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/IMMUNIZATION_UPDATED.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/PLAN_COMMAND__PRE_ORIGINATE.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{canvas-0.8.1 → canvas-0.9.0}/canvas_cli/apps/emit/event_fixtures/TASK_COMMENT_CREATED.ndjson
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|