Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Description:

The kmehr message associated with the prescription request is a typical pharmaceuticalprescription transaction with following adjustments and additions:

  • The sender will be the WZC or pharmacy (in case a pharmacy manages the medications of the WZC) requesting the prescription.
  • The recipient is the treating GP (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 WZC
      • A free text value specifying a comment from the WZC to the GP
        • <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";

...