STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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 R3

Operation-measure-evaluate-measure

This is the narrative for the resource. See also the XML or JSON format.


Evaluate Measure

OPERATION: Evaluate Measure

The evaluate-measure operation is used to invoke an eMeasure and obtain the results

URL: [base]/Measure/$evaluate-measure

URL: [base]/Measure/[id]/$evaluate-measure

Parameters

UseNameCardinalityTypeBindingDocumentation
INperiodStart1..1date

The start of the measurement period

INperiodEnd1..1date

The end of the measurement period

INmeasure0..1Reference

The measure to evaluate

INreportType0..1code

The type of measure report, patient, patient-list, or population

INpatient0..1Reference

Patient to evaluate against

INpractitioner0..1Reference

Practitioner to evaluate

INlastReceivedOn0..1dateTime

The date the results of this measure were last received

OUTreturn1..1MeasureReport

The results of the measure calculation

The effect of invoking this operation is to calculate the measure for the given patient, or all patients if no patient is supplied, and return the results as a MeasureReport resource of the appropriate type


 

 

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.