{ "description": "The submit-data operation is used to submit MeasureReports and any data of interest for one or more measures for one or more subjects. Each submitted Bundle SHOULD contain resources for a single subject and SHOULD contain all of the MeasureReport and data of interest related to that subject.", "_filename": "OperationDefinition-submit-data.json", "package_name": "hl7.fhir.us.davinci-deqm", "date": "2024-07-24T10:53:32-05:00", "system": false, "publisher": "HL7 International / Clinical Quality Information", "instance": false, "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166" } ] } ], "name": "SubmitData", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Submit Data", "package_version": "5.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" } ], "status": "active", "id": "64273d87-5bf6-4f67-90de-d58e3a8b593c", "resource": [ "Measure" ], "kind": "operation", "url": "http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/submit-data", "code": "deqm-submit-data", "version": "5.0.0", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/cqi", "system": "url" } ] } ], "parameter": [ { "max": "*", "min": 1, "use": "in", "name": "bundle", "type": "Bundle", "documentation": "These Bundles SHALL contain 1..* DEQM Data Exchange MeasureReports with data-of-interest and SHOULD be for a single subject. See the [guidance on Bundle structure](guidance.html#deqm-operation-bundles-organized-by-subject) for discussion about the Bundle content and organization." } ] }