Skip to content

Commit

Permalink
Remove severity from NodeCodeSystemMatchesConfiguredCodeSystemValidator
Browse files Browse the repository at this point in the history
-NodeCodeSystemMatchesConfiguredCodeSystemValidator defaults to SHALL so
providing a severity has no effect and makes it look like it's doing
something it is not
  • Loading branch information
drbgfc committed Jun 25, 2019
1 parent 845baf4 commit 94b649f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configuration/ccdaReferenceValidatorConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,7 @@
</expression>
<expression xpathExpression="/v3:ClinicalDocument/v3:templateId[@root='2.16.840.1.113883.10.20.22.1.15' and @extension='2015-08-01']/ancestor::v3:ClinicalDocument[1]/v3:participant/v3:associatedEntity/v3:code[not(@nullFlavor)]">
<validator>
<name>NodeCodeSystemMatchesConfiguredCodeSystemValidator</name>
<validationResultSeverityLevels>
<codeSeverityLevel>SHALL</codeSeverityLevel>
</validationResultSeverityLevels>
<name>NodeCodeSystemMatchesConfiguredCodeSystemValidator</name>
<nodeType>codeSystem</nodeType>
<allowedValuesetOids>2.16.840.1.113883.5.111</allowedValuesetOids>
</validator>
Expand Down

0 comments on commit 94b649f

Please sign in to comment.