Da Vinci Payer Data Exchange
2.1.1 - STU 2.1 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

OperationDefinition: Bulk Member Match Data Export (Experimental)

Official URL: http://hl7.org/fhir/us/davinci-pdex/OperationDefinition/BulkMemberMatchDataExport Version: 2.1.1
Standards status: Informative Computable Name: BulkMemberMatchDataExport

Copyright/Legal: Used by permission of HL7 International, all rights reserved Creative Commons License

When invoked on a Group resource returned from the Provider-Member-Match or Payer-to-Payer Bulk Member Match operations, this operation exports all member health data for the members in the Group. The response includes a manifest file with references to ndjson files containing FHIR resources for each member in the group.

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_outputFormat0..1string
(string)

The format for the bulk files (default: application/fhir+ndjson). Must be application/fhir+ndjson for this operation.

IN_since0..1instant

Only include resources modified since this instant (format: YYYY-MM-DDTHH:MM:SS+HH:MM)

IN_type0..1string

Comma-separated list of resource types to include in the bulk export (e.g., Patient,Condition,MedicationRequest). If omitted, all relevant types are included.

IN_elements0..1string

Comma-separated list of elements to include in the bulk export (e.g., Condition.code,Condition.subject)

OUTexportManifest1..1url

URL to the manifest file containing references to ndjson files with bulk member health data. The manifest file is accessed using the returned URL with an OAuth2 bearer token.

This operation is invoked on Group resources to export bulk member health data in FHIR format. The response includes a manifest file with URLs to ndjson files.