Data Team
Follow these instructions to generate a loinc dataset:
- Clone the loinc-data repository
git clone [Rep URL]
-
Change local directory to
loinc-data
-
Download Loinc file from LOINC site: https://loinc.org/downloads/
-
Place the downloaded Loinc_*_.zip in your local Downloads directory.
-
Ensure the loinc-data/pom.xml contains the proper tags containing source filename for the downloaded files such as: <source.zip>, <source.version>, etc.
-
Create a ~/Solor directory and ensure ~/Solor/generated-data does not exist or is empty.
-
You can create a reasoned or unreasoned dataset by either including or commenting out the loinc-data/pom.xml loinc-reasoner
-
Enter the following command to build the dataset:
mvn clean install -U "-DMaven.build.cache.enable=false"
- Enter the following command to deploy the dataset:
mvn deploy -f loinc-export "-DdeployToNexus=true" "-Dmaven.deploy.skip=true" "-Dmaven.build.cache.enabled=false"
- NOTE. This repo is built on top of an unreasoned spined array DB from snomed-ct-data. Therefore, make sure you have it built before running step #8.