Definition Type: SimpleType
Name: EncounterFacilityID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	This is eClaimLink ID  of the facility responsible for the Encounter.
-	Some of the fields: PatientNationality, EncounterFacilityID, ClaimPayerID and EncounterDiagnosisPrincipal have a large number of sometimes changing attributes.
-	The latest version of these attributes can be downloaded from https://eclaimlink.ae/CodingSets.aspx
Collapse XSD Schema Diagram:
XSD Diagram of EncounterFacilityID
Collapse XSD Schema Code:
<xs:simpleType name="EncounterFacilityID">
    <xs:annotation>
        <xs:documentation>
        -	This is eClaimLink ID  of the facility responsible for the Encounter.
        -	Some of the fields: PatientNationality, EncounterFacilityID, ClaimPayerID and EncounterDiagnosisPrincipal have a large number of sometimes changing attributes.
        -	The latest version of these attributes can be downloaded from https://eclaimlink.ae/CodingSets.aspx
      </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]*