PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-deqm@5.0.0-ballot
    http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/bulk-submit-data
{
  "description": "The bulk-submit-data operation sends a bulk import request based on the data requirements of a FHIR Measure. This operation is modeled off the existing draft of the [Bulk Data Import Ping and Pull Approach](https://github.com/smart-on-fhir/bulk-import/blob/master/import-pnp.md).",
  "_filename": "OperationDefinition-bulk-submit-data.json",
  "package_name": "hl7.fhir.us.davinci-deqm",
  "date": "2022-11-09T10:53:32-05:00",
  "system": false,
  "publisher": "HL7 International / Clinical Quality Information",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "BulkSubmitData",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Bulk Submit Data",
  "package_version": "5.0.0-ballot",
  "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"
  } ],
  "status": "active",
  "id": "a2c6884a-b548-4ea8-a9d4-b0e38f7eda1a",
  "resource": [ "Measure" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/bulk-submit-data",
  "code": "bulk-submit-data",
  "version": "5.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cqi",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "*",
    "min": 1,
    "use": "in",
    "name": "measureReport",
    "type": "MeasureReport",
    "documentation": "The measure report that is being submitted"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "exportType",
    "type": "code",
    "documentation": "(Optional) String of `static` or `dynamic`. Defaults to `dynamic` if omitted.\n\nIf the value is `dynamic`, the Data Consumer will issue a POST request to the `exportUrl` to obtain a dataset from the Data Provider.\n\nIf the value is `static`, the Data Consumer will issue a GET request to the `exportUrl` to retrieve a Bulk Data manifest file with the location of the Bulk Data files."
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "exportUrl",
    "type": "url",
    "documentation": "The absolute URL of the bulk export endpoint of a Data Provider (if the `exportType` parameter is `dynamic`) OR the location of a FHIR Bulk Data Export manifest file (if the `exportType` parameter is `static`)"
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "_type",
    "type": "string",
    "documentation": "(Optional) Restrict the data exported to only be specific FHIR resource types. See [the bulk data $export spec](https://hl7.org/fhir/uv/bulkdata/export/index.html#query-parameters) for more information on '_type'"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "useTypeFilters",
    "type": "boolean",
    "documentation": "(Optional) If enabled, data exported by the 'exportUrl' system will be filtered according to the data requirements of the Measure. Requires support of the _typeFilter experimental parameter in the export server. See [the bulk data $export spec](https://hl7.org/fhir/uv/bulkdata/export/index.html#example-request-with-_typefilter) for more information on '_typeFilter'"
  } ]
}