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
Page standards status: Informative |
This implementation guide addresses Payer-to-Payer and Provider Access APIs that enable a members health history to be exchanged. The IG also enables a member's health history to be retrieved by a third-party application that the patient has authorized. This page outlines some patient personas to demonstrate how the exchange of the patient's health history could be used to benefit the member. For example:
The other use case is for Member/Patient-mediated Payer-to-Payer Exchange:
The examples used in this guide are based on Payers providing claims from events where a member visits an ambulatory provider or when a member switches health plan.
Three example data requests from Providers to Health Plans are covered in this IG and the associated Reference Implementation:
Reference Implementations can be found in the Da Vinci GitHub account:
Lauren Dent is a 62-year-old female, living in Wisconsin but she spends winters in Tampa Bay, FL.
Lauren works on a seasonal basis and has just accepted a new position with her employer and has moved to Madison, WI to live with her daughter, leaving her previous home in La Crosse, WI. As a result of the move, she has selected a new Primary Care Provider.
Lauren is in reasonable health but is managing a number of conditions:
Arthur Dent is a 68-year-old Male.
He has recently switched from Medicare Advantage Plan A and enrolled in Medicare Advantage Plan B.
In this scenario, Arthur has signed up for a new Medicare advantage plan with payer C during the open enrollment period. Before the initiation of his coverage beginning January 1, payer C has established communication with the patient and has provided the patient with a secure log in to the payer C patient portal. Patient continues to have an active login to payer B patient portal.
When providers are building a health history for a new patient the information they are interested in MAY include:
This Guide will focus on a method to enable a provider to query the health record of a health plan member they are treating for information that is of interest to them in relation to the care of the member. The CDS-Hooks method that is described in a later section enables a provider to query for information in the member's health record at the health plan using US Core profiles and search parameters and subsequently select, either manually or by pre-defined automated tools, the records they want to commit to the patient's health record in the provider's EMR.
For example, as part of an event or episode of care the provider MAY be interested in the following types of data:
These types of data SHALL be mapped to FHIR clinical resources as follows:
Payers may not have in-depth health history for a health plan member since the majority of the information may be derived from claims information which lacks the depth of clinical content that supports a claim.
A payer SHOULD provide the most recent version of the Patient, Practitioner, Organization and Location resources.
A payer MAY choose to support FHIR resource data versioning in their API including Patient, Practitioner, Organization and Location resources. In such cases resources should follow the vread guidance in the HTTP section of the FHIR specification.
If a payer chooses to support FHIR resource data versioning of related resource references, the referring resource SHALL use the vread format of reference:
[type]/[id]/_history/[vid]
Supporting versioning of FHIR data implies supporting the vread and history interactions in the FHIR specification.