Skip to content

millanjk/openFHIR

 
 

Repository files navigation

Development Status

⚠️ ALPHA - Under Active Development and Quality Assurance ⚠️

This project is currently in its alpha stage. It is actively being developed, and we are in the process of conducting thorough quality assurance testing. Therefore, expect potential instability and incomplete features.


openFHIR logo

openFHIR is an engine that implements FHIR Connect specification and facilitates bidirectional mappings between openEHR and FHIR. It is an open source edition of the commercial offering available at https://open-fhir.com

Build

With docker and docker-compose

Build the docker image

docker-compose build

Run all services

docker-compose up

Build with Maven

Build the jar

mvn clean package

Setup postgres (skip if postgres is locally configured)

docker-compose up db

Run using

java -jar target/*.jar

When it's running browse to Swagger UI --> http://localhost:8080/swagger-ui/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%