Skip to content

SoftmedTanzania/nhif-mediator-hrhis

Repository files navigation

Tanzania HRHIS - NHIF Mediator

Codacy Badge Java CI Badge Coverage Status

An OpenHIM mediator for handling system integration from HRHIS to NHIF.

Getting Started

Clone the repository and run npm install

Open up src/main/resources/mediator.properties and supply your OpenHIM config details and save:

  mediator.name=NHIF-Mediator-HRHIS
  # you may need to change this to 0.0.0.0 if your mediator is on another server than HIM Core
  mediator.host=localhost
  mediator.port=4000
  mediator.timeout=60000

  core.host=localhost
  core.api.port=8080
  # update your user information if required
  core.api.user=openhim-username
  core.api.password=openhim-password

To build and launch our mediator, run

  mvn install
  java -jar target/nhif-mediator-hrhis-0.1.0-jar-with-dependencies.jar

About

An OpenHIM mediator for handling system integration between HRHIS and NHIF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages