This page is part of the Da Vinci Payer Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
This implementation guide addresses a Provider-to-Payer use case:
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 the 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:
It must be recognized that 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 in 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.
Next Page - Provider-controlled Information Requests and Filtering