Definition Type: SimpleType
Name: DxInfoCode
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
The code value related to the DxInfoType. 
For POA type, values are: 
- "Y"= Yes. Definition: present at the time of inpatient admission.
- "N"= No.  Definition: not present at the time of inpatient ad
- "U"= Unknown. Definition: documentation is insufficient to determine if condition is present on admission.
- "W"= Clinically Undetermined. Definition: provider is unable tp clinically determine whether condition was present on admission or not.
- "1"= Unreported/Not used. Definition: exempt from POA reporting. 
- "OP"= Outpatient claim. Definition: this is an outpatient claim which does not require DRGsin Dubai (for the time being).
Collapse XSD Schema Diagram:
XSD Diagram of DxInfoCode
Collapse XSD Schema Code:
<xs:simpleType name="DxInfoCode">
    <xs:annotation>
        <xs:documentation>
			The code value related to the DxInfoType. 
			For POA type, values are: 
			- "Y"= Yes. Definition: present at the time of inpatient admission.
			- "N"= No.  Definition: not present at the time of inpatient ad
			- "U"= Unknown. Definition: documentation is insufficient to determine if condition is present on admission.
			- "W"= Clinically Undetermined. Definition: provider is unable tp clinically determine whether condition was present on admission or not.
			- "1"= Unreported/Not used. Definition: exempt from POA reporting. 
			- "OP"= Outpatient claim. Definition: this is an outpatient claim which does not require DRGsin Dubai (for the time being).
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Y" />
        <xs:enumeration value="N" />
        <xs:enumeration value="U" />
        <xs:enumeration value="W" />
        <xs:enumeration value="1" />
        <xs:enumeration value="OP" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Y
Enumeration N
Enumeration U
Enumeration W
Enumeration 1
Enumeration OP