Help
Login
Busy
Search
eHDSI - Templates

 
Template locked

OK Not OK
Templates (External repositories)

Warning Ok
Warning
Filter
true50
eHDSI PS Manufactured Material
false
Issues (1)
false
Change Request Status = Closed ( epsos-issue-391 ): [eHDSI PS Manufactured Material] Incorrect trailing element name: generalizedMedicineClass
Type Change Request Status Change Request Status = Closed Priority Normal
Events
Tracking / Status = Closed 2022-09-26 07:09:00 : Tracking by Mathias Ghys
Description
Fix implemented
Assignment 2022-09-26 07:07:50 : Assigned To Mathias Ghys by Mathias Ghys
Tracking / Status = Open 2022-09-26 07:07:49 : Tracking by Mathias Ghys
Description
Finding:

Both in the eHDSI asSpecializedKind and the PS ManufacturedMaterial template, there are some elements that don't have the correct name according to the XML Schema definitions for the PHARM extensions:

<xs:complexType name="COCT_MT230100UV01.SpecializedKind">
		<xs:sequence>
			<xs:group ref="hl7v3:InfrastructureRootElements"/>
			<xs:element name="generalizedMaterialKind" type="pharm:COCT_MT230100UV01.MaterialKind" minOccurs="1" maxOccurs="1"/>
		</xs:sequence>
		<xs:attributeGroup ref="hl7v3:InfrastructureRootAttributes"/>
		<xs:attribute name="nullFlavor" type="hl7v3:NullFlavor" use="optional"/>
		<xs:attribute name="classCode" type="hl7v3:RoleClassIsSpeciesEntity" use="required"/>
	</xs:complexType> 

The name is still generalizedMedicineClass, where generalizedMaterialKind is expected

Suggestion:

-

Further explanation:

-

 
 
Busy
Structure Definitions (External repositories)