Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

eliasmu/opelmis-hapifhir

Repository files navigation

OpenLMIS HAPI FHIR

This repository adopts one of the example hapi fhir implementations to run as a microservice in OpenLMIS v3.

How to use this locally?

Clone this repository and run ./build.sh This will create an openlmis-hapi docker image on your local machine. Once this image is created, add the following lines in your openlmis docker-compose.yml file.

hapifhir:
    image: openlmis-hapi
    depends_on: [consul]
    env_file: settings.env
    volumes:
      - 'service-config:/config'

With that additional docker compose entry, you can run openlmis v3. After openlmis is run, you would find the FHIR APIs in the following base URL.

http://localhost/hapifhir/baseDstu3/Location

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published