From c175d04fb395f9136f9e2379db4696c0ddd71bf6 Mon Sep 17 00:00:00 2001 From: MacRae Linton <55759+macrael@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:21:01 -0700 Subject: [PATCH] update state programs october 2024 (#2857) * update state programs october 2024 --- .../src/common-code/data/statePrograms.json | 60 +++++++++++-------- .../src/common-code/data/statePrograms.json | 60 +++++++++++-------- 2 files changed, 72 insertions(+), 48 deletions(-) diff --git a/services/app-api/src/common-code/data/statePrograms.json b/services/app-api/src/common-code/data/statePrograms.json index 00c29c07f9..77bfb39085 100644 --- a/services/app-api/src/common-code/data/statePrograms.json +++ b/services/app-api/src/common-code/data/statePrograms.json @@ -42,30 +42,6 @@ ], "code": "AR" }, - { - "name": "American Samoa", - "programs": [ - { - "id": "18648419-b1af-423d-8423-ff5fdf8e74e5", - "fullName": "MC Review Test Program", - "name": "MCRTP", - "isRateProgram": false - }, - { - "id": "b4775eeb-365f-48e9-bf2e-8c2d0e8dbc70", - "fullName": "TPPlus", - "name": "tpplus", - "isRateProgram": false - }, - { - "id": "e112301b-72c7-4c8f-856a-2cf8c6a1465b", - "fullName": "Samoa CHIP", - "name": "SCHIP", - "isRateProgram": false - } - ], - "code": "AS" - }, { "name": "Arizona", "programs": [ @@ -108,6 +84,18 @@ ], "code": "AZ" }, + { + "name": "American Samoa", + "programs": [ + { + "id": "b4775eeb-365f-48e9-bf2e-8c2d0e8dbc70", + "fullName": "MC Review Test Program Plus", + "name": "TPPLUS", + "isRateProgram": false + } + ], + "code": "AS" + }, { "name": "California", "programs": [ @@ -525,6 +513,12 @@ { "name": "Massachusetts", "programs": [ + { + "id": "66ab8b4d-910b-4955-b2ec-44503e423c72", + "fullName": "Senior Care Options", + "name": "SCO", + "isRateProgram": false + }, { "id": "1076bd88-69c7-470f-839c-481c0ad13b97", "fullName": "MassHealth Managed Care Organization Program", @@ -746,6 +740,12 @@ "fullName": "Community Care of North Carolina", "name": "CCNC", "isRateProgram": false + }, + { + "id": "a59a2940-366a-4bce-a276-96f9de953930", + "fullName": "Children and Families Specialty Plan", + "name": "CFSP", + "isRateProgram": false } ], "code": "NC" @@ -1355,6 +1355,18 @@ } ], "code": "WV" + }, + { + "name": "Wyoming", + "programs": [ + { + "id": "15bc2df2-dc95-4849-9539-25024139443c", + "fullName": "Wyoming Medicaid’s Care Management Entity", + "name": "CME", + "isRateProgram": false + } + ], + "code": "WY" } ] } diff --git a/services/app-web/src/common-code/data/statePrograms.json b/services/app-web/src/common-code/data/statePrograms.json index 00c29c07f9..77bfb39085 100644 --- a/services/app-web/src/common-code/data/statePrograms.json +++ b/services/app-web/src/common-code/data/statePrograms.json @@ -42,30 +42,6 @@ ], "code": "AR" }, - { - "name": "American Samoa", - "programs": [ - { - "id": "18648419-b1af-423d-8423-ff5fdf8e74e5", - "fullName": "MC Review Test Program", - "name": "MCRTP", - "isRateProgram": false - }, - { - "id": "b4775eeb-365f-48e9-bf2e-8c2d0e8dbc70", - "fullName": "TPPlus", - "name": "tpplus", - "isRateProgram": false - }, - { - "id": "e112301b-72c7-4c8f-856a-2cf8c6a1465b", - "fullName": "Samoa CHIP", - "name": "SCHIP", - "isRateProgram": false - } - ], - "code": "AS" - }, { "name": "Arizona", "programs": [ @@ -108,6 +84,18 @@ ], "code": "AZ" }, + { + "name": "American Samoa", + "programs": [ + { + "id": "b4775eeb-365f-48e9-bf2e-8c2d0e8dbc70", + "fullName": "MC Review Test Program Plus", + "name": "TPPLUS", + "isRateProgram": false + } + ], + "code": "AS" + }, { "name": "California", "programs": [ @@ -525,6 +513,12 @@ { "name": "Massachusetts", "programs": [ + { + "id": "66ab8b4d-910b-4955-b2ec-44503e423c72", + "fullName": "Senior Care Options", + "name": "SCO", + "isRateProgram": false + }, { "id": "1076bd88-69c7-470f-839c-481c0ad13b97", "fullName": "MassHealth Managed Care Organization Program", @@ -746,6 +740,12 @@ "fullName": "Community Care of North Carolina", "name": "CCNC", "isRateProgram": false + }, + { + "id": "a59a2940-366a-4bce-a276-96f9de953930", + "fullName": "Children and Families Specialty Plan", + "name": "CFSP", + "isRateProgram": false } ], "code": "NC" @@ -1355,6 +1355,18 @@ } ], "code": "WV" + }, + { + "name": "Wyoming", + "programs": [ + { + "id": "15bc2df2-dc95-4849-9539-25024139443c", + "fullName": "Wyoming Medicaid’s Care Management Entity", + "name": "CME", + "isRateProgram": false + } + ], + "code": "WY" } ] }