Definition Type: SimpleType
Name: EncounterID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	A unique number assigned by the healthcare provider to identify an Encounter.
-	Note: It will help the provider and insurer locate the Encounter.
-	This number will also facilitate posting of payment information and identification of the billed Encounter.
Collapse XSD Schema Diagram:
XSD Diagram of EncounterID
Collapse XSD Schema Code:
<xs:simpleType name="EncounterID">
    <xs:annotation>
        <xs:documentation>
        -	A unique number assigned by the healthcare provider to identify an Encounter.
        -	Note: It will help the provider and insurer locate the Encounter.
        -	This number will also facilitate posting of payment information and identification of the billed Encounter.
      </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