Skip to content

Commit

Permalink
Hero bar and updates page content updates (#95)
Browse files Browse the repository at this point in the history
* Hero bar and updates page content updates

* Update build_and_test.sh to work with new hero bar text
  • Loading branch information
MEspositoE14s authored Aug 1, 2023
1 parent e937bdf commit b2eda8b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/_hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<div class="banner-content">
<div class="banner-text__container">
<div class="banner-text__title">
DPC Pilot Onboarding Update
Update: what we're working on
</div>
<div class="banner-text__content">
The DPC pilot is still underway. However, we've temporarily paused on issuing API credentials and taking new applications for DPC production data while we make improvements to the onboarding experience. Visit the <a href="/updates.html" id="banner-updates">updates</a> page for more information.
We're enhancing the onboarding process. While onboarding and applications are paused we're making the experience easier and more secure. Visit the <a href="/updates.html" id="banner-updates">updates</a> page to learn more.
</div>
</div>
</div>
Expand Down
20 changes: 20 additions & 0 deletions common/update-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ button_url: "https://groups.google.com/d/forum/dpc-api"
---

## Temporary pause in onboarding and new applications for production data

<span style="color:#767676">May 2023</span>

Data at the Point of Care (DPC) supplements patients' health records with data from Fee-For-Service (FFS) Medicare claims. Thanks to feedback from our initial pilot group, we're implementing an improved onboarding experience. During this process, we've paused onboarding and accepting new applications for DPC production data. We'll provide an update in July of 2023 on the continuing timeframe and any changes to the onboarding process.

Here's how the temporary pause may affect you:
Expand All @@ -26,3 +29,20 @@ We really appreciate your patience and can't wait to onboard you into the pilot.
You can continue using the DPC API. We'll let you know if any re-authorization steps are required.

Thanks to all of you for your participation, patience, and interest!

## What we're working on: Enhanced authentication and user experience

<span style="color:#767676">July 2023</span>

The DPC pilot has revealed ways to improve the onboarding experience and enhance the verification of organizations accessing Medicare enrollees' data. We've also identified ways to automate steps that are currently manual. While onboarding is paused, we're addressing these needs by:

- Adding additional security by changing the way credentials are assigned
- Improving validation with the [Provider Enrollment, Chain, and Ownership System](https://pecos.cms.hhs.gov/pecos/login.do#headingLv1) (PECOS)
- Adding automation to make onboarding faster and easier

Onboarding and new applications can start up again when this work is complete. We'll provide future updates here and in the [Data at the Point of Care community](https://groups.google.com/g/dpc-api).
-The DPC team

**How to get involved while onboarding and applications are paused**
- [Request access to the sandbox](https://sandbox.dpc.cms.gov/users/sign_up)
- [Join the DPC community](https://groups.google.com/g/dpc-api)
2 changes: 1 addition & 1 deletion scripts/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test() {
docker-compose run -u "$(id -u "${USER}")":"$(id -g "${USER}")" --publish 4000:4000 --rm --entrypoint "bundle exec jekyll serve -H 0.0.0.0" --name static_site -d static_site
sleep 20
docker logs static_site
curl localhost:4000 | grep "DPC Pilot Onboarding Update" || { echo "ERROR: Updates page not found"; exit 1; }
curl localhost:4000 | grep "Update: what we're working on" || { echo "ERROR: Updates page not found"; exit 1; }

# Perform accessibility scan
TARGET_TEST_ENV=http://host.docker.internal:4000
Expand Down

0 comments on commit b2eda8b

Please sign in to comment.