Patients are the primary users of Oasis Liquido. From a single account you can schedule clinic appointments, receive tamper-evident QR prescriptions from your doctor, browse the Aura Pharmacy Map to find stock near you, place medicine delivery orders, and follow your driver on a live map — all without paperwork.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/FlasheyEstudi/Oasis-Liquido/llms.txt
Use this file to discover all available pages before exploring further.
What patients can do
Appointments
Browse available specialists, pick a time slot at any partnered clinic, and manage upcoming or past visits.
Prescriptions
View your active prescriptions and their QR codes. Share the QR at any pharmacy for fast, verified dispensing.
Aura Pharmacy Map
Locate nearby pharmacies with live stock visibility. Filter by medicine availability and operating hours.
Delivery tracking
Order medicines for home delivery and follow your driver’s GPS position in real time until the package arrives.
Booking an appointment
Appointments link a patient to a specific doctor and clinic. When you create a booking the platform records the requested date and time alongside a default duration of 30 minutes, which the doctor can adjust.QR prescriptions
After a consultation the doctor issues a digital prescription. Each prescription contains one or more lines — one per medicine — and carries an expiration date. The platform generates a uniqueqr_code value that encodes the prescription identity.
quantity_fulfilled per line).
Delivery tracking
When a prescription is fulfilled with home delivery, aDeliveryOrder is created and progresses through the following states:
| Status | Meaning |
|---|---|
pending | Order placed, waiting for a driver |
assigned | Driver accepted the order |
picked_up | Driver collected the package from the pharmacy |
in_transit | Driver is en route to your address |
delivered | Order received |
cancelled | Order was cancelled before delivery |
current_lat, current_lng) are broadcast in real time so you can follow the route on the map.
Medical history and patient profile
Your patient profile stores health context that doctors see during consultations. You can update these fields from your profile settings.| Field | Type | Description |
|---|---|---|
date_of_birth | string (date) | Used to calculate age and dosage guidance |
blood_type | string | Optional; displayed during emergencies |
allergies | string[] | List of known allergens; highlighted on prescriptions |
medical_notes | string | Free-text notes visible to your treating doctor |
Allergies you register here are surfaced to doctors and pharmacists when they review your prescriptions, providing an extra safety check before dispensing.