Skip to content

Commit 9a92095

Browse files
committed
MAT-10067: add telehealthEligible to MeasureMetadata
1 parent 495a638 commit 9a92095

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@madie/madie-models",
3-
"version": "1.4.73",
3+
"version": "1.4.74",
44
"description": "Models for MADiE Project",
55
"scripts": {
66
"build": "tsc",

src/Measure.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export interface MeasureMetadata {
5353
endorsements?: Array<Endorsement>;
5454
definition?: string;
5555
experimental?: boolean;
56+
telehealthEligible?: boolean;
5657
transmissionFormat?: string;
5758
measureSetTitle?: string;
5859
cqlMetaData?: CqlMetaData;

0 commit comments

Comments
 (0)