Some checks failed
CI / skinny-install (aco) (push) Successful in 45s
CI / skinny-install (api) (push) Successful in 29s
CI / skinny-install (bcda) (push) Successful in 25s
CI / skinny-install (bib) (push) Successful in 23s
CI / skinny-install (bls) (push) Successful in 20s
CI / skinny-install (ccw) (push) Successful in 36s
CI / skinny-install (cli) (push) Successful in 27s
CI / skinny-install (cms) (push) Successful in 24s
CI / skinny-install (conf) (push) Successful in 27s
CI / skinny-install (pfs) (push) Successful in 25s
CI / skinny-install (rex) (push) Successful in 25s
CI / lint-test (push) Successful in 6m2s
Infra CI / notebooks (push) Successful in 7s
Infra CI / zotero (push) Failing after 6s
Infra CI / docs (push) Successful in 33s
Infra CI / api (push) Successful in 6s
Infra CI / mc (push) Successful in 7s
Deploy / build-scan-report (push) Has been cancelled
- Fix all 72 ruff lint errors (unused imports, unused variables, E402) - Format all 14 unformatted dev/scripts files - Move generated artifacts to assets/ (dag.html, pfs.html) - Remove duplicate root coverage.svg (already in assets/icons/) - Update .dockerignore for infra/ tree layout - Update .gitignore: add .env.bak, mirrors/, htmlcov/ - Fix stale path refs in coverage_badge.py, woodpecker backend, test_network_isolation.sh, docs custom.css - Add .gitkeep to empty dirs (infra/polaris, cloud/*/terraform) - Delete 12 stale local branches, 10 stale remote branches
6088 lines
175 KiB
HTML
6088 lines
175 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>ACO Pipeline DAG</title>
|
|
<script src="https://unpkg.com/cytoscape@3/dist/cytoscape.min.js"></script>
|
|
<script src="https://unpkg.com/dagre@0.8/dist/dagre.min.js"></script>
|
|
<script src="https://unpkg.com/cytoscape-dagre@2/cytoscape-dagre.js"></script>
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body { background: #1a1a2e; color: #e0e0e0; font-family: system-ui, sans-serif; }
|
|
#cy { width: 100vw; height: 100vh; }
|
|
#controls {
|
|
position: fixed; top: 12px; left: 12px; z-index: 10;
|
|
background: #16213e; border: 1px solid #333; border-radius: 8px;
|
|
padding: 12px; max-width: 260px; font-size: 13px;
|
|
}
|
|
#controls h3 { margin-bottom: 8px; font-size: 14px; color: #fff; }
|
|
#search {
|
|
width: 100%; padding: 6px 8px; border-radius: 4px;
|
|
border: 1px solid #444; background: #0f3460; color: #e0e0e0;
|
|
margin-bottom: 8px; font-size: 13px;
|
|
}
|
|
#legend { display: flex; flex-wrap: wrap; gap: 4px; }
|
|
.legend-item {
|
|
display: inline-flex; align-items: center; gap: 4px;
|
|
cursor: pointer; padding: 2px 6px; border-radius: 4px;
|
|
font-size: 11px; opacity: 1; transition: opacity 0.2s;
|
|
}
|
|
.legend-item.hidden { opacity: 0.3; }
|
|
.legend-dot {
|
|
width: 10px; height: 10px; border-radius: 50%;
|
|
display: inline-block; flex-shrink: 0;
|
|
}
|
|
#tooltip {
|
|
position: fixed; display: none; background: #16213e;
|
|
border: 1px solid #444; border-radius: 6px; padding: 10px;
|
|
max-width: 340px; font-size: 12px; z-index: 20;
|
|
pointer-events: none; line-height: 1.4;
|
|
}
|
|
#tooltip .tt-name { font-weight: bold; color: #fff; margin-bottom: 4px; }
|
|
#tooltip .tt-desc { color: #bbb; }
|
|
#stats {
|
|
position: fixed; bottom: 12px; left: 12px; z-index: 10;
|
|
font-size: 11px; color: #666;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="controls">
|
|
<h3>ACO Pipeline DAG</h3>
|
|
<input id="search" type="text" placeholder="Search nodes...">
|
|
<div id="legend"></div>
|
|
</div>
|
|
<div id="tooltip">
|
|
<div class="tt-name"></div>
|
|
<div class="tt-desc"></div>
|
|
</div>
|
|
<div id="stats"></div>
|
|
<div id="cy"></div>
|
|
<script>
|
|
const elements = {
|
|
"nodes": [
|
|
{
|
|
"data": {
|
|
"id": "grp_ahrq_measures",
|
|
"label": "ahrq_measures",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_cclf",
|
|
"label": "cclf",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_ccsr",
|
|
"label": "ccsr",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_claims_preprocessing",
|
|
"label": "claims_preprocessing",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_cms_provider_attribution",
|
|
"label": "cms_provider_attribution",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_core",
|
|
"label": "core",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_data_quality",
|
|
"label": "data_quality",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_hcc_suspecting",
|
|
"label": "hcc_suspecting",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_input_layer",
|
|
"label": "input_layer",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_main",
|
|
"label": "main",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_pharmacy",
|
|
"label": "pharmacy",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_provider_attribution",
|
|
"label": "provider_attribution",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_quality_measures",
|
|
"label": "quality_measures",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_readmissions",
|
|
"label": "readmissions",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_reference_data",
|
|
"label": "reference_data",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "grp_terminology",
|
|
"label": "terminology",
|
|
"is_group": true
|
|
},
|
|
"classes": "group"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_claims_member_months",
|
|
"label": "_stg_claims_member_months",
|
|
"parent": "grp_core",
|
|
"description": "Joins claims_preprocessing member_months with input_layer provider attribution data.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_appointment",
|
|
"label": "_stg_clinical_appointment",
|
|
"parent": "grp_core",
|
|
"description": "Selects appointment columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_condition",
|
|
"label": "_stg_clinical_condition",
|
|
"parent": "grp_core",
|
|
"description": "Selects condition columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_encounter",
|
|
"label": "_stg_clinical_encounter",
|
|
"parent": "grp_core",
|
|
"description": "Selects encounter columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_immunization",
|
|
"label": "_stg_clinical_immunization",
|
|
"parent": "grp_core",
|
|
"description": "Selects immunization columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_lab_result",
|
|
"label": "_stg_clinical_lab_result",
|
|
"parent": "grp_core",
|
|
"description": "Selects lab result columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_location",
|
|
"label": "_stg_clinical_location",
|
|
"parent": "grp_core",
|
|
"description": "Selects location columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_medication",
|
|
"label": "_stg_clinical_medication",
|
|
"parent": "grp_core",
|
|
"description": "Selects medication columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_observation",
|
|
"label": "_stg_clinical_observation",
|
|
"parent": "grp_core",
|
|
"description": "Selects observation columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_patient",
|
|
"label": "_stg_clinical_patient",
|
|
"parent": "grp_core",
|
|
"description": "Selects patient columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_practitioner",
|
|
"label": "_stg_clinical_practitioner",
|
|
"parent": "grp_core",
|
|
"description": "Selects practitioner columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_clinical_procedure",
|
|
"label": "_stg_clinical_procedure",
|
|
"parent": "grp_core",
|
|
"description": "Selects procedure columns from the input layer for the core clinical staging table.",
|
|
"schema": "core",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__appointment",
|
|
"label": "input_layer__appointment",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through appointment data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__condition",
|
|
"label": "input_layer__condition",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through condition data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__eligibility",
|
|
"label": "input_layer__eligibility",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through eligibility data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__encounter",
|
|
"label": "input_layer__encounter",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through encounter data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__immunization",
|
|
"label": "input_layer__immunization",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through immunization data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__lab_result",
|
|
"label": "input_layer__lab_result",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through lab result data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__medical_claim",
|
|
"label": "input_layer__medical_claim",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through medical claim data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__medication",
|
|
"label": "input_layer__medication",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through medication data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__observation",
|
|
"label": "input_layer__observation",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through observation data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__patient",
|
|
"label": "input_layer__patient",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through patient data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__pharmacy_claim",
|
|
"label": "input_layer__pharmacy_claim",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through pharmacy claim data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__practitioner",
|
|
"label": "input_layer__practitioner",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through practitioner data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__provider_attribution",
|
|
"label": "input_layer__provider_attribution",
|
|
"parent": "grp_input_layer",
|
|
"description": "Passes through provider attribution data from the input layer source table.",
|
|
"schema": "input_layer",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._stg_condition",
|
|
"label": "_stg_condition",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "Selects and renames condition columns from core.condition for the HCC suspecting pipeline.",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._stg_lab_result",
|
|
"label": "_stg_lab_result",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "Unions lab result data from core.lab_result for the HCC suspecting pipeline.",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._stg_medication",
|
|
"label": "_stg_medication",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "Selects medication columns from core.medication for the HCC suspecting pipeline.",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._stg_observation",
|
|
"label": "_stg_observation",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "Selects observation columns from core.observation for the HCC suspecting pipeline.",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._stg_patient",
|
|
"label": "_stg_patient",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "Selects patient columns from core.patient for the HCC suspecting pipeline.",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._stg_pharmacy_claim",
|
|
"label": "_stg_pharmacy_claim",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "Selects pharmacy claim columns from core.pharmacy_claim for the HCC suspecting pipeline.",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "data_quality.testing_summary",
|
|
"label": "testing_summary",
|
|
"parent": "grp_data_quality",
|
|
"description": "Joins dbt_tests with elementary_test_results (on unique_id = test_unique_id), filtered to the latest test invocation.",
|
|
"schema": "data_quality",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._int_adh_diabetes__performance_period",
|
|
"label": "_int_adh_diabetes__performance_period",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Looks up ADH-Diabetes measure metadata from the value set, then computes the performance period date range.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._int_adh_statins__performance_period",
|
|
"label": "_int_adh_statins__performance_period",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Looks up ADH-Statins measure metadata from the value set, then computes the performance period date range.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._int_adhras__performance_period",
|
|
"label": "_int_adhras__performance_period",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Looks up ADH-RAS measure metadata from the value set, then computes the performance period date range.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._int_cqm130__performance_period",
|
|
"label": "_int_cqm130__performance_period",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Looks up CQM130 measure metadata from the value set, then computes the performance period date range.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._int_cqm438__performance_period",
|
|
"label": "_int_cqm438__performance_period",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Looks up CQM438 measure metadata from the value set, then computes the performance period date range.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._int_nqf0420__performance_period",
|
|
"label": "_int_nqf0420__performance_period",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Looks up NQF0420 measure metadata from the value set, then computes the performance period date range.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._int_supd__performance_period",
|
|
"label": "_int_supd__performance_period",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Looks up SUPD measure metadata from the value set, then computes the performance period date range.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_condition",
|
|
"label": "_stg_condition",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Selects condition columns from core.condition for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_encounter",
|
|
"label": "_stg_encounter",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Selects encounter columns from core.encounter for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_lab_result",
|
|
"label": "_stg_lab_result",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Passes through core.lab_result for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_medical_claim",
|
|
"label": "_stg_medical_claim",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Selects medical claim columns from core.medical_claim for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_medication",
|
|
"label": "_stg_medication",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Selects medication columns from core.medication for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_observation",
|
|
"label": "_stg_observation",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Selects observation columns from core.observation for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_patient",
|
|
"label": "_stg_patient",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Selects patient columns from core.patient for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._stg_pharmacy_claim",
|
|
"label": "_stg_pharmacy_claim",
|
|
"parent": "grp_quality_measures",
|
|
"description": "Selects pharmacy claim columns from core.pharmacy_claim for quality measure processing.",
|
|
"schema": "quality_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "pharmacy._int_brand_with_generic_available",
|
|
"label": "_int_brand_with_generic_available",
|
|
"parent": "grp_pharmacy",
|
|
"description": "Filters RxNorm generic-available products to SCD/GPCK types with a marketing start date on or before today, returning unique brand RxCUIs that have a generic available.",
|
|
"schema": "pharmacy",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "pharmacy._int_claims_current_cost",
|
|
"label": "_int_claims_current_cost",
|
|
"parent": "grp_pharmacy",
|
|
"description": "Joins pharmacy claims with NDC terminology and RxNorm brand/generic classification, then aggregates paid amount, claim count, and units per NDC to compute cost per claim and cost per unit.",
|
|
"schema": "pharmacy",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "pharmacy._int_generic_cost",
|
|
"label": "_int_generic_cost",
|
|
"parent": "grp_pharmacy",
|
|
"description": "Joins RxNorm generic-available with current cost data, filters to generic claims, and computes average generic cost per unit per brand RxCUI.",
|
|
"schema": "pharmacy",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "pharmacy._int_generic_cost_by_ndc",
|
|
"label": "_int_generic_cost_by_ndc",
|
|
"parent": "grp_pharmacy",
|
|
"description": "Joins RxNorm generic-available with current cost data, filters to generic claims, and returns per-NDC cost breakdown for each brand RxCUI.",
|
|
"schema": "pharmacy",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_encounter",
|
|
"label": "_int_encounter",
|
|
"parent": "grp_readmissions",
|
|
"description": "Filters core.encounter to acute inpatient only, selects and renames columns for the readmissions pipeline.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_encounter_overlap",
|
|
"label": "_int_encounter_overlap",
|
|
"parent": "grp_readmissions",
|
|
"description": "Detects overlapping encounters per person, groups them, ranks by source type priority and completeness score, and selects the best encounter per overlap group.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_encounter_with_ccs",
|
|
"label": "_int_encounter_with_ccs",
|
|
"parent": "grp_readmissions",
|
|
"description": "Joins encounters with ICD-10-CM terminology to validate diagnosis codes and with CCS mapping to get the diagnosis category.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_procedure_ccs",
|
|
"label": "_int_procedure_ccs",
|
|
"parent": "grp_readmissions",
|
|
"description": "Filters core.procedure to ICD-10-PCS, joins with terminology for validation and CCS mapping for procedure categories.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_encounter_data_quality",
|
|
"label": "_int_encounter_data_quality",
|
|
"parent": "grp_readmissions",
|
|
"description": "Joins encounter data with terminology lookups to compute data quality flags, then derives a disqualified_encounter_flag from the union of all issues.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_index_discharge_requirement",
|
|
"label": "_int_index_discharge_requirement",
|
|
"parent": "grp_readmissions",
|
|
"description": "Excludes encounters with discharge disposition codes 02 (transferred), 07 (left AMA), or 20 (expired).",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_index_time_requirement",
|
|
"label": "_int_index_time_requirement",
|
|
"parent": "grp_readmissions",
|
|
"description": "Keeps encounters whose discharge date is at least 30 days before the latest discharge in the dataset, ensuring a window to observe readmission.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_exclusion",
|
|
"label": "_int_exclusion",
|
|
"parent": "grp_readmissions",
|
|
"description": "Returns encounter IDs whose CCS diagnosis category appears in the exclusion value set.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_index_admission",
|
|
"label": "_int_index_admission",
|
|
"parent": "grp_readmissions",
|
|
"description": "An index admission passes both the time and discharge requirements and is not in the exclusion list.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_planned_encounter",
|
|
"label": "_int_planned_encounter",
|
|
"parent": "grp_readmissions",
|
|
"description": "Identifies planned readmissions per CMS methodology: always-planned procedures, always-planned diagnoses, and potentially-planned procedures without an acute diagnosis.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_encounter_specialty_cohort",
|
|
"label": "_int_encounter_specialty_cohort",
|
|
"parent": "grp_readmissions",
|
|
"description": "Assigns each encounter to a specialty cohort based on procedure and diagnosis CCS codes. Priority: Surgery/Gynecology, Cardiorespiratory, Cardiovascular, Neurology, Medicine (default).",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._int_readmission_crude",
|
|
"label": "_int_readmission_crude",
|
|
"parent": "grp_readmissions",
|
|
"description": "Sequences valid non-overlapping encounters per person by admit date, then detects readmissions by checking if the gap to the next admission is <= 30 days.",
|
|
"schema": "readmissions",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"label": "_stg_pqi_inpatient_encounter",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Filters core.encounter to acute inpatient, adds year_number from encounter start date.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._stg_pqi_member_months",
|
|
"label": "_stg_pqi_member_months",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Joins member_months with calendar to get first_day_of_month.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_shared_exclusion_missing_dates",
|
|
"label": "_int_pqi_shared_exclusion_missing_dates",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Encounters with missing start date.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_shared_exclusion_missing_gender",
|
|
"label": "_int_pqi_shared_exclusion_missing_gender",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Patients with sex not in (male, female).",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_shared_exclusion_missing_primary_dx",
|
|
"label": "_int_pqi_shared_exclusion_missing_primary_dx",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Encounters with missing primary diagnosis.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_shared_exclusion_transfer",
|
|
"label": "_int_pqi_shared_exclusion_transfer",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Encounters admitted via transfer.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_shared_exclusion_ungroupable_drg",
|
|
"label": "_int_pqi_shared_exclusion_ungroupable_drg",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Encounters with ungroupable DRG (999).",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_shared_exclusions_missing_age",
|
|
"label": "_int_pqi_shared_exclusions_missing_age",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Patients with missing birth_date.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"label": "_int_pqi_shared_exclusion_union",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "Unions all shared exclusions, joining person-level ones back through _stg_pqi_inpatient_encounter to get encounter_id.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_01_denom",
|
|
"label": "_int_pqi_01_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 01 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_01_exclusions",
|
|
"label": "_int_pqi_01_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 01 exclusions: shared exclusion union with ranked exclusion numbers.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_01_num",
|
|
"label": "_int_pqi_01_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 01 numerator: diabetes short-term complication encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_03_denom",
|
|
"label": "_int_pqi_03_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 03 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_03_exclusions",
|
|
"label": "_int_pqi_03_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 03 exclusions: shared exclusion union with ranked exclusion numbers.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_03_num",
|
|
"label": "_int_pqi_03_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 03 numerator: diabetes long-term complication encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_05_denom",
|
|
"label": "_int_pqi_05_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 05 denominator: member months joined to patient, filtered to age >= 40.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_05_exclusions",
|
|
"label": "_int_pqi_05_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 05 exclusions: shared exclusions plus cystic fibrosis from conditions.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_05_num",
|
|
"label": "_int_pqi_05_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 05 numerator: COPD or asthma diagnosis encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_07_denom",
|
|
"label": "_int_pqi_07_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 07 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_07_exclusions",
|
|
"label": "_int_pqi_07_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 07 exclusions: shared exclusions plus cardiac procedure and CKD with dialysis access.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_07_num",
|
|
"label": "_int_pqi_07_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 07 numerator: hypertension diagnosis encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_08_denom",
|
|
"label": "_int_pqi_08_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 08 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_08_exclusions",
|
|
"label": "_int_pqi_08_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 08 exclusions: shared exclusions plus cardiac procedure.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_08_num",
|
|
"label": "_int_pqi_08_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 08 numerator: heart failure diagnosis encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_11_denom",
|
|
"label": "_int_pqi_11_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 11 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_11_exclusions",
|
|
"label": "_int_pqi_11_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 11 exclusions: shared exclusions plus sickle cell and immunocompromised diagnosis/procedure.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_11_num",
|
|
"label": "_int_pqi_11_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 11 numerator: bacterial pneumonia diagnosis encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_12_denom",
|
|
"label": "_int_pqi_12_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 12 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_12_exclusions",
|
|
"label": "_int_pqi_12_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 12 exclusions: shared exclusions plus kidney and immunocompromised diagnosis/procedure.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_12_num",
|
|
"label": "_int_pqi_12_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 12 numerator: urinary tract infection diagnosis encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_14_denom",
|
|
"label": "_int_pqi_14_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 14 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_14_exclusions",
|
|
"label": "_int_pqi_14_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 14 exclusions: shared exclusion union with ranked exclusion numbers.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_14_num",
|
|
"label": "_int_pqi_14_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 14 numerator: uncontrolled diabetes diagnosis encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_15_denom",
|
|
"label": "_int_pqi_15_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 15 denominator: member months joined to patient, filtered to age 18-39.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_15_exclusions",
|
|
"label": "_int_pqi_15_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 15 exclusions: shared exclusions plus cystic fibrosis.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_15_num",
|
|
"label": "_int_pqi_15_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 15 numerator: asthma diagnosis encounters in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_16_denom",
|
|
"label": "_int_pqi_16_denom",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 16 denominator: member months joined to patient, filtered to age >= 18.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_16_exclusions",
|
|
"label": "_int_pqi_16_exclusions",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 16 exclusions: shared exclusions plus amputation and pregnancy.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._int_pqi_16_num",
|
|
"label": "_int_pqi_16_num",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "PQI 16 numerator: diabetes diagnosis with lower-extremity amputation procedure, in denom, not excluded.",
|
|
"schema": "ahrq_measures",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._stg_core__claims_medical_claim",
|
|
"label": "_stg_core__claims_medical_claim",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Selects claim_id, claim_line_number, data_source, and encounter_id from the core claims medical claim staging table.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._stg_core__medical_claim",
|
|
"label": "_stg_core__medical_claim",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Selects key claim fields from core.medical_claim including rendering NPI alias for provider attribution.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._stg_core__member_months",
|
|
"label": "_stg_core__member_months",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Selects person_id and year_month from core.member_months for provider attribution.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._stg_reference_data__calendar",
|
|
"label": "_stg_reference_data__calendar",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Selects calendar date fields from reference_data.calendar for provider attribution time window calculations.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._stg_terminology__provider",
|
|
"label": "_stg_terminology__provider",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Selects NPI, taxonomy code, specialty, and entity type from terminology.provider for provider classification.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._int_person_years",
|
|
"label": "_int_person_years",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Groups member_months by person_id and left(year_month, 4) to get performance_year.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._int_provider_classification",
|
|
"label": "_int_provider_classification",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Joins provider -> taxonomy crosswalk -> specialty assignment codes to classify each provider as pcp / specialist / npp, picking the highest-priority bucket per provider_id.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._int_primary_care_claims",
|
|
"label": "_int_primary_care_claims",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "Joins medical claims with calendar, member_months, provider taxonomy, provider classification, and primary care HCPCS codes to identify primary care claims with provider classification.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._int_current_steps",
|
|
"label": "_int_current_steps",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "5-step attribution waterfall for the current (most recent 12/24 month) period. Each step assigns unassigned beneficiaries to providers based on increasingly relaxed criteria.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "provider_attribution._int_yearly_steps",
|
|
"label": "_int_yearly_steps",
|
|
"parent": "grp_provider_attribution",
|
|
"description": "5-step attribution waterfall per performance_year.",
|
|
"schema": "provider_attribution",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.alerts_anomaly_detection",
|
|
"label": "alerts_anomaly_detection",
|
|
"parent": "grp_main",
|
|
"description": "Passes through elementary test results as anomaly detection alerts.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.alerts_dbt_tests",
|
|
"label": "alerts_dbt_tests",
|
|
"parent": "grp_main",
|
|
"description": "Passes through elementary test results as dbt test alerts.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.alerts_schema_changes",
|
|
"label": "alerts_schema_changes",
|
|
"parent": "grp_main",
|
|
"description": "Passes through elementary test results as schema change alerts.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.anomaly_threshold_sensitivity",
|
|
"label": "anomaly_threshold_sensitivity",
|
|
"parent": "grp_main",
|
|
"description": "Passes through metrics anomaly scores for threshold sensitivity analysis.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.metrics_anomaly_score",
|
|
"label": "metrics_anomaly_score",
|
|
"parent": "grp_main",
|
|
"description": "Passes through data monitoring metrics as anomaly scores.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.monitors_runs",
|
|
"label": "monitors_runs",
|
|
"parent": "grp_main",
|
|
"description": "Passes through data monitoring metrics as monitor run records.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.alerts_dbt_models",
|
|
"label": "alerts_dbt_models",
|
|
"parent": "grp_main",
|
|
"description": "Unions model and snapshot run results on common columns, then filters to non-success/non-skipped and selects alert columns.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.alerts_dbt_source_freshness",
|
|
"label": "alerts_dbt_source_freshness",
|
|
"parent": "grp_main",
|
|
"description": "Joins freshness results with sources on unique_id and filters to non-pass status.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_artifacts_hashes",
|
|
"label": "dbt_artifacts_hashes",
|
|
"parent": "grp_main",
|
|
"description": "Union of artifacts_model and metadata_hash from each artifact table.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.job_run_results",
|
|
"label": "job_run_results",
|
|
"parent": "grp_main",
|
|
"description": "Groups dbt invocations by job name, job id, and job run id, then computes min run_started_at and max run_completed_at.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.hcc_suspecting__list_all",
|
|
"label": "hcc_suspecting__list_all",
|
|
"parent": "grp_main",
|
|
"description": "Selects 10 common columns from each suspect table, unions them, and deduplicates.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.model_run_results",
|
|
"label": "model_run_results",
|
|
"parent": "grp_main",
|
|
"description": "Stub join of dbt models with run results.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.seed_run_results",
|
|
"label": "seed_run_results",
|
|
"parent": "grp_main",
|
|
"description": "Stub join of dbt run results with seeds.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.snapshot_run_results",
|
|
"label": "snapshot_run_results",
|
|
"parent": "grp_main",
|
|
"description": "Stub join of dbt run results with snapshots.",
|
|
"schema": "main",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"label": "service_category__stg_medical_claim",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Multi-join from normalized_input_medical_claim enriched with terminology lookups (dx CCSR, provider, nitos, revenue center, place of service, bill type) then joined with ccs_services_procedures.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__stg_professional",
|
|
"label": "service_category__stg_professional",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Filters to professional claim type with output columns.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__stg_inpatient_institutional",
|
|
"label": "service_category__stg_inpatient_institutional",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Union of bill-type requirement and DRG requirement for institutional inpatient classification.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__stg_outpatient_institutional",
|
|
"label": "service_category__stg_outpatient_institutional",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Anti-join: institutional claims NOT in inpatient_institutional.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__stg_office_based",
|
|
"label": "service_category__stg_office_based",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Inner join medical_claim with professional, filter office POS codes.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__dme_institutional",
|
|
"label": "service_category__dme_institutional",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins medical_claim with outpatient institutional, filters CCS 243 for DME.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__inpatient_substance_use_professional",
|
|
"label": "service_category__inpatient_substance_use_professional",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Professional claims with place of service 55 for inpatient substance use.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__outpatient_skilled_nursing_institutional",
|
|
"label": "service_category__outpatient_skilled_nursing_institutional",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Institutional claims with bill type prefix 23 or 28 for outpatient skilled nursing.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.ambulance__anchor_events",
|
|
"label": "ambulance__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies ambulance anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.ambulance__generate_encounter_id",
|
|
"label": "ambulance__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to ambulance anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.ambulance__match_claims_to_anchor",
|
|
"label": "ambulance__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with ambulance encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.asc__anchor_events",
|
|
"label": "asc__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies asc anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.asc__generate_encounter_id",
|
|
"label": "asc__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to asc anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.asc__start_end_dates",
|
|
"label": "asc__start_end_dates",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Derives encounter start and end dates for asc encounters.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.asc__match_claims_to_anchor",
|
|
"label": "asc__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with asc encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.dialysis__anchor_events",
|
|
"label": "dialysis__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies dialysis anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.dialysis__generate_encounter_id",
|
|
"label": "dialysis__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to dialysis anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.dialysis__match_claims_to_anchor",
|
|
"label": "dialysis__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with dialysis encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.dme__anchor_events",
|
|
"label": "dme__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies dme anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.dme__generate_encounter_id",
|
|
"label": "dme__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to dme anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.dme__match_claims_to_anchor",
|
|
"label": "dme__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with dme encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.home_health__anchor_events",
|
|
"label": "home_health__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies home health anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.home_health__generate_encounter_id",
|
|
"label": "home_health__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to home health anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.home_health__match_claims_to_anchor",
|
|
"label": "home_health__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with home health encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.lab__anchor_events",
|
|
"label": "lab__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies lab anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.lab__generate_encounter_id",
|
|
"label": "lab__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to lab anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.lab__match_claims_to_anchor",
|
|
"label": "lab__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with lab encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_hospice__anchor_events",
|
|
"label": "outpatient_hospice__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient hospice anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_hospice__generate_encounter_id",
|
|
"label": "outpatient_hospice__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient hospice anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_hospice__match_claims_to_anchor",
|
|
"label": "outpatient_hospice__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient hospice encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_hospital_or_clinic__anchor_events",
|
|
"label": "outpatient_hospital_or_clinic__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient hospital or clinic anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_hospital_or_clinic__generate_encounter_id",
|
|
"label": "outpatient_hospital_or_clinic__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient hospital or clinic anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_hospital_or_clinic__match_claims_to_anchor",
|
|
"label": "outpatient_hospital_or_clinic__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient hospital or clinic encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_injections__anchor_events",
|
|
"label": "outpatient_injections__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient injections anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_injections__generate_encounter_id",
|
|
"label": "outpatient_injections__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient injections anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_injections__match_claims_to_anchor",
|
|
"label": "outpatient_injections__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient injections encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_psych__anchor_events",
|
|
"label": "outpatient_psych__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient psych anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_psych__generate_encounter_id",
|
|
"label": "outpatient_psych__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient psych anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_psych__match_claims_to_anchor",
|
|
"label": "outpatient_psych__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient psych encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_ptotst__anchor_events",
|
|
"label": "outpatient_ptotst__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient ptotst anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_ptotst__generate_encounter_id",
|
|
"label": "outpatient_ptotst__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient ptotst anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_ptotst__match_claims_to_anchor",
|
|
"label": "outpatient_ptotst__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient ptotst encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_radiology__anchor_events",
|
|
"label": "outpatient_radiology__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient radiology anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_radiology__generate_encounter_id",
|
|
"label": "outpatient_radiology__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient radiology anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_radiology__match_claims_to_anchor",
|
|
"label": "outpatient_radiology__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient radiology encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_rehab__anchor_events",
|
|
"label": "outpatient_rehab__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient rehab anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_rehab__generate_encounter_id",
|
|
"label": "outpatient_rehab__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient rehab anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_rehab__match_claims_to_anchor",
|
|
"label": "outpatient_rehab__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient rehab encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_substance_use__anchor_events",
|
|
"label": "outpatient_substance_use__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient substance use anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_substance_use__generate_encounter_id",
|
|
"label": "outpatient_substance_use__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient substance use anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_substance_use__match_claims_to_anchor",
|
|
"label": "outpatient_substance_use__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient substance use encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_surgery__anchor_events",
|
|
"label": "outpatient_surgery__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies outpatient surgery anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_surgery__generate_encounter_id",
|
|
"label": "outpatient_surgery__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to outpatient surgery anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.outpatient_surgery__match_claims_to_anchor",
|
|
"label": "outpatient_surgery__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with outpatient surgery encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.urgent_care__anchor_events",
|
|
"label": "urgent_care__anchor_events",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Identifies urgent care anchor events from staged medical claims.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.urgent_care__generate_encounter_id",
|
|
"label": "urgent_care__generate_encounter_id",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Assigns encounter IDs to urgent care anchor events via dense rank.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.urgent_care__match_claims_to_anchor",
|
|
"label": "urgent_care__match_claims_to_anchor",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins staged medical claims with urgent care encounter IDs to create the claim-to-encounter crosswalk.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.office_visits__int_office_visits_injections",
|
|
"label": "office_visits__int_office_visits_injections",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Filters office visits to injection claims by HCPCS code prefix J.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.office_visits__int_office_visits_ptotst",
|
|
"label": "office_visits__int_office_visits_ptotst",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Filters office visits to PT/OT/ST service category.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.office_visits__int_office_visits_radiology",
|
|
"label": "office_visits__int_office_visits_radiology",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Joins office visits with stg_medical_claim to get hcpcs_code, then filters to office-based radiology.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.office_visits__int_office_visits_surgery",
|
|
"label": "office_visits__int_office_visits_surgery",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Filters office visits to office-based surgery service category.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.office_visits__int_office_visits_telehealth",
|
|
"label": "office_visits__int_office_visits_telehealth",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Filters office visits to telehealth visit service category.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.encounters__orphaned_claims",
|
|
"label": "encounters__orphaned_claims",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "Left-anti-join stg_medical_claim against combined_claim_line_crosswalk to find orphaned claim lines, then assigns encounter ids.",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._stg_beneficiary_xref",
|
|
"label": "_stg_beneficiary_xref",
|
|
"parent": "grp_cclf",
|
|
"description": "Deduplicates CCLF9 to get the latest current MBI per previous MBI for cross-referencing beneficiary identities across monthly feeds.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._stg_institutional_header",
|
|
"label": "_stg_institutional_header",
|
|
"parent": "grp_cclf",
|
|
"description": "Stages CCLF1 with MBI resolution via CCLF9 crosswalk and negates payment amounts on cancellation claims.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_institutional_header_adr",
|
|
"label": "_int_institutional_header_adr",
|
|
"parent": "grp_cclf",
|
|
"description": "Applies ADR logic to CCLF1: partitions by natural key (provider CCN, claim dates, beneficiary), keeps the latest version, and drops cancelled claims.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._stg_revenue_center",
|
|
"label": "_stg_revenue_center",
|
|
"parent": "grp_cclf",
|
|
"description": "Stages CCLF2 revenue center detail with MBI resolution via CCLF9 crosswalk.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_diagnosis_pivot",
|
|
"label": "_int_diagnosis_pivot",
|
|
"parent": "grp_cclf",
|
|
"description": "Pivots CCLF4 diagnosis codes from long to wide format (25 diagnosis_code and diagnosis_poa slots per claim).",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_procedure_pivot",
|
|
"label": "_int_procedure_pivot",
|
|
"parent": "grp_cclf",
|
|
"description": "Pivots CCLF3 procedure codes from long to wide format (25 procedure_code and procedure_date slots per claim).",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_institutional_medical_claim",
|
|
"label": "_int_institutional_medical_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Joins CCLF1 header + CCLF2 revenue center lines + CCLF4 diagnosis pivot + CCLF3 procedure pivot into institutional medical_claim rows with all 25 dx/px slots, bill_type_code, DRG, and payment reconciliation.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._stg_physician_claim",
|
|
"label": "_stg_physician_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Stages CCLF5 with MBI resolution and negates payment and allowed amounts on cancellation claims.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_physician_claim_adr",
|
|
"label": "_int_physician_claim_adr",
|
|
"parent": "grp_cclf",
|
|
"description": "Applies ADR logic to CCLF5: keeps the latest version within the natural key partition (rendering NPI, dates, beneficiary) and drops cancelled/denied claims.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_physician_medical_claim",
|
|
"label": "_int_physician_medical_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Maps CCLF5 to the medical_claim schema as professional claims, with 12 inline diagnosis codes padded to 25 slots.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._stg_dme_claim",
|
|
"label": "_stg_dme_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Stages CCLF6 with MBI resolution and negates payment and allowed amounts on cancellation claims.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_dme_claim_adr",
|
|
"label": "_int_dme_claim_adr",
|
|
"parent": "grp_cclf",
|
|
"description": "Applies ADR logic to CCLF6: keeps the latest version within the natural key partition and drops cancelled claims.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_dme_medical_claim",
|
|
"label": "_int_dme_medical_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Maps CCLF6 to the medical_claim schema as professional/DME claims. CCLF6 does not contain diagnosis or procedure codes; all 25 dx/px columns are null.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.medical_claim",
|
|
"label": "medical_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Unions institutional + professional + DME into the final medical_claim table.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._stg_pharmacy_claim",
|
|
"label": "_stg_pharmacy_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Stages CCLF7 with MBI resolution via CCLF9 crosswalk.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._int_pharmacy_claim_adr",
|
|
"label": "_int_pharmacy_claim_adr",
|
|
"parent": "grp_cclf",
|
|
"description": "Applies ADR logic to CCLF7: keeps the latest adjustment per claim, drops cancelled Part D claims.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.pharmacy_claim",
|
|
"label": "pharmacy_claim",
|
|
"parent": "grp_cclf",
|
|
"description": "Maps CCLF7 to the pharmacy_claim schema with NPI qualification for prescribing and dispensing providers.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf._stg_beneficiary_demographics",
|
|
"label": "_stg_beneficiary_demographics",
|
|
"parent": "grp_cclf",
|
|
"description": "Stages CCLF8 with MBI resolution and deduplicates to a single row per resolved beneficiary identity.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.eligibility",
|
|
"label": "eligibility",
|
|
"parent": "grp_cclf",
|
|
"description": "Maps CCLF8 to the eligibility schema with gender and race value crosswalks.",
|
|
"schema": "cclf",
|
|
"is_external": false
|
|
},
|
|
"classes": "expr"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.member_months",
|
|
"label": "member_months",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__location",
|
|
"label": "input_layer__location",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.input_layer__procedure",
|
|
"label": "input_layer__procedure",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.appointment",
|
|
"label": "appointment",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.condition",
|
|
"label": "condition",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.eligibility",
|
|
"label": "eligibility",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.encounter",
|
|
"label": "encounter",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.immunization",
|
|
"label": "immunization",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.lab_result",
|
|
"label": "lab_result",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.medical_claim",
|
|
"label": "medical_claim",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.medication",
|
|
"label": "medication",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.observation",
|
|
"label": "observation",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.patient",
|
|
"label": "patient",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.pharmacy_claim",
|
|
"label": "pharmacy_claim",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.practitioner",
|
|
"label": "practitioner",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "input_layer.provider_attribution",
|
|
"label": "provider_attribution",
|
|
"parent": "grp_input_layer",
|
|
"description": "",
|
|
"schema": "input_layer",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.condition",
|
|
"label": "condition",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.lab_result",
|
|
"label": "lab_result",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.medication",
|
|
"label": "medication",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.observation",
|
|
"label": "observation",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.patient",
|
|
"label": "patient",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.pharmacy_claim",
|
|
"label": "pharmacy_claim",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_tests",
|
|
"label": "dbt_tests",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.elementary_test_results",
|
|
"label": "elementary_test_results",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_invocations",
|
|
"label": "dbt_invocations",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "quality_measures._value_set_measures",
|
|
"label": "_value_set_measures",
|
|
"parent": "grp_quality_measures",
|
|
"description": "",
|
|
"schema": "quality_measures",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.encounter",
|
|
"label": "encounter",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.medical_claim",
|
|
"label": "medical_claim",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "pharmacy.rxnorm_generic_available",
|
|
"label": "rxnorm_generic_available",
|
|
"parent": "grp_pharmacy",
|
|
"description": "",
|
|
"schema": "pharmacy",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.ndc",
|
|
"label": "ndc",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.rxnorm_brand_generic",
|
|
"label": "rxnorm_brand_generic",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_icd_10_cm_to_ccs",
|
|
"label": "_value_set_icd_10_cm_to_ccs",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.icd_10_cm",
|
|
"label": "icd_10_cm",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.procedure",
|
|
"label": "procedure",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_icd_10_pcs_to_ccs",
|
|
"label": "_value_set_icd_10_pcs_to_ccs",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.icd_10_pcs",
|
|
"label": "icd_10_pcs",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.discharge_disposition",
|
|
"label": "discharge_disposition",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.ms_drg",
|
|
"label": "ms_drg",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.apr_drg",
|
|
"label": "apr_drg",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_exclusion_ccs_diagnosis_category",
|
|
"label": "_value_set_exclusion_ccs_diagnosis_category",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_acute_diagnosis_ccs",
|
|
"label": "_value_set_acute_diagnosis_ccs",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_acute_diagnosis_icd_10_cm",
|
|
"label": "_value_set_acute_diagnosis_icd_10_cm",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_always_planned_ccs_diagnosis_category",
|
|
"label": "_value_set_always_planned_ccs_diagnosis_category",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_always_planned_ccs_procedure_category",
|
|
"label": "_value_set_always_planned_ccs_procedure_category",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_potentially_planned_ccs_procedure_category",
|
|
"label": "_value_set_potentially_planned_ccs_procedure_category",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_potentially_planned_icd_10_pcs",
|
|
"label": "_value_set_potentially_planned_icd_10_pcs",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_specialty_cohort",
|
|
"label": "_value_set_specialty_cohort",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "readmissions._value_set_surgery_gynecology_cohort",
|
|
"label": "_value_set_surgery_gynecology_cohort",
|
|
"parent": "grp_readmissions",
|
|
"description": "",
|
|
"schema": "readmissions",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core.member_months",
|
|
"label": "member_months",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "reference_data.calendar",
|
|
"label": "calendar",
|
|
"parent": "grp_reference_data",
|
|
"description": "",
|
|
"schema": "reference_data",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ahrq_measures._value_set_pqi",
|
|
"label": "_value_set_pqi",
|
|
"parent": "grp_ahrq_measures",
|
|
"description": "",
|
|
"schema": "ahrq_measures",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "core._stg_claims_medical_claim",
|
|
"label": "_stg_claims_medical_claim",
|
|
"parent": "grp_core",
|
|
"description": "",
|
|
"schema": "core",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.provider",
|
|
"label": "provider",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.medicare_provider_and_supplier_taxonomy_crosswalk",
|
|
"label": "medicare_provider_and_supplier_taxonomy_crosswalk",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cms_provider_attribution._provider_specialty_assignment_codes",
|
|
"label": "_provider_specialty_assignment_codes",
|
|
"parent": "grp_cms_provider_attribution",
|
|
"description": "",
|
|
"schema": "cms_provider_attribution",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cms_provider_attribution._primary_care_hcpcs_codes",
|
|
"label": "_primary_care_hcpcs_codes",
|
|
"parent": "grp_cms_provider_attribution",
|
|
"description": "",
|
|
"schema": "cms_provider_attribution",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.data_monitoring_metrics",
|
|
"label": "data_monitoring_metrics",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_source_freshness_results",
|
|
"label": "dbt_source_freshness_results",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_sources",
|
|
"label": "dbt_sources",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_models",
|
|
"label": "dbt_models",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_snapshots",
|
|
"label": "dbt_snapshots",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_metrics",
|
|
"label": "dbt_metrics",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_exposures",
|
|
"label": "dbt_exposures",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_seeds",
|
|
"label": "dbt_seeds",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_columns",
|
|
"label": "dbt_columns",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._int_patient_hcc_history",
|
|
"label": "_int_patient_hcc_history",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._int_comorbidity_suspects",
|
|
"label": "_int_comorbidity_suspects",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._int_observation_suspects",
|
|
"label": "_int_observation_suspects",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._int_lab_suspects",
|
|
"label": "_int_lab_suspects",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "hcc_suspecting._int_medication_suspects",
|
|
"label": "_int_medication_suspects",
|
|
"parent": "grp_hcc_suspecting",
|
|
"description": "",
|
|
"schema": "hcc_suspecting",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "main.dbt_run_results",
|
|
"label": "dbt_run_results",
|
|
"parent": "grp_main",
|
|
"description": "",
|
|
"schema": "main",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "ccsr._value_set_dxccsr_v2023_1_cleaned_map",
|
|
"label": "_value_set_dxccsr_v2023_1_cleaned_map",
|
|
"parent": "grp_ccsr",
|
|
"description": "",
|
|
"schema": "ccsr",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.normalized_input_medical_claim",
|
|
"label": "normalized_input_medical_claim",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.bill_type",
|
|
"label": "bill_type",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.ccs_services_procedures",
|
|
"label": "ccs_services_procedures",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.nitos",
|
|
"label": "nitos",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.place_of_service",
|
|
"label": "place_of_service",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "terminology.revenue_center",
|
|
"label": "revenue_center",
|
|
"parent": "grp_terminology",
|
|
"description": "",
|
|
"schema": "terminology",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"label": "encounters__stg_medical_claim",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.encounters__stg_outpatient_institutional",
|
|
"label": "encounters__stg_outpatient_institutional",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.office_visits__int_office_visits",
|
|
"label": "office_visits__int_office_visits",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.service_category__office_based_radiology",
|
|
"label": "service_category__office_based_radiology",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "claims_preprocessing.encounters__combined_claim_line_crosswalk",
|
|
"label": "encounters__combined_claim_line_crosswalk",
|
|
"parent": "grp_claims_preprocessing",
|
|
"description": "",
|
|
"schema": "claims_preprocessing",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf9",
|
|
"label": "cclf9",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf1",
|
|
"label": "cclf1",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf2",
|
|
"label": "cclf2",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf4",
|
|
"label": "cclf4",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf3",
|
|
"label": "cclf3",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf5",
|
|
"label": "cclf5",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf6",
|
|
"label": "cclf6",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf7",
|
|
"label": "cclf7",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
},
|
|
{
|
|
"data": {
|
|
"id": "cclf.cclf8",
|
|
"label": "cclf8",
|
|
"parent": "grp_cclf",
|
|
"description": "",
|
|
"schema": "cclf",
|
|
"is_external": true
|
|
},
|
|
"classes": "external"
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.member_months",
|
|
"target": "core._stg_claims_member_months"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__provider_attribution",
|
|
"target": "core._stg_claims_member_months"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__appointment",
|
|
"target": "core._stg_clinical_appointment"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__condition",
|
|
"target": "core._stg_clinical_condition"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__encounter",
|
|
"target": "core._stg_clinical_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__immunization",
|
|
"target": "core._stg_clinical_immunization"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__lab_result",
|
|
"target": "core._stg_clinical_lab_result"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__location",
|
|
"target": "core._stg_clinical_location"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__medication",
|
|
"target": "core._stg_clinical_medication"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__observation",
|
|
"target": "core._stg_clinical_observation"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__patient",
|
|
"target": "core._stg_clinical_patient"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__practitioner",
|
|
"target": "core._stg_clinical_practitioner"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.input_layer__procedure",
|
|
"target": "core._stg_clinical_procedure"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.appointment",
|
|
"target": "input_layer.input_layer__appointment"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.condition",
|
|
"target": "input_layer.input_layer__condition"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.eligibility",
|
|
"target": "input_layer.input_layer__eligibility"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.encounter",
|
|
"target": "input_layer.input_layer__encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.immunization",
|
|
"target": "input_layer.input_layer__immunization"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.lab_result",
|
|
"target": "input_layer.input_layer__lab_result"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.medical_claim",
|
|
"target": "input_layer.input_layer__medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.medication",
|
|
"target": "input_layer.input_layer__medication"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.observation",
|
|
"target": "input_layer.input_layer__observation"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.patient",
|
|
"target": "input_layer.input_layer__patient"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.pharmacy_claim",
|
|
"target": "input_layer.input_layer__pharmacy_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.practitioner",
|
|
"target": "input_layer.input_layer__practitioner"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "input_layer.provider_attribution",
|
|
"target": "input_layer.input_layer__provider_attribution"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "hcc_suspecting._stg_condition"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.lab_result",
|
|
"target": "hcc_suspecting._stg_lab_result"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.medication",
|
|
"target": "hcc_suspecting._stg_medication"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.observation",
|
|
"target": "hcc_suspecting._stg_observation"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "hcc_suspecting._stg_patient"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.pharmacy_claim",
|
|
"target": "hcc_suspecting._stg_pharmacy_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_tests",
|
|
"target": "data_quality.testing_summary"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.elementary_test_results",
|
|
"target": "data_quality.testing_summary"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_invocations",
|
|
"target": "data_quality.testing_summary"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "quality_measures._value_set_measures",
|
|
"target": "quality_measures._int_adh_diabetes__performance_period"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "quality_measures._value_set_measures",
|
|
"target": "quality_measures._int_adh_statins__performance_period"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "quality_measures._value_set_measures",
|
|
"target": "quality_measures._int_adhras__performance_period"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "quality_measures._value_set_measures",
|
|
"target": "quality_measures._int_cqm130__performance_period"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "quality_measures._value_set_measures",
|
|
"target": "quality_measures._int_cqm438__performance_period"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "quality_measures._value_set_measures",
|
|
"target": "quality_measures._int_nqf0420__performance_period"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "quality_measures._value_set_measures",
|
|
"target": "quality_measures._int_supd__performance_period"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "quality_measures._stg_condition"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.encounter",
|
|
"target": "quality_measures._stg_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.lab_result",
|
|
"target": "quality_measures._stg_lab_result"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.medical_claim",
|
|
"target": "quality_measures._stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.medication",
|
|
"target": "quality_measures._stg_medication"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.observation",
|
|
"target": "quality_measures._stg_observation"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "quality_measures._stg_patient"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.pharmacy_claim",
|
|
"target": "quality_measures._stg_pharmacy_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "pharmacy.rxnorm_generic_available",
|
|
"target": "pharmacy._int_brand_with_generic_available"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.pharmacy_claim",
|
|
"target": "pharmacy._int_claims_current_cost"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "pharmacy._int_brand_with_generic_available",
|
|
"target": "pharmacy._int_claims_current_cost"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.ndc",
|
|
"target": "pharmacy._int_claims_current_cost"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.rxnorm_brand_generic",
|
|
"target": "pharmacy._int_claims_current_cost"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "pharmacy._int_claims_current_cost",
|
|
"target": "pharmacy._int_generic_cost"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "pharmacy.rxnorm_generic_available",
|
|
"target": "pharmacy._int_generic_cost"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "pharmacy._int_claims_current_cost",
|
|
"target": "pharmacy._int_generic_cost_by_ndc"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "pharmacy.rxnorm_generic_available",
|
|
"target": "pharmacy._int_generic_cost_by_ndc"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.encounter",
|
|
"target": "readmissions._int_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter",
|
|
"target": "readmissions._int_encounter_overlap"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter",
|
|
"target": "readmissions._int_encounter_with_ccs"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_icd_10_cm_to_ccs",
|
|
"target": "readmissions._int_encounter_with_ccs"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.icd_10_cm",
|
|
"target": "readmissions._int_encounter_with_ccs"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.procedure",
|
|
"target": "readmissions._int_procedure_ccs"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_icd_10_pcs_to_ccs",
|
|
"target": "readmissions._int_procedure_ccs"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.icd_10_pcs",
|
|
"target": "readmissions._int_procedure_ccs"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter_with_ccs",
|
|
"target": "readmissions._int_encounter_data_quality"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter_overlap",
|
|
"target": "readmissions._int_encounter_data_quality"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.discharge_disposition",
|
|
"target": "readmissions._int_encounter_data_quality"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.ms_drg",
|
|
"target": "readmissions._int_encounter_data_quality"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.apr_drg",
|
|
"target": "readmissions._int_encounter_data_quality"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter",
|
|
"target": "readmissions._int_index_discharge_requirement"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter",
|
|
"target": "readmissions._int_index_time_requirement"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter_with_ccs",
|
|
"target": "readmissions._int_exclusion"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_exclusion_ccs_diagnosis_category",
|
|
"target": "readmissions._int_exclusion"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter",
|
|
"target": "readmissions._int_index_admission"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_index_time_requirement",
|
|
"target": "readmissions._int_index_admission"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_index_discharge_requirement",
|
|
"target": "readmissions._int_index_admission"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_exclusion",
|
|
"target": "readmissions._int_index_admission"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter_with_ccs",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_procedure_ccs",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_acute_diagnosis_ccs",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_acute_diagnosis_icd_10_cm",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_always_planned_ccs_diagnosis_category",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_always_planned_ccs_procedure_category",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_potentially_planned_ccs_procedure_category",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_potentially_planned_icd_10_pcs",
|
|
"target": "readmissions._int_planned_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter",
|
|
"target": "readmissions._int_encounter_specialty_cohort"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter_with_ccs",
|
|
"target": "readmissions._int_encounter_specialty_cohort"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_procedure_ccs",
|
|
"target": "readmissions._int_encounter_specialty_cohort"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_specialty_cohort",
|
|
"target": "readmissions._int_encounter_specialty_cohort"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._value_set_surgery_gynecology_cohort",
|
|
"target": "readmissions._int_encounter_specialty_cohort"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter",
|
|
"target": "readmissions._int_readmission_crude"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "readmissions._int_encounter_overlap",
|
|
"target": "readmissions._int_readmission_crude"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.encounter",
|
|
"target": "ahrq_measures._stg_pqi_inpatient_encounter"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.member_months",
|
|
"target": "ahrq_measures._stg_pqi_member_months"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "reference_data.calendar",
|
|
"target": "ahrq_measures._stg_pqi_member_months"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_missing_dates"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_missing_gender"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_missing_primary_dx"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_transfer"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_ungroupable_drg"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusions_missing_age"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_union"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusions_missing_age",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_union"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_missing_gender",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_union"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_missing_dates",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_union"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_missing_primary_dx",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_union"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_transfer",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_union"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_ungroupable_drg",
|
|
"target": "ahrq_measures._int_pqi_shared_exclusion_union"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_01_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_01_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_01_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_01_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_01_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_01_denom",
|
|
"target": "ahrq_measures._int_pqi_01_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_01_exclusions",
|
|
"target": "ahrq_measures._int_pqi_01_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_03_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_03_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_03_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_03_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_03_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_03_denom",
|
|
"target": "ahrq_measures._int_pqi_03_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_03_exclusions",
|
|
"target": "ahrq_measures._int_pqi_03_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_05_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_05_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_05_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_05_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "ahrq_measures._int_pqi_05_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_05_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_05_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_05_denom",
|
|
"target": "ahrq_measures._int_pqi_05_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_05_exclusions",
|
|
"target": "ahrq_measures._int_pqi_05_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_07_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_07_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_07_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_07_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "ahrq_measures._int_pqi_07_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.procedure",
|
|
"target": "ahrq_measures._int_pqi_07_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_07_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_07_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_07_denom",
|
|
"target": "ahrq_measures._int_pqi_07_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_07_exclusions",
|
|
"target": "ahrq_measures._int_pqi_07_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_08_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_08_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_08_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_08_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.procedure",
|
|
"target": "ahrq_measures._int_pqi_08_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_08_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_08_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_08_denom",
|
|
"target": "ahrq_measures._int_pqi_08_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_08_exclusions",
|
|
"target": "ahrq_measures._int_pqi_08_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_11_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_11_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_11_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_11_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "ahrq_measures._int_pqi_11_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.procedure",
|
|
"target": "ahrq_measures._int_pqi_11_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_11_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_11_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_11_denom",
|
|
"target": "ahrq_measures._int_pqi_11_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_11_exclusions",
|
|
"target": "ahrq_measures._int_pqi_11_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_12_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_12_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_12_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_12_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "ahrq_measures._int_pqi_12_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.procedure",
|
|
"target": "ahrq_measures._int_pqi_12_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_12_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_12_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_12_denom",
|
|
"target": "ahrq_measures._int_pqi_12_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_12_exclusions",
|
|
"target": "ahrq_measures._int_pqi_12_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_14_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_14_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_14_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_14_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_14_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_14_denom",
|
|
"target": "ahrq_measures._int_pqi_14_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_14_exclusions",
|
|
"target": "ahrq_measures._int_pqi_14_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_15_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_15_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_15_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_15_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "ahrq_measures._int_pqi_15_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_15_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_15_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_15_denom",
|
|
"target": "ahrq_measures._int_pqi_15_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_15_exclusions",
|
|
"target": "ahrq_measures._int_pqi_15_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_member_months",
|
|
"target": "ahrq_measures._int_pqi_16_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.patient",
|
|
"target": "ahrq_measures._int_pqi_16_denom"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_shared_exclusion_union",
|
|
"target": "ahrq_measures._int_pqi_16_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_16_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "ahrq_measures._int_pqi_16_exclusions"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._stg_pqi_inpatient_encounter",
|
|
"target": "ahrq_measures._int_pqi_16_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._value_set_pqi",
|
|
"target": "ahrq_measures._int_pqi_16_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_16_denom",
|
|
"target": "ahrq_measures._int_pqi_16_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ahrq_measures._int_pqi_16_exclusions",
|
|
"target": "ahrq_measures._int_pqi_16_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.condition",
|
|
"target": "ahrq_measures._int_pqi_16_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.procedure",
|
|
"target": "ahrq_measures._int_pqi_16_num"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core._stg_claims_medical_claim",
|
|
"target": "provider_attribution._stg_core__claims_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.medical_claim",
|
|
"target": "provider_attribution._stg_core__medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "core.member_months",
|
|
"target": "provider_attribution._stg_core__member_months"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "reference_data.calendar",
|
|
"target": "provider_attribution._stg_reference_data__calendar"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.provider",
|
|
"target": "provider_attribution._stg_terminology__provider"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_core__member_months",
|
|
"target": "provider_attribution._int_person_years"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_terminology__provider",
|
|
"target": "provider_attribution._int_provider_classification"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.medicare_provider_and_supplier_taxonomy_crosswalk",
|
|
"target": "provider_attribution._int_provider_classification"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cms_provider_attribution._provider_specialty_assignment_codes",
|
|
"target": "provider_attribution._int_provider_classification"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_core__medical_claim",
|
|
"target": "provider_attribution._int_primary_care_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_core__member_months",
|
|
"target": "provider_attribution._int_primary_care_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_reference_data__calendar",
|
|
"target": "provider_attribution._int_primary_care_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_terminology__provider",
|
|
"target": "provider_attribution._int_primary_care_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._int_provider_classification",
|
|
"target": "provider_attribution._int_primary_care_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cms_provider_attribution._primary_care_hcpcs_codes",
|
|
"target": "provider_attribution._int_primary_care_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._int_primary_care_claims",
|
|
"target": "provider_attribution._int_current_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._int_provider_classification",
|
|
"target": "provider_attribution._int_current_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_core__medical_claim",
|
|
"target": "provider_attribution._int_current_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_core__member_months",
|
|
"target": "provider_attribution._int_current_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_reference_data__calendar",
|
|
"target": "provider_attribution._int_current_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_terminology__provider",
|
|
"target": "provider_attribution._int_current_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._int_person_years",
|
|
"target": "provider_attribution._int_yearly_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._int_primary_care_claims",
|
|
"target": "provider_attribution._int_yearly_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._int_provider_classification",
|
|
"target": "provider_attribution._int_yearly_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_core__medical_claim",
|
|
"target": "provider_attribution._int_yearly_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_core__member_months",
|
|
"target": "provider_attribution._int_yearly_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_reference_data__calendar",
|
|
"target": "provider_attribution._int_yearly_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "provider_attribution._stg_terminology__provider",
|
|
"target": "provider_attribution._int_yearly_steps"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.elementary_test_results",
|
|
"target": "main.alerts_anomaly_detection"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.elementary_test_results",
|
|
"target": "main.alerts_dbt_tests"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.elementary_test_results",
|
|
"target": "main.alerts_schema_changes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.metrics_anomaly_score",
|
|
"target": "main.anomaly_threshold_sensitivity"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.data_monitoring_metrics",
|
|
"target": "main.metrics_anomaly_score"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.data_monitoring_metrics",
|
|
"target": "main.monitors_runs"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.model_run_results",
|
|
"target": "main.alerts_dbt_models"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.snapshot_run_results",
|
|
"target": "main.alerts_dbt_models"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_source_freshness_results",
|
|
"target": "main.alerts_dbt_source_freshness"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_sources",
|
|
"target": "main.alerts_dbt_source_freshness"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_models",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_tests",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_sources",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_snapshots",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_metrics",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_exposures",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_seeds",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_columns",
|
|
"target": "main.dbt_artifacts_hashes"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_invocations",
|
|
"target": "main.job_run_results"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "hcc_suspecting._int_patient_hcc_history",
|
|
"target": "main.hcc_suspecting__list_all"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "hcc_suspecting._int_comorbidity_suspects",
|
|
"target": "main.hcc_suspecting__list_all"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "hcc_suspecting._int_observation_suspects",
|
|
"target": "main.hcc_suspecting__list_all"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "hcc_suspecting._int_lab_suspects",
|
|
"target": "main.hcc_suspecting__list_all"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "hcc_suspecting._int_medication_suspects",
|
|
"target": "main.hcc_suspecting__list_all"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_models",
|
|
"target": "main.model_run_results"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_run_results",
|
|
"target": "main.model_run_results"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_run_results",
|
|
"target": "main.seed_run_results"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_seeds",
|
|
"target": "main.seed_run_results"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_run_results",
|
|
"target": "main.snapshot_run_results"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "main.dbt_snapshots",
|
|
"target": "main.snapshot_run_results"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "ccsr._value_set_dxccsr_v2023_1_cleaned_map",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.normalized_input_medical_claim",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.bill_type",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.ccs_services_procedures",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.nitos",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.place_of_service",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.provider",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.revenue_center",
|
|
"target": "claims_preprocessing.service_category__stg_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"target": "claims_preprocessing.service_category__stg_professional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"target": "claims_preprocessing.service_category__stg_inpatient_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.apr_drg",
|
|
"target": "claims_preprocessing.service_category__stg_inpatient_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "terminology.ms_drg",
|
|
"target": "claims_preprocessing.service_category__stg_inpatient_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_inpatient_institutional",
|
|
"target": "claims_preprocessing.service_category__stg_outpatient_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"target": "claims_preprocessing.service_category__stg_outpatient_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"target": "claims_preprocessing.service_category__stg_office_based"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_professional",
|
|
"target": "claims_preprocessing.service_category__stg_office_based"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"target": "claims_preprocessing.service_category__dme_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_outpatient_institutional",
|
|
"target": "claims_preprocessing.service_category__dme_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"target": "claims_preprocessing.service_category__inpatient_substance_use_professional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__stg_medical_claim",
|
|
"target": "claims_preprocessing.service_category__outpatient_skilled_nursing_institutional"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.ambulance__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.ambulance__anchor_events",
|
|
"target": "claims_preprocessing.ambulance__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.ambulance__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.ambulance__generate_encounter_id",
|
|
"target": "claims_preprocessing.ambulance__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.ambulance__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.asc__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.asc__anchor_events",
|
|
"target": "claims_preprocessing.asc__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.asc__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.asc__generate_encounter_id",
|
|
"target": "claims_preprocessing.asc__start_end_dates"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.asc__start_end_dates",
|
|
"target": "claims_preprocessing.asc__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.asc__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.dialysis__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.dialysis__anchor_events",
|
|
"target": "claims_preprocessing.dialysis__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.dialysis__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.dialysis__generate_encounter_id",
|
|
"target": "claims_preprocessing.dialysis__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.dialysis__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.dme__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.dme__anchor_events",
|
|
"target": "claims_preprocessing.dme__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.dme__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.dme__generate_encounter_id",
|
|
"target": "claims_preprocessing.dme__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.dme__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.home_health__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.home_health__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.home_health__anchor_events",
|
|
"target": "claims_preprocessing.home_health__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.home_health__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.home_health__generate_encounter_id",
|
|
"target": "claims_preprocessing.home_health__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.lab__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.lab__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.lab__anchor_events",
|
|
"target": "claims_preprocessing.lab__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.lab__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.lab__generate_encounter_id",
|
|
"target": "claims_preprocessing.lab__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_hospice__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_hospice__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_hospice__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_hospice__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_hospice__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_hospice__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_hospice__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_hospital_or_clinic__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_hospital_or_clinic__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_hospital_or_clinic__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_hospital_or_clinic__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_hospital_or_clinic__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_hospital_or_clinic__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_hospital_or_clinic__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_injections__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_outpatient_institutional",
|
|
"target": "claims_preprocessing.outpatient_injections__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_injections__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_injections__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_injections__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_injections__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_injections__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_psych__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_psych__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_psych__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_psych__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_psych__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_psych__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_psych__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_ptotst__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_ptotst__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_ptotst__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_ptotst__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_ptotst__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_ptotst__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_ptotst__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_radiology__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_radiology__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_radiology__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_radiology__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_radiology__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_radiology__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_rehab__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_rehab__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_rehab__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_rehab__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_rehab__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_rehab__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_rehab__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_substance_use__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_substance_use__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_substance_use__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_substance_use__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_substance_use__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_substance_use__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_substance_use__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_surgery__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_surgery__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_surgery__anchor_events",
|
|
"target": "claims_preprocessing.outpatient_surgery__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.outpatient_surgery__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.outpatient_surgery__generate_encounter_id",
|
|
"target": "claims_preprocessing.outpatient_surgery__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.urgent_care__anchor_events"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.urgent_care__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.urgent_care__anchor_events",
|
|
"target": "claims_preprocessing.urgent_care__generate_encounter_id"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.urgent_care__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.urgent_care__generate_encounter_id",
|
|
"target": "claims_preprocessing.urgent_care__match_claims_to_anchor"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_injections"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.office_visits__int_office_visits",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_injections"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.office_visits__int_office_visits",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_ptotst"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_radiology"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.office_visits__int_office_visits",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_radiology"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.service_category__office_based_radiology",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_radiology"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.office_visits__int_office_visits",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_surgery"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.office_visits__int_office_visits",
|
|
"target": "claims_preprocessing.office_visits__int_office_visits_telehealth"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__combined_claim_line_crosswalk",
|
|
"target": "claims_preprocessing.encounters__orphaned_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "claims_preprocessing.encounters__stg_medical_claim",
|
|
"target": "claims_preprocessing.encounters__orphaned_claims"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf9",
|
|
"target": "cclf._stg_beneficiary_xref"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf1",
|
|
"target": "cclf._stg_institutional_header"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_beneficiary_xref",
|
|
"target": "cclf._stg_institutional_header"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_institutional_header",
|
|
"target": "cclf._int_institutional_header_adr"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf2",
|
|
"target": "cclf._stg_revenue_center"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_beneficiary_xref",
|
|
"target": "cclf._stg_revenue_center"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf4",
|
|
"target": "cclf._int_diagnosis_pivot"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf3",
|
|
"target": "cclf._int_procedure_pivot"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_institutional_header_adr",
|
|
"target": "cclf._int_institutional_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_revenue_center",
|
|
"target": "cclf._int_institutional_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_diagnosis_pivot",
|
|
"target": "cclf._int_institutional_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_procedure_pivot",
|
|
"target": "cclf._int_institutional_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf5",
|
|
"target": "cclf._stg_physician_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_beneficiary_xref",
|
|
"target": "cclf._stg_physician_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_physician_claim",
|
|
"target": "cclf._int_physician_claim_adr"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_physician_claim_adr",
|
|
"target": "cclf._int_physician_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf6",
|
|
"target": "cclf._stg_dme_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_beneficiary_xref",
|
|
"target": "cclf._stg_dme_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_dme_claim",
|
|
"target": "cclf._int_dme_claim_adr"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_dme_claim_adr",
|
|
"target": "cclf._int_dme_medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_institutional_medical_claim",
|
|
"target": "cclf.medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_physician_medical_claim",
|
|
"target": "cclf.medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_dme_medical_claim",
|
|
"target": "cclf.medical_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf7",
|
|
"target": "cclf._stg_pharmacy_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_beneficiary_xref",
|
|
"target": "cclf._stg_pharmacy_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_pharmacy_claim",
|
|
"target": "cclf._int_pharmacy_claim_adr"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._int_pharmacy_claim_adr",
|
|
"target": "cclf.pharmacy_claim"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf.cclf8",
|
|
"target": "cclf._stg_beneficiary_demographics"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_beneficiary_xref",
|
|
"target": "cclf._stg_beneficiary_demographics"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"source": "cclf._stg_beneficiary_demographics",
|
|
"target": "cclf.eligibility"
|
|
}
|
|
}
|
|
]
|
|
};
|
|
const schemaColors = {"core": "#e15759", "input_layer": "#76b7b2", "readmissions": "#59a14f", "claims_preprocessing": "#f28e2b", "reference_data": "#888888", "provider_attribution": "#bab0ac", "pharmacy": "#b07aa1", "cclf": "#4e79a7", "terminology": "#888888", "hcc_suspecting": "#9c755f", "cms_provider_attribution": "#888888", "quality_measures": "#ff9da7", "main": "#86bcb6", "data_quality": "#4e79a7", "ahrq_measures": "#edc948", "ccsr": "#888888"};
|
|
const externalColor = "#888888";
|
|
|
|
// Build legend
|
|
const legend = document.getElementById("legend");
|
|
const hiddenSchemas = new Set();
|
|
Object.keys(schemaColors).sort().forEach(s => {
|
|
const item = document.createElement("span");
|
|
item.className = "legend-item";
|
|
item.innerHTML = '<span class="legend-dot" style="background:' +
|
|
schemaColors[s] + '"></span>' + s;
|
|
item.onclick = () => {
|
|
if (hiddenSchemas.has(s)) { hiddenSchemas.delete(s); item.classList.remove("hidden"); }
|
|
else { hiddenSchemas.add(s); item.classList.add("hidden"); }
|
|
applyVisibility();
|
|
};
|
|
legend.appendChild(item);
|
|
});
|
|
|
|
// Init Cytoscape
|
|
const cy = cytoscape({
|
|
container: document.getElementById("cy"),
|
|
elements: [...elements.nodes, ...elements.edges],
|
|
style: [
|
|
{
|
|
selector: "node.group",
|
|
style: {
|
|
"background-color": "transparent",
|
|
"background-opacity": 0.05,
|
|
"border-width": 1,
|
|
"border-color": "#444",
|
|
"label": "data(label)",
|
|
"text-valign": "top",
|
|
"text-halign": "center",
|
|
"font-size": "14px",
|
|
"color": "#666",
|
|
"padding": "16px",
|
|
"shape": "round-rectangle",
|
|
}
|
|
},
|
|
{
|
|
selector: "node.expr",
|
|
style: {
|
|
"background-color": function(ele) {
|
|
return schemaColors[ele.data("schema")] || "#888";
|
|
},
|
|
"background-opacity": 0.15,
|
|
"border-width": 2,
|
|
"border-color": function(ele) {
|
|
return schemaColors[ele.data("schema")] || "#888";
|
|
},
|
|
"label": "data(label)",
|
|
"text-valign": "center",
|
|
"text-halign": "center",
|
|
"font-size": "9px",
|
|
"color": function(ele) {
|
|
return schemaColors[ele.data("schema")] || "#888";
|
|
},
|
|
"width": "label",
|
|
"height": 28,
|
|
"padding": "8px",
|
|
"shape": "round-rectangle",
|
|
}
|
|
},
|
|
{
|
|
selector: "node.external",
|
|
style: {
|
|
"background-color": "#2a2a2a",
|
|
"border-width": 1,
|
|
"border-style": "dashed",
|
|
"border-color": "#666",
|
|
"label": "data(label)",
|
|
"text-valign": "center",
|
|
"text-halign": "center",
|
|
"font-size": "8px",
|
|
"color": "#888",
|
|
"width": "label",
|
|
"height": 24,
|
|
"padding": "6px",
|
|
"shape": "round-rectangle",
|
|
}
|
|
},
|
|
{
|
|
selector: "edge",
|
|
style: {
|
|
"width": 1.5,
|
|
"line-color": "#444",
|
|
"target-arrow-color": "#444",
|
|
"target-arrow-shape": "triangle",
|
|
"curve-style": "bezier",
|
|
"arrow-scale": 0.8,
|
|
}
|
|
},
|
|
{
|
|
selector: ".highlighted",
|
|
style: {
|
|
"border-color": "#fff",
|
|
"border-width": 3,
|
|
"color": "#fff",
|
|
}
|
|
},
|
|
{
|
|
selector: "edge.highlighted",
|
|
style: {
|
|
"line-color": "#e0e0e0",
|
|
"target-arrow-color": "#e0e0e0",
|
|
"width": 2.5,
|
|
}
|
|
},
|
|
{
|
|
selector: ".dimmed",
|
|
style: {
|
|
"opacity": 0.15,
|
|
}
|
|
},
|
|
],
|
|
layout: {
|
|
name: "dagre",
|
|
rankDir: "LR",
|
|
nodeSep: 30,
|
|
rankSep: 80,
|
|
edgeSep: 10,
|
|
animate: false,
|
|
},
|
|
minZoom: 0.1,
|
|
maxZoom: 3,
|
|
});
|
|
|
|
// Stats
|
|
const nNodes = elements.nodes.filter(n => !n.data.is_group).length;
|
|
const nEdges = elements.edges.length;
|
|
document.getElementById("stats").textContent =
|
|
nNodes + " nodes, " + nEdges + " edges";
|
|
|
|
// Tooltip
|
|
const tooltip = document.getElementById("tooltip");
|
|
const ttName = tooltip.querySelector(".tt-name");
|
|
const ttDesc = tooltip.querySelector(".tt-desc");
|
|
|
|
cy.on("mouseover", "node.expr, node.external", function(e) {
|
|
const d = e.target.data();
|
|
ttName.textContent = d.id;
|
|
ttDesc.textContent = d.description || (d.is_external ? "External source table" : "");
|
|
tooltip.style.display = "block";
|
|
});
|
|
cy.on("mouseout", "node.expr, node.external", function() {
|
|
tooltip.style.display = "none";
|
|
});
|
|
cy.on("mousemove", function(e) {
|
|
tooltip.style.left = (e.originalEvent.clientX + 14) + "px";
|
|
tooltip.style.top = (e.originalEvent.clientY + 14) + "px";
|
|
});
|
|
|
|
// Click to highlight ancestors + descendants
|
|
cy.on("tap", "node.expr, node.external", function(e) {
|
|
const node = e.target;
|
|
const predecessors = node.predecessors();
|
|
const successors = node.successors();
|
|
const connected = predecessors.union(successors).union(node);
|
|
cy.elements().addClass("dimmed");
|
|
connected.removeClass("dimmed").addClass("highlighted");
|
|
});
|
|
cy.on("tap", function(e) {
|
|
if (e.target === cy) {
|
|
cy.elements().removeClass("dimmed highlighted");
|
|
}
|
|
});
|
|
|
|
// Search
|
|
const searchInput = document.getElementById("search");
|
|
searchInput.addEventListener("input", function() {
|
|
const q = this.value.toLowerCase();
|
|
if (!q) {
|
|
cy.elements().removeClass("dimmed highlighted");
|
|
return;
|
|
}
|
|
const matches = cy.nodes().filter(n =>
|
|
n.data("id").toLowerCase().includes(q) ||
|
|
(n.data("label") || "").toLowerCase().includes(q)
|
|
);
|
|
if (matches.length > 0) {
|
|
cy.elements().addClass("dimmed");
|
|
matches.forEach(m => {
|
|
const connected = m.predecessors().union(m.successors()).union(m);
|
|
connected.removeClass("dimmed").addClass("highlighted");
|
|
});
|
|
}
|
|
});
|
|
|
|
// Schema visibility toggle
|
|
function applyVisibility() {
|
|
cy.batch(() => {
|
|
cy.nodes().forEach(n => {
|
|
const s = n.data("schema") || n.data("label");
|
|
if (hiddenSchemas.has(s)) n.style("display", "none");
|
|
else n.style("display", "element");
|
|
});
|
|
});
|
|
}
|
|
|
|
cy.fit(undefined, 40);
|
|
</script>
|
|
</body>
|
|
</html>
|