$collect-data

Collect Data

draftFHIR Core package4.3.0operation6 inputs2 outputs

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/OperationDefinition/Measure-collect-data
Code
$collect-data
Kind
operation
Affects State
No
Publisher
HL7 (FHIR Project)

Invocation Context

Can be invoked at:
Type LevelInstance Level
Target Resources:
Measure
Affects State:No

Implementation Notes

The effect of invoking this operation is to gather the data required to perform an evaluation of the measure. If the lastReceivedOn parameter is supplied, only data that is new or has been changed since the lastReceivedOn date is included in the response. Note that the resulting MeasureReport is a transient resource

Input Parameters (6)

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 s
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
measurestring0..1The measure to evaluate. 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 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 calculated for the referenced subject(s)
practitionerstring0..1Practitioner for which the measure will be collected. If specified, measure data will be collected 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

Output Parameters (2)

NameTypeCard.Description
measureReportMeasureReport1..1A MeasureReport of type data-collection detailing the results of the operation
resourceResource0..*The result resources that make up the data-of-interest for the measure

Additional Information

Version
4.3.0
Date
2022-05-28T12:47:40+10:00