Giter Club home page Giter Club logo

test-ehr's Introduction

EHR FHIR Server

This subproject hosts a HAPI FHIR server that is based on the hapi-fhir-jpaserver-example.

Init the test-ehr

  1. delete target folder from test-ehr
  2. delete build folder from test-ehr
  3. from Terminal (1) while in test-ehr folder: gradle appRun
  4. from Terminal (2) while in test-ehr folder: gradle loadData

Running the server

gradle appRun

This will start the server running on http://localhost:8080/test-ehr.

Adding resources to the database

The FHIR server will persist FHIR resources between restarts. You can delete the folder target to clear all resources.

To load the data from the json files in fhirResourcesToLoad, run the following script:
gradle loadData (this must be run while the FHIR server is running and use_oauth is false in src/main/resources/fhirServer.properties)

Server endpoints

Relative URL Endpoint Description
/ Web page with basic RI information
/test-ehr/ Base server endpoint
/test-ehr/r4 EHR FHIR Server endpoint
/test-ehr/reqgen Request Generator

test-ehr's People

Contributors

plarocque4 avatar yuliumitre avatar lpdecelles avatar dbruinsma avatar hossenlopp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.