HowardEdidin / payer-fhir-r4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 jetty:run -am --projects cqf-ruler-dstu3
    • Starts embedded Jetty server accessible at base URL http://localhost:8080/cqf-ruler-dstu3/

For R4 use mvn jetty:run -am --projects cqf-ruler-r4

  • mvn package -DskipTests=false
    • Builds the project war file (cqf-ruler-dstu3.war and cqf-ruler-r4.war in the projects' target directory)
    • Runs the test suite (tests are skipped by default)

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 3.5.3

Go to https://maven.apache.org, visit the main "Download" page, and under "Files" download the 3.5.3 binary. 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.

About

License:Apache License 2.0


Languages

Language:Java 89.0%Language:HTML 10.9%Language:Dockerfile 0.1%Language:Shell 0.0%