<xsd:simpleType name="EntitlementReasonCodeTypesType">
<xsd:annotation>
<xsd:documentation>ESRD (end-stage renal disease). An type of entitlement under Medicare for persons with permanent kidney failure. That stage of renal impairment that appears irreversible and permanent, and requires a regular course of dialysis or kidney transplantation to maintain life.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="age" />
<xsd:enumeration value="ESRD" />
<xsd:enumeration value="disabled" />
<xsd:enumeration value="working disabled" />
<xsd:enumeration value="unknown" />
</xsd:restriction>
</xsd:simpleType>
|