Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use |
This portion of the specification addresses two issues:
Each of these locations might vary depending on the specific insurance product relevant to the access. Some endpoints might be managed by the insurer directly, while others could be outsourced. Different divisions within the same insurer might have responsibility for different products or functions. Also, who is responsible for a given endpoint could change from time-to-time as functions are outsourced, insourced, or otherwise adjusted.
It is an unrealistic burden on payers and EHRs to try to keep up with all endpoints for all relevant insurers and products.
This section describes process that allows payers and providers to determine - for a specific patient's coverage at a particular time - what the appropriate endpoints and payer identifier to use are.
The first step in the discovery process is to call the X12 270 "Health Care Eligibility Benefit Inquiry" transaction. EHRs already have this step as an early part of their regular business process, so it does not impose any additional interoperability or configuration workload.
The 271 response allows the PER segment in several places. The occurrence in the 2000A Information Source Name Loop is used in this process as we require that endpoints for the same patient for the same payer use the same endpoints irrespective of Coverage. (Payers may route internally if necessary.) Specifically, when the payer responds to an Eligibility Inquiry indicating that the patient has coverage, the payer SHALL include exactly one 2000A loop repetition such that:
There is exactly one PER repetition that has a URL communication number that fits the pattern below. (i.e. in exactly one of the PER04, PER06, or PER08 where the preceding Communication Qualifier Number is set to 'UR'):
/.well-known/davinci-configuration
The [base] is a server-defined endpoint determined by the payer.
Regardless of how it is retrieved, the .well-known endpoint SHALL be accessible with a simple TLS (not mutual TLS) connection and resolve to a JSON document. The JSON document will include entries for varying configuration settings. It may include various information, but is expected to expose entries for the Da Vinci and Carin-related endpoint types that are supported for any of the patient's coverages. The specific content expectations are documented in this logical model and an example of the content of such a file can be seen here. The file definition includes an ability to convey a payer's identifier (the one relevant for the patient's coverage(s)), as well as all endpoints the payer has for that patient's coverage(s).
The bulk of the possible endpoints whose locations can be defined are shown in this value set. In some cases, Da Vinci or other HL7 IGs may need to adopt additional configuration setting prior to the publication of a new official release of this IG. IGs may be published that reference additional configuration settings provided that those new endpoint location codes have been approved by a Jira ticket and published in the CI-build of the most recent HRex IG.
Because not all systems who might be interested in the .well-known endpoints will typically perform (or be able to perform) eligibility checks, the .well-known file location can be stored in the Coverage resource using the Wellknown Location extension. From there, it can be exposed to downstream systems (SMART apps, etc.)
Endpoints will generally be stable, but it is at least theoretically possible for an endpoint to change between when a provider performs the initial eligibility check and when they hit that endpoint. In situations where an endpoint turns out to not be functional, client systems MAY choose to re-query the .well-known endpoint and/or to re-run the eligibility check to see if the end point has changed.