payor_code
s with values of MEDFED
(Medicare) and
MAIDFED
(Medicaid) to do this.For example, supplying a payor_code
of MEDFED
for a patient that lives in Arizona will create insurance data using Arizona’s Medicare plan payor code.Medicare and Medicaid location inference is in closed beta. Get in touch with your Customer Success manager for more information or check out the API docs on the beta channel.user
in Vital with commercial insurance, you must first provide Vital with insurance data.
This can be done via the POST /{user_id}/insurance
endpoint, with the following payload:
PATCH /v2/user/{user_id}/info
.relationship
, insured
and guarantor
fields.
insured
refers to the insured person, and must always be provided. The relationship
field, is the relationship between the patient and the holder of the insurance.
For example, if the insured person and the insurance holder are the same, then the relationship is Self
.
The guarantor
is an optional field, that must be provided when the relationship is NOT Self
. The guarantor is the financially responsible party. If provided when the relationship is Self
, we will store it, but it may not be propagated to all lab partners, as not all partners accept a guarantor in this situation.
payor code
is a lab specific identifier for an insurance company. Vital has abstracted this away into our own Vital payor codes, allowing customers to supply one lab-agnostic payor code for all labs.
To obtain this code, use the Search Payor Code endpoint, using the insurance company name, and select the code
from your insurance company.
It is also possible to use this endpoint to search using external provider’s payor codes (e.g Change HealthCare or Availity).
billing_type
field, with commercial_insurance
.
GET /v3/order/area/info
endpoint.
If a particular lab supports insurance, then you should see commercial_insurance
in the supported bill types.
commercial_insurance
billing for a lab that does not support it.commercial_insurance
billing for a state that does not support it.commercial_insurance
billing and provide no ICD codes or invalid ICD codes.commercial_insurance
billing and the user has no insurance data.