If you want to access a patient’s insurance coverage—as recorded by a specific organization—you can use this API action to retrieve insurance data. Typically, you can use this for:
- identifying the insurance plan information for billing purposes; or
- finding out whether a patient is registered for SelfPay (e.g., for worker’s compensation or uninsured patients).
You can use this API action with the Redox FHIR® API.
Your connection's system can return results with their own FHIR® or query-based API.
The following actions must be completed before attempting the steps below.
This table has notes about how to use parameters for this API action specifically, but it's not exhaustive. Refer to the Coverage resource schema for more details.
Query parameter | Required | Notes |
---|---|---|
beneficiary | Y | You must include at least one identifier for the patient that's used by the EHR system you're querying. If you don't have a patient identifier, you can find one by searching for a patient with demographics. |
The response contains fields with data about the insurance type(s) and beneficiary. You can find the insurance used for a particular encounter in the Order array. You can ascertain the type of coverage in the class.type field.