@madie/madie-models
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -8,2 +8,21 @@ import { Model } from "./Model"; | ||
import { BaseConfigurationTypes } from "./BaseConfigurationTypes"; | ||
export declare type Code = { | ||
name: string; | ||
display: string; | ||
version: string; | ||
codeSystem: string; | ||
codeSystemOid: string; | ||
status: string; | ||
}; | ||
export declare type CodeSystemVersion = { | ||
name: string; | ||
display: string; | ||
version: string; | ||
codeSystem: string; | ||
codeSystemOid: string; | ||
status: string; | ||
}; | ||
export declare type CqlMetaData = { | ||
codeSystemMap: Map<string, CodeSystemVersion>; | ||
}; | ||
export interface MeasureMetadata { | ||
@@ -27,2 +46,3 @@ steward?: Organization; | ||
measureSetTitle?: string; | ||
cqlMetaData?: CqlMetaData; | ||
} | ||
@@ -29,0 +49,0 @@ export interface Reference { |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Models for MADiE Project", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19721
549