## 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:**

```typescript
export interface MedicationOrderSetResponse
```

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [launchUrl](/content/docs/sdk/core.medicationordersetresponse.launchurl) | `readonly` | string |  |
| [planDefinitionId?](/content/docs/sdk/core.medicationordersetresponse.plandefinitionid) | `readonly` | string | _(Optional)_ |
| [vendorOrderSetId?](/content/docs/sdk/core.medicationordersetresponse.vendorordersetid) | `readonly` | number \| string | _(Optional)_ |
| [vendorPatientId?](/content/docs/sdk/core.medicationordersetresponse.vendorpatientid) | `readonly` | number \| string | _(Optional)_ |

- [MedicationOrderSetResponse interface](/content/docs/sdk/core.medicationordersetresponse#medicationordersetresponse-interface/index.html)
- [Properties](/content/docs/sdk/core.medicationordersetresponse#properties/index.html)
