<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>
|