This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
This operation enables multiple reports to be aggregated:
The process for aggregating MeasureReport resources up to a geographic region or time period follows the steps below:
Measures aggregate values according to the Measure Rate Aggregation Values value set. Across facilities, population counts are always summed. Within a facility the different population types are aggregated differently when aggregating over a larger time period.
Measure scores are recomputed based on measure populations after aggregation following the usual rules for measure scoring.
OPERATION: Aggregate
The official URL for this operation definition is:
http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-aggregate
Aggregate two or more more Messure Report resources into a single MeasureReport.
URL: [base]/MeasureReport/[id]/$aggregate
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | _id | 0..* | string (string) | ||
IN | measure | 1..1 | string (uri) | ||
IN | measure-report | 0..* | MeasureReport | The MeasureReport resources to aggregate. | |
IN | measure.title | 0..1 | string (string) | ||
IN | period | 1..2 | string (date) | ||
IN | reporter | 0..* | string (reference) | ||
IN | reporter:identifier | 0..* | string (token) | ||
IN | result-reporter | 0..1 | string (reference) | A reference or identifier of the reporter for the MeasureReport. May be omitted if all MeasureReport resources being aggregated have a common reporter. A server may determine the reporter based on business rules (e.g., based on the identity of the sender of the request). | |
IN | result-subject | 0..1 | string (reference) | A reference or identifier of the subject for the MeasureReport. May be omitted if all MeasureReport resources being aggregated have a common subject. | |
IN | subject | 0..* | string (reference) | ||
IN | subject:identifier | 0..* | string (token) | ||
OUT | return | 0..1 | MeasureReport | The result of the aggregation operation. |