Consistent with the change request for clarification of mixed precision interval union, intersect, and except behavior (https://jira.hl7.org/browse/FHIR-57848), add test cases that cover the cases:
Interval[@2025, @2026] union Interval[@2025-10, @2026-02] // Interval[@2025, @2026]
Interval[@2025, @2026] intersect Interval[@2025-10, @2026-02] // Interval[@2025, @2026]
Interval[@2025, @2026] except Interval[@2025-10, @2026-02] // null
NOTE: This should not applied until the above tracker is resolved.
Consistent with the change request for clarification of mixed precision interval union, intersect, and except behavior (https://jira.hl7.org/browse/FHIR-57848), add test cases that cover the cases:
NOTE: This should not applied until the above tracker is resolved.