$bulk-submit-data

Bulk Submit Data

activeDa Vinci DEQM5.0.0operation5 inputs

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.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/us/davinci-deqm/OperationDefinition/bulk-submit-data
Code
$bulk-submit-data
Kind
operation
Affects State
No
Publisher
HL7 International / Clinical Quality Information

Invocation Context

Can be invoked at:
Type LevelInstance Level
Target Resources:

Input Parameters (5)

NameTypeCard.Description
measureReport*MeasureReport1..*The measure report that is being submitted
exportTypecode0..1(Optional) String of `static` or `dynamic`. Defaults to `dynamic` if omitted. If the value is `dynamic`, the Data Consumer will issue a POST request to the `exportUrl` to obtain a dataset from the Data Provider. If 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.
exportUrl*url1..1The 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`)
_typestring0..*(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'
useTypeFiltersboolean0..1(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'

Additional Information

Version
5.0.0
Date
2022-11-09T10:53:32-05:00