Definition Type: SimpleType
Name: ClaimPatientShare
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The amount a patient owes a provider according to the terms of their insurance plan/product.
-	If the patient has no insurance coverage for the visit, they are considered self-pay and liable for the entire amount, per their signed consent for treatment.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimPatientShare
Collapse XSD Schema Code:
<xs:simpleType name="ClaimPatientShare">
    <xs:annotation>
        <xs:documentation>
        -	The amount a patient owes a provider according to the terms of their insurance plan/product.
        -	If the patient has no insurance coverage for the visit, they are considered self-pay and liable for the entire amount, per their signed consent for treatment.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float" />
</xs:simpleType>