Definition Type: SimpleType
Name: MedicareEntitlementReasonCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A set of codes classifying the reason for entitlement under the U.S. Medicare program.
Collapse XSD Schema Diagram:
XSD Diagram of MedicareEntitlementReasonCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="MedicareEntitlementReasonCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A set of codes classifying the reason for entitlement under the U.S. Medicare program.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Age" />
        <xsd:enumeration value="ESRD">
            <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:enumeration>
        <xsd:enumeration value="Disabled" />
        <xsd:enumeration value="WorkingDisabled" />
        <xsd:enumeration value="Unknown" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Age
Enumeration ESRD
Enumeration Disabled
Enumeration WorkingDisabled
Enumeration Unknown