Help
Login
Busy
Search
eHDSI - Templates

 
Template locked

OK Not OK
Templates (External repositories)

Warning Ok
Warning
Filter
true50
eHDSI eP/eD Medication Information
false
Issues (2)
false
Change Request Status = Closed ( epsos-issue-385 ): [eHDSI eP/eD Medication Information] manufacturerOrganization defined on the wrong level
Type Change Request Status Change Request Status = Closed Priority Normal
Events
Tracking / Status = Closed 2022-09-19 15:47:06 : Tracking by Mathias Ghys
Description
Fix implemented
Assignment 2022-09-19 15:11:02 : Assigned To Mathias Ghys by Mathias Ghys
Tracking / Status = Open 2022-09-19 15:11:01 : Tracking by Mathias Ghys
Description
Finding:

According to the XML Schema definitions, the manufacturerOrganization must be defined inside the manufacturedProduct:

<xs:complexType name="POCD_MT000040.ManufacturedProduct">
   <xs:sequence>
      <xs:element name="realmCode" type="hl7v3:CS" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="typeId" type="hl7v3:POCD_MT000040.InfrastructureRoot.typeId" minOccurs="0"/>
      <xs:element name="templateId" type="hl7v3:II" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="id" type="hl7v3:II" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice>
         <xs:element name="manufacturedLabeledDrug" type="hl7v3:POCD_MT000040.LabeledDrug"/>
         <xs:element name="manufacturedMaterial" type="hl7v3:POCD_MT000040.Material"/>
      </xs:choice>
      <xs:element name="manufacturerOrganization" type="hl7v3:POCD_MT000040.Organization" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute name="nullFlavor" type="hl7v3:NullFlavor" use="optional"/>
   <xs:attribute name="classCode" type="hl7v3:RoleClassManufacturedProduct" use="optional" fixed="MANU"/>
</xs:complexType> 

but at the moment it is defined on the same level.

Link to eHDSI JIRA: https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EHEALTH-9021


Suggestion:

-

Further explanation:

-

Change Request Status = Closed ( epsos-issue-437 ): Misleading element description for dispensed medicinal product package
Type Change Request Status Change Request Status = Closed Priority Normal
Current Labels
 
 (TBA) To be approved 
Events
Tracking / Status = Closed 2025-02-21 12:12:17 : Tracking by Mathias Ghys
 
 TBA 
Description
open -> closed
Tracking / Status = Open 2025-02-21 11:24:18 : Tracking by Mathias Ghys
 
 TBA 
Description

In the eHDSI eP/eD Medication Information template, the element asContent/containerPackagedProduct/name has the following description: "If present, the element SHALL contain a sufficiently detailed description of the prescribed medicinal product/package."

While this is true for eP, it's incorrect for eD. For the latter, it must contain the detailed description of the dispensed medicinal product/package.

Assignment 2025-02-21 11:24:17 : Assigned To Mathias Ghys by Mathias Ghys
 
 TBA 
 
 
Busy
Structure Definitions (External repositories)