CDS Hooks provides a pattern for invoking decision support from within a clinician’s EHR workflow.
- Docs: cds-hooks.org
- Demo: demo.cds-hooks.org
git clone --recursive https://github.com/cds-hooks/docker-stack
git submodule update --init --recursive
To run it, you need Docker >= 1.10, and docker-compose
Edit docker-compose.override.yml
as needed to configure your preferred local port mappings, then:
docker-compose up
: launch the stackdocker-compose run tasks load-sample-data
: load sample data
By default, you'll have servers running at ports:
9000
: Test Service9001
: Inovker
For example, visit http://localhost:9000
For example, see ./deploys/cds-hooks.org