Skip to main content

member_month

One row per person per calendar month of coverage: the standard denominator of the warehouse. Enrollment spans are exploded into months here so that per-member-per-month rates, and the cost and utilization marts built on top, all divide by the same consistent count.

At a glance

Schemadax_claims_preprocessing
Tablemember_month
LayerClaims Preprocessing
Object typetable
Columns8
Grainmember_month_id
Tagsclaims_preprocessing, member_month

Columns

ColumnTypeKeyConstraintsDescription
member_month_idvarcharPKnot null, uniqueDax identifier for the person-month.
person_idvarcharnot nullThe covered individual.
member_idvarchar
year_monthvarcharCalendar month of coverage.
payervarcharPayer providing coverage in the month.
planvarcharBenefit plan providing coverage in the month.
dax_last_runtimestampTimestamp of the warehouse build that produced this row.
data_sourcevarcharnot nullLabel for the contributing system.

Querying

select *
from dax_claims_preprocessing.member_month
limit 100;