Definition Type: SimpleType
Name: EncounterSpeciality
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The predominant speciality of the primary caregiver for the Encounter.
-	Note: As there are at present no detailed standardized speciality definitions, providers should use their own, pre-existing naming conventions.
-	Example: Urology
-	Example: Cardiology.
Collapse XSD Schema Diagram:
XSD Diagram of EncounterSpeciality
Collapse XSD Schema Code:
<xs:simpleType name="EncounterSpeciality">
    <xs:annotation>
        <xs:documentation>
        -	The predominant speciality of the primary caregiver for the Encounter.
        -	Note: As there are at present no detailed standardized speciality definitions, providers should use their own, pre-existing naming conventions.
        -	Example: Urology
        -	Example: Cardiology.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>