DOSAGE

An intelligent decision-support tool designed to help validate antibiotic prescriptions based on patient-specific parameters

Single Medication Check

Batch Medication Check

CSV Column Requirements

Please ensure your CSV file has the following column headers exactly as written:

  • generic
    The generic name of the drug (e.g., Amoxicillin)
  • disease
    The condition being treated (e.g., Pneumonia)
  • administration
    Must be one of: PO, IM, or IV
  • dose_daily
    Total daily dose as a number (e.g., 500)
  • dose_unit
    Must be one of: mg or UNIT
  • age_number
    Patient's age as a number (e.g., 45)
  • age_unit
    Unit for age (Y=Year, M=Month, D=Day)
  • weight
    Patient's weight in kilograms (e.g., 70.5)
  • crcl_rate
    Creatinine clearance rate, optional (e.g., 85)

The system is case-sensitive. All columns must be present.

Validation Result