Da Vinci - Coverage Requirements Discovery
2.1.0-preview - STU 2 United States of America flag

Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. See the Directory of published versions

CRD IG Home Page

Official URL: http://hl7.org/fhir/us/davinci-crd/ImplementationGuide/hl7.fhir.us.davinci-crd Version: 2.1.0-preview
IG Standards status: Trial-use Maturity Level: 2 Computable Name: CoverageRequirementsDiscovery

This proposed STU update of the specification reflects several changes based on implementer feedback about the Coverage Requirements Discovery (hereafter,CRD) specification arising from detailed review, connectathons and implementation experience. Significant changes to the specification are highlighted in green. "STU notes" call out additional key considerations where feedback is desired.

This specification is a Standard for Trial Use. It is expected to continue to evolve and improve through connectathon testing and feedback from early adopters.

Feedback is welcome and may be submitted through the FHIR change tracker indicating "US Da Vinci CRD" as the specification.

This implementation guide is dependent on other specifications. Please submit any comments you have on these base specifications as follows:

  • Feedback on CDS Hooks should be posted to the FHIR change tracker with "CDS Hooks" as the specification.
  • Feedback on the FHIR Core specification should be submitted to the FHIR change tracker with "FHIR Core" as the specification.
  • Feedback on the US Core profiles should be submitted to the FHIR change tracker with "US Core" as the specification.

