CMS FHIR Prototype Measure Calculation Tool IG
0.1.0 - CI Build United States of America flag

CMS FHIR Prototype Measure Calculation Tool IG, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/mct-ig/ and changes regularly. See the Directory of published versions

OperationDefinition: MCT $gather operation

Official URL: http://cms.gov/fhir/mct/OperationDefinition/gather Version: 0.1.0
Draft as of 2024-06-26 Computable Name: MCT_Gather

This operation gathers data from all sites (facilities) configured for the given provider for the given measure and measurement period. A MeasureReport is returned that will have evaluatedResources that reference the resource data that was gathered. Additionally, the MeasureReport will have contained OperationOutcome resources that provide any messages that are the result of validating the data gathered.

URL: [base]/$gather

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatients1..1Group

The patients for which the data is gathered. Defined in the Group.member.entity element.

INfacilities1..*string
(reference)

The facilities that are gathering the data defined as references to Location resource ids.

INmeasure1..1string
(reference)

The Measure resource reference (id or url) used to determine the data requirements

INperiod1..1Period

The measurement period. This should be defined as a fiscal quarter (3 month increments).

OUTreturn0..*MeasureReport

This operation returns a single Parameters resource. The population MeasureReport will be the first element returned in a Parameters.parameter element followed by the results for each patient.