PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot1
    http://hl7.org/fhir/OperationDefinition/Measure-submit-data
{
  "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.r6.examples",
  "date": "2023-12-18T15:12:07+11:00",
  "system": false,
  "publisher": "HL7 International / Clinical Quality Information",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "SubmitData",
  "type": "true",
  "experimental": "false",
  "resourceType": "OperationDefinition",
  "title": "Submit Data",
  "package_version": "6.0.0-ballot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cqi"
  } ],
  "status": "draft",
  "id": "60f02166-3a14-47d5-b7df-89b61052c6f9",
  "resource": [ "Measure" ],
  "affectsState": false,
  "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",
  "url": "http://hl7.org/fhir/OperationDefinition/Measure-submit-data",
  "code": "submit-data",
  "version": "6.0.0-ballot1",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cqi",
      "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"
  } ]
}