Edit

What is the CMS Interoperability and Patient Access rule for FHIR services?

This article provides an overview of the Centers for Medicare and Medicaid Services (CMS) Interoperability and Patient Access rule, along with the technical requirements outlined in the rule. It covers various implementation guides referenced by the rule. It also provides a list of tutorials on how to configure FHIR® service in Azure Health Data Services to support these implementation guides.

Rule overview

CMS released the Interoperability and Patient Access rule on May 1, 2020. The rule requires free and secure data flow between all parties involved in patient care (patients, providers, and payers) to allow patients to access their health information. Interoperability has plagued the healthcare industry for decades, resulting in siloed data that causes negative health outcomes with higher and unpredictable costs for care. CMS is using its authority to regulate Medicare Advantage (MA), Medicaid, Children's Health Insurance Program (CHIP), and Qualified Health Plan (QHP) issuers on the Federally Facilitated Exchanges (FFEs) to enforce this rule.

In August 2020, CMS detailed how organizations can meet the mandate. To ensure that data can be exchanged securely and in a standardized manner, CMS identified FHIR version release 4 (R4) as the foundational standard required for the data exchange.

Three main pieces make up the Interoperability and Patient Access ruling:

  • Patient Access API (Required July 1, 2021) – CMS-regulated payers (as previously defined) must implement and maintain a secure, standards-based API that patients can use to easily access their claims and encounter information, including cost, as well as a defined subset of their clinical information through third-party applications of their choice.

  • Provider Directory API (Required July 1, 2021) – CMS-regulated payers must make provider directory information publicly available through a standards-based API. By making this information available, third-party application developers can create services that help patients find providers for specific care needs, and clinicians find other providers for care coordination.

  • Payer-to-Payer Data Exchange (Originally required Jan 1, 2022 - Currently Delayed) – CMS-regulated payers must, at the patient’s request, exchange certain patient clinical data with other payers. While there's no requirement to follow any kind of standard, applying FHIR to exchange this data is encouraged.

Key FHIR concepts

As mentioned previously, FHIR R4 is required to meet this mandate. In addition, several implementation guides provide guidance for the rule. Implementation guides provide extra context on top of the base FHIR specification. This extra context includes defining additional search parameters, profiles, extensions, operations, value sets, and code systems.

The FHIR service provides the following capabilities to help you configure your database for the various implementation guides:

Patient Access API implementation guides

The Patient Access API describes adherence to four FHIR implementation guides:

  • CARIN IG for Blue Button®: Payers must make patients' claims and encounters data available according to the CARIN IG for Blue Button Implementation Guide (C4BB IG). The C4BB IG provides a set of resources that payers can display to consumers via a FHIR API and includes the details required for claims data in the Interoperability and Patient Access API. This implementation guide uses the ExplanationOfBenefit (EOB) Resource as the main resource, pulling in other resources as they're referenced.
  • HL7 FHIR Da Vinci PDex IG: The Payer Data Exchange Implementation Guide (PDex IG) focuses on ensuring that payers provide all relevant patient clinical data to meet the requirements for the Patient Access API. This implementation guide uses the US Core profiles on R4 Resources, and includes (at a minimum) encounters, providers, organizations, locations, dates of service, diagnoses, procedures, and observations. While this data might be available in FHIR format, it might also come from other systems in the format of claims data, HL7 V2 messages, and C-CDA documents.
  • HL7 US Core IG: The HL7 US Core Implementation Guide (US Core IG) is the backbone for the PDex IG described previously. While the PDex IG limits some resources even further than the US Core IG, many resources just follow the standards in the US Core IG.
  • HL7 FHIR Da Vinci - PDex US Drug Formulary IG: Part D Medicare Advantage plans must make formulary information available via the Patient API. They do this by using the PDex US Drug Formulary Implementation Guide (USDF IG). The USDF IG defines a FHIR interface to a health insurer’s drug formulary information, which is a list of brand-name and generic prescription drugs that a health insurer agrees to pay for. The main use case is so patients can determine if there's a drug available alternative to one that has been prescribed to them, and to compare drug costs.

Provider Directory API Implementation Guide

The Provider Directory API describes adherence to one implementation guide:

  • HL7 Da Vinci PDex Plan Net IG: This implementation guide defines a FHIR interface to a health insurer’s insurance plans, their associated networks, and the organizations and providers that participate in these networks.

Touchstone

Touchstone is a great resource for testing adherence to the various implementation guides. Throughout the upcoming tutorials, there is a focus on ensuring that the FHIR service is configured to successfully pass various Touchstone tests. The Touchstone site has a lot of great documentation to help you get up and running.

FHIR service tutorials to meet CMS Interoperability and Patient Access rule requirements

The following tutorials walk through setting up the FHIR service to pass the Touchstone tests in order to meet the requirements of the CMS Interoperability and Patient Access rule:

  • CARIN Implementation Guide for Blue Button: This tutorial walks through setting up FHIR service to meet the requirements of the CARIN IG for Blue Button. The CARIN IG for Blue Button is the implementation guide that defines how payers should make claims and encounters data available to patients through the Patient Access API.
  • Da Vinci PDex: This tutorial walks through setting up FHIR service to meet the requirements of the The Payer Data Exchange Implementation Guide (PDex IG). The PDex IG is the implementation guide that defines how payers should make clinical data available to patients through the Patient Access API.
  • US Core: This tutorial walks through setting up FHIR service to meet the requirements of the US Core Implementation Guide (US Core IG). The US Core IG is the implementation guide that defines how payers should make clinical data available to patients through the Patient Access API.
  • Da Vinci Drug Formulary: This tutorial walks through setting up FHIR service to meet the requirements of the Da Vinci Drug Formulary Implementation Guide (Da Vinci Drug Formulary IG). The Da Vinci Drug Formulary IG is the implementation guide that defines how payers should make drug formulary data available to patients through the Patient Access API.
  • Da Vinci Plan Net: This tutorial walks through setting up FHIR service to meet the requirements of the Da Vinci PDex Payer Network (Plan-Net) Implementation Guide (Da Vinci Plan Net IG). The Da Vinci Plan Net IG is the implementation guide that defines how payers should make plan network data available to patients through the Patient Access API.

Next steps

Now that you have a basic understanding of the Interoperability and Patient Access rule, implementation guides, and available testing tool (Touchstone), the next section walks through setting up FHIR service for the CARIN IG for Blue Button.

Note

FHIR® is a registered trademark of HL7 and is used with the permission of HL7.