You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/hcc_suspecting/hcc_suspecting_models.yml
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ models:
11
11
materialized: table
12
12
description: >
13
13
This final model displays the list of suspecting conditions per patient, data_source, hcc, and diagnosis code with the reason and contributing factors.
14
+
It is filtered by current_year_billed.
14
15
columns:
15
16
- name: person_id
16
17
description: Unique ID for the patient.
@@ -37,6 +38,48 @@ models:
37
38
- name: tuva_last_run
38
39
description: The date the model was run.
39
40
41
+
- name: hcc_suspecting__list_all
42
+
config:
43
+
schema: |
44
+
{%- if var('tuva_schema_prefix',None) != None -%}{{var('tuva_schema_prefix')}}_hcc_suspecting{% else %}hcc_suspecting{%- endif -%}
45
+
alias: list_all
46
+
tags: hcc_suspecting
47
+
materialized: table
48
+
description: >
49
+
This final model displays the list of suspecting conditions per patient, data_source, hcc, and diagnosis code with the reason and contributing factors.
50
+
columns:
51
+
- name: person_id
52
+
description: Unique ID for the patient.
53
+
- name: payer
54
+
description: Name of the payer.
55
+
- name: data_source
56
+
description: >
57
+
User-configured field that indicates the data source (e.g. typically named after the payer and state "BCBS Tennessee").
58
+
- name: model_version
59
+
description: The CMS model version of the HCC code.
60
+
- name: hcc_code
61
+
description: >
62
+
HCC code from the latest CMS HCC model available in the mart.
0 commit comments