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
Add reason column to hcc_recapture__int_all_hccs uniqueness test
The unique_combination_of_columns test was missing the reason column,
causing false-positive duplicate failures when rows differed only by
reason value.
Copy file name to clipboardExpand all lines: models/hcc_recapture/intermediate_models.yml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ models:
22
22
- rendering_npi
23
23
- claim_id
24
24
- condition_type
25
+
- reason
25
26
columns:
26
27
- name: person_id
27
28
description: A unique identifier for a person.
@@ -33,9 +34,9 @@ models:
33
34
description: The date the claim was originally recorded. Based on admission date, but if null then filled in by claim start date followed by claim end date.
34
35
- name: model_version
35
36
description: >
36
-
The CMS Medicare risk model version. This includes models such as v22,v24, and v28 which are documented in the
37
-
yearly rate announcement (e.g. https://www.cms.gov/files/document/2026-announcement.pdf) and on the CMS risk adjustment
0 commit comments