Skip to content

Prescription

Prescription created in Dosespot

Fields

comment · String · Comment entered by provider
date_inactive · String · Date when prescription became ineffective
date_written · String · Date prescription was written
days_supply · Int · Number of days supplied prescription should last
directions · String · Direction provided to patient when taking prescription. Entered by provider
dosage · String · The dosage (strength) of the prescription
dose_form · String · The form of the prescription. Example: tablet, capsule, teaspoon
drug_classification · String · The classification of the drug
effective_date · String · Date when prescription became effective
encounter · String · Encounter entered by provider
id · ID! · required · The unique identifier of the prescription
is_urgent · Boolean · If the prescription is urgent
last_fill_date · String · Date prescription was last refilled
monograph_path · String · Monograph path entered by provider
deprecated Deprecated by vendor, use MedicationOptionType.monograph instead
ndc · String · The prescription's national drug code
no_substitutions · Boolean · If true, pharmacy has been instructed not to dispense a substitute/generic version
otc · String · Over the counter drug
pharmacy · Pharmacy · Pharmacy information assigned in dosespot (Not stored in db)
pharmacy_notes · String · Notes for pharmacy entered by provider
prescriber_name · String · The name of the prescriber
product_name · String · Name and dosage of the prescription. Example: ibuprofen 200 mg tablet
quantity · String · Quantity of medication per refill
refills · String · Number of refills prescribed
route · String · Form in which prescription is delivered
rx_reference_number · String · The prescription reference number
rxcui · String · The prescription rxcui
schedule · String · The schedule of medication. Examples: PRN, QD, BID, TID, QID, Q4H, Q6H, Q8H, Q12H, Q24H, Q48H, Q72H, Q96H, QAM, QPM, QHS, QOD, QWEEK, QMONTH, QYEAR
status · String · Status of prescription. Example: Entered, Printed, Sending, eRxSent, Deleted
unit · String · Unit of medication. Example: tablet, capsule, teaspoon

Used By

Definition

"""
Prescription created in Dosespot
"""
type Prescription {
"""
Comment entered by provider
"""
comment: String
"""
Date when prescription became ineffective
"""
date_inactive: String
"""
Date prescription was written
"""
date_written: String
"""
Number of days supplied prescription should last
"""
days_supply: Int
"""
Direction provided to patient when taking prescription. Entered by provider
"""
directions: String
"""
The dosage (strength) of the prescription
"""
dosage: String
"""
The form of the prescription. Example: tablet, capsule, teaspoon
"""
dose_form: String
"""
The classification of the drug
"""
drug_classification: String
"""
Date when prescription became effective
"""
effective_date: String
"""
Encounter entered by provider
"""
encounter: String
"""
The unique identifier of the prescription
"""
id: ID!
"""
If the prescription is urgent
"""
is_urgent: Boolean
"""
Date prescription was last refilled
"""
last_fill_date: String
"""
Monograph path entered by provider
"""
monograph_path: String
@deprecated(
reason: "Deprecated by vendor, use MedicationOptionType.monograph instead"
)
"""
The prescription's national drug code
"""
ndc: String
"""
If true, pharmacy has been instructed not to dispense a substitute/generic version
"""
no_substitutions: Boolean
"""
Over the counter drug
"""
otc: String
"""
Pharmacy information assigned in dosespot (Not stored in db)
"""
pharmacy: Pharmacy
"""
Notes for pharmacy entered by provider
"""
pharmacy_notes: String
"""
The name of the prescriber
"""
prescriber_name: String
"""
Name and dosage of the prescription. Example: ibuprofen 200 mg tablet
"""
product_name: String
"""
Quantity of medication per refill
"""
quantity: String
"""
Number of refills prescribed
"""
refills: String
"""
Form in which prescription is delivered
"""
route: String
"""
The prescription reference number
"""
rx_reference_number: String
"""
The prescription rxcui
"""
rxcui: String
"""
The schedule of medication. Examples: PRN, QD, BID, TID, QID, Q4H, Q6H, Q8H, Q12H, Q24H, Q48H, Q72H, Q96H, QAM, QPM, QHS, QOD, QWEEK, QMONTH, QYEAR
"""
schedule: String
"""
Status of prescription. Example: Entered, Printed, Sending, eRxSent, Deleted
"""
status: String
"""
Unit of medication. Example: tablet, capsule, teaspoon
"""
unit: String
}