{ "description": "The submit-data operation is used to submit data-of-interest for a measure. There is no expectation that the submitted data represents all the data-of-interest, only that all the data submitted is relevant to the calculation of the measure for a particular subject or population", "_filename": "OperationDefinition-submit-data.json", "package_name": "hl7.fhir.us.davinci-deqm", "date": "2018-06-30T00:00:00+00:00", "system": false, "publisher": "Da Vinci Project", "instance": true, "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166", "display": "United States of America" } ] } ], "name": "submit_data", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": null, "package_version": "1.0.0", "status": "active", "id": "29baa2af-46ae-4340-adce-e053c0af520d", "resource": [ "Measure" ], "kind": "operation", "comment": "The effect of invoking this operation is that the submitted data is posted to the receiving system and can be used for subsequent calculation of the relevant quality measure. The data-of-interest for a measure can be determined by examining the measure definition, or by invoking the $data-requirements operation This operation is the FHIR STU3 version of the [$collect-data (R4)](http://hl7.org/fhir/R4/operation-measure-submit-data.xml.html) operation.", "url": "http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/submit-data", "code": "submit-data", "version": "1.0.0", "contact": [ { "telecom": [ { "value": "https://github.com/Healthedata1/DaVinci", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "measureReport", "type": "MeasureReport", "documentation": "The measure report being submitted" }, { "max": "*", "min": 0, "use": "in", "name": "resource", "type": "Resource", "documentation": "The individual resources that make up the data-of-interest being submitted" } ] }