Closed nataliesus closed 2 months ago
I have re-written the sample code for 3.3.1 to take that into account and uploaded the changes. I am leaving this open because I'm working my way through all of the date comparisons in the specs and sample code and don't want to close the issue until all of the corrections are complete and uploaded.
See Issue #1272 for further detail.
Hi @MollyMcEvilley ,
In the Spec (EntryDate instructions) it is said: If an enrollment encompasses more than one period of HMIS participation, the most recent record of HMIS participation is used to adjust enrollment dates.
I wonder if "the most recent record of HMIS participation is used" rule should be applied for hmis_Services. Because now for
FirstBednight
andLastBednight
different HMIS participation records can be used.Could you please confirm that BedNight on HMISParticipationStatusEndDate should always be ignored (because of
svc.DateProvided < part.HMISParticipationStatusEndDate
condition)?I am asking because i.e. for ExitDate = HMISParticipationStatusEndDate which is <= ReportEndDate is valid:
Best regards, Natalie