ontology_mapping.csv is a modified version of the Mental Health Ontology mapping to LSRs.csv. Eventually this will be pulled directly from GitHub. process_mapping.py
converts the hierarchy to JSON and saves it to the frontend folder so it can be more easily rendered in the client. It also merges the example extracted data files into a single json file.
pip install -r requirements.txt
python process_mapping.py
The frontend app renders a hierarchy of ontology terms on the left to select which data extraction columns to display on the right.
cd frontend
npm install
npm start