$data-requirements

Data Requirements

draftFHIR R3 package : Core3.0.2operation2 inputs1 output

The data-requirements operation aggregates and returns the parameters and data requirements for the measure and all its dependencies as a single module definition

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/OperationDefinition/Measure-data-requirements
Code
$data-requirements
Kind
operation
Affects State
No
Publisher
HL7 (FHIR Project)

Invocation Context

Can be invoked at:
Instance Level
Target Resources:
Measure

Implementation Notes

The effect of invoking this operation is to determine the aggregate set of data requirements and dependencies for the measure. The result is a Library resource with a type of module-definition that contains all the parameter definitions and data requirements of the libraries referenced by the measures. Implementations SHOULD aggregate data requirements intelligently (i.e. by collapsing overlapping data requirements)

Input Parameters (2)

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

Output Parameters (1)

NameTypeCard.Description
returnLibrary1..1The result of the requirements gathering is a module-definition Library that describes the aggregate parameters, data requirements, and dependencies of the measure

Additional Information

Date
2019-10-24T11:53:00+11:00