Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 604 Bytes

HAPI-FHIR JPAServer

This project is an example of HAPI-FHIR JPAServer which is used InterSystems Caché as a backend.

How to use

You need to have Java and Maven installed before using. Clone this project. to build project you may use this command

mvn install

And then you can launch this servlet with jetty

mvn jetty:run

By default it is used Caché Server on localhost:1972 and Namespace FHIR. You can change this settings in file FhirServerConfig.java. Tested with 2016.2.