feat: implement chart review mechanism (#6554)
commitfb00bd322acd1bce0f9af8a85a30eacfe023103d
authorstephen waite <stephen.waite@cmsvt.com>
Fri, 16 Jun 2023 01:07:50 +0000 (15 21:07 -0400)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 01:07:50 +0000 (15 21:07 -0400)
treea3eb2c055a2965e424fcfdb845dc0f556363a80c
parentcc02259a928601ee38f654ce999865fba1350798
feat: implement chart review mechanism (#6554)

* use patient filter for remote chart review

* remove pt filter event module from tests since now in zend modules

* use date range for effective date

* custom json

* clean up pid by payer list.php

* clean up from review

* more clean up from review

* better custom json name and doc block for ins co svc

* better name for util script

* fix name for module

* remove test module dir

* styling
21 files changed:
contrib/util/chart_review_pids.php [new file with mode: 0644]
interface/main/tabs/menu/menus/chart_review.json [new file with mode: 0644]
interface/modules/zend_modules/module/PatientFilter/Module.php [moved from tests/eventdispatcher/PatientFilterEventHookTest/Module.php with 98% similarity]
interface/modules/zend_modules/module/PatientFilter/README [moved from tests/eventdispatcher/PatientFilterEventHookTest/README with 93% similarity]
interface/modules/zend_modules/module/PatientFilter/acl/acl_setup.php [moved from tests/eventdispatcher/PatientFilterEventHookTest/acl/acl_setup.php with 85% similarity]
interface/modules/zend_modules/module/PatientFilter/acl/acl_upgrade.php [moved from tests/eventdispatcher/PatientFilterEventHookTest/acl/acl_upgrade.php with 100% similarity]
interface/modules/zend_modules/module/PatientFilter/autoload_classmap.php [moved from tests/eventdispatcher/PatientFilterEventHookTest/autoload_classmap.php with 89% similarity]
interface/modules/zend_modules/module/PatientFilter/composer.json [moved from tests/eventdispatcher/PatientFilterEventHookTest/composer.json with 100% similarity]
interface/modules/zend_modules/module/PatientFilter/config/blacklist.php [moved from tests/eventdispatcher/PatientFilterEventHookTest/config/blacklist.php with 94% similarity]
interface/modules/zend_modules/module/PatientFilter/config/module.config.php [moved from tests/eventdispatcher/PatientFilterEventHookTest/config/module.config.php with 92% similarity]
interface/modules/zend_modules/module/PatientFilter/info.txt [moved from tests/eventdispatcher/PatientFilterEventHookTest/info.txt with 100% similarity]
interface/modules/zend_modules/module/PatientFilter/sql/0_1_0-to-0_2_0_upgrade.sql [moved from tests/eventdispatcher/PatientFilterEventHookTest/sql/0_1_0-to-0_2_0_upgrade.sql with 100% similarity]
interface/modules/zend_modules/module/PatientFilter/sql/0_2_0-to-0_2_1_upgrade.sql [moved from tests/eventdispatcher/PatientFilterEventHookTest/sql/0_2_0-to-0_2_1_upgrade.sql with 100% similarity]
interface/modules/zend_modules/module/PatientFilter/sql/install.sql [moved from tests/eventdispatcher/PatientFilterEventHookTest/sql/install.sql with 100% similarity]
interface/modules/zend_modules/module/PatientFilter/version.php [moved from tests/eventdispatcher/PatientFilterEventHookTest/version.php with 100% similarity]
interface/patient_file/encounter/forms.php
interface/reports/patient_list_creation.php
src/Services/EncounterService.php
src/Services/InsuranceCompanyService.php
src/Services/InsuranceService.php
src/Services/Search/DateSearchField.php