Over 85% of prescriptions are processed using the patient’s primary insurance benefit. Our nationwide footprint of pharmacies means we have a broad set of payor contracts to enable insurance billing for your patient. Being able to process prescriptions through traditional insurance channels is a core feature of the Truepill API.
There are multiple ways to obtain your patient’s prescription benefit details - including collecting insurance details upfront from your patient directly or leveraging our benefits investigation API. You can determine your patient’s prescription benefits based on the patient’s insurance cards.
Pharmacy benefits can be determined based on the patient’s insurance cards.
One card for both medical AND pharmacy benefits
Health plans may combine the medical and pharmacy benefits into one program. The patient will have one card that includes member identification information (e.g., group number and member ID) for both the medical and pharmacy benefit. The card may also include copay or coinsurance costs for doctor’s office, specialist and emergency room visits. Insurance cards for both benefits typically note the pharmacy benefit with terms such as “prescription” or “Rx."
Two separate cards - one for the medical benefit, and one for the pharmacy benefit.
Health plans may use a third-party provider for the pharmacy benefit, such as a pharmacy benefit manager. In this instance, the patient will have one card for the medical benefit that does not include pharmacy benefit information and another card with pharmacy benefit information.
Patients with Medicaid
These patients are likely to have a single card for all benefits. The appearance of Medicaid cards varies by state and may include the name of the health plan that administers the benefits.
There may be cases where your patient has multiple health plans that provide benefit coverage, such as a commercial health plan and Medicaid. Another common example is the use of primary insurance combined with a manufacturer copay assistance program provided as secondary insurance. In the case of multiple health plans, it is important to establish during the benefits investigation which payer is primary, which is secondary and which is tertiary. Please refer to our insurance billing APIs to determine how to use multiple insurances for your patient.
A patients OOP costs may vary based on the specific benefit design and current state of their prescription benefit (ie deductible threshold cleared). Once you have insurance details for your patients, you can use our copay request API endpoints to determine the exact OOP expense for your patient and given medication.
It is important to understand a patient's plan design as it relates to their medication vs pharmacy benefit. Typically, when working with Truepill you will be using your patient's prescription benefit which generally covers drugs that are self-administered orally, given by injection or inhaled.
The first step in navigating our insurance APIs is to create an Insurance object for your patient. A patient can have multiple insurances, and similar to our other API endpoints you will receive an insurance_token upon successfully creating an insurance object.
A copay is the out of pocket expense owed by the patient.
There are multiple ways to use the copay request API endpoint to achieve your desired experience. Here is the most common workflow:
A copay request can be created using our copay request API endpoint. Truepill will provide a receipt confirmation of the request, and a subsequent webhook event once the copay information has been returned by the payor.
There are a number of reasons why a copay request may be rejected. The most common reasons include: (1) incorrect insurance details; (2) refill too soon; (3) product not covered.
Copay request API reference »
The prior authorization workflow is covered in full detail in the prior authorization guide. If you are looking for a more streamlined and simple way to manage your prior authorization (PA) process, you can do so from within your copay request.
Our approach to prior authorizations is to automatically initiate electronic PA requests at the point of claim rejection. If you intend to leverage our PA workflow, you can set the initiate_prior_authorization field to true on the copay request object.
Once a prior authorization has been initiated by Truepill, we will notify you through various stages of the PA process through webhook events.
Once a prior authorization request is approved, your webhook event for the copay request will look identical to a standard successful copay request and will be processed seconds after receiving a PA approval.
Regardless of whether we are notified of a PA approval status, or working with an insurer that does not send PA notifications, we have aligned our entire process to ensure we optimize for time to fill. This ensures that you have the most up-to-date information on your patient’s prescriptions at all times. We walk through this process in more detail in our Prior Authorization API.
We provide a streamlined approach to managing your PA process within your copay request - and a more robust process with our prior authorization API. It’s important to note that the end result is exactly the same - an approved or rejected PA request from the insurer.
Determining which pathway to use is largely dependent on the therapy class and/or medication being dispensed. If you know the medication being dispensed has a low or moderate prevalence of PAs, then you may choose to use the copay request approach since a bulk of your copay requests will be returned successfully without a PA rejection.
Alternatively, if you know the medication being dispensed requires PAs 100% of the time (most specialty products), then we recommend using our prior authorization which will provide finer controls to managing your PA process. Our prior authorization API can also provide you a real-time prediction on whether a PA will be required based on the insurance and medication details provided.
You can query claim details of a successful insurance claim using our insurance claim object. We do not send this data back using a webhook event since it is not available to all customers by default. You must request specific access to receive the insurance claim object. An insurance claim object is tied to every successful fill request that uses our insurance billing API.
Insurance claim details can be accessed using our get /insurance_claim API endpoint. Truepill will provide a receipt confirmation of the request along with details of your request in real-time.
You must be an approved customer to receive full access to the insurance claim details. This is used primarily by our health plan and PBM partners who are the originators of the claim data. They use the insurance claim object for accounting and reconciliation purposes only.