Skip to content

liebowitz/snomed-ct-data

 
 

Repository files navigation

Team Ownership - Product Owner

Data Team

Getting Started

Follow these instructions to generate a snomedct dataset:

  1. Clone the snomed-ct-data repository
git clone [Rep URL]
  1. Change local directory to snomed-ct-data

  2. Download US or International RF2 Files from SNOMED CT: https://www.nlm.nih.gov/healthit/snomedct/index.html

  3. Place the downloaded SnomedCT_*_.zip in your local Downloads directory.

  4. Ensure the snomed-ct-data/pom.xml contains the proper tags containing source filename for the downloaded files such as: <source.zip>, <gmdn.mapping.source.zip>, <gmdn.device.source.zip>, etc.

  5. Create a ~/Solor directory and ensure ~/Solor/generated-data does not exist or is empty.

  6. You can create a reasoned or unreasoned dataset by either including or commenting out the snomed-ct-data/pom.xml snomed-ct-reasoner

  7. Enter the following command to build the dataset:

mvn clean install -U "-DMaven.build.cache.enable=false"
  1. Enter the following command to deploy the dataset:
mvn deploy -f snomed-ct-export "-DdeployToNexus=true" "-Dmaven.deploy.skip=true" "-Dmaven.build.cache.enabled=false"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%