Skip to content

Prescription

Prescription created in Dosespot

Fields

clinic_id · ID · DoseSpot clinic identifier
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
dispensable_drug_id · ID · DoseSpot dispensable drug identifier
dispense_unit_id · ID · DoseSpot dispense unit identifier
display_name · String · Display name for the prescription
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
eligibility_id · ID · DoseSpot eligibility identifier
encounter · String · Encounter entered by provider
error_ignored · Boolean · True if Transmission Error; otherwise it is false
first_prescription_diagnosis · [PrescriptionDiagnosis!] · First prescription diagnosis in dosespot
formulary · Boolean · True if the prescription was added after a patient's eligibility is retrieved; otherwise, it is false
free_text_type · String · Free text type information
id · ID! · required · The unique identifier of the prescription
is_rx_renewal · Boolean · Whether this is a renewal prescription
is_urgent · Boolean · If the prescription is urgent
last_fill_date · String · Date prescription was last refilled
medication_status · String · Patient Medication Status
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
non_dose_spot_prescription_id · ID · Non-DoseSpot prescription reference identifier
normalized_status · PrescriptionMedicationStatus · The normalized status of the prescription
otc · String · Over the counter drug
patient_medication_id · ID · DoseSpot patient medication identifier
pharmacy · Pharmacy · Pharmacy information assigned in dosespot (Not stored in db)
pharmacy_notes · String · Notes for pharmacy entered by provider
prescriber_agent_id · ID · DoseSpot prescriber agent identifier
prescriber_id · ID · DoseSpot prescriber identifier
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
rx_renewal_note · String · Notes about the prescription renewal
rxcui · String · The prescription rxcui
schedule · String · Controlled substance schedule
second_prescription_diagnosis · [PrescriptionDiagnosis!] · Second prescription diagnosis in dosespot
status · String · Status of prescription. Example: Entered, Printed, Sending, eRxSent, Deleted
supervisor_id · ID · DoseSpot supervisor identifier
supply_id · ID · DoseSpot supply identifier
type · String · Prescription type. Example: Coded, Supply, Compound
unit · String · Unit of medication. Example: tablet, capsule, teaspoon

Used By

Definition

"""
Prescription created in Dosespot
"""
type Prescription {
"""
DoseSpot clinic identifier
"""
clinic_id: ID
"""
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
"""
DoseSpot dispensable drug identifier
"""
dispensable_drug_id: ID
"""
DoseSpot dispense unit identifier
"""
dispense_unit_id: ID
"""
Display name for the prescription
"""
display_name: 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
"""
DoseSpot eligibility identifier
"""
eligibility_id: ID
"""
Encounter entered by provider
"""
encounter: String
"""
True if Transmission Error; otherwise it is false
"""
error_ignored: Boolean
"""
First prescription diagnosis in dosespot
"""
first_prescription_diagnosis: [PrescriptionDiagnosis!]
"""
True if the prescription was added after a patient's eligibility is retrieved; otherwise, it is false
"""
formulary: Boolean
"""
Free text type information
"""
free_text_type: String
"""
The unique identifier of the prescription
"""
id: ID!
"""
Whether this is a renewal prescription
"""
is_rx_renewal: Boolean
"""
If the prescription is urgent
"""
is_urgent: Boolean
"""
Date prescription was last refilled
"""
last_fill_date: String
"""
Patient Medication Status
"""
medication_status: 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
"""
Non-DoseSpot prescription reference identifier
"""
non_dose_spot_prescription_id: ID
"""
The normalized status of the prescription
"""
normalized_status: PrescriptionMedicationStatus
"""
Over the counter drug
"""
otc: String
"""
DoseSpot patient medication identifier
"""
patient_medication_id: ID
"""
Pharmacy information assigned in dosespot (Not stored in db)
"""
pharmacy: Pharmacy
"""
Notes for pharmacy entered by provider
"""
pharmacy_notes: String
"""
DoseSpot prescriber agent identifier
"""
prescriber_agent_id: ID
"""
DoseSpot prescriber identifier
"""
prescriber_id: ID
"""
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
"""
Notes about the prescription renewal
"""
rx_renewal_note: String
"""
The prescription rxcui
"""
rxcui: String
"""
Controlled substance schedule
"""
schedule: String
"""
Second prescription diagnosis in dosespot
"""
second_prescription_diagnosis: [PrescriptionDiagnosis!]
"""
Status of prescription. Example: Entered, Printed, Sending, eRxSent, Deleted
"""
status: String
"""
DoseSpot supervisor identifier
"""
supervisor_id: ID
"""
DoseSpot supply identifier
"""
supply_id: ID
"""
Prescription type. Example: Coded, Supply, Compound
"""
type: String
"""
Unit of medication. Example: tablet, capsule, teaspoon
"""
unit: String
}