Definition Type: SimpleType
Name: ContractTPAFeeType
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
Select one of the following:
1 = Fixed Fee per member
2 = Percentage of claims
3 = Fixed fee per Claim
4 = Percentage of member premium
5 = Capitation (IP and OP)
6 = Capitation (IP only)
7 = Capitation (OP only)
8 = No TPA
Collapse XSD Schema Diagram:
XSD Diagram of ContractTPAFeeType
Collapse XSD Schema Code:
<xs:simpleType name="ContractTPAFeeType">
    <xs:annotation>
        <xs:documentation>
        Select one of the following:
        1 = Fixed Fee per member
        2 = Percentage of claims
        3 = Fixed fee per Claim
        4 = Percentage of member premium
        5 = Capitation (IP and OP)
        6 = Capitation (IP only)
        7 = Capitation (OP only)
        8 = No TPA
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
        <xs:enumeration value="6" />
        <xs:enumeration value="7" />
        <xs:enumeration value="8" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Enumeration 8