Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions
There are four different ways to consolidate a collection of MeasureReport resources referencing a common Measure into an aggregated MeasureReport:
All MeasureReport resources being consolidated must reference a common Measure in MeasureReport.measure.
The process to perform this aggregation is the same for all of the above cases, and is defined in more detail in the Aggregate operation. That operation can be used by an Intermediary to consolidate MeasureReport resources into an aggregated MeasureReport for further processing.
The MeasureReport resource can be used to report on situational awareness not just for individual facilities, but also on geographic regions such as cities, towns, counties, states, provinces, territories, and other ad hoc geographic regions. They can also be used for reporting of non-geographically identified groups (e.g., all facilities managed by the same organization).
Group reports by aggregation region. This implementation guide does not specify how these groupings are created, but there are several mechanisms that might be used in an implementation:
While the most common use case is aggregation by geopolitical boundary (e.g., city, county, state), other useful geographic regions exist. Neighborhood or (in the US, a Census Tract) can define regions that are smaller than a city or county. Smaller geographic regions can support additional analysis, e.g., in regard to social determinants of health, or geographic regions addressing patterns of referral or service areas (e.g., hospital referral regions and service areas).
The Aggregate operation defines the algorithm for aggregating measure reports.
The aggregation of population.count requires special attention.
For a given facility and time period, measures can be aggregated in different ways depending on the scoring of the measure. The scoring of measures implies the way that which rate aggregation can be performed:
Measure population values can be aggregated across multiple measures to report across a wider group. The aggregation method is indicated in the rateAggregation field found in the MeasureGroupAttributes extension on the Measure.group element. These values come from the Measure Rate Aggregation Values value set. Each of these values describes the method of aggregation.
Across subjects (locations or facilities), counts are always summed. This assumes that subjects are non-overlapping (one is not trying to aggregate county data with the data for an entire state that contains the county).
See Recommended Coding Systems and Value Sets for Location.identifer in Supporting Vocabulary for recommendations on how to identify geographic locations.