Skip to content

Commit

Permalink
MAT-7507 another mapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Liu committed Aug 8, 2024
1 parent 2533e2e commit 06014b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gov.cms.madie</groupId>
<artifactId>madie-java-models</artifactId>
<version>0.6.54-SNAPSHOT</version>
<version>0.6.55-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ProcedurePerformed extends DataElement {
private Interval relevantPeriod;
private Code reason;
private Code method;
private String result;
private Code result;
private Code status;
private Code anatomicalLocationSite;
private Integer rank;
Expand Down

0 comments on commit 06014b0

Please sign in to comment.