-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bcda-4895 Feature: Synthea data update (#145)
* Update sample data ndjson files * Update sample file section of data page with new wording * Update guide page with new synthetic data wording * Add advanced credentials page for new synthetic drop down accordion
- Loading branch information
Showing
6 changed files
with
3,903 additions
and
1,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<p><button class="accordion" type="button" aria-expanded="false" onclick='metricTagging("BCDA", "Try the API: Accordion", "Small Advanced ACO (100 synthetic beneficiaries)")'> Small Advanced ACO (100 synthetic beneficiaries) </button></p> | ||
<div class="acc_content"> | ||
Client ID: | ||
{%- capture client_id -%} | ||
6dc59a4c-ef93-46c0-9c00-02e500e13731 | ||
{%- endcapture -%} | ||
|
||
{% include copy_snippet.md code=client_id aco='Small Advanced ACO (100 synthetic beneficiaries)' type='Client ID' %} | ||
|
||
Client Secret: | ||
{%- capture client_secret -%} | ||
cf9c6692fb7f698fcc3cb8f8004775a15bde5cc42d4e116255788d855903fc8bcd7fe6374f6f6d2b | ||
{%- endcapture -%} | ||
|
||
{% include copy_snippet.md code=client_secret aco='Small Advanced ACO (100 synthetic beneficiaries)' type='Client Secret' %} | ||
</div> | ||
|
||
<p><button class="accordion" type="button" aria-expanded="false" onclick='metricTagging("BCDA", "Try the API: Accordion", "Large Advanced ACO (10,000 synthetic beneficiaries)")'> Large Advanced ACO (10,000 synthetic beneficiaries) </button></p> | ||
<div class="acc_content"> | ||
Client ID: | ||
{%- capture client_id -%} | ||
f5b6a686-0d7b-4080-873a-e60534fd2995 | ||
{%- endcapture -%} | ||
|
||
{% include copy_snippet.md code=client_id aco='Large Advanced ACO (10,000 synthetic beneficiaries)' type='Client ID' %} | ||
|
||
Client Secret: | ||
{%- capture client_secret -%} | ||
968b7c72ab505b3859e88e98b10e330ad0c6552456f40b2d38da46669b76ee6792218f530570f13b | ||
{%- endcapture -%} | ||
|
||
{% include copy_snippet.md code=client_secret aco='Large Advanced ACO (10,000 synthetic beneficiaries)' type='Client Secret' %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.