<xs:simpleType name="PrescriptionPayerID">
<xs:annotation>
<xs:documentation>
- If the patient is claiming insurance cover, this is eClaimLink's insurance license number.
- For self paid schemes this should be the eClaimLink Self Paid scheme ID assigned by the DHA.
- If the patient is paying directly for the services provided, this should be (CashPatient).
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:pattern value="[\S]*" />
</xs:restriction>
</xs:simpleType>
|