Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAT-7553: Update render for new displayNames #92

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/resources/xsl/qdm_v5_6_measure_details.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,12 @@
<xsl:when test="$nameVar = 'Appropriate Use Process'">APPROPRIATE</xsl:when>
<xsl:when test="$nameVar = 'Resource Use'">RESOURCE</xsl:when>
<xsl:when test="$nameVar = 'Efficiency'">EFFICIENCY</xsl:when>
<xsl:when test="$nameVar = 'Intermediate Outcome'">INTERM-OM</xsl:when>
<xsl:when test="$nameVar = 'Intermediate Clinical Outcome'">INTERM-OM</xsl:when>
mcmcphillips marked this conversation as resolved.
Show resolved Hide resolved
<xsl:when test="$nameVar = 'Outcome'">OUTCOME</xsl:when>
<xsl:when test="$nameVar = 'Experience'">EXPERIENCE</xsl:when>
<xsl:when test="$nameVar = 'Patient Reported Outcome Performance'">PRO-PM</xsl:when>
mcmcphillips marked this conversation as resolved.
Show resolved Hide resolved
<xsl:when test="$nameVar = 'Patient Reported Outcome'">PRO-PM</xsl:when>
<xsl:when test="$nameVar = 'Process'">PROCESS</xsl:when>
<xsl:when test="$nameVar = 'Structure'">STRUCTURE</xsl:when>
<xsl:otherwise>
Expand Down
Loading