Skip to main content

core.medicationorderresponse

Home > @medplum/core > MedicationOrderResponse

MedicationOrderResponse interface

Vendor-neutral output from an order-medication bot.

Signature:

export interface MedicationOrderResponse

Properties

Property

Modifiers

Type

Description

launchUrl

readonly

string

medicationRequestId?

readonly

string

(Optional)

orderId

readonly

number

pendingOrderStatus?

readonly

'queued' | 'reused'

(Optional)

vendorPatientId

readonly

number

Vendor-side patient id (numeric in ScriptSure today; other vendors may use a different shape). Kept as number for backwards compatibility with the ScriptSure bot output.