Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign date or dateTime that contains only year #1511

Closed
wants to merge 2 commits into from

Commits on Sep 16, 2024

  1. Assign date or dateTime that contains only year

    A FHIR date or dateTime may be 4-digit year. The FSH parser will assign
    this value a NUMBER token type. When assigning to a date or dateTime
    element, if a type mismatch occurs, and the original value is a number,
    try to assign the raw value. If it is a valid 4-digit year, it will be
    assigned successfully. Otherwise, the original error will be thrown and
    logged.
    mint-thompson committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9397183 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5f2944e View commit details
    Browse the repository at this point in the history