Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install OpenHIM and the required mediators
    1. You will need to install both the OpenHIM-core (the server) and the OpenHIM-console (the web interface)
    2. To install the OpenHIM-core follow the steps found here: https://github.com/jembi/openhim-core-js#installation-and-development
    3. To install the OpenHIM-console follow the steps found here: https://github.com/jembi/openhim-console#production-deployment
    4. You will also need to install the xds-mediator. (This can be on a separate server or on the same server as the OpenHIM)
      1. This mediator is a Java application, you can find it here: https://github.com/jembi/openhim-mediator-xds
      2. Compile this application by running 'mvn package'
      3. Then run it by running: 'java -jar target/mediator-xds-x.x.x-jar-with-dependencies.jar'
    5. If you run into trouble ask for help in the interoperability layer community: https://groups.google.com/forum/?hl=en&fromgroups#!forum/openhie-interoperability-layer
  2. Install OpenSHR
    1. First you will need to install OpenMRS v1.11 which is the platform on which the OpenSHR is built, you can find the step here: https://wiki.openmrs.org/display/docs/Installing+OpenMRS
    2. Secondly, you will need to obtain and install the OpenMRS CIEL dictionary (additional concepts) see https://wiki.openmrs.org/display/docs/Getting+and+Using+the+MVP-CIEL+Concept+Dictionary
    3. Next, you will need to download and load each of the following OpenMRS modules:There is a Debian package that makes the installation of OpenSHR easier, see the documentation here -https://github.com/jembi/openmrsopenshr#setting-moduleup-shrthe-xdsopenshr-b-repository#setup
    4. https://github.com/jembi/openmrs-module-shr-contenthandler
    5. https://github.com/jembi/openmrs-module-shr-odd
    6. https://github.com/jembi/openmrs-module-shr-cdahandler
    7. https://github.com/jembi/openmrs-module-shr-atna
    8. Next, you will need to install an XDS.b registry (together the XDS.b registry and OpenMRS with the above modules, which make it an XDS.b repository implementation, together make up the OpenSHR)We suggest the use of OpenXDS to provide the XDS.b registry component, you can find the instruction for installing this tool here: https://www.projects.openhealthtools.org/sf/go/page1120on-ubuntu-from-a-ppa-1404-trusty
    9. If you run into trouble ask for help in the shared health record community: https://groups.google.com/forum/?hl=en&fromgroups#!forum/openhie-shr
  3. Install OpenInfoMan
    1. See steps here: https://github.com/openhie/openinfoman/wiki/Install-Instructions
    2. If you run into trouble ask for help in the health worker registry community: https://groups.google.com/forum/?hl=en&fromgroups#!forum/provider-registry
  4. Install OpenEMPI or Mohawk CR
    1. Ask the OpenHIE client registry community for help getting setup: https://groups.google.com/forum/?hl=en&fromgroups#!forum/client-registry

...