Your browser does not appear to support JavaScript. You may want to try one of the following:
You may want to try one of the following:
If the above does not work, try reloading the page yourself. Note that you will lose any unsaved changes:
shift
control
Show details
Hide details
This form has to be reloaded. This most likely happened because your session has expired, which might take to the login page. (If you think that you shouldn't see this message and that the problem persists, please contact support.)
- In the ePrescription document, the hl7:supply indicates the number of packages and is reused by the portal to generate the eDispensation message.
An issue was discovered in the portal when a unit of measure was used to indicate the number of packages:
Following entry in the eP:
generates following element in the eD:
So the 'g' is lost. But according to the specifications, the unit must always be set to '1':
The supply entry shall indicate the number of packages available for dispensation on the prescription.
The value attribute shall be present and indicate the number of packages. In prescriptions for overall amount (such as 400 tablets), the value attribute must equal 1, and the overall amount shall be placed in epsos:containerPackageMedicine/epsos:capacityQuantity element. See its description for more information.
The unit attribute shall be present and equal UCUM unit 1 .
This constraint has to be added to the eHDSI SubstanceAdministration template. Currently it is just a textual constraint.
- Set a fixed value of '1' for the unit attribute if it is provided.
- Link to JIRA issue: https://ec.europa.eu/cefdigital/tracker/browse/EHSEMANTIC-866