Skip to main content

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.

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.

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.
AppointmentStatus flow:
scheduled → confirmed → in_progress → completed
                                    ↘ cancelled
Once confirmed, the appointment appears in your timeline and the assigned doctor’s calendar.

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 unique qr_code value that encodes the prescription identity.
PrescriptionStatus:
active → partially_fulfilled → fulfilled
       ↘ expired
Bring the QR code to any Oasis-linked pharmacy. The pharmacist scans it to verify authenticity and record how many units were dispensed (quantity_fulfilled per line).
Your QR code is tied to your prescription ID and cannot be reused once all lines are fully fulfilled. Keep it in-app until dispensing is complete.

Delivery tracking

When a prescription is fulfilled with home delivery, a DeliveryOrder is created and progresses through the following states:
StatusMeaning
pendingOrder placed, waiting for a driver
assignedDriver accepted the order
picked_upDriver collected the package from the pharmacy
in_transitDriver is en route to your address
deliveredOrder received
cancelledOrder was cancelled before delivery
The driver’s GPS coordinates (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.
FieldTypeDescription
date_of_birthstring (date)Used to calculate age and dosage guidance
blood_typestringOptional; displayed during emergencies
allergiesstring[]List of known allergens; highlighted on prescriptions
medical_notesstringFree-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.

Build docs developers (and LLMs) love