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

```typescript
MEDICATION_REQUEST_STATUS_REASON_RESPONSE_NOT_RECEIVED = "response-not-received"
```

- [MEDICATION_REQUEST_STATUS_REASON_RESPONSE_NOT_RECEIVED variable](/content/docs/sdk/core.medication_request_status_reason_response_not_received#medication_request_status_reason_response_not_received-variable/index.html)
