BD2KOnFHIR / NLP2FHIR-Docker

0 stars 2 forks source link

NLP2FHIR-Docker

The NLP2FHIR-Docker project was created to ease the burden of building the NLP2FHIR project. This project builds the multiple software projects required as dependencies for running the GUI in the NLP2FHIR project. This is done by creating a Docker container to build the projects and place the resources and artifacts on a volume (directory) on the user’s system. Additionally, there is a script that is produced to start the NLP2FHIR-GUI using the correct classpath.

Details

Prerequisites

To run this project, you will need the following:

After cloning the project, cd to the NLP2FHIR-Docker directory. In this directory, you will need to supply two additional directories (UMLS and SNOMEDCT_US). Both of these resources require you to have a UMLS license. As such, it is the responsibility of the user to manually download the UMLS and SNOMEDCT_US.

The directory structure should look like this:

Build

Mac/Linux OS

Windows OS

The Docker container will do the following tasks:

Run

After the build command has completed, there will be a target directory.
cd to this target directory.

Mac/Linux OS

Windows OS