Skip to content

v1 of OCL's FHIR Terminology Service in Java (deprecated)

License

Notifications You must be signed in to change notification settings

OpenConceptLab/oclfhir

Repository files navigation

oclfhir

FHIR Terminology Service for Open Concept Lab

versions

FHIR v4.0.1

HAPI FHIR v5.0.0

Java OpenJDK 14.0.2

Building

In order to build run: docker-compose build

Running

Before running make sure that oclapi2 is running. Check the oclapi2 network by running: docker network list

If it is different than oclapi2_default, please prepend network variable OCLAPI_NETWORK=oclapi to the following run commands.

In order to startup the FHIR service in development mode run: SERVER_PORT=9000 docker-compose up

To run in production run: SERVER_PORT=9000 docker-compose -f docker-compose.yml up

Release

Every build is a candidate for release.

In order to release please trigger the release build step in our CI. Please note that the maintenance version will be automatically increased after a successful release. It is desired only, if you are releasing the latest build and should be turned off by setting the increaseMaintenanceRelease variable to false on the Run stage "Release" popup in other cases.

A deployment release will be automatically created and pushed to the staging environment.

Deployment

In order to deploy please trigger the deployment here. Please use an existing deployment release.

About

v1 of OCL's FHIR Terminology Service in Java (deprecated)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages