Data Exchange For Quality Measures Implementation Guide
5.0.0-ballot - STU5 Ballot United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

OperationDefinition: DEQM Collect Data

Official URL: http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/deqm.collect-data Version: 5.0.0-ballot
Standards status: Trial-use Maturity Level: 0 Computable Name: DEQMCollectData
Other Identifiers: OID:2.16.840.1.113883.4.642.40.2.33.3

The deqm.collect-data operation is used to collect the data-of-interest for the given measure.

Generated Narrative: OperationDefinition deqm.collect-data

URL: [base]/Measure/$deqm-collect-data

URL: [base]/Measure/[id]/$deqm-collect-data

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INperiodStart1..1date

The start of the measurement period. In keeping with the semantics of the date parameter used in the FHIR search operation, the period will start at the beginning of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period start to be 2014-01-01T00:00:00 inclusive

INperiodEnd1..1date

The end of the measurement period. The period will end at the end of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period end to be 2014-12-31T23:59:59 inclusive

INmeasureId0..*id

The id of a Measure resource that is on the server for which the data-of-interest will be collected. E.g., the id of the Measure resource for Breast Cancer Screening measure.

INmeasureIdentifier0..*string
(token)

The business identifier of a measure for which the data-of-interest will be collected. E.g., CMS125 is a CMS assigned identifier for the Breast Cancer Screening eCQM in their system. Note that the type of this parameter is a string with a search type of token, so the $care-gaps operation has only simple input parameters and may be invoked using GET.

INmeasureUrl0..*canonical

This the the URL of a measure for which the data-of-interest will be collected. A measure URL is specified in the url element of the Measure resource. The measure URL remains the same when the measure is stored on different servers.

INmeasureResource0..*Measure

The measure for which the data-of-interest will be collected is provided as a Measure resource.

INmeasure0..*string
(token)

The measure for which the data-of-interest will be collected. This parameter is only required when the operation is invoked on the resource type, it is not used when invoking the operation on a Measure instance

INsubject0..1string
(reference)

Subject for which the data-of-interest for the measure will be collected. If not specified, measure data will be collected for all subjects that meet the requirements of the measure. If specified, the measure will only be collected for the referenced subject(s).

INsubjectGroup0..1Group

Subject for which the data-of-interest for measure will be collected is provided as a Group resource.

INpractitioner0..1string
(reference)

Practitioner (references QICore Practitioner) for which the measure will be collected. If specified, the measure will be calculated only for subjects that have a primary relationship to the identified practitioner

INlastReceivedOn0..1dateTime

The date the results of this measure were last received. This parameter used to indicate when the last time data for this measure was collected. This information is used to support incremental data collection scenarios.

INorganizationResource0..1Organization

Organization resource for which data-of-interest for the given measure will be collected.

INorganization0..1string
(reference)

Organization (references QICore Organization) for which data-of-interest for the given measure will be collected.

INvalidateResources0..1boolean

Indicates whether data collected conform to the appropriate profiles as specified by the measure.

OUTreturn0..*Bundle

Returns Parameters resource, which contains one or more bundles. The first entry of the bundle is either a DEQM Individual MeasureReport or a DEQM Summary MeasureReport and subsequent entries in the bundle are resources created and/or evaluated as part of the measure calculation. Note that the result of the $evaluate-measure operation must be returned using the Parameters resource, even when the result contains only one bundle, because the cardinality of the return parameter is specified as 0..*