Data Exchange For Quality Measures Implementation Guide
5.0.0-ballot - STU5 Ballot United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: DEQM Submit Data - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "deqm.submit-data",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition deqm.submit-data</b></p><a name=\"deqm.submit-data\"> </a><a name=\"hcdeqm.submit-data\"> </a><a name=\"deqm.submit-data-en-US\"> </a><p>URL: [base]/Measure/$deqm-submit-data</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>bundle</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>The Bundles that contain one or more MeasureReports and data of interest. See (<a href=\"guidance.html#deqm-operation-bundles-organized-by-subject\">Section 2.1.4</a>) for discussion about the Bundles.</p>\n</div></td></tr></table></div>"
  },
  "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"
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/deqm.submit-data",
  "version" : "5.0.0-ballot",
  "name" : "DEQMSubmitData",
  "title" : "DEQM Submit Data",
  "status" : "active",
  "kind" : "operation",
  "date" : "2024-07-24T10:53:32-05:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "The deqm-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.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "deqm-submit-data",
  "resource" : [
    "Measure"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "bundle",
      "use" : "in",
      "min" : 1,
      "max" : "*",
      "documentation" : "The Bundles that contain one or more MeasureReports and data of interest. See ([Section 2.1.4](guidance.html#deqm-operation-bundles-organized-by-subject)) for discussion about the Bundles.",
      "type" : "Bundle"
    }
  ]
}