cda datatypes nblock voc common

Element : POCDMT000040ManufacturedProduct (XML Type: POCD_MT000040.ManufacturedProduct )


Package : cda

XML Type : POCD_MT000040.ManufacturedProduct


Name Type cardinality Comment
realmCode
Element : realmCode
CS 0...*
typeId
Element : typeId
POCDMT000040InfrastructureRootTypeId 0...1
templateId
Element : templateId
II 0...*
id
Element : id
II 0...*
manufacturedLabeledDrug
Element : manufacturedLabeledDrug
POCDMT000040LabeledDrug 0...1
manufacturedMaterial
Element : manufacturedMaterial
POCDMT000040Material 0...1
manufacturerOrganization
Element : manufacturerOrganization
POCDMT000040Organization 0...1
classCode
Attribute : classCode
RoleClassManufacturedProduct 0...1
nullFlavor
Attribute : nullFlavor
NullFlavor 0...1
__parent
Element : __parent
EJavaObject 0...1

There are no specific rules for this element.


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