Skip to content

Commit

Permalink
add cmit data for qm table
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocio De Santiago authored and Rocio De Santiago committed Dec 9, 2024
1 parent 746d268 commit ec2e9c6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions services/app-api/forms/cmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,17 @@ export const CMIT_LIST: CMIT[] = [
dataSource: DataSource.Hybrid,
options: "",
},
{
cmit: 963,
name: "LTSS-3: Shared Person-Centered Plan with Primary Care Provider",
uid: "963",
measureSteward: "CMS",
measureSpecification: [
MeasureSpecification.CMS,
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
options: "",
},
];
13 changes: 13 additions & 0 deletions services/ui-src/src/cmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@ export const CMIT_LIST: CMIT[] = [
dataSource: DataSource.Hybrid,
options: "",
},
{
cmit: 963,
name: "LTSS-3: Shared Person-Centered Plan with Primary Care Provider",
uid: "963",
measureSteward: "CMS",
measureSpecification: [
MeasureSpecification.CMS,
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
options: "",
},
];

0 comments on commit ec2e9c6

Please sign in to comment.