Before importing the SNOMED CT data the import process creates a "transitive closure file". This allows this file to imported to create a transitive closure table that supports rapid subtype testing. The process that creates the transitive closure file from other release files uses the Perl language. Windows does not include a Perl language interpreter. Strawberry Perl is a widely used free Perl environment for Window and this should be installed on your computer before running the import script.

Download Strawberry Perl

Install Strawberry Perl

Check the Installation

perl C:\SnomedRfsMySql\lib\test.pl
Perl is correctly installed

If the message above does not appear, check the following:

  1. The command line above assumes that SnomedRfsMySql is installed in the C:\ root folder. If this is not the case, repeat the test with the correct path to SnomedRdsMySql.
  2. Ensure that you have closed all open command line windows. Then open a new command line window and run the test command again.
  3. If neither of the above steps corrects corrects the issue, it suggest a problem with the installation. Consider uninstalling and reinstalling Strawberry Perl to correct the issue.