scr:PersonEncounterLeadAssociationType
complexType PersonEncounterLeadAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a relationship between a Person of interest associated to a specific ENCOUNTER through a LEAD.
Diagram
XML Schema
<xs:complexType name="PersonEncounterLeadAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a Person of interest associated to a specific ENCOUNTER through a LEAD.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:Lead" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Address" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonEncounterLeadAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>