Skip to content

prescription

Fetch a prescriptions for a given patient and prescription id pulled from Dosespot

Arguments

Returns

Prescription

Example

query prescription($patient_id: ID, $prescription_id: String) {
prescription(patient_id: $patient_id, prescription_id: $prescription_id) {
comment
date_inactive
date_written
days_supply
directions
dosage
dose_form
drug_classification
effective_date
encounter
id
is_urgent
last_fill_date
ndc
no_substitutions
otc
pharmacy
pharmacy_notes
prescriber_name
product_name
quantity
refills
route
rx_reference_number
rxcui
schedule
status
unit
}
}