Definition Type: SimpleType
Name: ReferralClinician
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	In general the Clinician is the person providing the referral for the patient.
-	Space cannot be used within this field.
Collapse XSD Schema Diagram:
XSD Diagram of ReferralClinician
Collapse XSD Schema Code:
<xs:simpleType name="ReferralClinician">
    <xs:annotation>
        <xs:documentation>
        -	In general the Clinician is the person providing the referral for the patient.
        -	Space cannot be used within this field.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:pattern value="[\S]*" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinLength 1
Pattern [\S]*