From 5e19e9a08e393167727db06eb9c5efa68ffd9390 Mon Sep 17 00:00:00 2001 From: MikeG112 Date: Thu, 28 Mar 2024 10:32:24 -0400 Subject: [PATCH 1/4] Add comment --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f11f405..2bd2cc1 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,12 @@ This repository houses source code and data that supports our site hosting public records we obtain. Visit the webpage for more information: https://repos.persius.org/public-records/. + + + From d5a93e8c51ddb2beb1678c4883f2e0774357eeab Mon Sep 17 00:00:00 2001 From: MikeG112 Date: Thu, 28 Mar 2024 10:40:19 -0400 Subject: [PATCH 2/4] Update comment --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2bd2cc1..c1182fe 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,11 @@ Visit the webpage for more information: https://repos.persius.org/public-records https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll +- Install jekyll, ruby, gem + +- Install bundler + +- Run bundle exec jekyll serve + --> From 34e48c9ec1504f1e4943ae5c6257604e4e5c5b59 Mon Sep 17 00:00:00 2001 From: MikeG112 Date: Thu, 28 Mar 2024 16:17:59 -0400 Subject: [PATCH 3/4] Add cms foia requests --- index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 8a14c97..c8921a6 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ This site hosts public records obtained by Persius. ## Records -This repository currently contains public records +This repository currently contains successfully acquired public records pertaining to the following subjects. ### Claims Denial Data @@ -14,3 +14,14 @@ pertaining to the following subjects. |:-------------|:------------------|:------| :----- | | PA Department of Insurance | 6/12/2023 | 2020, 2021 | Portable Document Format (PDF) | + +## Requests + +The following list documents _requests_ which we are making publicly available, regardless of +the status or outcome of the request. + + +| Record Source | Date of Submission | Status | Description | +|:-------------|:------------------|:------ | :------ | +| Centers for Medicare and Medicaid Services | 3/28/24 | [Submitted](#) | Complete technical documentation for the Medicare Appeals System (MAS). This is a collaboration with the [Data Liberation Project](https://www.data-liberation-project.org/). | +| Centers for Medicare and Medicaid Services | 3/28/24 | [Submitted](#) | Case data for Level 2 Appeal outcomes for Medicare Parts A, B, C, and D dating back to 2015. This is a collaboration with the [Data Liberation Project](https://www.data-liberation-project.org/). | \ No newline at end of file From 9ea293fe7f33606081d1b41aa22994b1b1fb7f1f Mon Sep 17 00:00:00 2001 From: MikeG112 Date: Thu, 28 Mar 2024 16:53:59 -0400 Subject: [PATCH 4/4] Add full request documentcloud links --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index c8921a6..ee34a3f 100644 --- a/index.md +++ b/index.md @@ -23,5 +23,5 @@ the status or outcome of the request. | Record Source | Date of Submission | Status | Description | |:-------------|:------------------|:------ | :------ | -| Centers for Medicare and Medicaid Services | 3/28/24 | [Submitted](#) | Complete technical documentation for the Medicare Appeals System (MAS). This is a collaboration with the [Data Liberation Project](https://www.data-liberation-project.org/). | -| Centers for Medicare and Medicaid Services | 3/28/24 | [Submitted](#) | Case data for Level 2 Appeal outcomes for Medicare Parts A, B, C, and D dating back to 2015. This is a collaboration with the [Data Liberation Project](https://www.data-liberation-project.org/). | \ No newline at end of file +| Centers for Medicare and Medicaid Services | 3/28/24 | [Submitted](https://www.documentcloud.org/documents/24522699-2024-03-28-cms-mas-documentation-foia-request-gartnersinger-vine) | Complete technical documentation for the Medicare Appeals System (MAS). This is a collaboration with the [Data Liberation Project](https://www.data-liberation-project.org/). | +| Centers for Medicare and Medicaid Services | 3/28/24 | [Submitted](https://www.documentcloud.org/documents/24522698-2024-03-28-cms-medicare-level-2-appeals-database-records-foia-request-gartnersinger-vine) | Case data for Level 2 Appeal outcomes for Medicare Parts A, B, C, and D dating back to 2015. This is a collaboration with the [Data Liberation Project](https://www.data-liberation-project.org/). | \ No newline at end of file