Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.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-ra/ and changes regularly. See the Directory of published versions

General Guidance

Introduction

The Da Vinci Project member organizations have identified the need of standardizing how risk adjustment coding gaps are communicated between payers and providers. This implementation guide (IG) specifies standardized risk adjustment coding gap reports and provides guidance to query the coding gap reports from a Payer for one or more patients. Standardizing the reporting structure helps lessen the burden on the providers in processing the reports so they can more easily address the patients’ care needs. This standardized structure also supports the Payer sharing information that they have but the providers may not, such as data from other providers’ claims, lab results, filled prescriptions, etc.

This IG also provides mechanisms enabling the feedback loop from Provider to Payer. Providers may add a Condition Category Remark(s) to the Risk Adjustment Coding Gap Report to indicate that they took some action(s) for a specific coding gap on the report and communicates that back to the Payer. However, if the Provider identifies a coding gap that is on the report needs to be closed or invalidated based on medical record review, this feedback process is done using the Risk Adjustment Data Exchange MeasureReport, which allows the Provider to send the supporting clinical evaluation evidence to the Payer. This feedback loop is important for achieving the goal of improving the accuracy and completeness of risk adjustment.

Preconditions and Assumptions

  • A contract for medical services exists between the Server and the Client requesting the Risk Adjustment Coding Gap Reports.
  • Risk Adjustment Coding Gap Reports are pre-generated on the Server by a backend system such as a risk adjustment engine for risk adjustment model(s).
  • It is the responsibility of the Server to ensure that the data used in the report is present in a structured and retrievable form.
  • The Server and the Client have agreed upon a process to identify specific patient(s) and exchange the Patient resource’s logical id or the Patient Group resource’s logical id.
  • Although the exact mechanisms for securing these exchanges are not specified as part of this IG:
    • Exchanges are limited to mutually agreed upon (i.e., between the Server and the Client) patient lists or population.
    • Security and privacy should follow Security and Privacy guidance specified in the Da Vinci Health Record Exchange (HRex) IG.
    • Systems should use standard authentication and authorization approaches. The SMART App Launch and SMART backend services authentication/authorization approach are recommended models.

Risk Adjustment Lifecycle and Workflow Overview

Figure 2.1-1 shows a high level overview of the risk adjustment workflow, which consists of three main phases: Report Generation, Report Query, and Submit Data to Payer. Detailed guidance for each phase is provided on a separate page under the Methodology section.

Figure 2.1-1 Risk Adjustment Lifecycle Phases
lifecycle-phases.png

Report Generation

For a complete introduction and background to Report Generation, please visit Report Generation Introduction. Report generation describes three different approaches to generate a Risk Adjustment Coding Gap Report, which are referred to as Assisted, Generated, and Evaluated in this IG.

  • Assisted: A non-FHIR approach. The Payer uses their existing processes, such as SQL, SAS, and object-oriented languages, to generate a comma-separated values (CSV) file with tuples of patient and risk adjustment data. The Payer uses a non-FHIR RESTful API to populate a Risk Adjustment Coding Gap Report based on data in the CSV file. A REST server then POSTs the generated MeasureReports to the FHIR server. A standardized CSV header that could be used by this approach is defined in this IG. This approach will not contain evaluatedResources in a MeasureReport.
  • Generated: Mostly a non-FHIR approach. The Payer generates a FHIR Risk Adjustment Coding Gap Report and evaluates resources based on data from traditional risk adjustment coding gap reports. These traditional reports are generated by their existing processes using patient data and risk adjustment data produced by risk adjustment engines. A REST server then POST the generated MeasureReports to the FHIR server.
  • Evaluated: A FHIR approach. This approach uses the $ra.evaluate-measure operation and requires digital Condition Categories (dCCs). The FHIR server is pre-populated with patient data and dCCs. The Payer runs the $ra.evaluate-measure operation against their FHIR server, CQL is executed against the patient and risk adjustment data to produce a Risk Adjustment Coding Gap Report which references the evaluated resources used by CQL logics evaluation.

You will find more details on the three approaches at Report Generation Approaches.

Report Query

The Client can query the Risk Adjustment Coding Gap Report once they are generated. For example, the Payer acting as the Reporting Client can query reports based on search parameters and POST them to the Provider server. See the Report Query page for details and guidance.

Submit Data to Payer

Once the queried Risk Adjustment Coding Gap MeasureReports have been sent to the intended recipient and filtered to ensure that only germane coding gaps (e.g., HCC gaps) are made available to providers, the Provider (or a software program acting on behalf of the Provider) determines whether the coding gap is currently valid, and whether the requested encounter data evidence exists to close the gap. The Provider will use the Risk Adjustment Data Exchange MeasureReport and the $submit-data operation to submit data to Payer. The Payer will then be able to use the provided patient data to update the data in their system for the next coding gap report generation.

See the Submit Data to Payer page for more details and guidance.

Report Condition Category Remark

An electronic medical record (EMR) may choose to display all or part of the Risk Adjustment Coding Gap Report to the Provider at the point of care. At that time, if the Provider wants to note the action they took in regard to a Risk Adjustment coding gap, they can put that comment on the Risk Adjustment Coding Gap Report and return it to the Payer. This process is called Condition Category Remark.

Note: The Condition Category Remark extension is not intended to change the status of a Condition Category gap. To change the status, follow the Submit Data to Payer section of this guidance. Note that both a Condition Category remark and Submit Data to Payer can be generated at the time the Provider sees the patient if that is appropriate.

Figure 2.1-3 Report Condition Category Remark Overview
report-cc-remark-overview.png

Attribution

Member attribution establishes associations between providers and payers. The process of establishing and exchanging patient lists for risk adjustment coding gap reports is not in the scope of this implementation guide. One possible way of exchanging Member Attribution Lists between providers and payers is described in the Da Vinci - Member Attribution (ATR) List implementation guide.

Must Support

Certain elements in the profiles defined in this implementation guide are marked as Must Support. This flag is used to indicate that the element plays a critical role in defining and sharing risk adjustment coding gaps, and implementations SHALL understand and process the element.

This implementation guide uses US Core profiles where appropriate, therefore, the implications of the Must Support flag for US Core profiles must also be considered.

For more information, see the definition of Must Support in the base FHIR specification.

Dependencies

This implementation guide relies on the following specifications: