Check Clinical Qualification (On Roadmap)
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Clinical diagnoses for the patient in ICD-10 format. i.e. 'E66.9'
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.
Demographic information for the patient
Array of insurance documents.
Information regarding the drugs this clinical qualification check should be run for
Details of the healthcare provider who created the prescription.
list of questionnaires. This is the best place to send structured Q&A format data, such as intake forms, etc.
list of visit notes.
Response
success
Data payload of the response, containing details of the created clinical qualification request, or None if the request was unsuccessful.