Interface: RxChangeResponse
A prescriber's answer to a change request (<RxChangeResponse>).
Extends
Properties
kind
readonlykind:"RxChangeResponse"
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>).