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

Include validation of local files #1647

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2024

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

Commits on Apr 30, 2024

  1. Added a dir test

    bvdh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6e50279 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on Jun 3, 2024

  1. resolveReference of different FHIRversions than 4.0

    Updated the load local files approach to include resourceType and id.
    Added R5EvaluationContext class that stores all local files as Elements  (src: ValidatedFragments).
    Pass R5EvaluationContext  as externalHostServices in ValidatorInstance.
    Changes the order in InstanceValidator.resolveReference to check externalHostServices before context.
    bvdh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f105798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3928d View commit details
    Browse the repository at this point in the history
  3. Fixed error from merge in checkReference

    Added the option localFile as refType.
    bvdh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c4cc740 View commit details
    Browse the repository at this point in the history
  4. Runnning test case

    bvdh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1c1edc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c714ff9 View commit details
    Browse the repository at this point in the history