flexpa/sero

Support Da Vinci PDex implementation

Closed this issue · 1 comments

Da Vinci PDex (Payer Data Exchange) is another project run by the Da Vinci WG similar to what was described in #12

PDex tries to solve data exchange between payers and providers. When a member visits a new provider for the first time, PDex makes it easy for the payer/health plan to provide the doctor's office/provider with a member's clinical history. PDex is a parallel development to CARIN's Consumer Directed Payer Data Exchange:

The CARIN Consumer Directed Payer Data Exchange IG (CARIN IG for Blue Button®) defines how Claims and Encounter Data are to be provided; This DaVinci Payer Data Exchange IG (PDex) and the US Core IG define how Clinical Data is to be provided.

Member initiated exchange flows use SMART

This IG provides a mechanism for Member-authorized exchange of their Health History:

  • From an old Health Plan to a new Health Plan
  • From their Health Plan to a third-party application of the member’s choice.

The authorization method uses the OAuth 2.0 protocol to issue a token to an authorized application or service. The authorized application can then use the token to enable interaction with the FHIR REST API.

image

Provider initiated exchange flows use CDS Hooks + SMART

image

http://hl7.org/fhir/us/davinci-pdex/CDS-Hooks.html

We should investigate:

  • Support for PDex requirements in CDS Service
  • Touchstone/conformance testing
  • CARIN vs PDex member flow/adoption?

Working on this elsewhere :)