POST
/
clinical-qualification

Checks if a patient is eligibile for multiple drugs based on their insurance plan and clinical records.

Results delivered via webhook and also accesible through GET. Documentation on response structure coming soon.

Learn more about Clinical Qualification

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
diagnoses
object[]
required

Clinical diagnoses for the patient in ICD-10 format. i.e. 'E66.9'

evidence
object[]

A collection of evidence items supporting the authorization request. Any other supporting evidence that doesn't fit into one of the explicitly declared fields above can be added here.

patient
object
required

Demographic information for the patient

insurance
object[]
required

Array of insurance documents.

drugs
object[]
required

Information regarding the drugs this clinical qualification check should be run for

provider
object
required

Details of the healthcare provider who created the prescription.

questionnaires
object[]

list of questionnaires. This is the best place to send structured Q&A format data, such as intake forms, etc.

visit_notes
object[]

list of visit notes.

Response

200 - application/json
status
Available options:
success
error
object
data
object

Data payload of the response, containing details of the created clinical qualification request, or None if the request was unsuccessful.