This
page
is
part
of
the
Snapshot
#3
for
FHIR
Specification
(v4.3.0:
R4B
-
STU
).
The
current
version
which
supercedes
this
version
is
5.0.0
R5
,
released
to
support
Connectathon
32
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Clinical Quality Information Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Not linked to any defined compartments |
This is the narrative for the resource. See also the XML , JSON or Turtle format.
Note
that
this
operation
definition
is:
http://hl7.org/fhir/OperationDefinition/Measure-data-requirements
The
data-requirements
operation
aggregates
and
returns
is
the
parameters
and
data
requirements
formal
definition
for
the
measure
and
all
its
dependencies
data-requirements
operation
as
a
single
module
definition
an
OperationDefinition
on
Measure.
See
the
Operation
documentation
URL: [base]/Measure/[id]/$data-requirements
Parameters
| Use | Name | Cardinality | Type | Binding | Documentation |
| IN | periodStart | 1..1 | date |
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 |
|
| IN | periodEnd | 1..1 | date |
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 |
|
| OUT | return | 1..1 | Library |
The result of the requirements gathering is a module-definition Library that describes the aggregate parameters, data requirements, and dependencies of the measure |
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). This operation defines what resources are subsequently referenced in the evaluatedResources element of the MeasureReport when submitting measure data
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.