{ "description": "Create or update a MeasureReport for the given time period. If a report already exists for the subject and\\n\\t\\t\\t\\t\\t\\t\\treporter for the given time period, it is updated.\\n\\t\\t\\t\\t\\t\\t\\tOtherwise, a new report is created.", "_filename": "OperationDefinition-Measure-evaluate-measure.json", "package_name": "hl7.fhir.uv.saner", "date": "2021-09-07T19:08:29+00:00", "system": false, "publisher": "HL7 International Public Health Workgroup", "instance": true, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "name": "Evaluatethemeasure", "type": "false", "experimental": "true", "resourceType": "OperationDefinition", "title": "Evaluate the measure", "package_version": "1.0.0", "status": "draft", "id": "3dd016a5-78e1-4c55-86f8-5ab23ffdc4c2", "resource": [ "Measure" ], "kind": "operation", "url": "http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure", "code": "evaluate-measure", "version": "1.0.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/pher", "system": "url" } ] }, { "telecom": [ { "value": "pher@lists.hl7.org", "system": "email" } ] }, { "name": "Keith W. Boone", "telecom": [ { "value": "mailto:kboone@ainq.com", "system": "email" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "periodEnd", "type": "string", "searchType": "date", "documentation": "The end of the measurement period." }, { "max": "1", "min": 1, "use": "in", "name": "periodStart", "type": "string", "searchType": "date", "documentation": "The start of the measurement period." }, { "max": "1", "min": 1, "use": "in", "name": "report", "type": "string", "searchType": "string", "documentation": "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." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "MeasureReport", "documentation": "The computed MeasureReport" } ] }