Skip to main content

core.medicationordersetresponse

Home > @medplum/core > MedicationOrderSetResponse

MedicationOrderSetResponse interface

Vendor-neutral output from an order-set widget-URL bot.

The bot itself does not create FHIR resources — it just resolves the vendor ids and returns an iframe URL the prescriber loads to review/sign the whole order set in one pass. Optional echoes (vendorPatientId, vendorOrderSetId, planDefinitionId) are surfaced for diagnostics and audit logging.

Signature:

export interface MedicationOrderSetResponse

Properties

Property

Modifiers

Type

Description

launchUrl

readonly

string

planDefinitionId?

readonly

string

(Optional)

vendorOrderSetId?

readonly

number | string

(Optional)

vendorPatientId?

readonly

number | string

(Optional)