mozzy11 / IsantePlus-OpenCR

IsantePlus-OpenCR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. iSantePlus EMR

Links

https://github.com/IsantePlus/openmrs-distro-isanteplus https://github.com/IsantePlus/docker-isanteplus-server

2. OpenCR

https://github.com/intrahealth/client-registry

3. OpenHIM

http://openhim.org/docs/installation/docker

4. HAPI JPA Server

https://github.com/hapifhir/hapi-fhir-jpaserver-starter#deploy-with-docker-compose https://hapifhir.io/hapi-fhir/docs/server_jpa/get_started.html

Installation

1. Install Docker

Docker Engine:

https://docs.docker.com/compose/install/

Docker Compose:

https://docs.docker.com/compose/install/

2. Clone the Repository

git clone https://github.com/mozzy11/IsantePlus-OpenCR.git

3. Running IsantePlus-OpenCR docker Setup

a) Pull all containers

sudo docker-compose -f docker-compose.ports.yml pull

b) Start up Core Containers

Generate self-signed certs:

sudo docker-compose -f docker-compose.ports.yml up certgen
sudo docker-compose -f docker-compose.ports.yml up -d nginx openhim-core openhim-console mongo-db

c) Load Default OpenHIM Config First, make sure to choose and set a desired admin PW for OpenHIM that you'll use in all of the mediator configuration.

You can set this Password with the "ADMIN_PW" env setting.

sudo docker-compose -f docker-compose.ports.yml up openhim-config

d) Access the OpenHIM Console
You should now be able to access the OpenHIM console at https://localhost, or whatever IP address the server is running on. The OpenHIM console runs on ports 80 and 443.

Note: If you are using Chrome and get a certificate error, you can type thisisunsafe after clicking anywhere on the page to be able to proceed.

Make sure that the console is pointint to the correct openhim-core container. You should be able to access that container using <your-ip-address>:8080/heartbeat. You can configure this connection in configs/openhim-console/ports.json.

e) Modify OpenHIM settings as desired
Log in to the console, and set the admin password to openhim (for development), or the password of your choice if you haven't done so earlier automatically.

You can also set up Clients and Roles for the following systems:

  • postman for testing
  • each isanteplus instance that will connect to the HIE
  • the Shared Health Record

Note: any changes to the OpenHIM console container might not show up until you disable/clear the browser cache. You can also disable the cache by opening Chrome dev tools with F12 and selecting the disable cache checkbox

f) Start up Support Containers

sudo docker-compose -f docker-compose.ports.yml up -d shr-fhir opencr-fhir opencr-es kafka zookeeper

Start up iSantePlus

sudo docker-compose -f docker-compose.ports.yml up -d isanteplus-mysql isanteplus

About

IsantePlus-OpenCR

License:Mozilla Public License 2.0


Languages

Language:Shell 100.0%