Skip to content

Commit

Permalink
Merge pull request #93 from MeasureAuthoringTool/winme_2024-08-12_1_h…
Browse files Browse the repository at this point in the history
…otfix_MAT-7553

Winme 2024 08 12 2 hotfix mat 7553
  • Loading branch information
mcmcphillips authored Aug 12, 2024
2 parents fb53ffa + 54dd58b commit 0c0887a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,10 @@
<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 Clinical Outcome'">INTERM-OM</xsl:when>
<xsl:when test="$nameVar = 'Intermediate 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 0c0887a

Please sign in to comment.