Skip to main content
Version: v0.0.3

Interface: RxChangeResponse

A prescriber's answer to a change request (<RxChangeResponse>).

Extends

Properties

kind

readonly kind: "RxChangeResponse"


medicationPrescribed?

readonly optional medicationPrescribed?: MedicationPrescribed

The medication carried with the response. For an approvedWithChanges outcome this is the changed medication and is the field a consumer must read to dispense correctly.

Inherited from

LifecycleResponseFields.medicationPrescribed


outcome

readonly outcome: ResponseOutcome

The prescriber's decision, detected fail-safe from the <Response> choice.

Inherited from

LifecycleResponseFields.outcome


reason?

readonly optional reason?: ResponseReason

The reason carried with the outcome, when present.

Inherited from

LifecycleResponseFields.reason


requestReferenceNumber?

readonly optional requestReferenceNumber?: string

Request reference number echoing the request, verbatim (<RequestReferenceNumber>).

Inherited from

LifecycleResponseFields.requestReferenceNumber