Skip to main content

core.medication_request_status_reason_response_not_received

Home > @medplum/core > MEDICATION_REQUEST_STATUS_REASON_RESPONSE_NOT_RECEIVED

MEDICATION_REQUEST_STATUS_REASON_RESPONSE_NOT_RECEIVED variable

Code stamped on MedicationRequest.statusReason when an order-medication operation never returned a verifiable response — the vendor side may have created (and sent) the prescription, or it may have rejected the request, and we cannot tell from the client. Used in place of a hard DELETE so the record stays addressable for later reconciliation against vendor webhooks.

Signature:

MEDICATION_REQUEST_STATUS_REASON_RESPONSE_NOT_RECEIVED = "response-not-received"