Skip to content

Commit

Permalink
Merge pull request #72 from MeasureAuthoringTool/feature/MAT-7324-cqm…
Browse files Browse the repository at this point in the history
…measuremapper-bugfix

MAT-7324: fix issue with data element mapper and unwanted negation
  • Loading branch information
nmorasb authored Jun 12, 2024
2 parents 062e538 + 5ed1024 commit dc36c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gov/cms/madie/services/CqmMeasureMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ default DataElement instantiateModel(String type) {
return new AssessmentRecommended();
case "CareGoal":
return new CareGoal();
case "CommunicationNotPerformed":
case "CommunicationPerformed":
return new CommunicationPerformed();
case "DeviceOrder":
return new DeviceOrder();
Expand Down

0 comments on commit dc36c5f

Please sign in to comment.