Publication Build: This will be filled in by the publication tooling
OPERATION: Evaluatethemeasure
The official URL for this operation definition is:
http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure
port for the given time period. If a report already exists for the subject and reporter for the given time period, it is updated. Otherwise, a new report is created.
URL: [base]/Measure/[id]/$evaluate-measure
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | periodEnd | 1..1 | string (date) | The end of the measurement period. | |
IN | periodStart | 1..1 | string (date) | The start of the measurement period. | |
IN | report | 1..1 | string (string) | If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller. | |
OUT | return | 1..1 | MeasureReport | The computed MeasureReport |