Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type cmExitReason
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Case Management Exit Reason
1 = Accomplished goals and/or obtained services and no longer needs CM
2 = Transferred to another HUD-VASH program site
3 = Found/chose other housing
4 = Did not comply with HUD-VASH CM
5 = Eviction and/or other housing related issues
6 = Unhappy with HUD-VASH housing
7 = No longer financially eligible for HUD/VASH voucher
8 = No longer interested in participating in this program
9 = Veteran cannot be located
10 = Veteran too ill to participate at this time
11 = Veteran is incarcerated
12 = Veteran is deceased
13 = Other
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Accomplished goals and/or obtained services and no longer needs CM
enumeration 2
Transferred to another HUD-VASH program site
enumeration 3
Found/chose other housing
enumeration 4
Did not comply with HUD-VASH CM
enumeration 5
Eviction and/or other housing related issues
enumeration 6
Unhappy with HUD-VASH housing
enumeration 7
No longer financially eligible for HUD/VASH voucher
enumeration 8
No longer interested in participating in this program
enumeration 9
Veteran cannot be located
enumeration 10
Veteran too ill to participate at this time
enumeration 11
Veteran is incarcerated
enumeration 12
Veteran is deceased
enumeration 13
Other
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="cmExitReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">Case Management Exit Reason 1 = Accomplished goals and/or obtained services and no longer needs CM 2 = Transferred to another HUD-VASH program site 3 = Found/chose other housing 4 = Did not comply with HUD-VASH CM 5 = Eviction and/or other housing related issues 6 = Unhappy with HUD-VASH housing 7 = No longer financially eligible for HUD/VASH voucher 8 = No longer interested in participating in this program 9 = Veteran cannot be located 10 = Veteran too ill to participate at this time 11 = Veteran is incarcerated 12 = Veteran is deceased 13 = Other 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Accomplished goals and/or obtained services and no longer needs CM</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transferred to another HUD-VASH program site</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Found/chose other housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Did not comply with HUD-VASH CM</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Eviction and/or other housing related issues</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unhappy with HUD-VASH housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">No longer financially eligible for HUD/VASH voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">No longer interested in participating in this program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Veteran cannot be located</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Veteran too ill to participate at this time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Veteran is incarcerated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Veteran is deceased</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>