xdw v3 oasis

Element : POCDMT000040PatientRole (XML Type: POCD_MT000040.PatientRole )


Summary

Package : v3

XML Type : POCD_MT000040.PatientRole


Attributes
Name Type cardinality Comment
realmCode
Element : realmCode
CS1 0...*
typeId
Element : typeId
POCDMT000040InfrastructureRootTypeId 0...1
templateId
Element : templateId
II 0...*
id
Element : id
II 1...*
addr
Element : addr
AD 0...*
telecom
Element : telecom
TEL 0...*
patient
Element : patient
POCDMT000040Patient 0...1
providerOrganization
Element : providerOrganization
POCDMT000040Organization 0...1
classCode
Attribute : classCode
java.lang.Object 0...1
nullFlavor
Attribute : nullFlavor
org.eclipse.emf.common.util.Enumerator 0...1

Constraints

There are no specific rules for this element.


Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="POCD_MT000040.PatientRole">
                
<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" name="id" type="II" />
                        
<xs:element maxOccurs="unbounded" minOccurs="0" name="addr" type="AD" />
                        
<xs:element maxOccurs="unbounded" minOccurs="0" name="telecom" type="TEL" />
                        
<xs:element minOccurs="0" name="patient" type="POCD_MT000040.Patient" />
                        
<xs:element minOccurs="0" name="providerOrganization" type="POCD_MT000040.Organization" />
                
</xs:sequence>
                
<xs:attribute name="nullFlavor" type="NullFlavor" use="optional" />
                
<xs:attribute fixed="PAT" name="classCode" type="RoleClass" use="optional" />
        
</xs:complexType>