{
"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-Measure-submit-data.json",
"package_name": "hl7.fhir.core",
"date": "2018-08-19T21:48:56+10:00",
"meta": {
"lastUpdated": "2018-08-19T21:48:56.559+10:00"
},
"system": false,
"publisher": "HL7 (FHIR Project)",
"instance": true,
"name": "Submit Data",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": null,
"package_version": "3.5.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueString": "Trial Use"
} ],
"status": "draft",
"id": "2867b647-de20-47ce-b89f-b5c143938f46",
"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",
"url": "http://hl7.org/fhir/OperationDefinition/Measure-submit-data",
"code": "submit-data",
"version": null,
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ],
"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"
} ]
}