<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>
|