This page is part of the Situational Awareness for Novel Epidemic Response (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
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 |