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
| 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.
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _outputFormat | 0..1 | string (string) | The format for the bulk files (default: application/fhir+ndjson). Must be application/fhir+ndjson for this operation. | ||
| IN | _since | 0..1 | instant | Only include resources modified since this instant (format: YYYY-MM-DDTHH:MM:SS+HH:MM) | ||
| IN | _type | 0..1 | string | 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 | _elements | 0..1 | string | Comma-separated list of elements to include in the bulk export (e.g., Condition.code,Condition.subject) | ||
| OUT | exportManifest | 1..1 | url | 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.