Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update partially adjudicated claims data sets - enrollee count #208

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions _includes/guide/bcda_enhancement_credentials.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<p><button class="accordion" type="button" aria-expanded="false" onclick='metricTagging("BCDA", "Try the API: Accordion", "Small REACH ACO (100 synthetic beneficiaries)")'> Small REACH ACO (100 synthetic beneficiaries) </button></p>
<p><button class="accordion" type="button" aria-expanded="false" onclick='metricTagging("BCDA", "Try the API: Accordion", "Small REACH ACO (110 synthetic beneficiaries)")'> Small REACH ACO (110 synthetic beneficiaries) </button></p>
<div class="acc_content">
Client ID:
{%- capture client_id -%}
{{site.data.credentials.enhancement.small.client_id}}
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Small REACH ACO (100 synthetic beneficiaries)' type='Client ID' %}
{% include copy_snippet.md code=client_id aco='Small REACH ACO (110 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.enhancement.small.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Small REACH ACO (100 synthetic beneficiaries)' type='Client Secret' %}
{% include copy_snippet.md code=client_secret aco='Small REACH ACO (110 synthetic beneficiaries)' type='Client Secret' %}
</div>

<p><button class="accordion" type="button" aria-expanded="false" onclick='metricTagging("BCDA", "Try the API: Accordion", "Large REACH ACO (10,000 synthetic beneficiaries)")'> Large REACH ACO (10,000 Synthetic Beneficiaries) </button></p>
<p><button class="accordion" type="button" aria-expanded="false" onclick='metricTagging("BCDA", "Try the API: Accordion", "Large REACH ACO (11,000 synthetic beneficiaries)")'> Large REACH ACO (11,000 Synthetic Beneficiaries) </button></p>
<div class="acc_content">
Client ID:
{%- capture client_id -%}
{{site.data.credentials.enhancement.large.client_id}}
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Large DCE (10,000 synthetic beneficiaries)' type='Client ID' %}
{% include copy_snippet.md code=client_id aco='Large DCE (11,000 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.enhancement.large.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Large DCE (10,000 synthetic beneficiaries)' type='Client Secret' %}
{% include copy_snippet.md code=client_secret aco='Large DCE (11,000 synthetic beneficiaries)' type='Client Secret' %}
</div>
Loading