Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 977 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 977 Bytes

openmrs-module-cdss

This module provides integration with FHIR compatible CDSS Service.

This module used to identify drug-diagnosis contradictions, drug-drug contraindications and drug dosage computations. It uses FHIR based communication. More details can be found here

API Documentation here.

Prerequisite

  1. JDK 1.8
  2. FHIR compatible CDSS Server (Reference implementation found here)

Packaging

mvn clean package

The output is the OMOD file: openmrs-module-cdss/omod/target/fhir-cdss-int-[VERSION].omod

Deploy

Copy openmrs-module-cdss/omod/target/fhir-cdss-int-[VERSION].omod into OpenMRS modules directory and restart OpenMRS