Skip to main content
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. See the HL7 FHIR R4 spec for full details. Previous version: measure_report Primary Keys:
  • measure_report_id
Foreign Keys:
  • patient_id - links to the patient table
† Metriport Platform added
† Metriport Platform added
ColumnData TypeDescription
measure_report_idvarcharUnique identifier for the measure report (maps to id)
patient_idvarcharThe patient identifier (extracted from subject.reference)
measurevarcharReference to the measure (maps to measure, e.g., canonical URL)
statusvarcharStatus of the report (maps to status, typically “complete”)
typevarcharType of report (maps to type, typically “individual”)
datedatetimeWhen the measure was calculated (maps to date)
period_startdateStart date of the measurement period (maps to period.start)
period_enddateEnd date of the measurement period (maps to period.end)
containedvariantArray of contained resources (maps to contained[]). Parameters with detailed calculation parameters and supporting evidence are stored in this column.
groupvariantArray of measure groups with population data (maps to group[])
meta_sourcevarcharSource document filename from FHIR meta.source
data_source_ext†varcharIntegration source of the data, derived from FHIR extension
Note: The contained column holds the Parameters resource with detailed calculation parameters and supporting evidence. The group column holds the population stratifications (initial-population, denominator, numerator, etc.). Both use Snowflake’s VARIANT type for JSON array storage. Related Tables: Parent:

Version diff

Renamed
  • data_sourcemeta_source