Type alias fhirpath.Resource for internal fhir.Resource#19
Merged
AlexJSully merged 1 commit intomainfrom Apr 30, 2025
Merged
Conversation
GitOrigin-RevId: 1a006ad7990bed045aba350596d525cb34c49b81
|
@AlexJSully Thank you for your interest in this project! At this moment, we are not currently accepting community contributions in the form of PRs. If you would like to make a proposal, we will do our best to review it, implement it ourselves, and include it in the next release. If enough proposals come through, we will certainly revisit this policy to make the package as useful as possible. Contribution Guidelines. |
bitwizeshift
approved these changes
Apr 30, 2025
Quarz0
added a commit
to Quarz0/fhirpath-go
that referenced
this pull request
May 5, 2025
Type alias `fhirpath.Resource` for internal `fhir.Resource` (verily-src#19)
Quarz0
pushed a commit
to Quarz0/fhirpath-go
that referenced
this pull request
May 5, 2025
…rc#19) Update the FHIRPath methods to take the alias type `fhirpath.Resource` instead of using internal `fhir.Resource`. Also updated the `go.mod` package versions. Co-authored-by: Copybara <copybara@example.com>
This file contains hidden or 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
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.
Update the FHIRPath methods to take the alias type
fhirpath.Resourceinstead of using internalfhir.Resource.Also updated the
go.modpackage versions.