Skip to content

Commit

Permalink
Merge branch 'release/1.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Plow74 committed Dec 5, 2016
2 parents 23cc4ac + e6b0904 commit 4692e04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configuration/ccdaReferenceValidatorConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -995,14 +995,14 @@
</validator>
</expression>

<!--15. MAY contain zero or one [0..1] administrationUnitCode, which SHALL be selected from ValueSet Medication Product Form Value Set urn:oid:2.16.840.1.113883.3.88.12.3221.8.11 DYNAMIC (CONF:1098-7519).-->
<!--15. MAY contain zero or one [0..1] administrationUnitCode, which SHALL be selected from ValueSet AdministrationUnitDoseForm urn:oid:2.16.840.1.113762.1.4.1021.30 DYNAMIC (CONF:1098-7519).-->
<expression xpathExpression="//v3:substanceAdministration/v3:templateId[@root='2.16.840.1.113883.10.20.22.4.16' and @extension='2014-06-09']/ancestor::v3:substanceAdministration[1]/v3:administrationUnitCode[not(@nullFlavor) and ancestor::v3:section[not(@nullFlavor)]]">
<validator>
<name>ValueSetCodeValidator</name>
<validationResultSeverityLevels>
<codeSeverityLevel>SHALL</codeSeverityLevel>
</validationResultSeverityLevels>
<allowedValuesetOids>2.16.840.1.113883.3.88.12.3221.8.11</allowedValuesetOids>
<allowedValuesetOids>2.16.840.1.113762.1.4.1021.30</allowedValuesetOids>
</validator>
</expression>
<!-- MEDICATION ACTIVITY END -->
Expand Down
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.8</version>
<version>1.0.9</version>
<packaging>war</packaging>
<name>Reference CCDA Validator</name>

Expand Down Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.sitenv</groupId>
<artifactId>contentvalidator-api</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
<!-- END CONTENT DEPENDENCIES -->

Expand Down

0 comments on commit 4692e04

Please sign in to comment.