OBJECT
Prescription
Prescription created in Dosespot
link GraphQL Schema definition
- type Prescription {
- # Comment entered by provider
- String :
- # Date when prescription became ineffective
- String :
- # Date prescription was written
- String :
- # Number of days supplied prescription should last
- Int :
- # Direction provided to patient when taking prescription. Entered by provider
- String :
- # The dosage (strength) of the prescription
- String :
- String :
- String :
- # Date when prescription became effective
- String :
- # Encounter entered by provider
- String :
- ID! :
- Boolean :
- # Date prescription was last refilled
- String :
- # Monograph path entered by provider
- String :
- # The prescription's national drug code
- String :
- # If true, pharmacy has been instructed not to dispense a substitute/generic
- # version
- Boolean :
- # Over the counter drug
- String :
- # Pharmacy information assigned in dosespot (Not stored in db)
- Pharmacy :
- # Notes for pharmacy entered by provider
- String :
- # The name of the prescriber
- String :
- # Name and dosage of the prescription. Example: ibuprofen 200 mg tablet
- String :
- # Quantity of medication per refill
- String :
- # Number of refills prescribed
- String :
- # Form in which prescription is delivered
- String :
- String :
- String :
- # Status of prescription. Example: Entered, Printed, Sending, eRxSent, Deleted
- String :
- # Unit of medication. Example: tablet, capsule, teaspoon
- String :
- }