<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>
|