{ "description": "port for the given time period. If a report already exists for the subject and reporter for the given time period, it is updated.\\nOtherwise, a new report is created.", "_filename": "OperationDefinition-Measure-evaluate-measure.json", "package_name": "hl7.fhir.uv.saner", "date": "2020-10-19T21:09:16+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": "0.1.0", "status": "draft", "id": "f2d44373-09e7-4cc5-a884-28a5e72312f7", "resource": [ "Measure" ], "kind": "operation", "url": "http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure", "code": "evaluate-measure", "version": "0.1.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/pher/index.cfm", "system": "url" } ] }, { "telecom": [ { "value": "pher@lists.hl7.org", "system": "email" } ] }, { "name": "HL7 Public Health Workgroup", "telecom": [ { "value": "http://hl7.org/Special/committees/pher/index.cfm", "system": "url" } ] }, { "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.\nIf 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" } ] }