Definition Type: SimpleType
Name: ActivityDenialCode
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The denial code if the claim is denied by the payer.
-	The list of denial codes can be found at http://www.eclaimlink.ae/CodingSets.aspx .
Collapse XSD Schema Diagram:
XSD Diagram of ActivityDenialCode
Collapse XSD Schema Code:
<xs:simpleType name="ActivityDenialCode">
    <xs:annotation>
        <xs:documentation>
        -	The denial code if the claim is denied by the payer.
        -	The list of denial codes can be found at http://www.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>
Collapse Facets:
Facet Value
MinLength 1
Pattern [\S]*