GithubHelp home page GithubHelp logo

lenalee103 / highmed-dsf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from highmed/highmed-dsf

0.0 1.0 0.0 7.54 MB

HiGHmed Data Sharing Framework

License: Apache License 2.0

Shell 0.16% JavaScript 0.67% Java 97.51% PowerShell 0.08% CSS 0.17% PLpgSQL 1.29% Batchfile 0.05% Dockerfile 0.08%

highmed-dsf's Introduction

HiGHmed Data Sharing Framework (HiGHmed DSF)

Java CI with Maven status

The HiGHmed Data Sharing Framework (HiGHmed DSF) implements a distributed process engine based on the BPMN 2.0 and FHIR R4 standards. Within the HiGHmed medical informatics consortium, the DSF is used to support biomedical research with routine data. Every participating site runs a FHIR endpoint (dsf-fhir) accessible by other sites and a business process engine (dsf-bpe) in the local secured network. Authentication between sites is handled using X.509 client/server certificates. The process engines execute BPMN processes in order to coordinate local and remote steps necessary to enable cross-site data sharing and feasibility analyses. This includes access to local data repositories, use-and-access-committee decision support, consent filtering, and privacy preserving record-linkage and pseudonymization.

Development

Branching follows the git-flow model, for the latest development version see branch develop.

License

All code from the HiGHmed Data Sharing Framework is published under the Apache-2.0 License.

Wiki

A full documentation can be found in the Wiki.

Manual Integration Testing (local with Docker)

Prerequisite: Java 11, Maven >= 3.6, Docker >= 18

  • Build the entire project from the root directory of this repository
    mvn clean install
    
  • Build docker images
    • Windows: in the .../dsf-docker-test-setup folder execute
      docker-build.bat
      
    • Unix/Linux: in the .../dsf-docker-test-setup folder execute
      docker-build.sh
      
  • Start docker containers
    • To start the FHIR server execute in the .../dsf-docker-test-setup/fhir folder
      docker-compose up
      
    • To start the BPE server execute in the .../dsf-docker-test-setup/bpe folder
      docker-compose up
      
  • To access the FHIR endpoint (https://fhir/fhir/...) add a 127.0.0.1 fhir entry to your local hosts file and install .../highmed-dsf/dsf-tools/dsf-tools-test-data-generator/cert/Webbrowser_Test_User/Webbrowser_Test_User_certificate.p12 (Password: password) in your web browsers certifiate store. The p12 file includes a client certificate for "Webbrowser Test User" and the "Test CA" certificate. All private-keys and certificates including the Test CA are generated during the maven build and are private to your machine. Make sure to protect the CA private-key at .../highmed-dsf/dsf-tools/dsf-tools-test-data-generator/cert/ca/testca_private-key.pem from third-party access if you have installed the Test CA certificate in your certificate store.
  • The BPE rest interface (https://localhost:8443/bpe/...) can be accessed via a web browser as well, but is currently not needed for testing.

highmed-dsf's People

Contributors

hhund avatar wetret avatar alhersh avatar patrick-werner avatar alexanderkiel avatar dicanio avatar sevkohler avatar

Watchers

James Cloos 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.