This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version. 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
Create or update a MeasureReport 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 |