Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 962 Bytes

README.adoc

File metadata and controls

34 lines (17 loc) · 962 Bytes

BigMed Widgets

Disclaimer

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:

Run

Dev

Use nodemon to hot reload when developing the scripts

npm install --save-dev nodemon

npm run dev

Docker

docker build -t bjornna/bigmedwidgets .

docker run -p 3100:3000 -d bjornna/bigmedwidgets

Usage

The purpose of this project is to prototype how widgets may communicate with DIPS Arena to make CDS possible.

Take a look at the javascript file under formjs/trajectory_advice.js which is an example on how to connect the services to a running openEHR Form.