Hi,
We are unable to get the validator to load the valusets or codes. We've followed the instructions extremely carefully and followed every piece of advice online to no avail. At this point we're completely out of ideas and completely desperate. Thank you for any insight!
Log output. As you can see it finishes loading the database in 0 time at all, which I suspect is wrong (since there's so much data):
LOADING SCENARIO FILES AT /srv/validator_configuration/scenarios
LOADING VOCABULARY DATABASES FROM THE FOLLOWING RESOURCES: VALUESETS - /srv/validator_configuration/vocabulary/valueset_repository CODES - /srv/validator_configuration/vocabulary/code_repository
Dec 15, 2020 10:29:44 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of deployment descriptor [/usr/local/tomcat/conf/Catalina/localhost/referenceccdaservice.xml] has finished in [11,138] ms
Dec 15, 2020 10:29:44 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Dec 15, 2020 10:29:44 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 11296 ms
conf/Catalina/localhost/referenceccdaservice.xml
<Context reloadable="true">
<Parameter name="vocabulary.localCodeRepositoryDir" value="/srv/validator_configuration/vocabulary/code_repository" override="true"/>
<Parameter name="vocabulary.localValueSetRepositoryDir" value="/srv/validator_configuration/vocabulary/valueset_repository" override="true"/>
<Parameter name="referenceccda.configFile" value="/srv/validator_configuration/ccdaReferenceValidatorConfig.xml" override="true"/>
<Parameter name="referenceccda.isDynamicVocab" value="false" override="true"/>
<Parameter name="referenceccda.configFolder" value="/srv/validator_configuration" override="true"/>
<Parameter name="content.scenariosDir" value="/srv/validator_configuration/scenarios" override="true"/>
</Context>
Valueset files
ls -1 /srv/validator_configuration/vocabulary/valueset_repository/VSAC/
Language.xlsx
PostalCode.xlsx
StateValueSet.xlsx
c_cda_release_20200713.xlsx
country.xlsx
The c_cda_release_20200713.xlsx files was obtained from VSAC. I also tried downloading all of the files individually but it didn't seem to matter.
Code System files
ls -1 /srv/validator_configuration/vocabulary/code_repository/*/
/srv/validator_configuration/vocabulary/code_repository/CDT/:
CDT.xlsx
/srv/validator_configuration/vocabulary/code_repository/CPT/:
CPT.txt
/srv/validator_configuration/vocabulary/code_repository/HCPCS/:
/srv/validator_configuration/vocabulary/code_repository/ICD10CM/:
ICD10CM.txt
/srv/validator_configuration/vocabulary/code_repository/ICD10PCS/:
ICD10PCS.txt
/srv/validator_configuration/vocabulary/code_repository/ICD9CM_DX/:
/srv/validator_configuration/vocabulary/code_repository/ICD9CM_SG/:
/srv/validator_configuration/vocabulary/code_repository/LOINC/:
LOINC.csv
/srv/validator_configuration/vocabulary/code_repository/RXNORM/:
RXNCONSO.RRF
/srv/validator_configuration/vocabulary/code_repository/SNOMED-CT/:
SNOMED-CT.txt
Hi,
We are unable to get the validator to load the valusets or codes. We've followed the instructions extremely carefully and followed every piece of advice online to no avail. At this point we're completely out of ideas and completely desperate. Thank you for any insight!
Log output. As you can see it finishes loading the database in 0 time at all, which I suspect is wrong (since there's so much data):
conf/Catalina/localhost/referenceccdaservice.xml
Valueset files
The
c_cda_release_20200713.xlsxfiles was obtained from VSAC. I also tried downloading all of the files individually but it didn't seem to matter.Code System files