Definition Type: Element
Name: Authorization
Containing Schema: PriorAuthorization.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into Activity Drilldown into Comments Drilldown into Limit Drilldown into End Drilldown into Start Drilldown into DenialCode Drilldown into IDPayer Drilldown into ID Drilldown into ResultXSD Diagram of Authorization
Collapse XSD Schema Code:
<xs:element minOccurs="1" maxOccurs="1" name="Authorization">
    <xs:complexType>
        <xs:sequence>
            <xs:element minOccurs="0" maxOccurs="1" name="Result" type="tns:AuthorizationResult" />
            <xs:element minOccurs="1" maxOccurs="1" name="ID" type="tns:AuthorizationID" />
            <xs:element minOccurs="0" maxOccurs="1" name="IDPayer" type="tns:AuthorizationIDPayer" />
            <xs:element minOccurs="0" maxOccurs="1" name="DenialCode" type="tns:AuthorizationDenialCode" />
            <xs:element minOccurs="1" maxOccurs="1" name="Start" type="tns:AuthorizationStart" />
            <xs:element minOccurs="1" maxOccurs="1" name="End" type="tns:AuthorizationEnd" />
            <xs:element minOccurs="0" maxOccurs="1" name="Limit" type="tns:AuthorizationLimit" />
            <xs:element minOccurs="0" maxOccurs="1" name="Comments" type="tns:AuthorizationComments" />
            <xs:element minOccurs="0" maxOccurs="unbounded" name="Activity">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="1" maxOccurs="1" name="ID" type="tns:ActivityID" />
                        <xs:element minOccurs="1" maxOccurs="1" name="Type" type="tns:ActivityType" />
                        <xs:element minOccurs="1" maxOccurs="1" name="Code" type="tns:ActivityCode" />
                        <xs:element minOccurs="0" maxOccurs="1" name="Quantity" type="tns:ActivityQuantity" />
                        <xs:element minOccurs="1" maxOccurs="1" name="Net" type="tns:ActivityNet" />
                        <xs:element minOccurs="0" maxOccurs="1" name="List" type="tns:ActivityList" />
                        <xs:element minOccurs="0" maxOccurs="1" name="PatientShare" type="tns:ActivityPatientShare" />
                        <xs:element minOccurs="1" maxOccurs="1" name="PaymentAmount" type="tns:ActivityPaymentAmount" />
                        <xs:element minOccurs="0" maxOccurs="1" name="DenialCode" type="tns:ActivityDenialCode" />
                        <xs:element minOccurs="0" maxOccurs="unbounded" name="Observation">
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element minOccurs="1" maxOccurs="1" name="Type" type="tns:ObservationType" />
                                    <xs:element minOccurs="1" maxOccurs="1" name="Code" type="tns:ObservationCode" />
                                    <xs:element minOccurs="0" maxOccurs="1" name="Value" type="tns:ObservationValue" />
                                    <xs:element minOccurs="0" maxOccurs="1" name="ValueType" type="tns:ObservationValueType" />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Result Result 0 1
ID ID 1 1
IDPayer IDPayer 0 1
DenialCode DenialCode 0 1
Start Start 1 1
End End 1 1
Limit Limit 0 1
Comments Comments 0 1
Activity Activity 0 unbounded