-
Notifications
You must be signed in to change notification settings - Fork 26
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-2833 Add R5 Support #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR seems to contain all of the changes from the previous PR as well.
author 360dgries <[email protected]> 1727189567 -0400 committer 360dgries <[email protected]> 1727360442 -0400 First rebase update fhir_models Update rubocop add generated files add one readme file add excluded_files add readme files update generator add tgz add expansion file add one readme file add readme files First rebase Fix r5 Model remove redundant file Add basic unit tests for R5 Add Unit tests and version from_contents update fhir_models Update rubocop add generated files add one readme file add excluded_files add readme files update generator add tgz add expansion file Fix r5 Model remove redundant file Add basic unit tests for R5 Add Unit tests and version from_contents
65c88f8
to
64ef50f
Compare
include FHIR::Json | ||
include FHIR::Xml | ||
|
||
SEARCH_PARAMS = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is populated for other versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. The problem is that SearchParameter.xpath is deprecated in R5. This also fixed some missing search parameters in R4!
.rubocop_todo.yml
Outdated
- 'lib/fhir_models/r4b/fhir_ext/structure_definition.rb' | ||
- 'lib/fhir_models/r4b/fhir_ext/structure_definition_compare.rb' | ||
- 'lib/fhir_models/r4b/fhir_ext/structure_definition_finding.rb' | ||
- 'lib/fhir_models/*/fhir_ext/structure_definition.rb' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this file even exist anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file updated by rerun rubocop --auto-gen-config
.rubocop_todo.yml
Outdated
- 'lib/fhir_models/fhir_ext/common_structure_definition.rb' | ||
- 'lib/fhir_models/fhir_ext/common_structure_definition_compare.rb' | ||
- 'lib/fhir_models/fhir_ext/common_structure_definition_finding.rb' | ||
- 'lib/fhir_models/r5/fhir_ext/structure_definition.rb' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these files still don't exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is auto generated. Maybe we should remove this file from git? It does not anything. I manually removed some lines as those are not there.
Added support for FHIR R5:
excluded_files