-
Notifications
You must be signed in to change notification settings - Fork 0
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
FI-2232 Convert FHIR Model #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…art search params" Signed-off-by: Vanessa Fotso <[email protected]>
Signed-off-by: Vanessa Fotso <[email protected]>
…bundle also includes the resources that are requested in the _include parameter
…d check to ensure reference id is in the correct format before running the rest of the test. Also added test to include spec test that ensures test fails when reference id is of the wrong format
…e fhir models, and update all files that call and rely on those functions. Also fix c4bb patient stub json example incorrect language param format
…getting rid of using hashes for fhir resources
… the hash to fhir resource changes
emichaud998
force-pushed
the
FI-2232-convert-fhir-model
branch
from
November 7, 2023 16:09
7afdaa1
to
f335ff2
Compare
yunwwang
approved these changes
Nov 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updated the way FHIR resources are passed around in tests from hashes to FHIR models. The only files that seemed to do this were: carin_search_test.rb, date_search_validator.rb, fhir_resource_navigator.rb, and must_support_test.rb. Added simple tests for each module that is used in the test kit just to make sure everything still ran correctly with these changes.
Testing Guidance
Can run the spec test files using
bundle exec rspec
or you can run Inferno locally and run each of the different tests in the Inferno UI to make sure that they run without error due to the source hash to FHIR model changes.