Closed nataliesus closed 3 years ago
7.4.1 - HHChronic = 0 is set based on tlsa_HHID entry/exit/move-in dates. I added tlsa_HHID to the list of Source tables and clarified this in the specs.
7.4.2 - For the HHChronic = 0 records in tlsa_Exit, we don't need to go through any of the CH determination process in 7-5-7.8, so it's appropriate to exclude them ('WHERE es.HHChronic is NULL') in 7.4.2.
(Commit forthcoming.)
This update / clarification has been committed and is in the current version of the specs... I failed to note that the commit closes this issue.
Hi @MollyMcEvilley ,
Here is a part of spec:
1. What exactly fields are hidden by "chronic homelessness"? Are they all tlsa_ExitHoHAdult fields? If yes, then it makes sense that you use step 7.4.1. But if "chronic homelessness" is CHStart only, then it is not correct to apply
ex.HHChronic is null
in step 7.4.2. Please advise.1. From the spec it is not obvious from which table
EntryDate
,ExitDate
, andMoveInDate
should be used. We have them in bothtlsa_HHID
andtlsa_Enrollment
. Sample Code usestlsa_HHID
table, but this table is not listed in Source section (Spec). Also,EntryDate
is not in Source section at all.Please advise.
Thank you! Natalie