Instance operation davinci-data-export

Must be executed asynchronously

FHIR Operation to obtain a set of FHIR resources of diverse resource types pertaining to either all of or select patients within the specified Group, invoked using the FHIR Asynchronous Request Pattern

Applies to: Group

In parameters

Name Cardinality Type Documentation
_elements 0..* String

When provided, the server omit unlisted, non-mandatory elements from the resources returned. Elements are in the form [resource type].[element name] (e.g., Patient.id) or [element name] (e.g., id) and only root elements in a resource are permitted. If the resource type is omitted, the element is returned for all resources in the response where it is applicable.

_include 0..* String

Additional resource types not directly referenced by Patient to export (alias of includeassociateddata)

_outputformat 0..1 String

The format for the requested Bulk Data files to be generated, must be newline delimited JSON (ndjson)

_since 0..1 Instant

Resources will be included in the response if their state has changed after the supplied time. If not specified all resources are exported.

_source 0..* String

When provider, only resources from these sources (as specified by meta.source) are exported

_type 0..* String

Comma-delimited resource types to export. If not specified all resource types are exported.

_typefilter 0..* String

When provided, filter the data in the response for resource types referenced in the _typefilter expression to only include resources that meet the specified criteria. FHIR search result parameters such as _include and _sort are not used and a query in the _typefilter parameter has the search context of a single FHIR resource type

_until 0..1 Instant

Resources will be included in the response if their state has last changed before the supplied time. If not specified all resources are exported.

exporttype 0..1 String

Specifies the type of DaVinci export to perform. Only 'hl7.fhir.us.davinci-pdex#payertopayer' is supported.

includeassociateddata 0..* String

Additional resource types not directly pertaining to a patient to export

patient 0..* Reference

Comma-delimited list of patient references to export data for. These patients must be members of the specified group.