Local Installation for PLIR
Make sure you have docker and docker-compose installed locally.
See Docker Installation Instructions for your environment. If running on Linux, check https://docs.docker.com/compose/install/ to install docker compose.
Checkout this git-repo for a fully pre-configured Dockerized PLIR set up and follow the instruction below
Clone the Repository locally
git clone https://github.com/openmrs/openmrs-plir-dockerized-setup.gitMove to the project root directory and spin up the pre-configured OpenMRS ,OpenHIM ,Hapi-Fhir and the streaming-binlog pipeline instances .
./run.shYou should be able to acces the OpenMRS ,OpenHIM and Hapi-Fhir instances at the following urls
Instance
URL
credentials (user : password)
OpenMRS
admin : Admin123OpenHIM
root@openhim.org
: openhim-passwordHapi FHir
hapi : hapi123Note:
The OpenMRS Instance is pre-loaded with CIEL and a sample form (HIV_form) to collect TX_PVLS specific data
The above script also loads the necesary TX_PVLS Measure and Library Resources into the Hapi FHir . see the Resources under the
resourcesfolder.The Openhim instance is pre-configured with the necesary meta-data
Wait for the plir-streaming-pipeline container to start running before adding any data into OpenMRS. The running Pipeline will then listen to any data changes added in to OpenMRS and route them to the FHIR server through OpenHIM.
Invoke the collect-data FHIR Operation using the Get request below to generate the relevant Dataset for TX_PVLS
GET: http://localhost:8090/fhir/Measure/TX-PVLS/$collect-data?periodStart=<date>&periodEnd=<date>Invoke the evaluate-measure FHIR Operation using the Get request below for the indicator calculation based on CQL evaluation
GET: http://localhost:8090/fhir/Measure/TX-PVLS/$evaluate-measure?periodStart=<date>&periodEnd=<date>
Note : substitute<date>in the GET request with your actual date parameter .You can use a plir-widget innitially develeoped by the bahmni-plir team , to easily query and visualise the Measure report generated from the HAPI-FHIR server .
Install the http-server . see inginix (proxy-server) config under
plir-widget/config/nginx.conf.To run the widget , run the command below from the root directory
./run-widget.shyou should be able to access the widget at http://localhost:7000/ .
Procede to select the measure TX-PVLS , select the start date and generate the report using the widget
To remove and clean out all created containers and volumes, run
./stop.shMain Repositories
Hapi FHir for OpenMRS PLIR https://github.com/openmrs/openmrs-contrib-plm-fhir-server
Analytics Engine Pipeline https://github.com/GoogleCloudPlatform/openmrs-fhir-analytics