Loading...
Help
Login
Busy
Search
eHDSI - Templates
 
Template locked

OK Not OK
Templates (External repositories)

Warning Ok
Warning
Filter
eHDSI eP/eD Medication Information
Issues (1)
Change Request Status = Closed (epsos-issue-385): [eHDSI eP/eD Medication Information] manufacturerOrganization defined on the wrong level
TypeChange RequestStatusChange Request Status = Closed PriorityNormal
Events
Tracking / Status = Closed 2022-09-19 15:47:06: Tracking by Mathias Ghys
Description
Fix implemented
Assignment2022-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:

-

 
 
Busy
Structure Definitions (External repositories)