{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# S/ISO/IDMP\n",
"\n",
"IDMP stands for Identification of Medicinal Products, \n",
"which consists five standards related to data elements, formats, and structures \n",
"for communicating information related to medicinal products during development, clinical trials, regulatory submission, post approval monitoring, etc. \n",
"ISO IDMP standards are maintained by the International Organization for Standardization (ISO)[^1] \n",
"and utilized by FDA[^2],[^10],[^11] and required by EMA [^3],[^4]. \n",
"\n",
"ISO IDMP includes five standards:\n",
" \n",
"- ISO 11615 and ISO/TS 20443 / Medicinal Product Identification (MPID) \n",
" - this is for human use medicinal product information, including information about packaging, manufacturer, batch, origin, pharmaceutical product, marketing authorization, substance, version control, etc.\n",
"- ISO 11616 and ISO/TS 20451 / Pharmaceutical Product Identifier (PhPID)\n",
"- ISO 11238 and ISO/TS 19844 / **Substance** Identification (SubID)\n",
"- ISO 11239 and ISO/TS 20440 / **Dosage Form and Route** of Administration\n",
"- ISO 11240 / **Units** of Measurement (UoM)\n",
"\n",
"Related ISO standards:\n",
"\n",
"- ISO Technical Specifications (TS) 16791:2020 (which complements ISO 11615) assists Automatic Identification and Data Capture (AIDC) related to health informatics.\n",
"- ISO Technical Requirements (TR) 14872:2019 includes core principles for maintenance of identifiers and terms supporting IDMP\n",
"\n",
"Related HL7 standards:\n",
"\n",
"- HL7 Messaging Specifications\n",
" - this is based on HL7 Common Product Model (CPM) using XML"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## EMA Implementation of IDMP\n",
"\n",
"IDMP is mandated by the EU legislation.\n",
"The plan of migrating to IDMP format for submission to EMA is through phases based on the SPOR (Substances, products, organisations and referentials) data system.\n",
"\n",
"Related regulation:\n",
"\n",
"- Commission Implementing Regulation (EU) No 520/2012:\n",
" - Article 25 *Use of internationally agreed terminology*\n",
" - Article 26 *Use of internationally agreed formats and standards* \n",
" - Article 40 *Transitional provisions*\n",
"- Regulation (EC) No 726/2004\n",
" - Article 57(2) \n",
"\n",
"### EU Database - xEVMPD\n",
"\n",
"The currently mandatory human use medicinal product information database is\n",
"Extended EudraVigilance medicinal product dictionary (xEVMPD), \n",
"which is based on Extended EudraVigilance Product Report Message (xEVPRM) format [^6],\n",
"Submissions are mandated to support the format by Article 81 *EU database* of Clinical Trial Regulation (EU) No 536/2014.\n",
"The format of product information will be migrated to IDMP by planned phases.\n",
"\n",
"### UNICOM Project\n",
"\n",
"UNICOM is a four years project (2019-2023) that generated discussions and resources for implementation of IDMP standards,\n",
"testing, regulatory uses of data standards, and harmonizing data formats [^7]. \n",
"\n",
"### SPOR Data Management Services \n",
"\n",
"EMA will establish services maintaining four domains of master data include [^4]:\n",
"\n",
"- The first phase implementation: \n",
" - Organisations Management Services (OMS) [^8];\n",
" - Referentials Management Services (RMS) [^9].\n",
"- The subsequent phase implementation: \n",
" - Substance Management Services (SMS);\n",
" - Product Management Services (PMS);\n",
"\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Reference\n",
"\n",
"[^1]: ISO. (2017). Revised IDMP standards to improve description of medicinal products worldwide. ([web page](https://www.iso.org/news/ref2234.html))\n",
"[^2]: FDA. (year). Identification of Medicinal Products (IDMP). ([web page](https://www.fda.gov/industry/fda-data-standards-advisory-board/identification-medicinal-products-idmp))\n",
"[^3]: EMA. (year). Data on medicines (ISO IDMP standards): Overview. ([web page](https://www.ema.europa.eu/en/human-regulatory-overview/research-development/data-medicines-iso-idmp-standards-overview))\n",
"[^4]: EMA. (2016). Introduction to ISO Identification of Medicinal Products, SPOR programme. ([pdf](https://www.ema.europa.eu/en/documents/other/introduction-iso-identification-medicinal-products-spor-programme_en.pdf))\n",
"[^5]: EMA. (year). SPOR. ([web page](https://spor.ema.europa.eu/sporwi/))\n",
"[^6]: EMA. (2024). Guidance on the electronic submission of information on investigational medicinal products for human use in the Extended EudraVigilance medicinal product dictionary (XEVMPD). ([pdf](https://www.ema.europa.eu/en/documents/other/guidance-electronic-submission-information-investigational-medicinal-products-human-use-extended-eudravigilance-medicinal-product-dictionary-xevmpd_en.pdf))\n",
"[^7]: UNICOM. (2024). About Unicom. ([web page](https://unicom-project.eu/about/))\n",
"[^8]: EMA. (year). Organisation Management Service (OMS). ([web page](https://www.ema.europa.eu/en/human-regulatory-overview/research-and-development/data-medicines-iso-idmp-standards-overview/substance-product-organisation-and-referential-spor-master-data/organisation-management-service-oms))\n",
"[^9]: EMA. (year). Referentials Management Service (RMS). ([web page](https://www.ema.europa.eu/en/human-regulatory-overview/research-and-development/data-medicines-iso-idmp-standards-overview/substance-product-organisation-and-referential-spor-master-data/referentials-management-service-rms))\n",
"[^10]: FDA. (2023). Toward Global IDMP Implementation: A Focus on Global Use Cases. ([web page](https://www.fda.gov/drugs/news-events-human-drugs/toward-global-idmp-implementation-focus-global-use-cases-11282023))\n",
"[^11]: FDA. (2023). Guidance: Identification of Medicinal Products — Implementation and Use. ([pdf](https://www.fda.gov/media/166736/download))"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
}
},
"nbformat": 4,
"nbformat_minor": 4
}