Skip to content

Add mixed precision interval union, intersect, and except test cases #133

Description

@brynrhodes

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions