Definition Type: ComplexType
Name: PersonRoleType
Namespace: http://niem.gov/niem/domains/screening/2.0
Type: s:ComplexObjectType
Containing Schema: screening.xsd
Abstract
Documentation:
A data type for a part played by a Person in an Encounter.
Collapse XSD Schema Diagram:
Drilldown into PersonRoleCategoryText in schema screening_xsd Drilldown into PersonRoleCategoryCode in schema screening_xsd Drilldown into PersonRoleEndDate in schema screening_xsd Drilldown into PersonRoleEffectiveDate in schema screening_xsd Drilldown into PersonRoleID in schema screening_xsd Drilldown into linkMetadata in schema structures_xsd Drilldown into metadata in schema structures_xsd Drilldown into id in schema structures_xsd Drilldown into ComplexObjectType in schema structures_xsdXSD Diagram of PersonRoleType in schema screening_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="PersonRoleType">
    <xsd:annotation>
        <xsd:documentation>A data type for a part played by a Person in an Encounter.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="s:ComplexObjectType">
            <xsd:sequence>
                <xsd:element ref="scr:PersonRoleID" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="scr:PersonRoleEffectiveDate" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="scr:PersonRoleEndDate" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="scr:PersonRoleCategoryCode" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="scr:PersonRoleCategoryText" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonRoleID scr:PersonRoleID 0 unbounded
PersonRoleEffectiveDate scr:PersonRoleEffectiveDate 0 unbounded
PersonRoleEndDate scr:PersonRoleEndDate 0 unbounded
PersonRoleCategoryCode scr:PersonRoleCategoryCode 0 unbounded
PersonRoleCategoryText scr:PersonRoleCategoryText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id s:id (Optional)
metadata s:metadata (Optional)
linkMetadata s:linkMetadata (Optional)
Collapse Derivation Tree:
Collapse References:
scr:AgentPersonRole, scr:PersonRole