hapi-fhir/hapi-fhir-jpaserver-cqf-ruler
Chris Schuler efc25e2176 Cleaning up 2017-11-12 16:11:56 -07:00
..
src Cleaning up 2017-11-12 16:11:56 -07:00
.gitignore Adding cqf-ruler project 2017-11-12 16:09:58 -07:00
README.md Adding cqf-ruler project 2017-11-12 16:09:58 -07:00
pom.xml Adding cqf-ruler project 2017-11-12 16:09:58 -07:00

README.md

cqf-ruler

The CQF Ruler is an implementation of FHIR's Clinical Reasoning Module and serves as a knowledge artifact repository and clinical decision support service.

Usage

  • $ mvn install
  • $ mvn -Djetty.http.port=XXXX jetty:run

Visit the wiki for more documentation.

Dependencies

Before the instructions in the above "Usage" section will work, you need to install several primary dependencies.

Java

Go to http://www.oracle.com/technetwork/java/javase/downloads/ and download the latest (version 8 or higher) JDK for your platform, and install it.

Apache Maven

Go to https://maven.apache.org, visit the main "Download" page, and under "Files" download a binary archive of your choice. Then unpack that archive file and follow the installation instructions in its README.txt. The end result of this should be that the binary "mvn" is now in your path.