Individuals interested in participating in the Coverage Requirements Discovery implementation guide project or other HL7 Da Vinci projects can find information about Da Vinci [here](http://www.hl7.org/about/davinci).

A summary of the major changes from the previous release can be found here. Major changes are highlighted in the specification as "added" or "changed". Minor changes to wording are not highlighted, though there is a link at the bottom of each page allowing comparison to the prior published release.

Overview

The process of billing a patient’s insurance provider is complex and costly, particularly in the United States. Healthcare providers work with a range of payers who fund the products and clinical services provided to patients. Each payer and plan provides its own mix of coverages for healthcare products and services, and each has its own unique process to determine whether each service is necessary and appropriate. These processes have many different requirements for documentation, prior authorization, or other approval steps. Claims submitted for payment that do not meet payer requirements will typically be denied which may result in service delay, resubmission, or appeal. These delays and additional processes may result in negative health outcomes or financial cost for patients, as well as financial and productivity losses for providers.

This Coverage Requirements Discovery (CRD) implementation guide defines a workflow in which a payer makes coverage requirement information available to a healthcare provider within the provider’s software system at the point of care where treatment decisions are made. This will help clinicians and administrative staff make informed recommendations to their patients and meet payer submission requirements.

This implementation guide supports both Protected Health Information (PHI)-specific and non-PHI mechanisms for CRD to meet the needs and privileges of different payer organizations. These mechanisms will allow payers to share a wide variety of information with providers in a context-sensitive manner including:

  • updates to coverage information
  • alternative (e.g. first-line, lower-cost, etc.) services or products
  • documentation requirements and rules related to coverage
  • forms and templates to complete
  • indications of whether a therapy is covered and if prior authorization is required, including propagating this information into the relevant order/appointment

This implementation guide is designed to allow for initial support of basic capabilities and to subsequently build new features over time.

On Feb 28, 2024, the Office of Burden Reduction and Health Informatics (OBRHI) National Standards Group (NSG) announced an enforcement discretion that they would not enforce the requirement to use the X12 278 for prior authorization if the covered entities were using the FHIR-based Prior Authorization API as described in the CMS Interoperability and Prior Authorization final rule (CMS-0057-F). This allows payers to return a prior authorization number for use in the X12 837 in coverage extension of the CRD and DTR IGs or as part of the all FHIR exchange of the Prior Authorization Response Bundle in the PAS IG. For CRD, this specifically means that the satisfied-pa-id in the Coverage Information extension can be used as an X12 prior authorization number.

Systems

This implementation guide sets expectations for two types of systems:

CRD clients are typically systems that healthcare providers use at the point of care, including electronic medical records systems, pharmacy systems, and other provider and administrative systems used for ordering, documenting, and executing patient-related services. Users of these systems need coverage requirements information to support care planning.

Examples of potential CRD clients include EHRs, EMRs, practice management systems, scheduling systems, patient registration systems, etc.

The CRD client may actually involve multiple systems. For example, the systems that handle order entry may be different from what is used for appointment booking and different again from the system that exposes information over the FHIR interface. It is possible that a provider environment might use an intermediary to coordinate CRD client calls from multiple systems. Such an architecture is sufficient provided that:

  • Calls are triggered from within the system the user is interacting with at the time the 'hook event' (entering an order, booking an appointment, etc.) occurs.
  • Cards returned are displayed to the user, or in the event of system actions, user-notifications associated with the system actions are presented to the user within the same application.
  • The 'access token' and FHIR endpoint exposed to the CRD service has access to all relevant data, independent of which physical data store it resides in.
  • The intermediary could take on the responsibility for the FHIR interface, such as determining which payer should receive a coverage request.

There are two distinct sets of capabilities for CRD clients, one for USCDI v1 (US-Core 3.1.1) and one for USCDI v3 (US-Core 6.1.0). Typically a client would support only one or the other based on which US Core release it supports internally.

When CRD clients are made up of multiple systems, there will be orchestration requirements to allow each system to interact in a way that together they appear as a single monolithic system from the perspective of the CRD server. This IG provides some discussion of this on the ePA Coordinators page, though it does not yet provide any standardization about how components should interoperate to achieve the intended monolithic behavior. If there is industry interest, future releases of this IG may work to standardize some of these "intra-client" interactions.

CRD servers (or servers) are systems that act on behalf of payer organizations to share information with healthcare providers about rules and requirements related to healthcare products and services covered by a patient's health plan. A CRD server will provide coverage information related to one or more insurance plans. CRD servers are a type of CDS service as defined in the CDS Hooks Specification.

There are als two distinct sets of capabilities for CRD servers, one for USCDI v1 (US-Core 3.1.1) and one for USCDI v3 (US-Core 6.1.0). Ideally payers will be able to handle both, but they are not presently required to.

Content and Organization

This implementation guide is organized into the following sections:

  • Use Cases and Overview describes the intent of the implementation guide, gives examples of its use, and provides a high-level overview of expected process flow
  • Technical Background identifies related specifications this implementation guide builds upon that developers should read and understand prior to implementing this specification
  • ePA Coordinators acknowledges that neither the payer nor provider systems involved in CRD are monolithic and shows how the various components of provider and payer systems might interact with "ePA Coordinator" systems to satisfy the requirements of this IG
  • Foundational Guidance covers the detailed requirements and conformance expectations that apply to all implementations
  • Privacy, Security, and Safety covers considerations around data access, protection, and similar concepts that apply to all implementations
  • Deviations and Enhancements covers detailed implementation requirements and conformance expectations that are independent of particular hooks or cards
  • Supported Hooks identifies the expectations for support for specific CDS hooks
  • Card Profiles defines patterns for CDS Hook cards that can be returned as part of this specification
  • Implementation Guidance provides recommendations for implementation that fall outside the technical scope of the specification
  • Artifacts introduces and provides links to the profiles, search parameters and other FHIR artifacts used in this implementation guide
  • Downloads allows download of this and other specifications, as well as other useful files
  • Credits identifies the individuals and organizations involved in developing this implementation guide

Dependencies

This guide is based on the FHIR R4 specification that is mandated for use in the U.S. as well as the CDS Hooks 2.0 and CDS Hooks CI Build releases of the CDS Hooks specification. It also leverages the SMART on FHIR specification for CRD clients that opt to use that approach for "what-if" scenarios.

In addition, this guide also relies on a number of parent implementation guides:

This implementation guide defines additional constraints and usage expectations above and beyond the information found in these base specifications.

Intellectual Property Considerations

This implementation guide and the underlying FHIR specification are licensed as public domain under the FHIR license. The license page also describes rules for the use of the FHIR name and logo.

This publication includes IP covered under the following statements.