Download the PHP package providencehealthtech/mod-venom-coding without Composer
On this page you can find all versions of the php package providencehealthtech/mod-venom-coding. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download providencehealthtech/mod-venom-coding
More information about providencehealthtech/mod-venom-coding
Files in providencehealthtech/mod-venom-coding
Package mod-venom-coding
Short Description Support the use of VeNom coding set in OpenEMR
License
Informations about the package mod-venom-coding
VeNom Coding Support
Copyright (c) 2021 Providence HealthTech. All Rights Reserved.
This module creates the table structure for VeNom coding support. Several tables are created: venom_dx, venom_dx_test, venom_admin and venom_proc. If the actual VeNom codes file is placed into contrib/venom/
of the main OpenEMR installation, this module will differentiate the Excel file into the appropriate tables. Additionally, the Code Types list is appended, inserting the various VeNom codes.
To-Do
- Expand UI of module
- Allow for each breed and species to be added as Lists
- Automate the assigning of the Code Type list item to the External Code Type
Pre-requisites
- OpenEMR v6.0.0 or later
- oe-module-installer-plugin ^0.1.0
- Access to the VeNom Codes
- This repository added to composer
Installation
-
From the root directory of your OpenEMR Installation
-
In OpenEMR
- Go to Modules Manager
- Register, Install, and Enable the module
- Go to Admin -> Forms -> Lists
- Select Code Types List
- Corelate the Venom rows to the appropriate External code type
- Go to Modules Manager
Table Structure
venom_dx
This table includes all codes with a subset of diagnosis.
venom_dx_test
This table includes all codes with a subset of diagnostic tests.
venom_proc
This table includes all codes with a subset of procedure
venom_admin
This table includes all codes with a subset of administrative tasks
Note, this module does not provide the actual VeNom codes, those must be secured by the end user separately and placed in a specific location on the filesystem in OpenEMR. To acquire the VeNom code set, visit http://venomcoding.org/
All versions of mod-venom-coding with dependencies
php Version ^7.1
phpoffice/phpspreadsheet Version ^1.20.0
symfony/event-dispatcher Version ^4.4.0