Definition Type: SimpleType
Name: ReferralType
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Type of the Referral Transaction.
- 	Value must be one of the following:
-	Referral = for a new electronic referral transaction
-	Cancellation = for cancelling an electronic referral transaction
-	Discharge = for discharging a patient
Collapse XSD Schema Diagram:
XSD Diagram of ReferralType
Collapse XSD Schema Code:
<xs:simpleType name="ReferralType">
    <xs:annotation>
        <xs:documentation>
        -	Type of the Referral Transaction.
        - 	Value must be one of the following:
        -	Referral = for a new electronic referral transaction
        -	Cancellation = for cancelling an electronic referral transaction
        -	Discharge = for discharging a patient
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Referral" />
        <xs:enumeration value="Cancellation" />
        <xs:enumeration value="Discharge" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Referral
Enumeration Cancellation
Enumeration Discharge