Skip to content

dosespot_ui_link

Fetch the iframe link to prescribe for a given patient (patient must have valid phone_number, dob, location.line1, location.city, location.state, and location.zip)

Arguments

patient_id · ID · Healthie user ID of the patient to prescribe for.
form_answer_group_id · ID · Optional ID of the form_answer_group to associate with the DoseSpot session.

Returns

String

Example

query dosespot_ui_link($patient_id: ID, $form_answer_group_id: ID) {
dosespot_ui_link(
patient_id: $patient_id
form_answer_group_id: $form_answer_group_id
)
}