Definition Type: Element
Name: Encounter
Containing Schema: ClaimSubmission.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransferDestination Drilldown into TransferSource Drilldown into EndType Drilldown into StartType Drilldown into End Drilldown into Start Drilldown into PatientID Drilldown into Type Drilldown into FacilityIDXSD Diagram of Encounter
Collapse XSD Schema Code:
<xs:element minOccurs="0" maxOccurs="1" name="Encounter">
    <xs:complexType>
        <xs:sequence>
            <xs:element minOccurs="1" maxOccurs="1" name="FacilityID" type="tns:EncounterFacilityID" />
            <xs:element minOccurs="1" maxOccurs="1" name="Type" type="tns:EncounterType" />
            <xs:element minOccurs="1" maxOccurs="1" name="PatientID" type="tns:EncounterPatientID" />
            <xs:element minOccurs="1" maxOccurs="1" name="Start" type="tns:EncounterStart" />
            <xs:element minOccurs="0" maxOccurs="1" name="End" type="tns:EncounterEnd" />
            <xs:element minOccurs="0" maxOccurs="1" name="StartType" type="tns:EncounterStartType" />
            <xs:element minOccurs="0" maxOccurs="1" name="EndType" type="tns:EncounterEndType" />
            <xs:element minOccurs="0" maxOccurs="1" name="TransferSource" type="tns:EncounterTransferSource" />
            <xs:element minOccurs="0" maxOccurs="1" name="TransferDestination" type="tns:EncounterTransferDestination" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FacilityID FacilityID 1 1
Type Type 1 1
PatientID PatientID 1 1
Start Start 1 1
End End 0 1
StartType StartType 0 1
EndType EndType 0 1
TransferSource TransferSource 0 1
TransferDestination TransferDestination 0 1