Interface: CancelRxResponse
A pharmacy's confirmation/denial of a cancel request (<CancelRxResponse>).
Extends
Properties
kind
readonlykind:"CancelRxResponse"
medicationPrescribed?
readonlyoptionalmedicationPrescribed?: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
readonlyoutcome:ResponseOutcome
The prescriber's decision, detected fail-safe from the <Response> choice.
Inherited from
LifecycleResponseFields.outcome
reason?
readonlyoptionalreason?:ResponseReason
The reason carried with the outcome, when present.
Inherited from
LifecycleResponseFields.reason
requestReferenceNumber?
readonlyoptionalrequestReferenceNumber?:string
Request reference number echoing the request, verbatim (<RequestReferenceNumber>).