Skip to content

Commit

Permalink
update state programs october 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
macrael committed Oct 21, 2024
1 parent 00443ce commit 984dc38
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
48 changes: 24 additions & 24 deletions services/app-api/src/common-code/data/statePrograms.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -525,6 +501,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",
Expand Down Expand Up @@ -746,6 +728,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"
Expand Down Expand Up @@ -1355,6 +1343,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"
}
]
}
48 changes: 24 additions & 24 deletions services/app-web/src/common-code/data/statePrograms.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -525,6 +501,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",
Expand Down Expand Up @@ -746,6 +728,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"
Expand Down Expand Up @@ -1355,6 +1343,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"
}
]
}

0 comments on commit 984dc38

Please sign in to comment.