This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v5.0.0:
R5
-
Mixed
Normative
and
STU
)
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
| Clinical Quality Information Work Group | Maturity Level : N/A | Standards Status : Informative |
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-collect-data
The
collect-data
operation
is
used
to
collect
the
data-of-interest
formal
definition
for
the
given
measure.
collect-data
operation
as
an
OperationDefinition
on
Measure.
See
the
Operation
documentation
URL: [base]/Measure/$collect-data
URL: [base]/Measure/[id]/$collect-data
Parameters
| Use | Name | Scope | 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 s |
||
| 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 |
||
| IN | measure | type | 0..1 |
string
( reference ) |
The 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 |
|
| IN | subject | 0..1 |
string
( reference ) |
Subject 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) |
||
| IN | practitioner | 0..1 |
string
( reference ) |
Practitioner 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 |
||
| IN | lastReceivedOn | 0..1 | dateTime |
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 |
||
| OUT | measureReport | 1..1 | MeasureReport |
A
MeasureReport
of
type
|
||
| OUT | resource | 0..* | Resource |
The result resources that make up the data-of-interest for the measure |
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
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.