Skip to content

Commit

Permalink
Merge pull request #216 from MeasureAuthoringTool/MAT-7223/updatingMo…
Browse files Browse the repository at this point in the history
…delsWithCqlMetadataupdates

Release 1.4.3
  • Loading branch information
sb-prateekkeerthi authored May 22, 2024
2 parents 4b30cd5 + be8eae3 commit 3e88a93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.2",
"version": "1.4.3",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 4 additions & 2 deletions src/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ import { BaseConfigurationTypes } from "./BaseConfigurationTypes";
export type Code = {
name: string;
display: string;
version: string;
svsVersion: string;
fhirVersion: string;
codeSystem: string;
codeSystemOid: string;
status: string;
}
export type CodeSystem = {
name: string;
display: string;
version: string;
svsVersion: string;
fhirVersion: string;
codeSystem: string;
codeSystemOid: string;
status: string;
Expand Down

0 comments on commit 3e88a93

Please sign in to comment.