PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.deqm@1.0.0-ballot
    http://hl7.org/fhir/uv/deqm/OperationDefinition/submit-data
{
  "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. (This OperationDefinition has been DEPRECATED.)",
  "_filename": "OperationDefinition-submit-data.json",
  "package_name": "hl7.fhir.uv.deqm",
  "date": "2024-07-24T10:53:32-05:00",
  "system": false,
  "publisher": "HL7 International / Clinical Quality Information",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "SubmitData",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Submit Data",
  "package_version": "1.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "deprecated"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cqi"
  } ],
  "status": "retired",
  "id": "aef5036d-2174-4504-89ce-661e979136b7",
  "resource": [ "Measure" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/deqm/OperationDefinition/submit-data",
  "code": "submit-data",
  "version": "1.0.0-ballot",
  "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. (DEPRECATED)"
  } ]
}