The prescription request is based on the official Recip-e KMEHR format (Recip-e_contents-guidelines-2017-01-31.pdf), where specifications for the request have been added (see below).
XML example: prescription_request.xml
XML example for preparation: prescription_request_magistral.xml
XSD:
Description:
When sending the message via eHealthBox a functional type is mandatory. For the prescription request, acceptance, denial and error this is PRESCRIPTION_REQUEST.
The kmehr message associated with the prescription request is a typical pharmaceuticalprescription transaction with following adjustments and additions:
- The sender will be the elderly care institution or pharmacy (in case a pharmacy manages the medications of the institution) requesting the prescription.
- The recipient is the treating doctor (via his/her EMD).
- A custom transaction type indicating that this is a prescription request.
- <cd S="LOCAL" SV="1.0" SL="CD-TRANSACTION-TYPE">prescriptionrequest</cd>
- A Globally Unique Identifier (GUID) specified by the requestor. This ID will also be used to identify the accept or deny notification messages of a prescription request.
- <id S="LOCAL" SV="1.0" SL="ID-PRESCR-REQUEST">f9ec57c7-f3f8-4946-9131-1b2773da43df</id>
- The author of the prescription proposal is an employee of the institution
- A free text value specifying a comment from the institution to the doctor
- <ns4:text L="nl">Comment</ns4:text>
The complete set of rules for the prescription request can be found in the form of xpath queries below.
xquery version "1.0";
declare default element namespace "http://www.ehealth.fgov.be/standards/kmehr/schema/v1";
...