EVENT: prescription.status

ENDPOINT: POST /v1/patients/{patientId}/event

The prescription.status event updates the patient’s prescription status in the RxWare system.

Possible values in the text field:

Text Field ValueDescription
receivedPrescription has been received
missingInfoPrescription is missing information
missingInfoDocPrescription is missing documentation

Example code to mark the patient’s prescription as received:

				
					{
  "status": {
    "name": "prescription.status",
    "text": "received"
  },
  "phoneNumber": "{{test-user-phone-number}}",
  "externalId": "{{test-user-external-user-id}}",
  "supportProgramId": "{{partners-support-program-id}}"
}
				
			
EVENT: prescription.status
Skip to content