Skip to content

Commit

Permalink
Merge pull request #214 from MeasureAuthoringTool/MAT-6853_ApplyCodeT…
Browse files Browse the repository at this point in the history
…oCql

Release 1.4.2
  • Loading branch information
gregory-akins authored May 3, 2024
2 parents 5f1c0da + 0c89bc4 commit 4b30cd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1",
"version": "1.4.2",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions src/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type Code = {
codeSystemOid: string;
status: string;
}
export type CodeSystemVersion = {
export type CodeSystem = {
name: string;
display: string;
version: string;
Expand All @@ -23,7 +23,7 @@ export type CodeSystemVersion = {
status: string;
}
export type CqlMetaData = {
codeSystemMap: Map<string, CodeSystemVersion>;
codeSystemMap: Map<string, CodeSystem>;
}
export interface MeasureMetadata {
steward?: Organization;
Expand Down

0 comments on commit 4b30cd5

Please sign in to comment.