The MMUR is Florida's patient-side control layer. It turns inventory movement into regulated dispensation and tracks each patient's remaining supply. The consequence for reconciliation is that an inventory-correct sale can still be allotment-wrong. A package can decrement by exactly the right amount and still post against the wrong route, the wrong THC weight, or a window the patient has already used up.
The limits that govern a dispensation
Under Florida's dosing rule (64ER22-8) and the statute, dispensing is bounded on several axes at once:
- Smoking: a 35-day supply may not exceed 2.5 ounces, measured over a rolling 35-day window.
- Non-smokable aggregate: other routes share a combined cap of 24,500 mg THC per 70 days.
- Per-route caps: Edible 4,200 mg; Inhalation 24,500 mg; Oral 14,000 mg; Sublingual 13,300 mg; Suppository 13,650 mg; Topical 10,500 mg.
- Smoking forms: flower for smoking may be dispensed only as usable whole flower, ground usable whole flower, or prerolled cigarettes, not under a route such as vaporization.
The controlling text is a rule that is being replaced, so verify the current numbers before encoding them into a workbook. The structure is stable even when the figures change: smoking is measured by weight over a rolling window, and non-smokable routes are measured by THC milligrams.
Two limits apply per dispensation
A dispensation is capped by the lesser of two values: the rolling-window amount and the amount remaining on the current order. The MMUR exposes a current amount eligible to dispense, and a patient may not receive product in excess of it even when the order total looks higher. The POS alone is not the audit trail here, since that "amount eligible" figure lives on the MMUR side, so order validation has to check both the historical window and the order balance.
The five questions
A defensible MMUR reconciliation answers the same five questions for every dispensed line:
- Was the correct patient and order selected?
- Was the correct route assigned?
- Was the correct quantity or THC amount sent?
- Did the sale, refund, or void produce the correct MMUR outcome?
- Does the BioTrack sale record match the package physically decremented from inventory?
The most common failures cluster around three of these: route mistakes, THC-weight mistakes, and delivery-state mistakes.
Getting the catalog right
Most MMUR accuracy is decided at product setup rather than at the register. Integrated platforms require every catalog product to carry an MMUR order type and form (and sometimes an alternate form), and they validate the patient through the MMUR at check-in. Once Florida BioTrack is live, a route mistake in the catalog becomes an MMUR exposure on every sale of that product. For smoking reconciliation, keep units consistent, with a common convention of 1 ounce = 28.35 grams.
Delivery and allotment holds
Delivery is where allotment control tends to slip. Deliveries and pre-orders can place a patient's allotment into a reservation or hold, in some platforms once the order is packed, and certain delivery-state changes can remove items from a manifest without automatically releasing the held milligrams. A delivery reconciliation therefore needs separate checks for packed, manifested, delivered, undeliverable, and cancelled states, plus an explicit test for whether the allotment hold actually cleared.
Reconciling against the allotment, not the count
MMUR reconciliation checks route, milligrams, and the rolling window against the package that actually decremented. A matching quantity is not enough on its own. Verify the current limits, validate against the MMUR's amount-eligible figure rather than the POS, and give delivery its own controls.