Skip to content

Commit

Permalink
Merge pull request #258 from MeasureAuthoringTool/feature/mat-7243-sa…
Browse files Browse the repository at this point in the history
…ve-fhir-human-readable-separately

[MAT-7243] Add FHIR Human Readable as a separate entry to the Export model
  • Loading branch information
jkotanchik-SB authored Jan 9, 2025
2 parents a7e492f + 7dd954e commit e4a24a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.73-SNAPSHOT</version>
<version>0.6.74-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gov/cms/madie/models/measure/Export.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public class Export {
@Id private String id;
private String measureId;
private String measureBundleJson;
private String humanReadable;
private byte[] packageData;
}

0 comments on commit e4a24a4

Please sign in to comment.