This project is not developed to demonstrate best practise. It’s only purpose is to make a quick and dirty prototype on how to connect a running EHR system based on openEHR and to provide some CDS. The widgets are made to illustrate those in the following clinical desktop:
git clone https://github.com/bjornna/bigmedwidgets
npm run start
Use nodemon to hot reload when developing the scripts
npm install --save-dev nodemon
npm run dev