{"id":25391526,"url":"https://github.com/octri/ucedd-dashboard","last_synced_at":"2026-02-16T20:06:41.577Z","repository":{"id":276216353,"uuid":"928601673","full_name":"OCTRI/ucedd-dashboard","owner":"OCTRI","description":"UCEDD Dashboard for 2022 Medicaid Data Analysis","archived":false,"fork":false,"pushed_at":"2025-04-07T05:39:28.000Z","size":603,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-10T00:48:03.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OCTRI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-06T22:45:26.000Z","updated_at":"2025-03-06T22:52:20.000Z","dependencies_parsed_at":"2025-02-06T23:30:33.259Z","dependency_job_id":"980c2371-fb9f-47ee-b88e-1d2e0fdab788","html_url":"https://github.com/OCTRI/ucedd-dashboard","commit_stats":null,"previous_names":["octri/ucedd-dashboard"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OCTRI%2Fucedd-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OCTRI%2Fucedd-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OCTRI%2Fucedd-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OCTRI%2Fucedd-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OCTRI","download_url":"https://codeload.github.com/OCTRI/ucedd-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138006,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-15T15:55:46.486Z","updated_at":"2025-10-12T10:20:24.648Z","avatar_url":"https://github.com/OCTRI.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UCEDD Dashboard\n\nThis Vue application displays the 2022 summary data for Medicaid members provided by CHSE. The source data provided by CHSE was transformed using an R-script available [here](https://source.ohsu.edu/OCTRI-Apps/ucedd-data-transformation/tree/main).\n\nThis application is hosted as a Github Page: [https://octri.github.io/ucedd-dashboard/](https://octri.github.io/ucedd-dashboard/). See the Actions tab for the automated deployment configuration.\n\n## Dependencies\n\nThe application is built using [Vite](https://vite.dev/), which depends on [Node.js](https://nodejs.org/en).\n\nA good way to install multiple, isolated versions of Node.js is [nvm](https://github.com/nvm-sh/nvm). On Macs, you can install nvm using Homebrew.\n\n```\nbrew install nvm\n```\n\nInstall Node.js 22 and use it.\n\n```\nnvm install v22\nnvm use\n```\n\nFinally, install the dependencies using `npm`.\n\n```\nnpm install\n```\n\n## Running Locally\n\nThe Vite dev server can be used to run the application locally.\n\n```\nnpm run dev\n```\n\nThis will serve the application at https://localhost:8000/ucedd-dashboard/. Vite performs hot module replacement, so your changes will immediately be reflected in the browser.\n\n## Data Overview\n\nThe data.csv file included contains the following columns:\n\n|Column|Purpose|\n|------|-------|\n|measure|The measure of interest (e.g., 30-Day All-Cause Readmissions)|\n|denominator_definition|Definition of the subcategory being measured|\n|stratification|Shortened definition of the subcategory being measured|\n|total_n|The count of people in the subcategory being measured|\n|idd_estimate_numeric|The numeric portion of the estimate for the IDD population|\n|idd_error|The error portion of the estimate for the IDD population for measures reported as a rate|\n|non_idd_estimate_numeric|The numeric portion of the estimate for the Non-IDD population|\n|non_idd_error|The error portion of the estimate for the non-IDD population for measures reported as a rate|\n|difference_in_estimates|The raw difference between the two numeric estimates|\n|p_value|The statistical measurement used to determine whether the differences are significant|\n|outcome_count|1 if the outcome is reported as a rate (mean(sd) per 1000 member years) and 0 if the outcome is binary (percent).|\n|p_significant|1 if the p-value is significant (p\u003c0.05), 0 if not (p\u003e0.05)|\n|outcome_directionality|1 if the results indicate poorer outcomes for the non-IDD community and 0 if the results indicate poorer outcomes for the IDD community. NA signifies either missing data or insignificant outcomes.|\n|idd_estimate_string|The original estimate for the IDD population which may be a single number or a mean with standard deviation depending on the measure.|\n|non_idd_estimate_string|The original estimate for the non-IDD population which may be a single number or a mean with standard deviation depending on the measure.|\n|stratification_category|The overall category the stratification falls into (i.e., Age, Sex, etc.)|\n\nThe measures.csv file provides information about each measure, including a summary and text that will display on charts and the Description section based on the slice of data selected. All columns except \"measure\" and \"description\" are optional.\n\n|Column|Purpose|\n|------|-------|\n|measure|The measure of interest (e.g., 30-Day All-Cause Readmissions)|\n|is_rate|Whether the measure is reported as a rate (1) or as a percent (0)|\n|definition|Definition of the measure for display on the Description page|\n|chart_all|A short key finding for the overall measure to display as a chart subtitle|\n|chart_age|A short key finding for the measure by age to display as a chart subtitle|\n|chart_race_and_ethnicity|A short key finding for the measure by race and ethnicity to display as a chart subtitle|\n|chart_residency|A short key finding for the measure by residency to display as a chart subtitle|\n|chart_sex|A short key finding for the measure by sex to display as a chart subtitle|\n|description_all|HTML text for the overall measure to summarize key findings|\n|description_age|HTML text for the measure by age to summarize key findings|\n|description_race_and_ethnicity|HTML text for the measure by race_and_ethnicity to summarize key findings|\n|description_residency|HTML text for the measure by residency to summarize key findings|\n|description_sex|HTML text for the measure by sex to summarize key findings|\n|key_terms_all|HTML text for the key terms related to the overall measure|\n|key_terms_age|HTML text for the key terms related to the measure by age|\n|key_terms_race_and_ethnicity|HTML text for the key terms related to the measure by race_and_ethnicity|\n|key_terms_residency|HTML text for the key terms related to the measure by residency|\n|key_terms_sex|HTML text for the key terms related to the measure by sex|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctri%2Fucedd-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctri%2Fucedd-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctri%2Fucedd-dashboard/lists"}