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

Support FHIR R6 #272

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Support FHIR R6 #272

merged 3 commits into from
Oct 18, 2024

Conversation

jafeltra
Copy link
Collaborator

Description: Add support for using FHIR R6 versions. This mostly just switched from using our old regex if/else statement to using the nice util function from SUSHI for different supported FHIR versions.

Testing Instructions: Make sure the tests pass and you can run GoFSH on a project that uses a FHIR R6 version.

Related Issue: N/A

Note: this depends on an update from SUSHI that is not available yet
Copy link
Member

@cmoesel cmoesel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! I tested it against a homemade R6 IG that has a profile on DeviceAlert (which is new in R6) and everything went swimmingly! Thanks, @jafeltra!

Copy link
Collaborator

@mint-thompson mint-thompson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests look fine, and I was able to process JSON with R6 definitions. Thank you!

@cmoesel cmoesel merged commit 0d28420 into master Oct 18, 2024
14 checks passed
@cmoesel cmoesel deleted the support-fhir-r6 branch October 18, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants