Leo-Fish
Leo-Fish
## Fixed: CustomFHIRPathResourceGeneratorR4Test.testArray1 **Cause of nondeterminism:** HashMap's non-deterministic iteration order in the sortedPaths() method caused inconsistent test results. **Proposed fix:** Added explicit sorting with Collections.sort() to all three path categories...
## Fixed: PayerTest.receiveMedicaidPregnancyEligible **Cause of nondeterminism:** HashMap's non-deterministic iteration order in CSVEligibility constructor. While SimpleCSV.parseLineByLine() correctly returns LinkedHashMap, removeBlankMapStringValues() converted it back to HashMap, destroying insertion order and making the...
## Fixed: Remaining indeterministic PersonTest. All issues stemmed from HashMap/Set iteration order. ## Summary of Changes: Fix for CCDA/FHIR Recreation: Updated ClinicalNoteExporter to use LinkedHashSet instead of HashSet for active...