- Overview
- Data description
- Current projects
- Clinical code sets
- ADDITIONAL TECHNICAL INFORMATION
This is primarily intended for Research Data Engineers (RDEs) working on the GMCR, but may also be useful to other people. The information about how to setup the project is below. Other useful information for RDEs is available in the Index above.
Several parts of the process are automated. For example the generation of SQL for extracting data, and the inserting of clinical code sets.
nodejs should be installed and available to execute from a terminal/command line.
Once installed execute the following from a terminal/command line in the root of the project to install the dependencies:
npm install
Most things like this can be accessed by executing the following command:
npm start
This launches a command line interface that allows you to specify what you want to do. Currently the options are:
- Evaulate the existing code sets to check they conform to our standards (such as naming convention, file format etc..)
- Create a new clinical code set
- Generate the SQL specific to long term conditions
- Generate documentation for the reusable SQL queries