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

Warn when temporal primitive is not formatted correctly #256

Merged
merged 5 commits into from
Mar 29, 2024

Commits on Mar 13, 2024

  1. Warn when temporal primitive is not formatted correctly

    The FHIR types dateTime, date, time, and instant all have required
    formats. If a value of one of these types does not match the format,
    emit a warning. The rule to set this value is still created.
    mint-thompson committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5b0cabc View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    a60e4a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f64becc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Improve warning messages

    Warning message for concept caret rules includes the concept path.
    Warning message for values on Instances uses the target id instead of
    name.
    mint-thompson committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ca3c095 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add instance type to warning message

    Update test for caret rule on profile to more closely resemble realistic
    output.
    mint-thompson committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0fa7a8a View commit details
    Browse the repository at this point in the history