Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type assessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Assessment Disposition
1 = Referred to emergency shelter/safe haven
2 = Referred to transitional housing
3 = Referred to rapid re-housing
4 = Referred to permanent supportive housing
5 = Referred to homelessness prevention
6 = Referred to street outreach
7 = Referred to other continuum project type
8 = Referred to a homelessness diversion program
9 = Unable to refer/accept within continuum; ineligible for continuum projects
10 = Unable to refer/accept within continuum; continuum services unavailable
11 = Referred to other community project (non-continuum)
12 = Applicant declined referral/acceptance
13 = Applicant terminated assessment prior to completion
14 = Other/specify
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Referred to emergency shelter/safe haven
enumeration 2
Referred to transitional housing
enumeration 3
Referred to rapid re-housing
enumeration 4
Referred to permanent supportive housing
enumeration 5
Referred to homelessness prevention
enumeration 6
Referred to street outreach
enumeration 7
Referred to other continuum project type
enumeration 8
Referred to a homelessness diversion program
enumeration 9
Unable to refer/accept within continuum; ineligible for continuum projects
enumeration 10
Unable to refer/accept within continuum; continuum services unavailable
enumeration 11
Referred to other community project (non-continuum)
enumeration 12
Applicant declined referral/acceptance
enumeration 13
Applicant terminated assessment prior to completion
enumeration 14
Other/specify
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="assessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Assessment Disposition 1 = Referred to emergency shelter/safe haven 2 = Referred to transitional housing 3 = Referred to rapid re-housing 4 = Referred to permanent supportive housing 5 = Referred to homelessness prevention 6 = Referred to street outreach 7 = Referred to other continuum project type 8 = Referred to a homelessness diversion program 9 = Unable to refer/accept within continuum; ineligible for continuum projects 10 = Unable to refer/accept within continuum; continuum services unavailable 11 = Referred to other community project (non-continuum) 12 = Applicant declined referral/acceptance 13 = Applicant terminated assessment prior to completion 14 = Other/specify 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to emergency shelter/safe haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to transitional housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to rapid re-housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to permanent supportive housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to homelessness prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to street outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to other continuum project type</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to a homelessness diversion program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to refer/accept within continuum; ineligible for continuum projects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to refer/accept within continuum; continuum services unavailable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to other community project (non-continuum)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applicant declined referral/acceptance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applicant terminated assessment prior to completion</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other/specify</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>