Da Vinci - Member Attribution (ATR) List
2.0.0-ballot - STU 2.0.0 US

This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0-ballot: STU2 Release 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

OperationDefinition: DaVinci Data Export

Official URL: http://hl7.org/fhir/us/davinci-atr/OperationDefinition/davinci-data-export Version: 2.0.0-ballot
Active as of 2021-07-22 Computable Name: DaVinciDataExport

Exports data about members of the Group

Introduction

This is new content for the STU 2 ballot.

The operation is being proposed as a generic export mechanism for multiple DaVinci use cases. Each use case will define the specific content to be exported using the export operation. The davinci-data-export operation is being defined to allow the flexibility to DaVinci use cases to specify the type of content that needs to be exported. The existing $export in the Bulk Data IG limits the exporting of data to the Patient Compartment and a server implementing $export cannot change the content being returned for each use case unless the variations are specified in the Bulk Data export parameters.

Each DaVinci use case as part of its implementation guide can define the exportType parameter and the behavior expected. For Member Attribution List (ATR) IG, this is specified in the davinci-data-export requirements.

URL: [base]/Group/[id]/$davinci-data-export

Parameters

UseNameCardinalityTypeBindingDocumentation
INmemberReference0..*Reference

The Members whose data has to be exported, when omitted the data about all members in the Group be exported. The references are pointing to resources in the FHIR Server supporting the davinci-data-export operation. The server will ignore the memberReference if it is not a valid reference.

INexportType0..1canonical

The code that indicates the type of export to be performed. For e.g hl7.fhir.us.davinci-atr to indicate Member Attribution export, and hl7.fhir.us.davinci-pdex for a PDex Export. Servers are supposed to provide the export guidance in the individual IGs.

INextractionPeriod0..1Period

The period over which the data has to be exported. When omitted, the Server is free to export all data for the members.

INresourceTypes0..1string

The resources that need to be extracted for the patients. This is similar to the _type parameter of the Bulk Data Export specification. This is a string of comma-delimited FHIR resource types.

INfilterQueries0..1string

The list of Queries that need to be executed for the resources to be exported. This will allow the consumer to limit the data being exported. This is similar to the Bulk Data Export _typeFilter parameter. This is a string of comma delimited FHIR REST queries