Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
9d2fd77a
Commit
9d2fd77a
authored
Mar 06, 2018
by
Volker Thiemann
Browse files
Import Error for Tetanusschutz fixed (NI was imported as "yes")
parent
069ef001
Changes
1
Hide whitespace changes
Inline
Side-by-side
cda-import/src/main/resources/cda-eav/1.2.276.0.76.10.1019.xsl
View file @
9d2fd77a
...
...
@@ -358,8 +358,8 @@
<xsl:attribute
name=
"concept"
>
<xsl:choose>
<xsl:when
test=
"../@negationInd = 'true'"
><xsl:value-of
select=
"$LOINC-Prefix"
/>
11458-7:NEG
</xsl:when>
<xsl:when
test=
"../@negationInd = 'false' and not (@nullFlavor = 'NI')"
><xsl:value-of
select=
"$LOINC-Prefix"
/>
11458-7
</xsl:when>
<xsl:when
test=
"../@negationInd = 'false' and @nullFlavor = 'NI'"
><xsl:value-of
select=
"$LOINC-Prefix"
/>
11458-7:NI
</xsl:when>
<xsl:when
test=
"../@negationInd = 'false' and not (
../
@nullFlavor = 'NI')"
><xsl:value-of
select=
"$LOINC-Prefix"
/>
11458-7
</xsl:when>
<xsl:when
test=
"../@negationInd = 'false' and
../
@nullFlavor = 'NI'"
><xsl:value-of
select=
"$LOINC-Prefix"
/>
11458-7:NI
</xsl:when>
</xsl:choose>
</xsl:attribute>
<xsl:if
test=
"../cda:effectiveTime/@value"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment