-
Notifications
You must be signed in to change notification settings - Fork 157
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
resolve function in FHIRPATH expression #2296
Comments
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
* Issue #2296 - implement server resolve function Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - fix resolveInternalFragmentReference Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - updates Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2269 - updates Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2269 - updates Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - updates Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - updates Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - updates Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - unit tests with mock persistence layer Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - updates per PR review comments Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - changed ServerResolveFunction method visibility Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - updated FHIRServerUsersGuide.md Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - added matchesServiceBaseUrl method Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2296 - added tests for versioned and absolute references Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
@dipanjanmukherjeeibm this feature was added and released in IBM FHIR Server 4.8.1. To enable it, you must set Please give it a try and confirm that this addresses your request. If we don't hear back in a day or so, I will plan to close this one out. |
I have tried to add the above in the config file and the problem is now resolved. I am happy for the dev team to close this request as resolved |
Is your feature request related to a problem? Please describe.
resolve() function is a function in FHIR that allows to reference elements across FHIR resources. The resolve() function currently doesn't work in IBM FHIR server.
Describe the solution you'd like
resolve() function is a function in FHIR that allows to reference elements across FHIR resources. The resolve() function is integral to build business rules for FHIR validation requireing cross-resource validation. The documentation for resolve () function in FHIR server states:
Describe alternatives you've considered
example of a FHIR path expression with resolve function that would work in the IBM FHIR Server on coverage profile
period.end <= beneficiary.resolve().deceased as deceasedDateTime
Acceptance Criteria
Any FHIR PATH expression with resolve() function should work when the profile on the IG is invoked by IBM FHIR Server during validation.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: