Skip to main content

utilization

Encounter counts per member month, pivoted wide across the same service categories used by cost. Because the grain and categories match, cost and utilization can be joined on member_month_id to derive cost per encounter for any category.

At a glance

Schemadax_core
Tableutilization
LayerCore Data Model
Object typetable
Columns56
Grainperson_id, member_id, year_month, payer, data_source, plan
Tagscore, utilization

Columns

ColumnTypeKeyConstraintsDescription
member_month_idvarcharPKnot null, uniqueThe person-month this row summarises.
person_idvarcharThe covered individual.
member_idvarchar
year_monthvarcharCalendar month being summarised.
payervarchar
planvarchar
payer_attributed_providervarchar
payer_attributed_provider_practicevarchar
payer_attributed_provider_organizationvarchar
payer_attributed_provider_lobvarchar
custom_attributed_providervarchar
custom_attributed_provider_practicevarchar
custom_attributed_provider_organizationvarchar
custom_attributed_provider_lobvarchar
dax_attributed_providervarchar
dax_attributed_provider_bucketvarchar
dax_attributed_provider_specialtyvarchar
total_encounter_countintegerAll encounters in the month.
inpatient_countintegerInpatient encounters in the month.
outpatient_countintegerOutpatient encounters in the month.
office_based_countinteger
other_countinteger
acute_inpatient_countinteger
ambulance_orphaned_countinteger
ambulatory_surgery_center_countinteger
dialysis_countinteger
dme_orphaned_countinteger
emergency_department_countintegerEmergency department encounters in the month.
home_health_countinteger
inpatient_hospice_countinteger
inpatient_long_term_acute_care_countinteger
inpatient_psych_countinteger
inpatient_rehabilitation_countinteger
inpatient_skilled_nursing_countinteger
inpatient_substance_use_countinteger
lab_orphaned_countinteger
office_visit_countinteger
office_visit_other_countinteger
office_visit_injections_countinteger
office_visit_pt_ot_st_countinteger
office_visit_radiology_countinteger
office_visit_surgery_countinteger
orphaned_claim_countintegerClaims that could not be grouped into an encounter. A persistently high value here is a data quality signal worth investigating.
outpatient_hospice_countinteger
outpatient_hospital_or_clinic_countinteger
outpatient_injections_countinteger
outpatient_psych_countinteger
outpatient_pt_ot_st_countinteger
outpatient_radiology_countinteger
outpatient_rehabilitation_countinteger
outpatient_substance_use_countinteger
outpatient_surgery_countinteger
telehealth_countinteger
urgent_care_countinteger
dax_last_runtimestampTimestamp of the warehouse build that produced this row.
data_sourcevarcharLabel for the contributing system.

Querying

select *
from dax_core.utilization
limit 100;