| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Required_Practitioner1</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>Text(Status__c) = '申請中' && ( | 
| /* OPD・跟台 */ | 
| (RecordTypeId = '01210000000Qekj' && Isnull(Practitioner1__c)) | 
| )</errorConditionFormula> | 
|     <errorDisplayField>Practitioner1__c</errorDisplayField> | 
|     <errorMessage>实施人1</errorMessage> | 
| </ValidationRule> |