Difference between revisions of "HAPI FHIR Software for IHE Connectathons"

From IHE Wiki
Jump to navigation Jump to search
(Created page with "=FHIR Read-Write Server (HAPI FHIR Server)= * Clone a copy of the HAPI-FHIR server :<code>git clone https://github.com/jamesagnew/hapi-fhir.git</code> * Checkout the appropr...")
(No difference)

Revision as of 10:32, 16 February 2020

FHIR Read-Write Server (HAPI FHIR Server)

  • Clone a copy of the HAPI-FHIR server
git clone https://github.com/jamesagnew/hapi-fhir.git
  • Checkout the appropriate branch or version. For NA 2020, we used v4.1.0. Your event may use a more recent version.
cd hapi-fhir
git checkout v4.1.0
  • Modify source code

There are small changes necessary to configure the software. These are completed directly in the source code and not in a configuration file. Please see HAPI FHIR Software for IHE Connectathons

  • Build the war file

Use the mvn command to build the war file. You want to use the flag -DskipTests unless you want to wait a long time for the unit tests to complete.

mvn -DskipTests install


Structure Sets and Other Test Data