Skip to content

Commit

Permalink
Merge pull request #34 from siteadmin/develop
Browse files Browse the repository at this point in the history
Merge develop into master for 1.0.34/SITE 3.1.18 Aug2018 Release
  • Loading branch information
drbgfc committed Aug 28, 2018
2 parents 4bddc78 + 67b3901 commit 12ba28e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 121 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document is meant to outline the steps to successfully configure and deploy
c. With Tomcat installed and the referenceccdaservice.war in your hands, you are ready to begin configuration and deployment.

**2. Configuration Instructions**
* Vocabulary Artifacts needed for vocabulary validation
* Vocabulary Artifacts needed for vocabulary validation (please see https://github.com/siteadmin/code-validator-api and https://github.com/siteadmin/code-validator-api/tree/master/codevalidator-api/docs for further information)
* Scenario files needed for content validation
* The war
* Server (tomcat) configuration
Expand All @@ -30,15 +30,18 @@ Vocabulary Artifacts
> </validator>
> </expression>
3.Create a local directory for Codes, Valuesets and Scenario files. For example,
3. Create a local directory for Codes, Valuesets and Scenario files. For example,
a. /path/to/validator_configuration/vocabulary/code_repository
b. /path/to/validator_configuration/vocabulary/valueset_repository/VSAC
c. /path/to/validator_configuration/scenarios

> NOTE: Code systems and valuesets are externally published and this project does **NOT** come packaged with any of these files.
> code system - defines a set of codes with meanings (also known as enumeration, terminology, classification, and/or ontology)
> value set - selects a set of codes from those defined by one or more code systems
> To learn more about valuesets and code systems, go to:
NOTE: Most of the code systems and valuesets are externally published and this project does **NOT** come packaged with any of these externally published files. However, valuesets which were not externally published by VSAC were hand created by SITE and are available for download here: https://github.com/siteadmin/code-validator-api/tree/master/codevalidator-api/docs/ValueSetsHandCreatedbySITE

code system - defines a set of codes with meanings (also known as enumeration, terminology, classification, and/or ontology)

value set - selects a set of codes from those defined by one or more code systems

To learn more about valuesets and code systems, go to:
[VSAC Support](https://www.nlm.nih.gov/vsac/support/authorguidelines/code-systems.html)

The referenceccdaservice.war
Expand Down
9 changes: 0 additions & 9 deletions configuration/codesystems.txt

This file was deleted.

104 changes: 0 additions & 104 deletions configuration/valuesets.txt

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.sitenv</groupId>
<artifactId>referenceccdavalidator</artifactId>
<version>1.0.33</version>
<version>1.0.34</version>
<packaging>war</packaging>
<name>Reference CCDA Validator</name>

Expand All @@ -12,7 +12,7 @@
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<code.validator.version>1.0.15</code.validator.version>
<code.validator.version>1.0.16</code.validator.version>
<content.validator.version>1.0.19</content.validator.version>
<!-- MDHT properties -->
<mdht.models.version>3.0.8.20180531</mdht.models.version>
Expand Down

0 comments on commit 12ba28e

Please sign in to comment.