Skip to content

Incorrect interpretation of "fractional second" vs "millisecond" #99

@antvaset

Description

@antvaset

This comment https://github.com/cqframework/cql-tests/blob/main/tests/cql/CqlTypesTest.xml#L209 incorrectly suggests that @T23:59:59.10000 means "23:59:59 + 10000 milliseconds" while it should be intepreted as "23:59:59 + 0.10000 seconds".

According to the FHIRPath spec:

The Time literal uses a subset of ISO8601.

Also:

Implementations MUST support at least 3 digits (milliseconds); support for additional digits is optional.

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