Skip to content

Commit

Permalink
MAT-7553: Update render for new displayNames
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Aug 12, 2024
1 parent fb53ffa commit 34ba385
Showing 1 changed file with 2 additions and 0 deletions.
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>
<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>
<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

0 comments on commit 34ba385

Please sign in to comment.