- Подготовка производственной площадки к маркировке
- Сроки внедрения маркировки для производителей: что нужно знать малым, средним и крупным?
- Оборудование для маркировки: какое нужно и что пригодится из того, что у вас уже есть?
- Состав кода маркировки молочной продукции
Release 4.72.0 MDLP October 25, 2025
Information about the content of the release in Russian can be found at this link
Installed on the Sandbox test environment: 21.10.2025
Installed on the production environment: 25.10.2025
XSD-schemes version: 1.38
Modifications
New pharmaceutical license status and expanded license registry data
Updates related to the processing of pharmaceutical license statuses and the display of additional information in the license registry have been implemented in the MDLP system:
- A new status — “Suspended” — has been added for pharmaceutical licenses. This status is assigned according to Roszdravnadzor decision. When a license changes its status to “Suspended”, a status of the associated business place is automatically updated to “Blocked”. The intermediate status “Being suspended” is not used.
- The following fields have been added into the “Profile” → “Licenses” → “Pharmaceutical licenses/medical licenses/licenses of circulation of narcotic drugs” section:
- Blocking grounds (Doc);
- Suspension date;
- Suspension period (days);
These fields are optional and will be filled in automatically when the corresponding data are received from Roszdravnadzor.
Updated goods circulation participant registration form
To simplify the registration process and prevent duplication of the information when filling out profile details, a goods circulation participant registration form has been updated as follows:
- the “License availability” field has been removed from the company details page;
Picture 1. Company details
- the system can now automatically determine whether a registered participant holds a license, based on the response provided in the previous step of the registration form.
API modifications
New output parameters in pharmaceutical license methods
New optional fields of the license object have been added into the responses of the “Receiving information about licenses for pharmaceutical activity” and “Pharmaceutical activity license filtering method” methods:
- “suspension_date” (“Suspension date”);
- “document” (“Blocking grounds (Doc)”);
- “suspension_period” (“Suspension period (days)”).
These fields are filled automatically when data are received from Roszdravnadzor.
Updated allowed values for license status
A list of allowed values for the “l_status” field (“License status”) in the “LicenseApiFilter” filtering parameter has been expanded for pharmaceutical licenses. The field now supports the following values:
- Active
- Inactive
- Suspended
This update enables integration solutions to correctly filter and process licenses with a new status.