Skip to main content
Version: 3.1.3

Quality Analytics

Data marts are specialized subsets of data warehouses designed to serve the needs of a specific group within an organization. They are built using SQL code that automatically runs on top of the Common Data Model to compute specific measures, groupings, risk models, and other analytical constructs. Data marts frequently employ value sets to define the concepts they use, ensuring consistent and accurate data interpretations across various analytical processes.

Each of these views is derived from the Health Chain Common Data Model, ensuring consistency and reliability in the data. The Health Chain Quality Analytics data mart is a specialized, centralized repository of data designed to drive individual measure-level insights at both the member and population level, including but not limited to; measure name, numerator, denominator, observation date and more!

TableColumn NameDatatypeDescription
hc_patientpatient_idvarcharUnique identifier for each patient
hc_humannamegivenvarcharPatient's first name
hc_humannamefamilyvarcharPatient's last name
hc_patientbirth_datedatePatient's date of birth
hc_patientgendervarcharPatient's gender
hc_addressaddressvarcharPatient's address
hc_addresscityvarcharCity of patient's address
hc_addressstatevarcharState of patient's address
hc_addresspostal_codevarcharPostal code of patient's address
hc_measuremeasure_idvarcharUnique identifier for each quality measure
hc_measuremeasure_namevarcharName of the quality measure
hc_measuremeasure_descriptionvarcharDescription of the quality measure
hc_codeableconceptnumeratordecimalNumerator for the quality measure calculation
hc_codeableconceptdenominatordecimalDenominator for the quality measure calculation
hc_measure_grouplinkIdvarcharUnique identifier for each measure report
hc_measure_groupreport_datedateDate when the measure report was generated
hc_measure_groupnumerator_valuedecimalNumerator value for the measure report
hc_measure_groupdenominator_valuedecimalDenominator value for the measure report
hc_observationobservation_idvarcharUnique identifier for each observation
hc_codeableconceptobservation_codevarcharCode representing the observation
hc_observationobservation_valuedecimalValue of the observation
hc_observationobservation_datedateDate when the observation was made