$collect-data

Collect Data

activeDa Vinci DEQM5.0.0operation14 inputs1 output

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

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/collect-data
Code
$collect-data
Kind
operation
Affects State
No
Publisher
HL7 International / Clinical Quality Information

Invocation Context

Can be invoked at:
Type LevelInstance Level
Target Resources:

Input Parameters (14)

NameTypeCard.Description
periodStart*date1..1The 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
periodEnd*date1..1The 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
measureIdid0..*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.
measureIdentifierstring0..*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.
measureUrlcanonical0..*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.
measureResourceMeasure0..*The measure for which the data-of-interest will be collected is provided as a Measure resource.
measurestring0..*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
subjectstring0..1Subject 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).
subjectGroupGroup0..1Subject for which the data-of-interest for measure will be collected is provided as a Group resource.
practitionerstring0..1Practitioner (references [QICore Practitioner](http://hl7.org/fhir/us/qicore/StructureDefinition/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
lastReceivedOndateTime0..1The 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.
organizationResourceOrganization0..1Organization resource for which data-of-interest for the given measure will be collected. Either 'organization' or 'organizationResource' SHALL be provided, but not both.
organizationstring0..1Organization (references [QICore Organization](http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization)) for which data-of-interest for the given measure will be collected. Either 'organization' or 'organizationResource' SHALL be provided, but not both.
validateResourcesboolean0..1Indicates whether data collected conform to the appropriate profiles as specified by the measure.

Output Parameters (1)

NameTypeCard.Description
returnBundle0..*These Bundles SHALL contain 1..* DEQM Data Exchange MeasureReports with data-of-interest and SHOULD be for a single subject. See the [guidance on Bundle structure](guidance.html#deqm-operation-bundles-organized-by-subject) for discussion about the Bundle content and organization.

Additional Information

Version
5.0.0
Date
2024-07-24T10:53:32-05:00