Skip to content

Commit

Permalink
MAT-7243: Add class member for the FHIR Human Readable as a String. T…
Browse files Browse the repository at this point in the history
…his will allow it to be retrieved independently of the rest of the Bundle.
  • Loading branch information
jkotanchik-SB committed Jan 9, 2025
1 parent a7e492f commit 7dd954e
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 7dd954e

Please sign in to comment.