Definition Type: SimpleType
Name: PrescriptionID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The unique number assigned by the health provider to identify the e-Prescription (eRx).
Collapse XSD Schema Diagram:
XSD Diagram of PrescriptionID
Collapse XSD Schema Code:
<xs:simpleType name="PrescriptionID">
    <xs:annotation>
        <xs:documentation>
        -	The unique number assigned by the health provider to identify the e-Prescription (eRx).
      </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