Definition Type: SimpleType
Name: PreviousReferralReferenceID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   The unique number assigned by the eReferralHub to the previous eReferral linked within this eReferral.
-   This is also known as the provider's eReferral reference number.
Collapse XSD Schema Diagram:
XSD Diagram of PreviousReferralReferenceID
Collapse XSD Schema Code:
<xs:simpleType name="PreviousReferralReferenceID">
    <xs:annotation>
        <xs:documentation>
        -   The unique number assigned by the eReferralHub to the previous eReferral linked within this eReferral.
        -   This is also known as the provider's eReferral reference number.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="50" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 50
MinLength 1