This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/deqm.evaluate-measure | Version: 4.0.0 | |||
Active as of 2023-10-03 | Computable Name: DEQMEvaluateMeasure |
The deqm.evaluate-measure operation is used to calculate an eMeasure and obtain the results.
The type of the return parameter of this $deqm.evaluate-measure is Bundle.
URL: [base]/Measure/$deqm.evaluate-measure
URL: [base]/Measure/[id]/$deqm.evaluate-measure
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 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 | ||
IN | program | 0..1 | canonical | The quality program being reported via canonical reference to (Library{CQFMQualityProgram}) indicating which quality program is being reported. | ||
IN | programCode | 0..1 | CodeableConcept | Quality Programs (Extensible) | The quality program being reported via code from the Reporting Program value set indicating which quality program is being reported. | |
IN | measure | 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 | reportType | 0..1 | code | The type of measure report: subject, subject-list, or population. If not specified, a default value of subject will be used if the subject parameter is supplied, otherwise, population will be used | ||
IN | subject | 0..1 | string (reference) | Subject for which the measure will be calculated. If not specified, the measure will be calculated 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 (references QICore Practitioner) for which the measure will be calculated. If specified, the measure will be calculated 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 is only valid for patient-level reports and is used to indicate when the last time a result for this patient was received. This information can be used to limit the set of resources returned for a patient-level report | ||
OUT | return | 0..* | Bundle | Returns Parameters resource, which contains one or more bundles. The first entry of the bundle is either a DEQM Individual MeasureReport or a DEQM Summary MeasureReport and subsequent entries in the bundle are resources created and/or evaluated as part of the measure calculation. Note that the result of the $evaluate-measure operation must be returned using the Parameters resource, even when the result contains only one bundle, because the cardinality of the return parameter is specified as 0..* |