API Endpoints

Endpoint Usage Extension example
List Prescriptions To list all prescriptions for a given patient. It can be used to obtain the prescription IDs and prescription issue. IDs to make prescription requests GET /prescriptionmanagement/list?patient=872893232
Create Prescription Request This endpoint is used to request one or many prescriptions or prescription issues. The inputs are a list of prescription ids or prescription issue ids. Note: The endpoint supports a mixture of prescription ids and prescription issue ids so that the patient could request their next issue of Drug A and a new prescription for Drug B that they were previously prescribed POST /prescriptionmanagement/createprescription?patient=238434234&item=inhaler
List Prescription Requests This endpoint is intended to list the prescription requests for a given patient GET /prescriptionmanagement/list?patient=872893232&Status='active'
Cancel Prescription Request This endpoint is used to cancel a prescription request that has not yet been processed PUT /prescriptionmanagement/list?patient=2380448328&prescriptionID=3801414