This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Clinical Quality Information Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Operation Definition
{ "resourceType" : "OperationDefinition", "id" : "Measure-submit-data", "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger" : 2 }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueString" : "Trial Use" }], "url" : "http://hl7.org/fhir/OperationDefinition/Measure-submit-data", "name" : "Submit Data", "status" : "draft", "kind" : "operation", "date" : "2018-08-19T21:48:56+10:00", "publisher" : "HL7 (FHIR Project)", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org/fhir" }, { "system" : "email", "value" : "fhir@lists.hl7.org" }] }], "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", "code" : "submit-data", "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", "resource" : ["Measure"], "system" : false, "type" : true, "instance" : true, "parameter" : [{ "name" : "measureReport", "use" : "in", "min" : 1, "max" : "1", "documentation" : "The measure report being submitted", "type" : "MeasureReport" }, { "name" : "resource", "use" : "in", "min" : 0, "max" : "*", "documentation" : "The individual resources that make up the data-of-interest being submitted", "type" : "Resource" }] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.