{
"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",
"date": "2022-11-09T10:53:32-05:00",
"system": false,
"publisher": "HL7 International - Clinical Quality Information Work Group",
"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": "deqm-4.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"
} ],
"status": "draft",
"id": "2a66833d-61a7-4f65-9ca0-e9690ffe80ce",
"resource": [ "Measure" ],
"kind": "operation",
"url": "http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/bulk-submit-data",
"code": "bulk-submit-data",
"version": "4.0.0-ballot",
"contact": [ {
"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": "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'"
} ]
}