Skip to content

Commit

Permalink
update state programs october 2024 (#2857)
Browse files Browse the repository at this point in the history
* update state programs october 2024
  • Loading branch information
macrael authored Oct 22, 2024
1 parent 79f7a7e commit c175d04
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 48 deletions.
60 changes: 36 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 @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
]
}
60 changes: 36 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 @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit c175d04

Please sign in to comment.