Definition Type: SimpleType
Name: EncounterPatientID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The unique number a healthcare provider assigns to a patient.
-	This is often known as the medical record number.
Collapse XSD Schema Diagram:
XSD Diagram of EncounterPatientID
Collapse XSD Schema Code:
<xs:simpleType name="EncounterPatientID">
    <xs:annotation>
        <xs:documentation>
        -	The unique number a healthcare provider assigns to a patient.
        -	This is often known as the medical record number.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="30" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 30
MinLength 1