core.medicationcheckoutresponse | Medplum
MedicationCheckoutResponse interface
Vendor-neutral output from a cart-checkout bot: a single embeddable approval widget URL (the vendor's batch sign-off surface) plus per-line results.
Signature:
export interface MedicationCheckoutResponse
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| approvalUrl | readonly |
string | |
| items | readonly |
MedicationCheckoutItemResult | |
| vendorPatientId | readonly |
number | Vendor-side patient id (numeric in ScriptSure today). |