Skip to content

Commit

Permalink
change hybrid to administrative
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaitasaini committed Dec 11, 2024
1 parent 7a0370e commit 4dcfff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions services/app-api/forms/cmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const CMIT_LIST: CMIT[] = [
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
dataSource: DataSource.Administrative,
options: "",
},
{
Expand All @@ -81,7 +81,7 @@ export const CMIT_LIST: CMIT[] = [
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
dataSource: DataSource.Administrative,
options: "",
},
{
Expand All @@ -94,7 +94,7 @@ export const CMIT_LIST: CMIT[] = [
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
dataSource: DataSource.Administrative,
options: "",
},
];
6 changes: 3 additions & 3 deletions services/ui-src/src/cmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const CMIT_LIST: CMIT[] = [
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
dataSource: DataSource.Administrative,
options: "",
},
{
Expand All @@ -77,7 +77,7 @@ export const CMIT_LIST: CMIT[] = [
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
dataSource: DataSource.Administrative,
options: "",
},
{
Expand All @@ -90,7 +90,7 @@ export const CMIT_LIST: CMIT[] = [
MeasureSpecification.HEDIS,
],
deliverySystem: [DeliverySystem.FFS, DeliverySystem.MLTSS],
dataSource: DataSource.Hybrid,
dataSource: DataSource.Administrative,
options: "",
},
];

0 comments on commit 4dcfff3

Please sign in to comment.