Skip to content

Commit

Permalink
Merge pull request #241 from MeasureAuthoringTool/MAT-7529
Browse files Browse the repository at this point in the history
Release 1.4.24
  • Loading branch information
adongare authored Dec 30, 2024
2 parents e8b277f + 394a19a commit f6ac5bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-models",
"version": "1.4.23",
"version": "1.4.24",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
3 changes: 2 additions & 1 deletion src/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type Code = {
fhirVersion: string;
codeSystem: string;
codeSystemOid: string;
codeSystemUrl: string;
status: string;
versionIncluded: boolean;
suffix?: string;
Expand Down Expand Up @@ -163,7 +164,7 @@ export interface Measure {
createdBy: string;
lastModifiedAt: string;
lastModifiedBy: string;
model: Model | "";
model: Model;
measureMetaData?: MeasureMetadata;
measurementPeriodStart: Date;
measurementPeriodEnd: Date;
Expand Down

0 comments on commit f6ac5bb

Please sign in to comment.