Health Care


Digitizing patient prescriptions is an excellent way to improve the traceability of prescriptions, reduce manual errors from transcription, and automate the doctor-patient-pharmacist interaction

Using our SDK, clinics can automate the prescription lifecycle in various ways.

This example involves the creation of QR Codes by the doctor’s patient management system, to digitally deliver a prescription to a patient, and a second QR Code which represents the submission to a pharmacist and a claim code for the patient. While the workflow could be implemented in a variety of ways, here is the sample application workflow:

  • A doctor enters a script in their own patient system, which generates a printed QR Code that encapsulates the prescription.

  • The patient scans the paper QR Code, which shows the prescription on the phone, with a drop-down list of pharmacies to direct the prescription to.

  • The patient selects the applicable pharmacy and enters their cell number in the appropriate field.

  • The pharmacy receives the prescription, and when ready, the pharmacy will send a redemption QR code to the patient via SMS to pick up their prescription.

  • The patient arrives at the pharmacy and presents their redemption QR code Code to receive their prescription.

health_care

This template is available in node.js:

View on Github